* lib/prototypes.h, libmisc/audit_help.c: Define new type
shadow_audit_result for the result argument of audit_logger(). This permits stronger type checking and a better readability of the results (SHADOW_AUDIT_FAILURE/SHADOW_AUDIT_SUCCESS constants). * src/groupadd.c, src/groupdel.c, src/useradd.c, src/userdel.c: Use the SHADOW_AUDIT_FAILURE/SHADOW_AUDIT_SUCCESS results instead of 0 or 1 in audit_logger().
This commit is contained in:
parent
a21809cdae
commit
7e0008a2d7
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
||||
2008-09-03 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* lib/prototypes.h, libmisc/audit_help.c: Define new type
|
||||
shadow_audit_result for the result argument of audit_logger().
|
||||
This permits stronger type checking and a better readability of
|
||||
the results (SHADOW_AUDIT_FAILURE/SHADOW_AUDIT_SUCCESS constants).
|
||||
* src/groupadd.c, src/groupdel.c, src/useradd.c, src/userdel.c:
|
||||
Use the SHADOW_AUDIT_FAILURE/SHADOW_AUDIT_SUCCESS results instead
|
||||
of 0 or 1 in audit_logger().
|
||||
|
||||
2008-09-03 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* src/userdel.c: Log failures to remove the mailbox to syslog and
|
||||
|
Loading…
Reference in New Issue
Block a user