Changeset 90 in openpam
Legend:
- Unmodified
- Added
- Removed
-
trunk/HISTORY
r86 r90 1 ============================================================================ 2 OpenPAM 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 1 24 ============================================================================ 2 25 OpenPAM Cantaloupe 2002-02-22 … … 45 68 First (beta) release. 46 69 ============================================================================ 47 $P4: //depot/projects/openpam/HISTORY# 4$70 $P4: //depot/projects/openpam/HISTORY#5 $ -
trunk/MANIFEST
r86 r90 1 1 # 2 # $P4: //depot/projects/openpam/MANIFEST# 4$2 # $P4: //depot/projects/openpam/MANIFEST#5 $ 3 3 # 4 4 HISTORY … … 57 57 lib/Makefile 58 58 lib/openpam_dispatch.c 59 lib/openpam_dynamic.c 59 60 lib/openpam_findenv.c 60 61 lib/openpam_get_option.c -
trunk/RELNOTES
r86 r90 1 1 2 Release notes for OpenPAM C antaloupe3 =================================== =2 Release notes for OpenPAM Celandine 3 =================================== 4 4 5 5 This is a beta release. … … 18 18 - The documentation is still incomplete. 19 19 20 Oh, and the previous release's code name was misspelled - egg on my 21 face! It should have been "Calliopsis". 22 23 $P4: //depot/projects/openpam/RELNOTES#4 $ 20 $P4: //depot/projects/openpam/RELNOTES#5 $
Note: See TracChangeset
for help on using the changeset viewer.