* libmisc/audit_help.c: Added audit_logger_message() to log
messages not related to an account. * lib/prototypes.h, libmisc/cleanup.c, libmisc/cleanup_group.c, libmisc/cleanup_user.c, libmisc/Makefile.am: Added stack of cleanup functions to be executed on exit. * NEWS, src/groupadd.c, src/groupdel.c, src/groupmod.c: Only report success to audit and syslog when the changes are committed to the system. Do not log failure for on-memory changes to audit or syslog. Make sure failures and inconsistencies will be reported in case of unexpected failures (e.g. malloc failures). Only specify an audit message if it is not implicitly implied by the type argument. Removed fail_exit (replaced by atexit(do_cleanups)).
This commit is contained in:
15
ChangeLog
15
ChangeLog
@@ -1,3 +1,18 @@
|
||||
2008-12-22 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* libmisc/audit_help.c: Added audit_logger_message() to log
|
||||
messages not related to an account.
|
||||
* lib/prototypes.h, libmisc/cleanup.c, libmisc/cleanup_group.c,
|
||||
libmisc/cleanup_user.c, libmisc/Makefile.am: Added stack of
|
||||
cleanup functions to be executed on exit.
|
||||
* NEWS, src/groupadd.c, src/groupdel.c, src/groupmod.c: Only
|
||||
report success to audit and syslog when the changes are committed
|
||||
to the system. Do not log failure for on-memory changes to audit
|
||||
or syslog. Make sure failures and inconsistencies will be reported
|
||||
in case of unexpected failures (e.g. malloc failures). Only
|
||||
specify an audit message if it is not implicitly implied by the
|
||||
type argument. Removed fail_exit (replaced by atexit(do_cleanups)).
|
||||
|
||||
2008-12-15 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* NEWS, src/gpasswd.c: Added support usernames with arbitrary
|
||||
|
||||
Reference in New Issue
Block a user