summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTomas Mraz <tmraz@fedoraproject.org>2011-06-15 20:55:30 +0200
committerTomas Mraz <tmraz@fedoraproject.org>2011-06-15 20:55:30 +0200
commit53d6722ab192193c77d187645a31949d3de65f2b (patch)
treeac3ba88c40a489314b58915faabe6d7259aae7c6 /ChangeLog
parentff7c230341fc4bd2266b9ddaf39d83683f12c040 (diff)
Do not crash when remember, minlen, or rounds options are used with wrong module type.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b3c499a5..fcc56e4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,9 @@
* modules/pam_pwhistory/pam_pwhistory.8.xml: Document the
special meaning of remember=0.
+ * modules/pam_unix/support.c (_set_ctrl): Do not crash when remember,
+ minlen, or rounds options are used with wrong module type.
+
2011-06-14 Thorsten Kukuk <kukuk@thkukuk.de>
* configure.in: Check for libtirpc by default.