diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2002-01-19 07:10:45 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2002-01-19 07:10:45 +0000 |
commit | 61ed1ee492ffb411887fd5b9cbb51715f1eb1e1e (patch) | |
tree | 26d8b883fbd6f0801ffe072b5edf5a6a38eff373 /CHANGELOG | |
parent | 14d7d6bc3cec5cb6d971e452c5370eb8644da55e (diff) | |
download | pam-61ed1ee492ffb411887fd5b9cbb51715f1eb1e1e.tar.gz pam-61ed1ee492ffb411887fd5b9cbb51715f1eb1e1e.tar.bz2 pam-61ed1ee492ffb411887fd5b9cbb51715f1eb1e1e.zip |
Relevant BUGIDs: 493294
Purpose of commit: bugfix and document
Commit summary:
---------------
The login limit counting seemed to have its math incorrect.
The default has been changed to the sane one, and a new module argument
has been added "utmp_early" that returns the module to its old behavior.
Thanks to Berend De Schouwe for getting to the bottom of this issue.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -55,6 +55,11 @@ bug report - outstanding bugs are listed here: 0.76: please submit patches for this section with actual code/doc patches! +* pam_limits can handle negative priority limits now (which can apply + to the superuser too) - based on patch from Nalin. Also cleanup the + error handling that was very sloppy before. Also, courtesy of Berend + De Schouwe get the math right on login counting (Bug 476990, 476987, + 493294 - agmorgan) * documentation: random typo fixes from Nalin and more stuff from me (Bug 476949, Tasks 43507, 17426 - agmorgan) * A Tru64 fix (given other stuff has already resolved this, it @@ -110,10 +115,6 @@ bug report - outstanding bugs are listed here: from Nalin (Bug 476940 - agmorgan) * pam_filter cleanup (including moving the filter directory) Nalin and Harald Welte (Bugs 436057, 476970 - agmorgan) -* pam_limits can handle negative priority limits now (which can apply - to the superuser too) - based on patch from Nalin. Also cleanup the - error handling that was very sloppy before (Bug 476990, 476987 - - agmorgan) * db3 is now recognized as a libdb candidate (Bug 435764 - agmorgan) * more changes (extracted from redhat version) courtesy of Harald Welte (Bugs pam_limits=436061, pam_lastlog=436060, |