Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) From: ghudson@mit.edu Subject: SVN Commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 585 mk_safe and mk_priv require the local address to be set in the auth context; rd_safe and rd_priv require the remote address to be set. Create error codes for both kinds of missing addresses and stop trying futilely to handle the cases where they are not set. https://github.com/krb5/krb5/commit/40e425b53b10f753fb62caff577d2679cdd6325b Commit By: ghudson Revision: 22184 Changed Files: U trunk/src/lib/krb5/error_tables/krb5_err.et U trunk/src/lib/krb5/krb/mk_priv.c U trunk/src/lib/krb5/krb/mk_safe.c U trunk/src/lib/krb5/krb/rd_priv.c U trunk/src/lib/krb5/krb/rd_safe.c