summaryrefslogtreecommitdiff
path: root/lib/audit_logging
AgeCommit message (Expand)AuthorFilesLines
2020-03-07audit_logging tests: Fix timezone validationGary Lockyer1-4/+23
2019-11-22build: Do not build selftest binaries for builds without --enable-selftestAndrew Bartlett1-4/+4
2019-10-14audit_logging: Don't spam the logs if dsdb_event is not foundAndreas Schneider1-5/+4
2019-06-13lib audit_logging tests: csbuild unused parmsGary Lockyer2-29/+29
2019-04-29lib:audit_logging: Use C99 initializer for server_id in audit_loggingAndreas Schneider1-1/+3
2018-12-20lib/audit_logging: actually create tallocPhilipp Gesang1-0/+6
2018-12-14lib/audit_logging: Use talloc_stackframe() in audit_log_json()Andrew Bartlett1-5/+5
2018-12-14audit_logging: Remove debug log header and JSON Authentication: prefixAndrew Bartlett2-9/+13
2018-11-02audit_logging: Use dom_sid_str_bufVolker Lendecke1-4/+4
2018-09-26turn --with-json-audit into global --with-jsonPhilipp Gesang1-36/+0
2018-09-22lib/audit_logging: make json_{is_invalid,to_string}() accept a const*Philipp Gesang2-4/+4
2018-09-05lib/audit_logging: update to waf 2.0Alexander Bokovoy1-2/+2
2018-09-05auth/wscript: import from waflibAlexander Bokovoy1-1/+1
2018-09-05auth/wscript: fix options useAlexander Bokovoy1-1/+1
2018-07-25lib audit_logging: add _WARN_UNUSED_RESULT_Gary Lockyer2-47/+66
2018-07-25json: Add unit tests for error handlingGary Lockyer2-0/+900
2018-07-25json: Modify API to use return codesGary Lockyer3-267/+573
2018-06-26audit_logging: Remove duplciate error printingAndrew Bartlett1-6/+0
2018-06-26audit_logging: Initialise event_serverAndrew Bartlett1-1/+1
2018-06-26audit_logging: Remove incorrect check for NT_STATUS_OBJECT_NAME_NOT_FOUNDAndrew Bartlett1-4/+2
2018-06-26audit_logging: Clarify debug messagesAndrew Bartlett1-2/+2
2018-06-25lib/audit_logging: Only build audit_logging_test for --enable-selftest on the...Andrew Bartlett1-1/+1
2018-06-25lib/audit_logging: Require jansson JSON library for building the AD DCAndrew Bartlett1-7/+9
2018-06-25build: Move --without-json-audit and json lib detection to lib/audit_loggingAndrew Bartlett1-0/+34
2018-06-10lib/audit_logging fix flapping testGary Lockyer1-0/+4
2018-06-01lib/audit_logging: Remove #ifdef HAVE_JANSSON from audit_logging_test binaryAndrew Bartlett2-17/+14
2018-06-01lib/audit_logging: Make function prototypes look like the rest of SambaAndrew Bartlett2-65/+55
2018-06-01lib audit_logging: re-factor and add functions.Gary Lockyer3-11/+264
2018-05-24audit_logging: Fix CID 1435739 Dereference null return valueVolker Lendecke1-0/+1
2018-05-17lib: Fix array size in audit_loggingAndreas Schneider1-1/+1
2018-05-16auth logging: Extract common audit logging codeGary Lockyer4-0/+1441