source: openpam @ 182

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.
(edit) @109   11 years des Last-minute addition to "known issues".
(edit) @108   11 years des Release documentation for OpenPAM Cinchona. Sponsored by: DARPA, NAI Labs
(edit) @107   11 years des Regenerate.
(edit) @106   11 years des Add openpam_{borrow,restore}_cred() (for temporarily switching to user …
(edit) @105   11 years des If PAM_OLDAUTHTOK is set, we're asked for PAM_AUTHTOK, and we have to …
(edit) @104   11 years des Fix bugs in portability code; libpam now builds on NetBSD 1.5.2. …
(edit) @103   11 years des More errata.
(edit) @102   11 years des Check flags carefully, and add documentation. Sponsored by: DARPA, NAI …
(edit) @101   11 years des Plug memory leak, reduce differences between these very similar functions, …
(edit) @100   11 years des Change pam_get_authtok()'s prototype so the caller can specify what token …
(edit) @99   11 years des Allocate the correct amount of memory for the environment list (forgot to …
(edit) @98   11 years des Fix braino that arose from confusion between data and dp. This unbreaks …
(edit) @97   11 years des Blah, fix formatting bug in previous revision.
(edit) @96   11 years des Release documentation for OpenPAM Centaury. Sponsored by: DARPA, NAI Labs
(edit) @95   11 years des Suppress debug logs unless DEBUG is defined. Sponsored by: DARPA, NAI …
(edit) @94   11 years des Fix a number of bugs in the module cache: - Don't log dlopen() failures, …
(edit) @93   11 years des s/Technologies/Technology/ in copyright, and regenerate docs.
(edit) @92   11 years des s/PAM_REINITIALISE_CRED/PAM_REINITIALIZE_CRED/ Sponsored by: DARPA, NAI …
(edit) @91   11 years des Add missing #include <string.h>
(edit) @90   11 years des Release documentation for OpenPAM Celandine.
(edit) @89   11 years des Regenerate.
(edit) @88   11 years des Correct markup nit. Sponsored by: DARPA, NAI Labs
(edit) @87   11 years des Move most of the dynamic loader code into a separate file, and add support …
(edit) @86   11 years des $Id$ -> $P4$ + regenerate man pages.
(edit) @85   11 years des I was a little quick when I originally wrote this: the code only supported …
(edit) @84   11 years des Use $Id$ here, not $FreeBSD$.
(edit) @83   11 years des Previous change description should have mentioned: - run service modules …
Note: See TracRevisionLog for help on using the revision log.