summaryrefslogtreecommitdiff
path: root/lib/krb5_wrap
AgeCommit message (Expand)AuthorFilesLines
2026-03-26lib:krb5_wrap: Add function to read the default_ccache_name config valueAndreas Schneider2-0/+93
2026-01-13lib/krb5_wrap: Check memory allocation in smb_krb5_get_smb_session_key()Pavel Filipenský1-0/+4
2026-01-13lib/krb5_wrap: Zero sensitive memory in krb5_samba.cPavel Filipenský1-3/+6
2025-09-03krb5: handle GSS-Proxy credentials lifetimeAlexander Bokovoy1-2/+33
2025-04-23lib/krb5_wrap: Fix placement of TALLOC_FREE(frame)Pavel Filipenský1-1/+2
2025-03-08lib:krb5_wrap: Add smb_krb5_parse_name_flags()Pavel Filipenský2-7/+37
2024-09-10lib: Align integer typesVolker Lendecke1-2/+1
2024-07-26s3:libads: Remove ads_keytab_create_default & friendsPavel Filipenský2-117/+0
2024-07-26s3:libads: Use the TRACE SUPPORT for keys operationsPavel Filipenský1-3/+3
2024-07-26krb5_wrap: Add TRACE SUPPORT for keys operationsPavel Filipenský1-0/+111
2024-07-02lib:krb5_wrap: Fix code spellingJo Sutton1-3/+3
2024-05-14lib/replace: make sure krb5_cc_default[_name]() is no longer used directlyStefan Metzmacher1-0/+4
2024-05-14krb5_wrap: let smb_krb5_renew_ticket() use smb_force_krb5_cc_default_name()Stefan Metzmacher1-1/+6
2024-05-14krb5_wrap: add smb_force_krb5_cc_default[_name]() wrappersStefan Metzmacher2-0/+29
2024-05-14krb5_wrap: let ads_krb5_cli_get_ticket() require an explicit krb5 ccacheStefan Metzmacher1-5/+11
2024-05-14lib:krb5_wrap: Implement smb_gss_mech_import_cred()Andreas Schneider2-5/+32
2024-05-07lib/krb5_wrap: make use of smb_krb5_cc_new_unique_memory() in smb_krb5_kinit_...Stefan Metzmacher1-2/+2
2024-05-07lib/krb5_wrap: add smb_krb5_cc_new_unique_memory()Stefan Metzmacher2-0/+79
2024-04-23lib/krb5_wrap: let smb_krb5_cc_get_lifetime() behave more like the heimdal kr...Stefan Metzmacher1-1/+27
2024-04-08Do not fail checksums for RFC8009 typesAlexander Bokovoy1-0/+28
2024-03-14lib/krb5_wrap: Pull already_hashed case out of smb_krb5_kt_add_entry()Andrew Bartlett2-47/+31
2024-03-14lib/krb5_wrap: Rename confusing add_salt parameter to smb_krb5_kt_add_entry()Andrew Bartlett2-6/+4
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