summaryrefslogtreecommitdiff
path: root/lib/audit_logging
AgeCommit message (Expand)AuthorFilesLines
2026-02-18lib:audit_logging: Fix code spellingJennifer Sutton1-4/+4
2026-01-28lib:audit_logging JSON remove leading spacesGary Lockyer1-7/+3
2026-01-07smbd: Simplify callers of messaging_send()Volker Lendecke1-5/+1
2025-10-17Add missing include needed for cmocka.hAndreas Schneider2-0/+2
2023-09-27lib:audit_logging: Initialize ‘tm’ structureJoseph Sutton1-1/+1
2023-08-14audit_logging: Simplify json_add_stringn() with json_stringn()Volker Lendecke3-9/+19
2023-06-25lib:audit_logging: Add function to return the JSON null objectJoseph Sutton2-0/+18
2023-06-15lib:audit_logging: Add function to create JSON object containing auditing inf...Joseph Sutton3-1/+139
2023-05-24lib:audit_logging:tests: Check return value of json_new_{object,array}()Joseph Sutton2-0/+42
2023-05-24lib:audit_logging: Check return value of json_new_object()Joseph Sutton1-0/+6
2023-05-18lib:audit_logging: Fix typo in log messageJoseph Sutton1-1/+1
2023-05-18lib:audit_logging: Add function to add a formatted time value to a JSON messageJoseph Sutton2-17/+44
2023-05-18lib:audit_logging: Add function to add an optional boolean value to a JSON me...Joseph Sutton2-0/+47
2023-05-18lib:audit_logging: Add function to add flags to a JSON messageJoseph Sutton2-0/+55
2023-04-03lib:audit_logging: Fix code spellingAndreas Schneider1-1/+1
2023-03-09audit_logging: Use `json_int_t` instead of `int` for `json_add_int` value typeLi Yuxuan2-7/+9
2023-03-09audit_logging:tests: Add big_int test for `json_add_int`Li Yuxuan1-1/+10
2022-08-08audit_logging: add method to replace the object for a given key with a new ob...Jule Anger2-0/+50
2021-10-13audit_logging.c: fix compilation on macOSAlex Richardson1-1/+1
2021-06-04lib: Fix a typoVolker Lendecke1-1/+1
2021-05-11audit logging tests: Fix flapping testJoseph Sutton1-9/+21
2021-04-12lib/audit_logging/test: fix typosPhilipp Gesang2-27/+27
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