summaryrefslogtreecommitdiff
path: root/lib/audit_logging/audit_logging.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-25lib:audit_logging: Add function to return the JSON null objectJoseph Sutton1-0/+1
2023-06-15lib:audit_logging: Add function to create JSON object containing auditing inf...Joseph Sutton1-0/+3
2023-05-18lib:audit_logging: Add function to add a formatted time value to a JSON messageJoseph Sutton1-0/+1
2023-05-18lib:audit_logging: Add function to add an optional boolean value to a JSON me...Joseph Sutton1-0/+3
2023-05-18lib:audit_logging: Add function to add flags to a JSON messageJoseph Sutton1-0/+4
2023-03-09audit_logging: Use `json_int_t` instead of `int` for `json_add_int` value typeLi Yuxuan1-1/+1
2022-08-08audit_logging: add method to replace the object for a given key with a new ob...Jule Anger1-0/+4
2018-12-14audit_logging: Remove debug log header and JSON Authentication: prefixAndrew Bartlett1-2/+1
2018-09-22lib/audit_logging: make json_{is_invalid,to_string}() accept a const*Philipp Gesang1-2/+2
2018-07-25lib audit_logging: add _WARN_UNUSED_RESULT_Gary Lockyer1-35/+41
2018-07-25json: Modify API to use return codesGary Lockyer1-30/+31
2018-06-01lib/audit_logging: Make function prototypes look like the rest of SambaAndrew Bartlett1-38/+30
2018-06-01lib audit_logging: re-factor and add functions.Gary Lockyer1-7/+17
2018-05-16auth logging: Extract common audit logging codeGary Lockyer1-0/+89