source: openpam @ 242

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @242   10 years des Cross-reference openpam_{get,set}_option(3).
(edit) @241   10 years des Continue improving the new configuration parser, particularly error …
(edit) @240   10 years des Overhaul the configuration parser. This adds support for continuation …
(edit) @239   10 years des Don't include DESTDIR in BINDIR and LIBDIR; OTOH, provide a default …
(edit) @238   10 years des Use RTLD_NOW where available, and define it to RTLD_LAZY otherwise.
(edit) @237   10 years des Note that OpenPAM now builds on most glibc-based Linux platforms.
(edit) @236   10 years des Remove trailing semicolons from macros.
(edit) @235   10 years des No need to explicitly clear pointers now that we use FREE().
(edit) @234   10 years des Return code paranoia: compare against 0 instead of -1. Suggested …
(edit) @233   10 years des Two more cases of asprintf(3) replacing malloc(3) + sprintf(3).
(edit) @232   10 years des With one single exception (where the pointer is obviously being …
(edit) @231   10 years des Whitespace cleanup.
(edit) @230   10 years des Revert part of previous commit; openpam_log(3) doesn't really need this …
(edit) @229   10 years des Reorganize. Document. Replace malloc() + sprintf() with asprintf().
(edit) @228   10 years des Tweak the function-locating regexp to handle the slightly special case of …
(edit) @227   10 years des NOLIST doesn't actually do anything, and hasn't for quite a while.
(edit) @226   10 years des Allow libpam to build on Linux.
(edit) @225   10 years des Make this build on glibc systems. Submitted by: Dmitry V. Levin …
(edit) @224   10 years des Add #include <grp.h> which I missed due to namespace pollution. Submitted …
(edit) @223   10 years des Add Dmitry Levin (patches and fruitful conversation)
(edit) @222   10 years des Correct old paste-o. Submitted by: Dmitry V. Levin <ldv@…>
(edit) @221   10 years des Update copyright dates for files that have changed this year. Also change …
(edit) @220   10 years des Update portability status.
(edit) @219   10 years des OpenBSD doesn't create libpam.so at build time, and FreeBSD ignores the …
(edit) @218   10 years des Build everything (rather than just the man pages) so the release will fail …
(edit) @217   10 years des Credit Mike Petullo <mike@…> for his OpenBSD patches.
(edit) @216   10 years des Use RTLD_LAZY rather than RTLD_NOW (which apparently isn't supported on …
(edit) @215   10 years des Support su'ing to another user with arguments. Drop privs in the child …
(edit) @214   10 years des Propagate version numbers and installation directories throughout the tree …
(edit) @213   10 years des Roll OpenPAM Dianthus.
(edit) @212   10 years des Change the contact address to des@….
(edit) @211   10 years des Constify the return value from pam_getenv(3). This violates XSSO, but I …
(edit) @210   10 years des If compiled with -DDEBUG, enable debugging right before calling a module …
(edit) @209   10 years des Add a global variable controlling the output of debugging messages. This …
(edit) @208   10 years des Avoid dereferencing an unitialized dl handle. Also, add a cast to avoid a …
(edit) @207   10 years des Some compilers (gcc at least) promote the integer literal 0x80000000 to …
(edit) @206   10 years des Variable initialization issues.
(edit) @205   10 years des Avoid a NULL pointer dereference if PAM_CONV is non-NULL but its conv …
(edit) @204   10 years des Apparently, nobody ever uses pam_getenv(3), because nobody has ever …
(edit) @203   10 years des Nothing beats being an idiot! Avoid passing expressions with side effects …
(edit) @202   10 years des If the saved effective uid is the same as the current effective uid, just …
(edit) @201   10 years des If a set of saved credentials already exists when we are called, log a …
(edit) @200   10 years des More debugging macros: ENTERI() (item type), ENTERN() (int), ENTERS() …
(edit) @199   10 years des #include <stddef.h> is sufficient to define size_t, and is far more …
(edit) @198   10 years des #include <sys/types.h> (for size_t) against my better judgement. Solaris …
(edit) @197   10 years des Release OpenPAM Daffodil.
(edit) @196   10 years des Credit Juli Mallett for her many contributions.
(edit) @195   10 years des Document dependency on <sys/types.h> (for size_t)
(edit) @194   10 years des On second thought, use RETURNS() since environment variables are strings.
(edit) @193   10 years des Use RETURNP() rather than RETURNC().
(edit) @192   10 years des Have prompt() return NULL if EOF occurred on stdin, instead of acting as …
(edit) @191   10 years des Fix a typo in the active version of RETURNC(), and a cosmetic nit in the …
(edit) @190   10 years des Credit Mikko Työläjärvi for his patch (see change 23072)
(edit) @189   10 years des Fix typo in debugging macro. Submitted by: Mikko Tyolajarvi …
(edit) @188   10 years des OpenPAM Cyclamen is ready to roll.
(edit) @187   10 years des Instrument entry and exit points.
(edit) @186   10 years des Record which primitive is currently executing before calling the service …
(edit) @185   10 years des Declare _pam_func_name and _pam_err_name. Add a member to the pam_handle …
(edit) @184   10 years des Add an array containing the API names for the PAM primitives.
(edit) @183   10 years des Add an array of symbolic names for the PAM error codes. Fix a minor style …
(edit) @182   10 years des Add a counter to the error code enumeration.
(edit) @181   10 years des Bring up to date, this file hasn't been updated in nearly eight months.
(edit) @180   10 years des Prepare for the next release (Cyclamen).
(edit) @179   10 years des Credit eric@ for his assistance with MacOS.
(edit) @178   10 years des The pam_dummy module is dead.
(edit) @177   10 years des Remove the pam_dummy module; it serves no discernible purpose.
(edit) @176   10 years des Whitespace nit.
(edit) @175   10 years des Make the log level default to PAM_LOG_ERROR.
(edit) @174   11 years des Support /usr/local/etc/pam.conf, for completeness' sake. Sponsored …
(edit) @173   11 years des Grammar nit + reorder entries.
(edit) @172   11 years des #include <security/pam_appl.h> to get a prototype for pam_get_user(). …
(edit) @171   11 years des Build all man pages when rolling a release.
(edit) @170   11 years des Write message to stdout, not stderr. Submitted by: jmallett Sponsored …
(edit) @169   11 years des Formatting nit.
(edit) @168   11 years des Bite the bullet and move PAM_{,OLD}AUTHTOK_PROMPT to make room for …
(edit) @167   11 years des Don't forget the sample pam_unix module.
(edit) @166   11 years des Release checklist.
(edit) @165   11 years des OpenPAM Citronella.
(edit) @164   11 years des Add the PAM_REPOSITORY item (from Solaris 9). Sponsored by: DARPA, NAI …
(edit) @163   11 years des s/pam_info/pam_error/ in documentation.
(edit) @162   11 years des List Darren J. Moffat and Gary Winiger, both of Sun Microsystems. Reformat …
(edit) @161   11 years des Implement the "binding" control flag (from Solaris 9) Sponsored …
(edit) @160   11 years des Include <sys/types.h> to define size_t.
(edit) @159   11 years des Define struct pam_repository (from Solaris 9). Note that the PAM headers …
(edit) @158   11 years des Don't treat PAM_NEW_AUTHTOK_REQD as an error. Try to emulate Solaris more …
(edit) @157   11 years des DBA update and minor whitespace fixes.
(edit) @156   11 years des Start a new paragraph after a list.
(edit) @155   11 years des A working bare-bones pam_unix module (authentication only). Should work …
(edit) @154   11 years des Make this actually work... Sponsored by: DARPA, NAI Labs
(edit) @153   11 years des Split the summar page in two (one for the standard API, one for …
(edit) @152   11 years des Revamp the man page generation process. Delete the generated man pages as …
(edit) @151   11 years des Conditionalize debugging messages in !STDC, !GNUC case.
(edit) @150   11 years des Roll OpenPAM Cinquefoil. Sponsored by: DARPA, NAI Labs
(edit) @149   11 years des Add openpam_nullconv.3
(edit) @148   11 years des Regenerate.
(edit) @147   11 years des GCC 3 is upon us. Sponsored by: DARPA, NAI Labs
(edit) @146   11 years des Add openpam_nullconv(3)
(edit) @145   11 years des Add documentation. Sponsored by: DARPA, NAI Labs
(edit) @144   11 years des Add support for marking up variable names and values.
(edit) @143   11 years des Silly me forgot to update the version macros when I rolled Cinnamon. I …
Note: See TracRevisionLog for help on using the revision log.