[krbdev.mit.edu #7985] git commit
Greg Hudson via RT
rt-comment at krbdev.mit.edu
Wed Apr 27 17:02:12 EDT 2016
Add krb5_get_init_creds_opt_set_pac_request()
Add a new public function to set a PAC request option for an AS
request.
[ghudson at mit.edu: simplified code; made signature conform to Heimdal
function; expanded on doxygen comment; added new function to API
reference; changed code to send encoded KERB-PA-PAC-REQUEST instead
of a single octet]
https://github.com/krb5/krb5/commit/8fc32c0d8d6887ad628382f0b90439bfce82fb73
Author: Andreas Schneider <asn at samba.org>
Committer: Greg Hudson <ghudson at mit.edu>
Commit: 8fc32c0d8d6887ad628382f0b90439bfce82fb73
Branch: master
doc/appdev/refs/api/index.rst | 1 +
src/include/krb5/krb5.hin | 20 ++++++++++++++++++++
src/lib/krb5/asn.1/asn1_k_encode.c | 1 +
src/lib/krb5/krb/get_in_tkt.c | 28 ++++++++++++++++++++++++++++
src/lib/krb5/krb/gic_opt.c | 25 +++++++++++++++++++++++++
src/lib/krb5/krb/int-proto.h | 5 +++++
src/lib/krb5/libkrb5.exports | 1 +
src/lib/krb5_32.def | 1 +
8 files changed, 82 insertions(+), 0 deletions(-)
More information about the krb5-bugs
mailing list