summaryrefslogtreecommitdiff
path: root/lib/audit_logging/audit_logging.c
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
2023-08-14audit_logging: Simplify json_add_stringn() with json_stringn()Volker Lendecke1-7/+1
2023-06-25lib:audit_logging: Add function to return the JSON null objectJoseph Sutton1-0/+17
2023-06-15lib:audit_logging: Add function to create JSON object containing auditing inf...Joseph Sutton1-0/+132
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 Sutton1-17/+43
2023-05-18lib:audit_logging: Add function to add an optional boolean value to a JSON me...Joseph Sutton1-0/+44
2023-05-18lib:audit_logging: Add function to add flags to a JSON messageJoseph Sutton1-0/+51
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 Yuxuan1-6/+8
2022-08-08audit_logging: add method to replace the object for a given key with a new ob...Jule Anger1-0/+46
2021-10-13audit_logging.c: fix compilation on macOSAlex Richardson1-1/+1
2021-06-04lib: Fix a typoVolker Lendecke1-1/+1
2021-04-12lib/audit_logging/test: fix typosPhilipp Gesang1-2/+2
2019-10-14audit_logging: Don't spam the logs if dsdb_event is not foundAndreas Schneider1-5/+4
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 Bartlett1-7/+12
2018-11-02audit_logging: Use dom_sid_str_bufVolker Lendecke1-4/+4
2018-09-22lib/audit_logging: make json_{is_invalid,to_string}() accept a const*Philipp Gesang1-2/+2
2018-07-25json: Modify API to use return codesGary Lockyer1-184/+343
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-01lib/audit_logging: Make function prototypes look like the rest of SambaAndrew Bartlett1-27/+25
2018-06-01lib audit_logging: re-factor and add functions.Gary Lockyer1-4/+110
2018-05-17lib: Fix array size in audit_loggingAndreas Schneider1-1/+1
2018-05-16auth logging: Extract common audit logging codeGary Lockyer1-0/+771