[Pkg-shadow-commits] r2343 - upstream/trunk

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Thu Sep 4 19:36:28 UTC 2008


Author: nekral-guest
Date: 2008-09-04 19:36:27 +0000 (Thu, 04 Sep 2008)
New Revision: 2343

Modified:
   upstream/trunk/ChangeLog
Log:
	* 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().


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2008-09-04 19:35:48 UTC (rev 2342)
+++ upstream/trunk/ChangeLog	2008-09-04 19:36:27 UTC (rev 2343)
@@ -1,5 +1,15 @@
 2008-09-03  Nicolas François  <nicolas.francois at 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 at centraliens.net>
+
 	* src/userdel.c: Log failures to remove the mailbox to syslog and
 	audit.
 	* src/userdel.c: Log successful removal of home directory to audit




More information about the Pkg-shadow-commits mailing list