index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
auth
/
credentials
/
credentials_krb5.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-08
auth: Use new data_blob_..._s() functions and remove talloc_keep_secret()
Pavel Filipenský
1
-2
/
+1
2025-09-03
krb5: handle GSS-Proxy credentials lifetime
Alexander Bokovoy
1
-10
/
+26
2025-08-05
auth:creds: Add cli_credentials_get_out_ccache_name()
Andreas Schneider
1
-0
/
+5
2025-08-05
auth:creds: Always store the ccache name
Andreas Schneider
1
-0
/
+8
2025-04-15
auth:creds: Do a kinit if we have a password and the ccache is empty
Andreas Schneider
1
-18
/
+12
2024-05-14
auth/credentials_krb5: let cli_credentials_set_ccache() use smb_force_krb5_cc...
Stefan Metzmacher
1
-1
/
+5
2024-05-07
auth/credentials: use smb_krb5_cc_new_unique_memory() in cli_credentials_new_...
Stefan Metzmacher
1
-14
/
+17
2024-05-07
auth/credentials: use smb_krb5_cc_new_unique_memory() in cli_credentials_shal...
Stefan Metzmacher
1
-7
/
+4
2024-05-07
auth/credentials: use smb_krb5_cc_new_unique_memory() in smb_gss_krb5_copy_cc...
Stefan Metzmacher
1
-11
/
+1
2024-05-07
auth/credentials: use smb_krb5_cc_new_unique_memory() in krb5_cc_remove_cred_...
Stefan Metzmacher
1
-14
/
+3
2024-05-07
auth/credentials: add cli_credentials_get_ccache_name_obtained()
Stefan Metzmacher
1
-0
/
+89
2024-04-23
auth/credentials: don't call talloc_free(ccache_name) on callers memory
Stefan Metzmacher
1
-1
/
+0
2024-04-23
auth/credentials: a temporary MEMORY ccache needs krb5_cc_destroy()
Stefan Metzmacher
1
-4
/
+4
2024-03-14
auth/credentials: Allow generation of old Kerberos keys also
Andrew Bartlett
1
-3
/
+14
2024-03-14
auth/credentials: Make cli_credentials_get_aes256_key into generic key access
Andrew Bartlett
1
-10
/
+29
2024-03-14
auth/credentials: Dynamically calculate the salt principal (unless speccified)
Andrew Bartlett
1
-35
/
+67
2024-03-14
auth/credentials: Use salt on credentials object for Creds.get_aes256_key()
Andrew Bartlett
1
-1
/
+6
2023-11-29
s4-auth/kerberos: Use FAST credentials for armor if specified in cli_credentials
Andrew Bartlett
1
-1
/
+8
2023-11-29
auth/credentials: Add API to allow requesting a Kerberos ticket to be protect...
Andrew Bartlett
1
-1
/
+41
2023-09-11
auth: Fix code spelling
Joseph Sutton
1
-3
/
+3
2023-08-08
auth: Add missing newlines to logging messages
Joseph Sutton
1
-1
/
+1
2023-07-31
auth:credentials: Fix resource leak in cli_credentials_set_from_ccache()
Pavel Filipenský
1
-0
/
+1
2023-07-28
auth:credentials: SAFE_FREE() -> krb5_free_enctypes()
Pavel Filipenský
1
-1
/
+2
2023-03-28
auth: Fix code spelling
Andreas Schneider
1
-1
/
+1
2023-02-06
auth/credentials: Fix unitialized data
Pavel Filipenský
1
-1
/
+3
2023-02-06
auth/credentials: Fix trailing whitespaces
Pavel Filipenský
1
-44
/
+44
2022-06-26
auth/credentials: Add cli_credentials_get_aes256_key()
Joseph Sutton
1
-0
/
+64
2021-12-09
auth/credentials: Fix cli_credentials_shallow_ccache error case
Stefan Metzmacher
1
-3
/
+8
2021-12-09
auth/credentials: Handle ENOENT when obtaining ccache lifetime
Stefan Metzmacher
1
-1
/
+1
2021-10-20
dsdb: Allow special chars like "@" in samAccountName when generating the salt
Andrew Bartlett
1
-6
/
+6
2021-04-28
auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()
Andreas Schneider
1
-1
/
+3
2020-11-03
auth:creds: Rename CRED_USE_KERBEROS values
Andreas Schneider
1
-2
/
+2
2020-08-28
lib/util: remove extra safe_string.h file
Matthew DeVore
1
-0
/
+2
2020-08-19
auth:creds: Remove unused credentials autoproto header
Andreas Schneider
1
-1
/
+0
2019-04-29
credentials: Workaround krb5_cc_remove_cred not implemented in MIT kerberos
Samuel Cabrero
1
-0
/
+149
2019-04-29
credentials: Initialize krb5 client to retrieve creds from ccache
Samuel Cabrero
1
-0
/
+15
2018-11-28
krb5_wrap: Add a talloc_ctx to smb_krb5_principal_get_realm()
Volker Lendecke
1
-3
/
+3
2018-11-28
credentials: Remove an unnecessary talloc_steal()
Volker Lendecke
1
-1
/
+0
2018-11-28
credentials: Fix set_ccache with empty creds cache
Volker Lendecke
1
-6
/
+7
2018-11-28
credentials: Fix an error path memleak
Volker Lendecke
1
-0
/
+1
2018-11-28
credentials: Only do shallow copies of valid ccaches
Volker Lendecke
1
-0
/
+14
2018-09-05
krb5-samba: interdomain trust uses different salt principal
Alexander Bokovoy
1
-4
/
+12
2018-01-08
define DBGC_AUTH class
kkplein
1
-0
/
+3
2018-01-03
credentials: Simplify cli_credentials_get_server_gss_creds()
Andreas Schneider
1
-9
/
+10
2017-06-27
auth/credentials: remove unused smb_krb5_create_salt_principal()
Stefan Metzmacher
1
-79
/
+0
2017-06-27
auth/credentials: make use of smb_krb5_salt_principal() in cli_credentials_ge...
Stefan Metzmacher
1
-12
/
+26
2017-03-08
credentials_krb5: convert to use smb_gss_krb5_import_cred
Alexander Bokovoy
1
-9
/
+13
2017-02-01
auth: fix mem leak & use appropriate free function
Aurelien Aptel
1
-1
/
+1
2017-01-12
credentials: Create a smb_gss_krb5_copy_ccache() function
Andreas Schneider
1
-4
/
+129
2017-01-10
auth/credentials: Always set the the realm if we set the principal from the c...
Andreas Schneider
1
-3
/
+17
[next]