aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/krb/authdata.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-18Fix calloc check in krb5_authdata_context_initGreg Hudson1-1/+1
2013-04-08Avoid passing null pointers to memcpy/memcmpGreg Hudson1-2/+1
2011-10-25Make krb5_find_authdata publicGreg Hudson1-15/+8
2011-09-05Silence various "may be used uninitialized" warnings from GCC causedKen Raeburn1-1/+1
2011-09-04Reindent per krb5-batch-reindent.el.Ken Raeburn1-1/+1
2011-04-07In the authdata framework, determine which authdata sources to queryGreg Hudson1-3/+18
2010-05-23Make signedpath authdata visible via GSS naming extsGreg Hudson1-0/+1
2010-01-10Move krb5_authdata_export_authdata into the separate file for better code mod...Zhanna Tsitkov1-64/+0
2010-01-06Divide copy_auth.c into three files based on the functionality. Namely, Zhanna Tsitkov1-0/+32
2009-10-31make mark-cstyleTom Yu1-7/+6
2009-10-20fix some Coverity reported defects in naming extensionsLuke Howard1-21/+23
2009-10-09Implement GSS naming extensions and authdata verificationGreg Hudson1-0/+1245