summaryrefslogtreecommitdiff
path: root/lib/krb5_wrap
Commit message (Expand)AuthorAgeFilesLines
* lib:krb5_wrap: Fix debug statements when princ_s is NULLAndreas Schneider2023-04-271-4/+9
* lib:krb5_wrap: Fix code spellingAndreas Schneider2023-04-032-18/+18
* CVE-2022-37966 lib/krb5_wrap: no longer reference des encryption typesStefan Metzmacher2022-12-131-2/+0
* CVE-2022-37966 lib/krb5_wrap: remove unused ifdef HAVE_ENCTYPE_AES*Stefan Metzmacher2022-12-131-4/+0
* krb5: Detect support for krb5_const_pac typeJoseph Sutton2022-11-082-1/+30
* lib/krb5_wrap: add explicit keep_old_kvno/enctype_only args to smb_krb5_kt_se...Stefan Metzmacher2022-10-272-3/+23
* lib/krb5_wrap: document the enctype argument of smb_krb5_kt_seek_and_delete_o...Stefan Metzmacher2022-10-271-0/+2
* lib/krb5_wrap: remove unused keep_old_entries argument from smb_krb5_kt_seek_...Stefan Metzmacher2022-10-272-15/+3
* lib/krb5_wrap: remove unused keep_old_entries argument from smb_krb5_kt_add_e...Stefan Metzmacher2022-10-272-8/+4
* krb5: Add compatability for krb5_const_pac typeJoseph Sutton2022-10-211-0/+4
* lib:krb5_wrap: Add helper functions to make krb5_data structureJoseph Sutton2022-10-052-0/+35
* lib:krb5_wrap: Use case-sensitive comparison against 'krbtgt'Joseph Sutton2022-10-051-1/+1
* lib:krb5: Change memset() to BURN_PTR_SIZE()Pavel Filipenský2022-08-261-1/+1
* CVE-2022-2031 lib:krb5_wrap: Generate valid error codes in smb_krb5_mk_error()Joseph Sutton2022-07-271-1/+1
* lib:krb5_wrap: Add debug to ads_krb5_cli_get_ticket()Samuel Cabrero2022-07-121-0/+4
* s3:winbind: Improve debug message to print service in smb_krb5_renew_ticket()Samuel Cabrero2022-07-121-1/+2
* lib:krb5_wrap: Add const to parameters for smb_krb5_create_key_from_string()Joseph Sutton2022-06-142-4/+4
* lib:krb5_wrap: Implement smb_krb5_principal_is_tgs()Andreas Schneider2022-03-172-0/+31
* krb5-mit: Enable S4U client support for MIT buildIsaac Boukris2022-03-042-2/+192
* lib:krb5_wrap: Fix wrong debug message and use newer debug macroSamuel Cabrero2022-02-231-1/+4
* lib:krb5_wrap: Improve debug message and use newer debug macroSamuel Cabrero2022-02-231-1/+1
* lib:krb_wrap: Add missing error check in smb_krb5_salt_principal_str()Andreas Schneider2021-12-151-0/+5
* lib/krb5_wrap: Fix missing error check in new salt codeAndrew Bartlett2021-10-231-3/+3
* dsdb: Allow special chars like "@" in samAccountName when generating the saltAndrew Bartlett2021-10-202-36/+169
* krb5_wrap: remove unused codePavel Filipenský2021-07-272-207/+0
* lib:krb5_wrap: Check the format string of krb5_warnx()Andreas Schneider2021-02-011-1/+2
* Restrict GSSAPI query to the krb5 mechanismSimo Sorce2020-09-301-2/+10
* krb5_wrap: map KRB5_REALM_UNKNOWN to NT_STATUS_NO_SUCH_DOMAINStefan Metzmacher2020-02-101-0/+1
* krb5_wrap: map KRB5KDC_ERR_S_PRINCIPAL_UNKNOWN to NT_STATUS_INVALID_COMPUTER_...Stefan Metzmacher2020-02-101-1/+1
* krb5_wrap: move source3/libads/krb5_errs.c to lib/krb5_wrap/krb5_errs.cStefan Metzmacher2020-02-103-2/+131
* lib/krb5_wrap: prefer new enctyptes in ms_suptypes_to_ietf_enctypes()Stefan Metzmacher2020-02-101-3/+7
* krb5-wrap: deal with different krb5_trace_info struct flavors (earlier MIT kr...Günther Deschner2020-01-241-0/+6
* lib/krb5_wrap: Remove unused smb_krb5_get_allowed_weak_crypto()Andrew Bartlett2019-12-112-52/+0
* krb5: move disabling dns-canon to lower level init callsIsaac Boukris2019-11-271-0/+6
* lib:krb5_wrap: Do not create a temporary file for MEMORY keytabsAndreas Schneider2019-10-121-11/+8
* krb5_wrap: let smb_krb5_parse_name() accept enterprise principalsStefan Metzmacher2019-09-241-0/+5
* krb5_wrap: smb_krb5_kinit_password_ccache() should always use the canonicaliz...Stefan Metzmacher2019-09-241-2/+0
* lib/krb5_wrap: Fix leaking using mkstempNoel Power2019-07-031-2/+5
* lib/krb5_wrap: clang: Fix warning: Null pointer passed as an argumentNoel Power2019-07-011-1/+1
* lib/krb5_wrap: clang: Fix warning: Call to function 'mktemp' is insecureNoel Power2019-07-011-1/+1
* krb5_wrap: Only use the required md4 headerAndreas Schneider2019-02-271-1/+1
* Fix typo and remove the sun and the cloudsSwen Schillig2019-01-101-1/+1
* Fix typos and ban the rams from sambatdb-1.3.17Swen Schillig2019-01-101-1/+1
* lib: Add kerberos tracingSwen Schillig2018-12-191-8/+10
* Add MIT kerberos tracing capabilitySwen Schillig2018-12-192-0/+41
* krb5_wrap: Fix bit shiftingAndreas Schneider2018-12-191-1/+1
* krb5_samba: Fix checking for config.h #define in krb5_samba.hAndreas Schneider2018-12-161-1/+1
* krb5_wrap: Use #ifdef instead of #if for config.h definitionsAndreas Schneider2018-11-281-1/+1
* krb5_wrap: Fix a typoVolker Lendecke2018-11-281-1/+1
* krb5_wrap: Add a talloc_ctx to smb_krb5_principal_get_realm()Volker Lendecke2018-11-282-10/+12