]> git.ipfire.org Git - thirdparty/krb5.git/commit
Pass full local address to dispatch functions
authorAndreas Schneider <asn@samba.org>
Fri, 19 May 2017 08:51:34 +0000 (10:51 +0200)
committerGreg Hudson <ghudson@mit.edu>
Mon, 5 Jun 2017 15:57:01 +0000 (11:57 -0400)
commit73f8d597aad9f5c88c10b891387a8962f83e0080
tree58236b1f4d84fb90008393acdaff48aa240e86d0
parent1a5a1cd58349ec2fd906a02013526c8800d973c7
Pass full local address to dispatch functions

In net-server.c, pass a krb5_fulladdr representation of the local
address to dispatch.  This representation is more convenient for
kadmind, and will make it more convenient for the KDC to pass the
local address to the DAL audit_as_req.

[ghudson@mit.edu: rewrote commit message]
src/include/net-server.h
src/kadmin/server/schpw.c
src/kdc/dispatch.c
src/kdc/kdc_util.h
src/lib/apputils/net-server.c