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] https://github.com/krb5/krb5/commit/03d33d42f7302fb7e2804d4206009208ad5d509f Author: Andreas Schneider Committer: Greg Hudson Commit: 03d33d42f7302fb7e2804d4206009208ad5d509f Branch: master src/include/kdb.h | 2 ++ src/kdc/dispatch.c | 5 +++-- src/kdc/do_as_req.c | 17 ++++++++++------- src/kdc/kdc_log.c | 9 ++++++--- src/kdc/kdc_util.h | 6 ++++-- src/lib/kdb/kdb5.c | 5 +++-- src/plugins/kdb/db2/db2_exp.c | 3 ++- src/plugins/kdb/db2/kdb_db2.c | 1 + src/plugins/kdb/db2/kdb_db2.h | 1 + src/plugins/kdb/ldap/libkdb_ldap/kdb_ldap.c | 1 + src/plugins/kdb/ldap/libkdb_ldap/kdb_ldap.h | 1 + src/tests/kdbtest.c | 5 +++-- 12 files changed, 37 insertions(+), 19 deletions(-)