diff options
author | Steve Langasek <vorlon@debian.org> | 2000-12-18 05:00:23 +0000 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2000-12-18 05:00:23 +0000 |
commit | e23b51cda072fbd6fc65f5ff43d196eeea28cac5 (patch) | |
tree | 4cc399b989784a2e0783e0a1e79df45922738d84 /CHANGELOG | |
parent | 395dc1ad955e4b2180ca09b0dd4cea44ea4032d5 (diff) | |
download | pam-e23b51cda072fbd6fc65f5ff43d196eeea28cac5.tar.gz pam-e23b51cda072fbd6fc65f5ff43d196eeea28cac5.tar.bz2 pam-e23b51cda072fbd6fc65f5ff43d196eeea28cac5.zip |
Relevant BUGIDs: 126036
Purpose of commit: cleanup
Commit summary:
---------------
Changes format of pam_unix 'authentication failure' log messages for
purposes of consistency and clarity.
Note that we do not log the 'user=' item in the case of an invalid username
unless the audit flag is turned on.
Note also that the way we currently log these failures isn't i18n-friendly.
I imagine this will need correcting at some point in the future.
Diffstat (limited to 'CHANGELOG')
-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.74: please submit patches for this section with actual code/doc patches! +* changed format of pam_unix 'authentication failure' log messages to make + them clearer and more consistent (Bug 126036 - vorlon) * improved portability of pam_unix by eliminating Linux-specific utmp defines in PAM_getlogin() (Bug 125704 - vorlon) * removed static variables from pam_tally (Bug 117434 - agmorgan) |