ctdb-scripts: Do not de-duplicate the interfaces list
[samba.git] / lib / audit_logging / audit_logging.c
2023-08-14 Volker Lendeckeaudit_logging: Simplify json_add_stringn() with json_st...
2023-06-25 Joseph Suttonlib:audit_logging: Add function to return the JSON...
2023-06-15 Joseph Suttonlib:audit_logging: Add function to create JSON object...
2023-05-24 Joseph Suttonlib:audit_logging: Check return value of json_new_object()
2023-05-18 Joseph Suttonlib:audit_logging: Fix typo in log message
2023-05-18 Joseph Suttonlib:audit_logging: Add function to add a formatted...
2023-05-18 Joseph Suttonlib:audit_logging: Add function to add an optional...
2023-05-18 Joseph Suttonlib:audit_logging: Add function to add flags to a JSON...
2023-04-03 Andreas Schneiderlib:audit_logging: Fix code spelling
2023-03-09 Li Yuxuanaudit_logging: Use `json_int_t` instead of `int` for...
2022-08-08 Jule Angeraudit_logging: add method to replace the object for...
2021-10-13 Alex Richardsonaudit_logging.c: fix compilation on macOS
2021-06-04 Volker Lendeckelib: Fix a typo
2021-04-12 Philipp Gesanglib/audit_logging/test: fix typos
2019-10-14 Andreas Schneideraudit_logging: Don't spam the logs if dsdb_event is...
2019-04-29 Andreas Schneiderlib:audit_logging: Use C99 initializer for server_id...
2018-12-20 Philipp Gesanglib/audit_logging: actually create talloc
2018-12-14 Andrew Bartlettlib/audit_logging: Use talloc_stackframe() in audit_log...
2018-12-14 Andrew Bartlettaudit_logging: Remove debug log header and JSON Authent...
2018-11-02 Volker Lendeckeaudit_logging: Use dom_sid_str_buf
2018-09-22 Philipp Gesanglib/audit_logging: make json_{is_invalid,to_string...
2018-07-25 Gary Lockyerjson: Modify API to use return codes
2018-06-26 Andrew Bartlettaudit_logging: Remove duplciate error printing
2018-06-26 Andrew Bartlettaudit_logging: Initialise event_server
2018-06-26 Andrew Bartlettaudit_logging: Remove incorrect check for NT_STATUS_OBJ...
2018-06-26 Andrew Bartlettaudit_logging: Clarify debug messages
2018-06-01 Andrew Bartlettlib/audit_logging: Make function prototypes look like...
2018-06-01 Gary Lockyerlib audit_logging: re-factor and add functions.
2018-05-17 Andreas Schneiderlib: Fix array size in audit_logging
2018-05-16 Gary Lockyerauth logging: Extract common audit logging code