summaryrefslogtreecommitdiff
path: root/auth/credentials/credentials_krb5.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-08auth: Use new data_blob_..._s() functions and remove talloc_keep_secret()Pavel Filipenský1-2/+1
2025-09-03krb5: handle GSS-Proxy credentials lifetimeAlexander Bokovoy1-10/+26
2025-08-05auth:creds: Add cli_credentials_get_out_ccache_name()Andreas Schneider1-0/+5
2025-08-05auth:creds: Always store the ccache nameAndreas Schneider1-0/+8
2025-04-15auth:creds: Do a kinit if we have a password and the ccache is emptyAndreas Schneider1-18/+12
2024-05-14auth/credentials_krb5: let cli_credentials_set_ccache() use smb_force_krb5_cc...Stefan Metzmacher1-1/+5
2024-05-07auth/credentials: use smb_krb5_cc_new_unique_memory() in cli_credentials_new_...Stefan Metzmacher1-14/+17
2024-05-07auth/credentials: use smb_krb5_cc_new_unique_memory() in cli_credentials_shal...Stefan Metzmacher1-7/+4
2024-05-07auth/credentials: use smb_krb5_cc_new_unique_memory() in smb_gss_krb5_copy_cc...Stefan Metzmacher1-11/+1
2024-05-07auth/credentials: use smb_krb5_cc_new_unique_memory() in krb5_cc_remove_cred_...Stefan Metzmacher1-14/+3
2024-05-07auth/credentials: add cli_credentials_get_ccache_name_obtained()Stefan Metzmacher1-0/+89
2024-04-23auth/credentials: don't call talloc_free(ccache_name) on callers memoryStefan Metzmacher1-1/+0
2024-04-23auth/credentials: a temporary MEMORY ccache needs krb5_cc_destroy()Stefan Metzmacher1-4/+4
2024-03-14auth/credentials: Allow generation of old Kerberos keys alsoAndrew Bartlett1-3/+14
2024-03-14auth/credentials: Make cli_credentials_get_aes256_key into generic key accessAndrew Bartlett1-10/+29
2024-03-14auth/credentials: Dynamically calculate the salt principal (unless speccified)Andrew Bartlett1-35/+67
2024-03-14auth/credentials: Use salt on credentials object for Creds.get_aes256_key()Andrew Bartlett1-1/+6
2023-11-29s4-auth/kerberos: Use FAST credentials for armor if specified in cli_credentialsAndrew Bartlett1-1/+8
2023-11-29auth/credentials: Add API to allow requesting a Kerberos ticket to be protect...Andrew Bartlett1-1/+41
2023-09-11auth: Fix code spellingJoseph Sutton1-3/+3
2023-08-08auth: Add missing newlines to logging messagesJoseph Sutton1-1/+1
2023-07-31auth:credentials: Fix resource leak in cli_credentials_set_from_ccache()Pavel Filipenský1-0/+1
2023-07-28auth:credentials: SAFE_FREE() -> krb5_free_enctypes()Pavel Filipenský1-1/+2
2023-03-28auth: Fix code spellingAndreas Schneider1-1/+1
2023-02-06auth/credentials: Fix unitialized dataPavel Filipenský1-1/+3
2023-02-06auth/credentials: Fix trailing whitespacesPavel Filipenský1-44/+44
2022-06-26auth/credentials: Add cli_credentials_get_aes256_key()Joseph Sutton1-0/+64
2021-12-09auth/credentials: Fix cli_credentials_shallow_ccache error caseStefan Metzmacher1-3/+8
2021-12-09auth/credentials: Handle ENOENT when obtaining ccache lifetimeStefan Metzmacher1-1/+1
2021-10-20dsdb: Allow special chars like "@" in samAccountName when generating the saltAndrew Bartlett1-6/+6
2021-04-28auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider1-1/+3
2020-11-03auth:creds: Rename CRED_USE_KERBEROS valuesAndreas Schneider1-2/+2
2020-08-28lib/util: remove extra safe_string.h fileMatthew DeVore1-0/+2
2020-08-19auth:creds: Remove unused credentials autoproto headerAndreas Schneider1-1/+0
2019-04-29credentials: Workaround krb5_cc_remove_cred not implemented in MIT kerberosSamuel Cabrero1-0/+149
2019-04-29credentials: Initialize krb5 client to retrieve creds from ccacheSamuel Cabrero1-0/+15
2018-11-28krb5_wrap: Add a talloc_ctx to smb_krb5_principal_get_realm()Volker Lendecke1-3/+3
2018-11-28credentials: Remove an unnecessary talloc_steal()Volker Lendecke1-1/+0
2018-11-28credentials: Fix set_ccache with empty creds cacheVolker Lendecke1-6/+7
2018-11-28credentials: Fix an error path memleakVolker Lendecke1-0/+1
2018-11-28credentials: Only do shallow copies of valid ccachesVolker Lendecke1-0/+14
2018-09-05krb5-samba: interdomain trust uses different salt principalAlexander Bokovoy1-4/+12
2018-01-08define DBGC_AUTH classkkplein1-0/+3
2018-01-03credentials: Simplify cli_credentials_get_server_gss_creds()Andreas Schneider1-9/+10
2017-06-27auth/credentials: remove unused smb_krb5_create_salt_principal()Stefan Metzmacher1-79/+0
2017-06-27auth/credentials: make use of smb_krb5_salt_principal() in cli_credentials_ge...Stefan Metzmacher1-12/+26
2017-03-08credentials_krb5: convert to use smb_gss_krb5_import_credAlexander Bokovoy1-9/+13
2017-02-01auth: fix mem leak & use appropriate free functionAurelien Aptel1-1/+1
2017-01-12credentials: Create a smb_gss_krb5_copy_ccache() functionAndreas Schneider1-4/+129
2017-01-10auth/credentials: Always set the the realm if we set the principal from the c...Andreas Schneider1-3/+17