diff options
author | Steve Langasek <vorlon@debian.org> | 2001-11-30 23:26:30 +0000 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2001-11-30 23:26:30 +0000 |
commit | 49647f1387fd4cdfe6d311ca8259a48736956005 (patch) | |
tree | 787d50c6ae58d9d24dd499f1b92b1e420f96d2c3 /CHANGELOG | |
parent | dc8042f1b4262e478bd25eb76d1ee87e6c195a89 (diff) | |
download | pam-49647f1387fd4cdfe6d311ca8259a48736956005.tar.gz pam-49647f1387fd4cdfe6d311ca8259a48736956005.tar.bz2 pam-49647f1387fd4cdfe6d311ca8259a48736956005.zip |
Relevant BUGIDs: 483959
Purpose of commit: bugfix
Commit summary:
---------------
pam_unix: fix 'likeauth' to kill off the memory leak once and for all.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -49,6 +49,8 @@ bug report - outstanding bugs are listed here: 0.76: please submit patches for this section with actual code/doc patches! +* pam_unix: fix 'likeauth' to kill off the memory leak once and for all. + (Bug 483959 - vorlon) * 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) |