summaryrefslogtreecommitdiff
path: root/lib/audit_logging
Commit message (Expand)AuthorAgeFilesLines
* lib:audit_logging: Fix typo in log messageJoseph Sutton2023-05-181-1/+1
* lib:audit_logging: Add function to add a formatted time value to a JSON messageJoseph Sutton2023-05-182-17/+44
* lib:audit_logging: Add function to add an optional boolean value to a JSON me...Joseph Sutton2023-05-182-0/+47
* lib:audit_logging: Add function to add flags to a JSON messageJoseph Sutton2023-05-182-0/+55
* lib:audit_logging: Fix code spellingAndreas Schneider2023-04-031-1/+1
* audit_logging: Use `json_int_t` instead of `int` for `json_add_int` value typeLi Yuxuan2023-03-092-7/+9
* audit_logging:tests: Add big_int test for `json_add_int`Li Yuxuan2023-03-091-1/+10
* audit_logging: add method to replace the object for a given key with a new ob...Jule Anger2022-08-082-0/+50
* audit_logging.c: fix compilation on macOSAlex Richardson2021-10-131-1/+1
* lib: Fix a typoVolker Lendecke2021-06-041-1/+1
* audit logging tests: Fix flapping testJoseph Sutton2021-05-111-9/+21
* lib/audit_logging/test: fix typosPhilipp Gesang2021-04-122-27/+27
* audit_logging tests: Fix timezone validationGary Lockyer2020-03-071-4/+23
* build: Do not build selftest binaries for builds without --enable-selftestAndrew Bartlett2019-11-221-4/+4
* audit_logging: Don't spam the logs if dsdb_event is not foundAndreas Schneider2019-10-141-5/+4
* lib audit_logging tests: csbuild unused parmsGary Lockyer2019-06-132-29/+29
* lib:audit_logging: Use C99 initializer for server_id in audit_loggingAndreas Schneider2019-04-291-1/+3
* lib/audit_logging: actually create tallocPhilipp Gesang2018-12-201-0/+6
* lib/audit_logging: Use talloc_stackframe() in audit_log_json()Andrew Bartlett2018-12-141-5/+5
* audit_logging: Remove debug log header and JSON Authentication: prefixAndrew Bartlett2018-12-142-9/+13
* audit_logging: Use dom_sid_str_bufVolker Lendecke2018-11-021-4/+4
* turn --with-json-audit into global --with-jsonPhilipp Gesang2018-09-261-36/+0
* lib/audit_logging: make json_{is_invalid,to_string}() accept a const*Philipp Gesang2018-09-222-4/+4
* lib/audit_logging: update to waf 2.0Alexander Bokovoy2018-09-051-2/+2
* auth/wscript: import from waflibAlexander Bokovoy2018-09-051-1/+1
* auth/wscript: fix options useAlexander Bokovoy2018-09-051-1/+1
* lib audit_logging: add _WARN_UNUSED_RESULT_Gary Lockyer2018-07-252-47/+66
* json: Add unit tests for error handlingGary Lockyer2018-07-252-0/+900
* json: Modify API to use return codesGary Lockyer2018-07-253-267/+573
* audit_logging: Remove duplciate error printingAndrew Bartlett2018-06-261-6/+0
* audit_logging: Initialise event_serverAndrew Bartlett2018-06-261-1/+1
* audit_logging: Remove incorrect check for NT_STATUS_OBJECT_NAME_NOT_FOUNDAndrew Bartlett2018-06-261-4/+2
* audit_logging: Clarify debug messagesAndrew Bartlett2018-06-261-2/+2
* lib/audit_logging: Only build audit_logging_test for --enable-selftest on the...Andrew Bartlett2018-06-251-1/+1
* lib/audit_logging: Require jansson JSON library for building the AD DCAndrew Bartlett2018-06-251-7/+9
* build: Move --without-json-audit and json lib detection to lib/audit_loggingAndrew Bartlett2018-06-251-0/+34
* lib/audit_logging fix flapping testGary Lockyer2018-06-101-0/+4
* lib/audit_logging: Remove #ifdef HAVE_JANSSON from audit_logging_test binaryAndrew Bartlett2018-06-012-17/+14
* lib/audit_logging: Make function prototypes look like the rest of SambaAndrew Bartlett2018-06-012-65/+55
* lib audit_logging: re-factor and add functions.Gary Lockyer2018-06-013-11/+264
* audit_logging: Fix CID 1435739 Dereference null return valueVolker Lendecke2018-05-241-0/+1
* lib: Fix array size in audit_loggingAndreas Schneider2018-05-171-1/+1
* auth logging: Extract common audit logging codeGary Lockyer2018-05-164-0/+1441