summaryrefslogtreecommitdiff
path: root/auth/kerberos/gssapi_pac.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-13auth/kerberos: Zero sensitive memory in gssapi_pac.cPavel Filipenský1-4/+7
2026-01-13auth/kerberos: Check memory allocation in gssapi_get_session_key()Pavel Filipenský1-0/+6
2026-01-13auth: Fix trailing whitespaces in gssapi_pac.cPavel Filipenský1-2/+2
2023-03-28auth: Fix code spellingAndreas Schneider1-1/+1
2019-07-08auth/kerberos: clang: Fix same instances of 'Value stored is never read'Noel Power1-7/+7
2018-03-19auth/kerberos: Fix typo in error message regarding fetching PAC using HeimdalMatt Selsky1-1/+1
2018-01-08define DBGC_AUTH classkkplein1-0/+4
2016-09-29mit: make it possible to build with MIT kerberos and --picky-developerGünther Deschner1-1/+2
2016-07-06gensec: Change log level for message when obtaining PAC from gss_get_name_att...Christof Schmitt1-6/+4
2016-07-06auth: fix a memory leak in gssapi_get_session_key()Uri Simchoni1-6/+1
2015-11-23auth: Fix picky const warnings in gssapi_pacAndreas Schneider1-2/+10
2015-03-20auth/kerberos: avoid compiler warningsStefan Metzmacher1-4/+12
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