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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-31
auth: Check return of talloc_strdup() for NULL
Pavel Filipenský
1
-0
/
+3
2026-03-31
auth: Call talloc_keep_secret() for sensitive memory
Pavel Filipenský
2
-0
/
+3
2026-03-31
auth: Call ZERO_ARRAY()/ZERO_STRUCT() for sensitive variables on stack
Pavel Filipenský
1
-0
/
+3
2026-03-25
auth: Remove talloc_set_name_const() if talloc_keep_secret() changes the tall...
Pavel Filipenský
2
-5
/
+0
2026-03-25
auth/credentials: Add talloc_keep_secret() to zero out old_password
Pavel Filipenský
1
-2
/
+1
2026-03-25
auth/credentials: Check talloc_strdup() for NULL
Pavel Filipenský
1
-4
/
+9
2026-01-13
auth/credentials: Zero memory in credentials_ntlm.c
Pavel Filipenský
1
-38
/
+34
2026-01-13
auth: Fix typo "pass-though" -> "pass-through"
Pavel Filipenský
2
-2
/
+2
2026-01-07
credentials: Remove duplicate prototypes
Volker Lendecke
1
-8
/
+0
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-26
auth: avoid strcmp(x, NULL)
Douglas Bagnall
1
-1
/
+6
2025-08-26
auth: fix docs for cli_credentials_get_password_and_obtained()
Douglas Bagnall
1
-1
/
+1
2025-08-25
auth:creds: Update the documentation for set_principal and set_realm
Andreas Schneider
1
-6
/
+31
2025-08-25
auth:creds: Make sure to uppercase the realm of a principal
Andreas Schneider
1
-8
/
+32
2025-08-25
auth:creds: Validate realm names in set_realm and set_principal
Andreas Schneider
1
-0
/
+25
2025-08-25
auth:creds: Keep password secret in cmdline_get_userpassword()
Andreas Schneider
1
-0
/
+1
2025-08-25
auth:creds: Keep the password secret
Andreas Schneider
1
-0
/
+1
2025-08-25
auth:creds: Allow to reset the principal by passing NULL to set_principal
Andreas Schneider
1
-5
/
+10
2025-08-25
auth:creds: Also uppercase realm set via a callback
Andreas Schneider
1
-1
/
+12
2025-08-25
auth:creds: Allow to reset the realm by passing NULL
Andreas Schneider
1
-1
/
+8
2025-08-05
auth:creds: Add cli_credentials_get_out_ccache_name()
Andreas Schneider
2
-0
/
+6
2025-08-05
auth:creds: Always store the ccache name
Andreas Schneider
2
-0
/
+9
2025-08-05
auth:creds: Make sure when parsing username that realm is uppercase
Andreas Schneider
2
-1
/
+8
2025-05-15
auth: Reduce indentation
Volker Lendecke
1
-78
/
+78
2025-04-15
auth:creds: Do a kinit if we have a password and the ccache is empty
Andreas Schneider
1
-18
/
+12
2025-02-04
s3,s4: Make case spelling of sAMAccountName consistent
Pavel Filipenský
1
-1
/
+1
2025-01-08
pycredentials: add [g|s]et_old_nt_hash()
Stefan Metzmacher
1
-1
/
+56
2024-12-12
pycredentials: add py_netlogon_creds_kerberos_init
Stefan Metzmacher
1
-0
/
+68
2024-12-05
pycredentials: add credentials.netlogon_creds_*() functions via py_module_met...
Stefan Metzmacher
1
-1
/
+1113
2024-12-05
pycredentials: add creds.[g|s]et_netlogon_creds()
Stefan Metzmacher
1
-0
/
+89
2024-12-05
pycredentials: remove unused module methods
Stefan Metzmacher
1
-8
/
+8
2024-10-30
auth/credentials: remove unused netlogon_creds_session_encrypt()
Stefan Metzmacher
2
-50
/
+0
2024-10-30
pycredentials: remove unused .encrypt_samr_password()
Stefan Metzmacher
1
-51
/
+1
2024-10-30
pycredentials: add py_creds_encrypt_netr_PasswordInfo helper
Stefan Metzmacher
1
-0
/
+73
2024-10-30
pycredentials: make use of netlogon_creds_encrypt_samr_CryptPassword in py_cr...
Stefan Metzmacher
1
-4
/
+15
2024-08-27
lib: Add libcli/util/ntstatus.h in a few headers where it's needed
Volker Lendecke
1
-0
/
+1
2024-06-24
credentials: Protect the cred's nt hash with talloc_keep_secret
Volker Lendecke
1
-0
/
+5
2024-06-19
auth/credentials: don't ignore "client use kerberos" and --use-kerberos for m...
Stefan Metzmacher
1
-6
/
+25
2024-06-19
auth/credentials: add tests for cli_credentials_get_kerberos_state[_obtained]()
Stefan Metzmacher
1
-10
/
+27
2024-06-19
auth/credentials: add cli_credentials_get_kerberos_state_obtained() helper
Stefan Metzmacher
2
-0
/
+6
2024-06-04
creds: Add cli_credentials_add_gensec_features
Volker Lendecke
2
-0
/
+12
2024-05-16
auth:credentials: Check for NT hash being NULL
Jo Sutton
1
-0
/
+3
2024-05-14
auth/credentials_krb5: let cli_credentials_set_ccache() use smb_force_krb5_cc...
Stefan Metzmacher
1
-1
/
+5
2024-05-14
auth/credentials_krb5: use system/{gssapi,kerberos}.h
Stefan Metzmacher
1
-3
/
+2
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:creds: Add test for cli_credentials_get_username_obtained()
Andreas Schneider
1
-1
/
+3
[next]