kdc: refactor Samba-specific auditing API in terms of existing API
Make Samba-specific HDB auth status API a wrapper on the existing auditing API, with a view towards unifying the two APIs in a future commit. The term "auth status" is replaced with "auth event", and the HDB auth_status method is replaced with a more general purpose audit method which has access to the entire request structure.
This commit is contained in:
@@ -29,8 +29,11 @@ HEIMDAL_BASE_1.0 {
|
||||
heim_array_iterate_reverse_f;
|
||||
heim_array_set_value;
|
||||
heim_audit_addkv;
|
||||
heim_audit_addkv_object;
|
||||
heim_audit_addkv_timediff;
|
||||
heim_audit_addreason;
|
||||
heim_audit_delkv;
|
||||
heim_audit_getkv;
|
||||
heim_audit_trail;
|
||||
heim_audit_vaddkv;
|
||||
heim_audit_vaddreason;
|
||||
|
Reference in New Issue
Block a user