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
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ý
2
-0
/
+5
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-02-17
auth/credentials: Fix regression with --use-kerberos=desired for smbclient
Noel Power
1
-5
/
+0
2026-02-15
auth: Align integer types
Volker Lendecke
1
-2
/
+2
2026-02-15
auth: Avoid a DEBUGADD in kerberos_decode_pac()
Volker Lendecke
1
-7
/
+6
2026-02-15
auth: Refactor check_pac_checksum to improve readability
Volker Lendecke
1
-3
/
+3
2026-01-15
auth:kerberos: Do not fail if PAC account name doesn’t match ticket princip...
Jennifer Sutton
1
-3
/
+0
2026-01-13
auth/ntlmssp: Zero memory in ntlmssp_client.c
Pavel Filipenský
1
-9
/
+13
2026-01-13
auth/ntlmssp: Add missing memory allocation checks is ntlmssp_client.c
Pavel Filipenský
1
-0
/
+12
2026-01-13
auth/ntlmssp: Zero sensitive memory in gensec_ntlmssp.c
Pavel Filipenský
1
-1
/
+3
2026-01-13
auth/credentials: Zero memory in credentials_ntlm.c
Pavel Filipenský
1
-38
/
+34
2026-01-13
auth/kerberos: Zero sensitive memory in gssapi_pac.c
Pavel Filipenský
1
-4
/
+7
2026-01-13
auth/kerberos: Check memory allocation in gssapi_get_session_key()
Pavel Filipenský
1
-0
/
+6
2026-01-13
auth: Fix trailing whitespaces in gssapi_pac.c
Pavel Filipenský
1
-2
/
+2
2026-01-13
auth: Fix typo "pass-though" -> "pass-through"
Pavel Filipenský
2
-2
/
+2
2026-01-07
lib: Don't call a function to initialize an empty DATA_BLOB
Volker Lendecke
2
-7
/
+7
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-04-03
s4:auth: let auth_context_create_for_netlogon() remember for_netlogon = true;
Stefan Metzmacher
1
-0
/
+2
2025-04-03
auth: let make_user_info_dc_pac() cross check PAC_UPN_DNS_FLAG_HAS_SAM_NAME_A...
Stefan Metzmacher
1
-0
/
+34
2025-02-14
auth: remember the origin of sids from the PAC
Stefan Metzmacher
1
-1
/
+22
2025-02-14
auth: simplify logic in make_user_info_dc_{netlogon_validation,pac}()
Stefan Metzmacher
1
-15
/
+33
2025-02-14
auth: let make_user_info_dc_netlogon_validation allocate the sid array in one go
Stefan Metzmacher
1
-22
/
+13
2025-02-14
auth: let make_user_info_dc_netlogon_validation validate all parameters first
Stefan Metzmacher
1
-17
/
+14
2025-02-14
auth: remove sid-filtering comment in make_user_info_dc_netlogon_validation
Stefan Metzmacher
1
-6
/
+0
2025-02-04
s3,s4: Make case spelling of sAMAccountName consistent
Pavel Filipenský
1
-1
/
+1
2025-01-17
auth: Cleanup exit code paths in kerberos_decode_pac().
Jeremy Allison
1
-45
/
+43
2025-01-16
auth: Add missing talloc_free() in error code path.
Jeremy Allison
1
-0
/
+1
2025-01-08
pycredentials: add [g|s]et_old_nt_hash()
Stefan Metzmacher
1
-1
/
+56
2024-12-12
auth_log: prepare for netr_ServerAuthenticateKerberos
Stefan Metzmacher
2
-2
/
+5
[next]