summaryrefslogtreecommitdiff
path: root/auth/kerberos
Commit message (Expand)AuthorAgeFilesLines
* define DBGC_AUTH classkkplein2018-01-083-0/+11
* wscript: remove executable bits for all wscript* filesStefan Metzmacher2017-01-111-0/+0
* CVE-2016-2126: auth/kerberos: only allow known checksum types in check_pac_ch...Stefan Metzmacher2016-12-201-0/+22
* 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: add gssapi_get_sig_size() and gssapi_{seal,unseal,sign,check}_...Stefan Metzmacher2015-06-243-1/+451
* auth/kerberos: remove allow_warnings=TrueStefan Metzmacher2015-03-201-1/+0
* auth/kerberos: avoid compiler warningsStefan Metzmacher2015-03-201-4/+12
* auth/kerberos: Do a string comparison in kerberos_decode_pac() not a principa...Andrew Bartlett2015-03-121-11/+12
* auth/kerberos: explicitly use allow_warnings=TrueStefan Metzmacher2014-04-021-0/+1
* auth/kerberos: fix a typo.Günther Deschner2014-03-121-1/+1
* auth/kerberos: add HAVE_KRB5 guard to fix non-krb5 build after winbindd pac c...Andrew Bartlett2012-09-221-0/+3
* auth/kerberos: Adjust log level for failed PAC signature verificationChristof Schmitt2012-09-201-1/+1
* auth/kerberos: Do not do pointer arithmatic on a void *Andrew Bartlett2012-07-301-1/+1
* auth: Common function for retrieving PAC_LOGIN_INFO from PACChristof Schmitt2012-07-062-0/+47
* auth-kerberos: avoid crash with MIT krb5 1.10.0 in gss_get_name_attribute()Alexander Bokovoy2012-06-061-2/+18
* gse: Use the smb_gss_oid_equal wrapper.Andreas Schneider2012-05-231-1/+1
* lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...Alexander Bokovoy2012-04-252-1/+2
* Make krb5 wrapper library common so they can be used all overSimo Sorce2012-04-233-4/+55
* auth-krb: Move pac related util functions in a single place.Simo Sorce2012-04-124-11/+78
* auth-krb: Make functions static.Simo Sorce2012-04-123-100/+2
* auth-krb: Use simpler method to extract keytype.Simo Sorce2012-04-121-19/+12
* auth-krb: Nove oid packet check to gensec_util.Simo Sorce2012-04-121-20/+0
* 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: Remove unused TALLOC_CTX argument to check_pac_checksumAndrew Bartlett2012-01-121-6/+3
* auth/kerberos: Remove unused headers from gssapi_parse.cAndrew Bartlett2012-01-111-2/+0
* auth/kerberos: Rename memory contexts for greater clarityAndrew Bartlett2011-12-291-34/+34
* auth/kerberos: Make pac_data_out in kerberos_decode_pac() optionalAndrew Bartlett2011-12-291-3/+32
* auth/kerberos: Move gssapi_parse.c to the top levelAndrew Bartlett2011-12-282-2/+121
* Add missing com_err dependenciesEwoud Kohl van Wijngaarden2011-10-061-1/+1
* 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 Move all the PAC handling functions to auth/kerberosAndrew Bartlett2011-04-272-1/+365
* auth/kerberos: Create common helper to get the verified PAC from GSSAPIAndrew Bartlett2011-04-272-0/+126