HISTORY revision 91100
191094Sdes============================================================================
291100SdesOpenPAM	Cantaloupe						2002-02-22
391100Sdes
491100Sdes - BUGFIX: The proper use of PAM_SYMBOL_ERR is to indicate an invalid
591100Sdes   argument to pam_[gs]et_item(3), not to indicate dlsym(3) failures.
691100Sdes
791100Sdes - ENHANCE: Add in-line documentation in most source files, and a Perl
891100Sdes   script that generates mdoc code from that.
991100Sdes
1091100Sdes - BUGFIX: The environment list was not properly NULL-terminated.
1191100Sdes
1291100Sdes - ENHANCE: Allow the PAM_AUTHTOK_PROMPT item to override the prompt
1391100Sdes   specified by the module.
1491100Sdes
1591100Sdes - BUGFIX: PAM_NUM_ITEMS was set too low.  It has been moved to
1691100Sdes   pam_constants.h to avoid it going stale again.
1791100Sdes
1891100Sdes - ENHANCE: Move all code related to static modules into a separate
1991100Sdes   file.
2091100Sdes
2191100Sdes - ENHANCE: openpam_ttyconv() now masks most signals while prompting the
2291100Sdes   user, and supports setting a timeout (which defaults to off).
2391100Sdes
2491100Sdes - BUGFIX: Some manual pages referenced XSSO even though they
2591100Sdes   documented OpenPAM-specific functions.
2691100Sdes
2791100Sdes - ENHANCE: Added openpam_get_option() and openpam_set_option().
2891100Sdes
2991100Sdes - ENHANCE: openpam_get_authtok() now respects the echo_pass,
3091100Sdes   try_first_pass, and use_first_pass options.
3191100Sdes============================================================================
3291097SdesOpenPAM	Caliopsis						2002-02-13
3391097Sdes
3491097SdesFixed a number of bugs in the previous release, including:
3591097Sdes  - a number of bugs in and related to pam_[gs]et_item(3)
3691097Sdes  - off-by-one bug in pam_start.c would trim last character off certain
3791097Sdes    configuration lines
3891097Sdes  - incorrect ordering of an array in openpam_load.c would cause service
3991097Sdes    module functions to get mixed up
4091097Sdes  - missing 'continue' in openpam_dispatch.c caused successes to be
4191097Sdes    counted as failures
4291097Sdes============================================================================
4391094SdesOpenPAM	Calamite						2002-02-09
4491094Sdes
4591094SdesFirst (beta) release.
4691094Sdes============================================================================
4791094Sdes$Id$
48