source: openpam @ 209

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @142   11 years des Initialize other to all-zeroes before using it.
(edit) @141   11 years des Release documentation for OpenPAM Cinnamon.
(edit) @140   11 years des Regenerate with correct #include information.
(edit) @139   11 years des OpenPAM extensions need <security/openpam.h>.
(edit) @138   11 years des Regenerate.
(edit) @137   11 years des Fall in line with Solaris and Linux-PAM wrt use of the "other" policy: use …
(edit) @136   11 years des Don't reference vpath after it's been freed.
(edit) @135   11 years des Regenerate in order to properly close literal sections.
(edit) @134   11 years des Properly terminate literal sections that appear at the end of the …
(edit) @133   11 years des Regenerate.
(edit) @132   11 years des Add colons so gendoc recognizes this as a list rather than a literal …
(edit) @131   11 years des When closing a literal section, reset $inliteral, not $inlist. Sponsored …
(edit) @130   11 years des Set rsp to NULL before calling the conversation function, so we can later …
(edit) @129   11 years des Add a null conversation function. Sponsored by: DARPA, NAI Labs
(edit) @128   11 years des Fix braino in the gcc version of the openpam_log() macro. Sponsored …
(edit) @127   11 years des Additional debugging messages.
(edit) @126   11 years des Typo on page 73.
(edit) @125   11 years des Don't copy log messages to stderr, even #ifdef DEBUG.
(edit) @124   11 years des Print a newline after an error or info message.
(edit) @123   11 years des Document change 9736, I'm rerolling Cinenaria.
(edit) @122   11 years des Fix highly embarassing typo. This makes a good argument for using verbose …
(edit) @121   11 years des Release documentation for OpenPAM Cineraria.
(edit) @120   11 years des Bump version & release.
(edit) @119   11 years des Regenerate.
(edit) @118   11 years des Stuff the tarball in /tmp.
(edit) @117   11 years des Note typo on page 40.
(edit) @116   11 years des New files.
(edit) @115   11 years des More checks & documentation, and fix some markup nits. Sponsored …
(edit) @114   11 years des Add version macros.
(edit) @113   11 years des Fix typo in openpam_log macro.
(edit) @112   11 years des Move the policy-loading code into a separate file. Sponsored by: DARPA, …
(edit) @111   11 years des Adopt the same preprocessor tricks that Linux-PAM uses for modules. This …
(edit) @110   11 years des Forgot CREDITS.
Note: See TracRevisionLog for help on using the revision log.