diff options
author | Jan Rekorajski <baggins@sith.mimuw.edu.pl> | 2000-12-04 18:31:56 +0000 |
---|---|---|
committer | Jan Rekorajski <baggins@sith.mimuw.edu.pl> | 2000-12-04 18:31:56 +0000 |
commit | 823d30ab735392f8da3b19513f1d550fadfa3ef8 (patch) | |
tree | 662a02a6db40883c56d952fd796f06d0ca2e1469 /CHANGELOG | |
parent | e2f3fab72e13c7d1f3dd6ee803646a44bda8a6af (diff) | |
download | pam-823d30ab735392f8da3b19513f1d550fadfa3ef8.tar.gz pam-823d30ab735392f8da3b19513f1d550fadfa3ef8.tar.bz2 pam-823d30ab735392f8da3b19513f1d550fadfa3ef8.zip |
Relevant BUGIDs: 124385
Purpose of commit: security
Commit summary:
---------------
* use O_NOFOLLOW if available when opening debug log
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -35,9 +35,11 @@ Where you should replace XXXXX with a bug-id. 0.74: please submit patches for this section with actual code/doc patches! -* removed comments about pam_unix not working with pam_cracklib, - added information about use_authtok parameter (Bug 124388 - baggins) -* fixed wrong definition of struct pam_module (was pam_wheel) +* use O_NOFOLLOW if available when opening debug log (Bug 124385 - baggins) +* pam_cracklib - removed comments about pam_unix not working with + pam_cracklib, added information about use_authtok parameter + (Bug 124388 - baggins) +* pam_userdb - fixed wrong definition of struct pam_module (was pam_wheel) (Bug 124386 - baggins) * fixed example/Makefile include path (Bug 124187 - agmorgan) * pam_userdb compiles on RH5x. Also removed circular dependency on |