summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/authdata.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid passing null pointers to memcpy/memcmpGreg Hudson2013-04-081-2/+1
* Make krb5_find_authdata publicGreg Hudson2011-10-251-15/+8
* Silence various "may be used uninitialized" warnings from GCC causedKen Raeburn2011-09-051-1/+1
* Reindent per krb5-batch-reindent.el.Ken Raeburn2011-09-041-1/+1
* In the authdata framework, determine which authdata sources to queryGreg Hudson2011-04-071-3/+18
* Make signedpath authdata visible via GSS naming extsGreg Hudson2010-05-231-0/+1
* Move krb5_authdata_export_authdata into the separate file for better code mod...Zhanna Tsitkov2010-01-101-64/+0
* Divide copy_auth.c into three files based on the functionality. Namely, Zhanna Tsitkov2010-01-061-0/+32
* make mark-cstyleTom Yu2009-10-311-7/+6
* fix some Coverity reported defects in naming extensionsLuke Howard2009-10-201-21/+23
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-091-0/+1245