]> git.ipfire.org Git - thirdparty/krb5.git/commit
Pass local address to DAL audit_as_req 656/head
authorAndreas Schneider <asn@samba.org>
Fri, 19 May 2017 09:00:52 +0000 (11:00 +0200)
committerGreg Hudson <ghudson@mit.edu>
Mon, 5 Jun 2017 16:10:13 +0000 (12:10 -0400)
commit03d33d42f7302fb7e2804d4206009208ad5d509f
treebc634d9b0eca2dfcc6386b9653ee51bee28c38b7
parent73f8d597aad9f5c88c10b891387a8962f83e0080
Pass local address to DAL audit_as_req

In the KDC, pass the local address from dispatch() to
process_as_req(), then to log_as_req(), then to
krb5_db_audit_as_req(), and finally to the KDB modules.

[ghudson@mit.edu: squashed commits and rewrote commit message]

ticket: 8583
12 files changed:
src/include/kdb.h
src/kdc/dispatch.c
src/kdc/do_as_req.c
src/kdc/kdc_log.c
src/kdc/kdc_util.h
src/lib/kdb/kdb5.c
src/plugins/kdb/db2/db2_exp.c
src/plugins/kdb/db2/kdb_db2.c
src/plugins/kdb/db2/kdb_db2.h
src/plugins/kdb/ldap/libkdb_ldap/kdb_ldap.c
src/plugins/kdb/ldap/libkdb_ldap/kdb_ldap.h
src/tests/kdbtest.c