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.c
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ý
1
-0
/
+2
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ý
1
-4
/
+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
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 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: Make sure when parsing username that realm is uppercase
Andreas Schneider
1
-0
/
+7
2024-10-30
auth/credentials: remove unused netlogon_creds_session_encrypt()
Stefan Metzmacher
1
-46
/
+0
2024-06-24
credentials: Protect the cred's nt hash with talloc_keep_secret
Volker Lendecke
1
-0
/
+5
2024-06-19
auth/credentials: add cli_credentials_get_kerberos_state_obtained() helper
Stefan Metzmacher
1
-0
/
+5
2024-06-04
creds: Add cli_credentials_add_gensec_features
Volker Lendecke
1
-0
/
+9
2024-05-07
auth/credentials: add cli_credentials_get_username_obtained()
Stefan Metzmacher
1
-0
/
+12
2024-05-07
auth/credentials: add cli_credentials_get_password_obtained()
Stefan Metzmacher
1
-0
/
+13
2024-05-07
auth/credentials: add cli_credentials_get_principal_obtained()
Stefan Metzmacher
1
-0
/
+58
2024-04-16
lib: Give lib/util/util_file.c its own header file
Volker Lendecke
1
-0
/
+1
2023-12-10
auth:creds: Add cli_credentials_get_domain_and_obtained()
Andreas Schneider
1
-0
/
+22
2023-12-10
auth:creds: Fix cli_credentials_get_password_and_obtained() with callback
Andreas Schneider
1
-1
/
+3
2023-09-11
auth:credentials: Check if password_obtained > obtained
Samuel Cabrero
1
-0
/
+4
2023-08-08
auth: Add missing newlines to logging messages
Joseph Sutton
1
-1
/
+1
2023-08-08
auth: Add missing newlines to logging messages
Joseph Sutton
1
-2
/
+2
2023-03-28
auth: Fix code spelling
Andreas Schneider
1
-5
/
+5
2023-03-03
auth/credentials: Fix typos
Joseph Sutton
1
-3
/
+3
2023-03-03
auth/credentials: Fix off-by-one buffer write
Joseph Sutton
1
-1
/
+1
2021-11-10
auth:creds: Guess the username first via getpwuid(my_id)
Andreas Schneider
1
-0
/
+13
2021-11-10
auth:creds: Remove trailing spaces
Andreas Schneider
1
-56
/
+56
2021-06-29
auth:creds: Return bool for cli_credentials_guess()
Andreas Schneider
1
-11
/
+30
2021-06-29
auth:creds: Add sanity check for env variables
Andreas Schneider
1
-18
/
+45
2021-06-29
auth:creds: Return a bool for cli_credentials_set_conf()
Andreas Schneider
1
-16
/
+71
2021-04-28
auth:creds: Add cli_credentials_get_password_and_obtained()
Andreas Schneider
1
-0
/
+20
2021-04-28
auth:creds: Add cli_credentials_get_username_and_obtained()
Andreas Schneider
1
-0
/
+20
2021-04-28
auth:creds: Add obtained arg to cli_credentials_set_gensec_features()
Andreas Schneider
1
-4
/
+29
2021-04-28
auth:creds: Use 'client protection' option for smb sign and encrypt defaults
Andreas Schneider
1
-0
/
+30
2021-04-28
auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()
Andreas Schneider
1
-8
/
+25
2021-03-24
auth:creds: Free the uname pointer in cli_credentials_parse_string()
Andreas Schneider
1
-0
/
+6
2020-12-16
auth:creds: Add cli_credentials_dump()
Andreas Schneider
1
-0
/
+161
2020-11-05
Revert "cli_credentials: add a helper to parse user or group names"
Alexander Bokovoy
1
-18
/
+0
2020-11-05
Revert "cli_credentials_parse_string: fix parsing of principals"
Alexander Bokovoy
1
-2
/
+3
2020-11-04
cli_credentials: add a helper to parse user or group names
Alexander Bokovoy
1
-0
/
+18
2020-11-04
cli_credentials_parse_string: fix parsing of principals
Alexander Bokovoy
1
-3
/
+2
2020-11-03
auth:creds: Rename CRED_USE_KERBEROS values
Andreas Schneider
1
-3
/
+5
2020-09-07
auth:creds: Add cli_credentials_init_server()
Andreas Schneider
1
-0
/
+25
2020-08-19
auth:creds: Add cli_credentials_(get|set)_smb_encryption()
Andreas Schneider
1
-0
/
+45
[next]