summaryrefslogtreecommitdiff
path: root/auth/kerberos/gssapi_pac.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-30auth/kerberos: Do not do pointer arithmatic on a void *Andrew Bartlett1-1/+1
2012-06-06auth-kerberos: avoid crash with MIT krb5 1.10.0 in gss_get_name_attribute()Alexander Bokovoy1-2/+18
2012-04-25lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...Alexander Bokovoy1-1/+0
2012-04-23Make krb5 wrapper library common so they can be used all overSimo Sorce1-2/+47
2012-04-12auth-krb: Move pac related util functions in a single place.Simo Sorce1-0/+1
2012-04-12auth-krb: Make functions static.Simo Sorce1-1/+0
2012-04-12auth-krb: Use simpler method to extract keytype.Simo Sorce1-19/+12
2012-03-08auth/kerberos: Fall back to gsskrb5_get_subkey if we did not get the key typeAndrew Bartlett1-4/+23
2012-03-08auth/kerberos: Ensure we do not print invalid memory in failure caseAndrew Bartlett1-4/+1
2012-02-17auth/kerberos: Move gse_get_session_key() to common code and use in gensec_gs...Andrew Bartlett1-0/+113
2011-06-15auth/kerberos/gssapi_pac: fix compiler warningsStefan Metzmacher1-6/+5
2011-05-07Fix Samba3 on OpenIndiana.Gordon Ross1-0/+24
2011-04-27auth/kerberos Add check for gss_inquire_sec_context_by_oidAndrew Bartlett1-4/+10
2011-04-27auth/kerberos: Create common helper to get the verified PAC from GSSAPIAndrew Bartlett1-0/+123