summaryrefslogtreecommitdiff
path: root/auth/kerberos
AgeCommit message (Expand)AuthorFilesLines
2026-02-15auth: Align integer typesVolker Lendecke1-2/+2
2026-02-15auth: Avoid a DEBUGADD in kerberos_decode_pac()Volker Lendecke1-7/+6
2026-02-15auth: Refactor check_pac_checksum to improve readabilityVolker Lendecke1-3/+3
2026-01-15auth:kerberos: Do not fail if PAC account name doesn’t match ticket princip...Jennifer Sutton1-3/+0
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
2025-01-17auth: Cleanup exit code paths in kerberos_decode_pac().Jeremy Allison1-45/+43
2025-01-16auth: Add missing talloc_free() in error code path.Jeremy Allison1-0/+1
2024-04-08Do not fail checksums for RFC8009 typesAlexander Bokovoy1-19/+28
2023-10-25auth: Fix code spellingJoseph Sutton1-4/+4
2023-08-14auth: Use portable format specifierJoseph Sutton1-2/+2
2023-03-28auth: Fix code spellingAndreas Schneider2-2/+2
2022-11-08build: Remove unused dependenciesJoseph Sutton1-1/+1
2020-02-10auth/kerberos: add auth4_context_{for,get}_PAC_DATA_CTR() helpersStefan Metzmacher2-0/+95
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 classkkplein3-0/+11
2017-01-11wscript: remove executable bits for all wscript* filesStefan Metzmacher1-0/+0
2016-12-20CVE-2016-2126: auth/kerberos: only allow known checksum types in check_pac_ch...Stefan Metzmacher1-0/+22
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-06-24auth/kerberos: add gssapi_get_sig_size() and gssapi_{seal,unseal,sign,check}_...Stefan Metzmacher3-1/+451
2015-03-20auth/kerberos: remove allow_warnings=TrueStefan Metzmacher1-1/+0
2015-03-20auth/kerberos: avoid compiler warningsStefan Metzmacher1-4/+12
2015-03-12auth/kerberos: Do a string comparison in kerberos_decode_pac() not a principa...Andrew Bartlett1-11/+12
2014-04-02auth/kerberos: explicitly use allow_warnings=TrueStefan Metzmacher1-0/+1
2014-03-12auth/kerberos: fix a typo.Günther Deschner1-1/+1
2012-09-22auth/kerberos: add HAVE_KRB5 guard to fix non-krb5 build after winbindd pac c...Andrew Bartlett1-0/+3
2012-09-20auth/kerberos: Adjust log level for failed PAC signature verificationChristof Schmitt1-1/+1
2012-07-30auth/kerberos: Do not do pointer arithmatic on a void *Andrew Bartlett1-1/+1
2012-07-06auth: Common function for retrieving PAC_LOGIN_INFO from PACChristof Schmitt2-0/+47
2012-06-06auth-kerberos: avoid crash with MIT krb5 1.10.0 in gss_get_name_attribute()Alexander Bokovoy1-2/+18
2012-05-23gse: Use the smb_gss_oid_equal wrapper.Andreas Schneider1-1/+1
2012-04-25lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...Alexander Bokovoy2-1/+2
2012-04-23Make krb5 wrapper library common so they can be used all overSimo Sorce3-4/+55
2012-04-12auth-krb: Move pac related util functions in a single place.Simo Sorce4-11/+78
2012-04-12auth-krb: Make functions static.Simo Sorce3-100/+2
2012-04-12auth-krb: Use simpler method to extract keytype.Simo Sorce1-19/+12
2012-04-12auth-krb: Nove oid packet check to gensec_util.Simo Sorce1-20/+0
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
2012-01-12auth/kerberos: Remove unused TALLOC_CTX argument to check_pac_checksumAndrew Bartlett1-6/+3
2012-01-11auth/kerberos: Remove unused headers from gssapi_parse.cAndrew Bartlett1-2/+0
2011-12-29auth/kerberos: Rename memory contexts for greater clarityAndrew Bartlett1-34/+34
2011-12-29auth/kerberos: Make pac_data_out in kerberos_decode_pac() optionalAndrew Bartlett1-3/+32
2011-12-28auth/kerberos: Move gssapi_parse.c to the top levelAndrew Bartlett2-2/+121