Deleted Added
full compact
HISTORY (91100) HISTORY (91684)
1============================================================================
1============================================================================
2OpenPAM Celandine 2002-03-05
3
4 - BUGFIX: PAM_TRY_AGAIN is a valid return value for pam_chauthtok().
5
6 - BUGFIX: Run passwd chain twice, first with the PAM_PRELIM_CHECK
7 flag set, then with the PAM_UPDATE_AUTHTOK flag set.
8
9 - BUGFIX: Failure of a "sufficient" module should not terminate the
10 passwd chain if the PAM_PRELIM_CHECK flag is set.
11
12 - BUGFIX: Clear PAM_AUTHTOK after running the service modules.
13
14 - ENHANCE: Prevent applications from specifying the PAM_PRELIM_CHECK
15 or PAM_UPDATE_AUTHTOK flags themselves.
16
17 - BUGFIX: openpam_set_option() did not support changing the value of
18 an existing option.
19
20 - ENHANCE: Add support for module versioning. OpenPAM will prefer a
21 module with the same version number as the library itself to one
22 with no version number at all.
23
24============================================================================
2OpenPAM 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

--- 29 unchanged lines hidden (view full) ---

39 module functions to get mixed up
40 - missing 'continue' in openpam_dispatch.c caused successes to be
41 counted as failures
42============================================================================
43OpenPAM Calamite 2002-02-09
44
45First (beta) release.
46============================================================================
25OpenPAM Cantaloupe 2002-02-22
26
27 - BUGFIX: The proper use of PAM_SYMBOL_ERR is to indicate an invalid
28 argument to pam_[gs]et_item(3), not to indicate dlsym(3) failures.
29
30 - ENHANCE: Add in-line documentation in most source files, and a Perl
31 script that generates mdoc code from that.
32

--- 29 unchanged lines hidden (view full) ---

62 module functions to get mixed up
63 - missing 'continue' in openpam_dispatch.c caused successes to be
64 counted as failures
65============================================================================
66OpenPAM Calamite 2002-02-09
67
68First (beta) release.
69============================================================================
47$Id$
70$P4: //depot/projects/openpam/HISTORY#5 $