Changeset 79 in openpam
Legend:
- Unmodified
- Added
- Removed
-
trunk/HISTORY
r59 r79 1 ============================================================================ 2 OpenPAM Cantaloupe 2002-02-22 3 4 - BUGFIX: The proper use of PAM_SYMBOL_ERR is to indicate an invalid 5 argument to pam_[gs]et_item(3), not to indicate dlsym(3) failures. 6 7 - ENHANCE: Add in-line documentation in most source files, and a Perl 8 script that generates mdoc code from that. 9 10 - BUGFIX: The environment list was not properly NULL-terminated. 11 12 - ENHANCE: Allow the PAM_AUTHTOK_PROMPT item to override the prompt 13 specified by the module. 14 15 - BUGFIX: PAM_NUM_ITEMS was set too low. It has been moved to 16 pam_constants.h to avoid it going stale again. 17 18 - ENHANCE: Move all code related to static modules into a separate 19 file. 20 21 - ENHANCE: openpam_ttyconv() now masks most signals while prompting the 22 user, and supports setting a timeout (which defaults to off). 23 24 - BUGFIX: Some manual pages referenced XSSO even though they 25 documented OpenPAM-specific functions. 26 27 - ENHANCE: Added openpam_get_option() and openpam_set_option(). 28 29 - ENHANCE: openpam_get_authtok() now respects the echo_pass, 30 try_first_pass, and use_first_pass options. 1 31 ============================================================================ 2 32 OpenPAM Caliopsis 2002-02-13 -
trunk/RELNOTES
r59 r79 1 1 2 Release notes for OpenPAM Ca liopsis3 =================================== 2 Release notes for OpenPAM Cantaloupe 3 ==================================== 4 4 5 5 This is a beta release. 6 6 7 7 The library itself is mostly complete. Documentation exists in the 8 form of skeletal man pages for the library itself, but no detailed9 documentation is provided in this release.8 form of man pages for the library functions, though some pages are 9 still incomplete. 10 10 11 11 This release is primarily intended for reviewers and developers … … 16 16 Known issues: 17 17 18 - The pam_get_user() and pam_get_authtok() functions do not check 19 for commonly used options such as {use,try}_first_pass or 20 auth_as_self. In fact, pam_get_authtok() behaves as if 21 try_first_pass was always specified. 18 - The documentation is still incomplete. 22 19 23 - The provided conversation function, openpam_ttyconv(), should 24 block signals, and support some sort of timeout. 25 26 - The documentation is far from complete. 20 Oh, and the previous release's code name was misspelled - egg on my 21 face! It should have been "Calliopsis". 27 22 28 23 $Id$
Note: See TracChangeset
for help on using the changeset viewer.