diff options
author | Steve Langasek <vorlon@debian.org> | 2001-11-27 18:26:29 +0000 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2001-11-27 18:26:29 +0000 |
commit | dc8042f1b4262e478bd25eb76d1ee87e6c195a89 (patch) | |
tree | 223d3e78305f89348504fdba118c221fa5ed744a /CHANGELOG | |
parent | 4b0e4887849aeab9add48f653c29b60183d52869 (diff) | |
download | pam-dc8042f1b4262e478bd25eb76d1ee87e6c195a89.tar.gz pam-dc8042f1b4262e478bd25eb76d1ee87e6c195a89.tar.bz2 pam-dc8042f1b4262e478bd25eb76d1ee87e6c195a89.zip |
Relevant BUGIDs: 483959, 113596
Purpose of commit: bugfix
Commit summary:
---------------
* Restore pam_unix's handling of 'likeauth' argument to a known working
state
* prettify AUTH_RETURN macro
* remove redundant argv checks in pam_sm_setcred()
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -49,6 +49,9 @@ bug report - outstanding bugs are listed here: 0.76: please submit patches for this section with actual code/doc patches! +* pam_unix: restore handling of 'likeauth' argument to a known working + state; prettify AUTH_RETURN macro; remove redundant argv checks in + pam_sm_setcred() (Bugs 483959, 113596 - vorlon) * pam_cracklib: another try at implementing similar() from Harald Welte and Nalin (Bugs 436053, 476957 - agmorgan) * documentation: random typo fixes from Nalin (Bug 476949 - agmorgan) |