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: tlyu@mit.edu Subject: SVN Commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 1064 pull up r22184 from trunk ------------------------------------------------------------------------ r22184 | ghudson | 2009-04-08 11:58:24 -0400 (Wed, 08 Apr 2009) | 7 lines Changed paths: M /trunk/src/lib/krb5/error_tables/krb5_err.et M /trunk/src/lib/krb5/krb/mk_priv.c M /trunk/src/lib/krb5/krb/mk_safe.c M /trunk/src/lib/krb5/krb/rd_priv.c M /trunk/src/lib/krb5/krb/rd_safe.c ticket: 1165 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/8f2bf12e45c7bd2638967b96c25df61b0f2ac16b Commit By: tlyu Revision: 22254 Changed Files: U branches/krb5-1-7/src/lib/krb5/error_tables/krb5_err.et U branches/krb5-1-7/src/lib/krb5/krb/mk_priv.c U branches/krb5-1-7/src/lib/krb5/krb/mk_safe.c U branches/krb5-1-7/src/lib/krb5/krb/rd_priv.c U branches/krb5-1-7/src/lib/krb5/krb/rd_safe.c