summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2009-03-25 10:54:23 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2009-03-25 10:54:23 +0000
commitfd1b9361a937f8b565d0d55179da359122e1fc96 (patch)
tree50e1a36e4d337741e45bf89def9605a2f7f74af5 /ChangeLog
parentbcd2e5937917356c76649227aeef0d8bb2192722 (diff)
Relevant BUGIDs: 2487654
Purpose of commit: bugfix Commit summary: --------------- 2009-03-25 Thorsten Kukuk <kukuk@thkukuk.de> * modules/pam_mkhomedir/pam_mkhomedir.c: Make option handling reentrant (#2487654) (_pam_parse): Fix umask option. * modules/pam_unix/passverify.c: Fix typo. * modules/pam_issue/pam_issue.c: Fix compiler warning. * modules/pam_ftp/pam_ftp.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b2346a48..c556ff84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2009-03-25 Thorsten Kukuk <kukuk@thkukuk.de>
+
+ * modules/pam_mkhomedir/pam_mkhomedir.c: Make option handling
+ reentrant (#2487654)
+ (_pam_parse): Fix umask option.
+
+ * modules/pam_unix/passverify.c: Fix typo.
+
+ * modules/pam_issue/pam_issue.c: Fix compiler warning.
+ * modules/pam_ftp/pam_ftp.c: Likewise.
+
2009-03-25 Pavol Šimo <palo.simo@gmail.com>
* po/sk.po: Updated translations.
@@ -39,7 +50,7 @@
* tests/tst-pam_mkargv.c (main): Fix for non-64bit architectures.
-2009-03-03 Tomas Mraz <t8m@centrum.cz>
+2009-03-03 Tomas Mraz <t8m@centrum.cz>
* modules/pam_unix/pam_unix_acct.c(_unix_run_verify_binary): Test
for abnormal exit of the helper binary.