summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/s4u_creds.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid passing null pointers to memcpy/memcmpGreg Hudson2013-04-081-3/+6
* Simplify principal access within libkrb5Greg Hudson2013-04-081-33/+21
* Move a bunch of stuff out of k5-int.hGreg Hudson2013-03-241-5/+4
* Correct type mismatches for get_as_key callbacksNalin Dahyabhai2012-10-151-1/+2
* Fix S4U user identification in preauth caseGreg Hudson2012-05-241-4/+2
* Reindent per krb5-batch-reindent.el.Ken Raeburn2011-09-041-9/+9
* Use hmac-md5 checksum for PA-FOR-USER padataGreg Hudson2011-05-141-8/+2
* When doing S4U2Self for the anon principal, use the server realmLuke Howard2011-04-021-4/+12
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-5/+1
* From Luke: fix the post-canonicalization cache check logic inGreg Hudson2010-04-221-5/+11
* Remove krb5int_send_tgs(); it is unused as of r23358Greg Hudson2010-04-081-3/+3
* Rename krb5int_tgtname into krb5_tgtname as an internal functionZhanna Tsitkov2010-01-051-1/+1
* Defer the conversion of the gic options structure to the extended formGreg Hudson2009-11-251-9/+4
* make mark-cstyleTom Yu2009-10-311-3/+3
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-091-1/+1
* Clean up krb5_get_credentials:Greg Hudson2009-09-251-2/+2
* Fix a few bugs in r22736. Cherry-picked from Luke's authdata branchGreg Hudson2009-09-211-5/+5
* Implement s4u extensionsGreg Hudson2009-09-131-0/+829