diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2000-09-05 02:31:08 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2000-09-05 02:31:08 +0000 |
commit | 492714be0cba3a83c49150a7a219aeb5510df4b1 (patch) | |
tree | 4cb1fb30a2fa86672a83404ff1a00bf75e30c8ac | |
parent | dc35d260aa783ba52ad3d1fce49cabacc39a9a1d (diff) | |
download | pam-492714be0cba3a83c49150a7a219aeb5510df4b1.tar.gz pam-492714be0cba3a83c49150a7a219aeb5510df4b1.tar.bz2 pam-492714be0cba3a83c49150a7a219aeb5510df4b1.zip |
Relevant BUGIDs: 113238
Purpose of commit: document bug fix
Commit summary:
---------------
Vorlon committed this one, so he should get the credit.
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -35,6 +35,8 @@ Where you should replace XXXXX with a bug-id. 0.73: please submit patches for this section with actual code/doc patches! +* fix for pam_unix (support.c) to avoid segfault with NULL password + (Bug 113238 - vorlon) * fix to pam_unix_passwd: try repeatedly to get a lock on the password file, instead of failing immediately (Bug 108845 - fix vorlon) * fix to pam_shells: logged information was not formatted correctly |