auth logging: Extract common audit logging code
authorGary Lockyer <gary@catalyst.net.nz>
Mon, 9 Apr 2018 18:45:47 +0000 (06:45 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 16 May 2018 02:07:16 +0000 (04:07 +0200)
commit74cf8f5e3b991292ae592a0786e01914ca162caf
tree62900db73af50a76abaf62aab3e866a9b52dee9b
parentc7a3ce95ac4ce837d8fde36578b3b1f56c3ac2fa
auth logging: Extract common audit logging code

Extract the common audit logging code into a library to allow it's
re-use in other logging modules.

Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/audit_logging/audit_logging.c [new file with mode: 0644]
lib/audit_logging/audit_logging.h [new file with mode: 0644]
lib/audit_logging/tests/audit_logging_test.c [new file with mode: 0644]
lib/audit_logging/wscript_build [new file with mode: 0644]
source4/selftest/tests.py
wscript_build