diff options
author | Tomas Mraz <tm@t8m.info> | 2008-12-12 14:05:41 +0000 |
---|---|---|
committer | Tomas Mraz <tm@t8m.info> | 2008-12-12 14:05:41 +0000 |
commit | 54febaaeb968aa3d9aa85583cd49ff058c6e1368 (patch) | |
tree | cb494a2513ea8d43f83f3005b3b7c8e7d5481034 /ChangeLog | |
parent | a1131337d71a61da5b3b5e129545d3257a709480 (diff) | |
download | pam-54febaaeb968aa3d9aa85583cd49ff058c6e1368.tar.gz pam-54febaaeb968aa3d9aa85583cd49ff058c6e1368.tar.bz2 pam-54febaaeb968aa3d9aa85583cd49ff058c6e1368.zip |
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
2008-12-12 Tomas Mraz <t8m@centrum.cz>
* modules/pam_tally2/pam_tally2.c (get_tally): Test for EACCES
instead of EPERM.
* modules/pam_tally2/pam_tally2.8.xml: Fix documentation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2008-12-12 Tomas Mraz <t8m@centrum.cz> + + * modules/pam_tally2/pam_tally2.c (get_tally): Test for EACCES + instead of EPERM. + * modules/pam_tally2/pam_tally2.8.xml: Fix documentation. + 2008-12-10 Thorsten Kukuk <kukuk@thkukuk.de> * doc/man/pam_item_types_ext.inc.xml: Document PAM_AUTHTOK_TYPE. |