[krbdev.mit.edu #6401] SVN Commit

Sam Hartman via RT rt-comment at krbdev.mit.edu
Fri Mar 6 12:26:30 EST 2009


krb5_get_init_creds calls encode_krb5_as_req to produce an encoding
for the preauth plugins, then passes the unencoded request structure
into the static function send_as_req.  That function re-encodes the
request.  This is an unnecessary call to the encoder.  In addition,
for the FAST project, it is desirable to encapsulate the unencoded
outer request so that krb5_get_init_creds does not need it.

* send_as_req is modified to take an encoded request and realm
* Remove unused logic to fill in request nonce from send_as_req

http://src.mit.edu/fisheye/changelog/krb5/?cs=22067
Commit By: hartmans
Revision: 22067
Changed Files:
U   trunk/src/lib/krb5/krb/get_in_tkt.c




More information about the krb5-bugs mailing list