summaryrefslogtreecommitdiff
path: root/auth/kerberos/gssapi_pac.c
Commit message (Expand)AuthorAgeFilesLines
* define DBGC_AUTH classkkplein2018-01-081-0/+4
* mit: make it possible to build with MIT kerberos and --picky-developerGünther Deschner2016-09-291-1/+2
* gensec: Change log level for message when obtaining PAC from gss_get_name_att...Christof Schmitt2016-07-061-6/+4
* auth: fix a memory leak in gssapi_get_session_key()Uri Simchoni2016-07-061-6/+1
* auth: Fix picky const warnings in gssapi_pacAndreas Schneider2015-11-231-2/+10
* auth/kerberos: avoid compiler warningsStefan Metzmacher2015-03-201-4/+12
* auth/kerberos: Do not do pointer arithmatic on a void *Andrew Bartlett2012-07-301-1/+1
* auth-kerberos: avoid crash with MIT krb5 1.10.0 in gss_get_name_attribute()Alexander Bokovoy2012-06-061-2/+18
* lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...Alexander Bokovoy2012-04-251-1/+0
* Make krb5 wrapper library common so they can be used all overSimo Sorce2012-04-231-2/+47
* auth-krb: Move pac related util functions in a single place.Simo Sorce2012-04-121-0/+1
* auth-krb: Make functions static.Simo Sorce2012-04-121-1/+0
* auth-krb: Use simpler method to extract keytype.Simo Sorce2012-04-121-19/+12
* auth/kerberos: Fall back to gsskrb5_get_subkey if we did not get the key typeAndrew Bartlett2012-03-081-4/+23
* auth/kerberos: Ensure we do not print invalid memory in failure caseAndrew Bartlett2012-03-081-4/+1
* auth/kerberos: Move gse_get_session_key() to common code and use in gensec_gs...Andrew Bartlett2012-02-171-0/+113
* auth/kerberos/gssapi_pac: fix compiler warningsStefan Metzmacher2011-06-151-6/+5
* Fix Samba3 on OpenIndiana.Gordon Ross2011-05-071-0/+24
* auth/kerberos Add check for gss_inquire_sec_context_by_oidAndrew Bartlett2011-04-271-4/+10
* auth/kerberos: Create common helper to get the verified PAC from GSSAPIAndrew Bartlett2011-04-271-0/+123