summaryrefslogtreecommitdiff
path: root/lib/krb5_wrap
AgeCommit message (Expand)AuthorFilesLines
2023-10-26s4:kdc: Consider a single‐component krbtgt principal to be the TGSJoseph Sutton1-2/+5
2023-10-26s4:kdc: Have smb_krb5_principal_get_comp_string() properly indicate an errorJoseph Sutton2-16/+31
2023-10-26lib/krb5_wrap: Check return value of krb5_principal_get_comp_string()Joseph Sutton1-1/+8
2023-10-01lib:krb5_wrap: Include missing headersJoseph Sutton1-0/+3
2023-09-27lib/krb5_wrap: Simplify assignmentsJoseph Sutton1-2/+1
2023-09-27lib/krb5_wrap: Make use of smb_krb5_make_data()Joseph Sutton1-5/+2
2023-09-14lib:krb5_wrap: Remove Heimdal‐only krb5_princ_component() implementationJoseph Sutton1-15/+0
2023-09-14lib:krb5_wrap: Add Heimdal‐specific smb_krb5_princ_component() implementationJoseph Sutton1-2/+19
2023-09-14lib:krb5_wrap: Add smb_krb5_princ_component()Joseph Sutton1-0/+24
2023-09-14lib:krb5_wrap: Have smb_krb5_principal_get_realm() check the return values of...Joseph Sutton1-3/+14
2023-09-14lib:krb5_wrap: Eliminate redundant code from smb_krb5_sockaddr_to_kaddr()Joseph Sutton1-22/+4
2023-09-11lib:krb5_wrap: Fix spelling in documentationJoseph Sutton1-5/+5
2023-08-21lib:krb5_wrap: Fix references to incorrect function namesJoseph Sutton1-11/+9
2023-08-21lib:krb5_wrap: Fix code spellingJoseph Sutton1-4/+4
2023-08-14lib:krb5_wrap: Remove unnecessary castJoseph Sutton1-1/+1
2023-07-31lib:krb5_wrap: Fix resource leak in smb_krb5_kt_seek_and_delete_old_entriesPavel Filipenský1-5/+10
2023-07-28krb5_wrap: add krb5_free_string()Pavel Filipenský2-0/+10
2023-07-28krb5_wrap: add krb5_free_enctypes()Pavel Filipenský2-1/+11
2023-04-27lib:krb5_wrap: Fix debug statements when princ_s is NULLAndreas Schneider1-4/+9
2023-04-03lib:krb5_wrap: Fix code spellingAndreas Schneider2-18/+18
2022-12-13CVE-2022-37966 lib/krb5_wrap: no longer reference des encryption typesStefan Metzmacher1-2/+0
2022-12-13CVE-2022-37966 lib/krb5_wrap: remove unused ifdef HAVE_ENCTYPE_AES*Stefan Metzmacher1-4/+0
2022-11-08krb5: Detect support for krb5_const_pac typeJoseph Sutton2-1/+30
2022-10-27lib/krb5_wrap: add explicit keep_old_kvno/enctype_only args to smb_krb5_kt_se...Stefan Metzmacher2-3/+23
2022-10-27lib/krb5_wrap: document the enctype argument of smb_krb5_kt_seek_and_delete_o...Stefan Metzmacher1-0/+2
2022-10-27lib/krb5_wrap: remove unused keep_old_entries argument from smb_krb5_kt_seek_...Stefan Metzmacher2-15/+3
2022-10-27lib/krb5_wrap: remove unused keep_old_entries argument from smb_krb5_kt_add_e...Stefan Metzmacher2-8/+4
2022-10-21krb5: Add compatability for krb5_const_pac typeJoseph Sutton1-0/+4
2022-10-05lib:krb5_wrap: Add helper functions to make krb5_data structureJoseph Sutton2-0/+35
2022-10-05lib:krb5_wrap: Use case-sensitive comparison against 'krbtgt'Joseph Sutton1-1/+1
2022-08-26lib:krb5: Change memset() to BURN_PTR_SIZE()Pavel Filipenský1-1/+1
2022-07-27CVE-2022-2031 lib:krb5_wrap: Generate valid error codes in smb_krb5_mk_error()Joseph Sutton1-1/+1
2022-07-12lib:krb5_wrap: Add debug to ads_krb5_cli_get_ticket()Samuel Cabrero1-0/+4
2022-07-12s3:winbind: Improve debug message to print service in smb_krb5_renew_ticket()Samuel Cabrero1-1/+2
2022-06-14lib:krb5_wrap: Add const to parameters for smb_krb5_create_key_from_string()Joseph Sutton2-4/+4
2022-03-17lib:krb5_wrap: Implement smb_krb5_principal_is_tgs()Andreas Schneider2-0/+31
2022-03-04krb5-mit: Enable S4U client support for MIT buildIsaac Boukris2-2/+192
2022-02-23lib:krb5_wrap: Fix wrong debug message and use newer debug macroSamuel Cabrero1-1/+4
2022-02-23lib:krb5_wrap: Improve debug message and use newer debug macroSamuel Cabrero1-1/+1
2021-12-15lib:krb_wrap: Add missing error check in smb_krb5_salt_principal_str()Andreas Schneider1-0/+5
2021-10-23lib/krb5_wrap: Fix missing error check in new salt codeAndrew Bartlett1-3/+3
2021-10-20dsdb: Allow special chars like "@" in samAccountName when generating the saltAndrew Bartlett2-36/+169
2021-07-27krb5_wrap: remove unused codePavel Filipenský2-207/+0
2021-02-01lib:krb5_wrap: Check the format string of krb5_warnx()Andreas Schneider1-1/+2
2020-09-30Restrict GSSAPI query to the krb5 mechanismSimo Sorce1-2/+10
2020-02-10krb5_wrap: map KRB5_REALM_UNKNOWN to NT_STATUS_NO_SUCH_DOMAINStefan Metzmacher1-0/+1
2020-02-10krb5_wrap: map KRB5KDC_ERR_S_PRINCIPAL_UNKNOWN to NT_STATUS_INVALID_COMPUTER_...Stefan Metzmacher1-1/+1
2020-02-10krb5_wrap: move source3/libads/krb5_errs.c to lib/krb5_wrap/krb5_errs.cStefan Metzmacher3-2/+131
2020-02-10lib/krb5_wrap: prefer new enctyptes in ms_suptypes_to_ietf_enctypes()Stefan Metzmacher1-3/+7
2020-01-24krb5-wrap: deal with different krb5_trace_info struct flavors (earlier MIT kr...Günther Deschner1-0/+6