summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2008-07-09 14:37:51 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2008-07-09 14:37:51 +0000
commit6377bdbbfc0af3c88572f5108f55344af745a010 (patch)
treeb01479d2d48356c7e95f81bcef10959fead6dca4 /ChangeLog
parent42f4dc06c31fc1e8eb3d11ce896bad65ca0489af (diff)
Relevant BUGIDs: 1976310
Purpose of commit: feature Commit summary: --------------- 2008-07-09 Thorsten Kukuk <kukuk@thkukuk.de> * modules/pam_exec/pam_exec.c (call_exec): Move all variable declaration to begin of a block (#1976310). * xtests/tst-pam_group1.c (run_test): Move no_grps declaration to begin of function (#1976310).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bdd43466..52841d5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
2008-07-09 Thorsten Kukuk <kukuk@thkukuk.de>
+ * modules/pam_exec/pam_exec.c (call_exec): Move all variable
+ declaration to begin of a block (#1976310).
+
+ * xtests/tst-pam_group1.c (run_test): Move no_grps declaration
+ to begin of function (#1976310).
+
* modules/pam_securetty/pam_securetty.8.xml: Replace
- PAM_IGNORE with PAM_USER_UNKNOWN (#1994330)
+ PAM_IGNORE with PAM_USER_UNKNOWN (#1994330).
+
* modules/pam_tally/pam_tally.c: Add support for silent and
no_log_info options.
* modules/pam_tally/pam_tally.8.xml: Document silent and