summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2001-02-11 07:52:56 +0000
committerAndrew G. Morgan <morgan@kernel.org>2001-02-11 07:52:56 +0000
commitc9da49158d9007c8ae27114c8a44289854f777b1 (patch)
tree0a9b690b3dc2c617222e452f5323513cd45654be /CHANGELOG
parent7ca1d77e784cd9ba836c50998ba9f6ad67965b21 (diff)
Relevant BUGIDs: 126210
Purpose of commit: documentation Commit summary: --------------- added some pam_tally documentation.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG8
1 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index de8152b6..728fb8a6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -50,6 +50,8 @@ libpam. Prior versions were buggy - see bugfix for Bug 129775.
** WARNING **
+* added some sys-admin documentation for the pam_tally module (Bug
+ 126210 - agmorgan).
* added a link to module examples from the module writers doc (Bug
131192 - agmorgan).
* fixed a small security hole (more of a user confusion issue) with
@@ -57,9 +59,9 @@ libpam. Prior versions were buggy - see bugfix for Bug 129775.
the bug report, but no uid change was possible so no-one should
think they need to issue a security bulletin over this one! (Bug
112540 - agmorgan)
-* pam_lastlog needs to be linked with -lutil (Bug 131549 - agmorgan)
+* pam_lastlog needs to be linked with -lutil (Bug 131549 - agmorgan).
* pam_cracklib needs to be linked with -lcrypt (old password checking)
- (Bug 131601 - agmorgan)
+ (Bug 131601 - agmorgan).
* fixes for static library builds and also the examples when linked
with the debugging build of the libraries. (Bug 131783 - agmorgan)
* fixed URL for original RFC to a cached kernel.org file. (Bug 131503
@@ -68,7 +70,7 @@ libpam. Prior versions were buggy - see bugfix for Bug 129775.
agmorgan).
* improved handling of the setcred/close_session and update chauthtok
stack. *Warning* This is a backwardly incompatable change, but 'more
- sane' than before. (Bug 129775 - agmorgan).
+ sane' than before. (Bug 129775 - agmorgan)
* bumped the version number, and added some code to assist in making
documentation releases (Bug 129644 - agmorgan).