Skip Menu |
 

From: hartmans@mit.edu
Subject: SVN Commit

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

https://github.com/krb5/krb5/commit/ca9c1212fcb150c3514f8a9ef2f25709b5146de4
Commit By: hartmans
Revision: 22067
Changed Files:
U trunk/src/lib/krb5/krb/get_in_tkt.c
From: tlyu@mit.edu
Subject: SVN Commit

pull up r22067 from trunk

------------------------------------------------------------------------
r22067 | hartmans | 2009-03-06 12:26:29 -0500 (Fri, 06 Mar 2009) | 12 lines
Changed paths:
M /trunk/src/lib/krb5/krb/get_in_tkt.c

ticket: 6401
Subject: send_as_req re-encodes the request

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
------------------------------------------------------------------------

https://github.com/krb5/krb5/commit/db9321695193712502cd7350fc25aff0c215268c
Commit By: tlyu
Revision: 22213
Changed Files:
U branches/krb5-1-7/src/lib/krb5/krb/get_in_tkt.c
From: ghudson@mit.edu
Subject: SVN Commit

In krb5_get_in_tkt, free the whole encoded request (since the
structure was allocated by encode_krb5_as_req), not just the contents.


https://github.com/krb5/krb5/commit/31f019a7687f1101e2b4f30e9191887acd9d48b6
Commit By: ghudson
Revision: 22310
Changed Files:
U trunk/src/lib/krb5/krb/get_in_tkt.c
From: tlyu@mit.edu
Subject: SVN Commit

pull up r22310 from trunk

------------------------------------------------------------------------
r22310 | ghudson | 2009-05-05 12:30:19 -0400 (Tue, 05 May 2009) | 5 lines
Changed paths:
M /trunk/src/lib/krb5/krb/get_in_tkt.c

ticket: 6401

In krb5_get_in_tkt, free the whole encoded request (since the
structure was allocated by encode_krb5_as_req), not just the contents.

https://github.com/krb5/krb5/commit/fc846cdfe6224376dbfef699ba220983ebcf0a37
Commit By: tlyu
Revision: 22336
Changed Files:
U branches/krb5-1-7/src/lib/krb5/krb/get_in_tkt.c