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
2023-12-10
auth:creds: Add cli_credentials_get_domain_and_obtained()
Andreas Schneider
3
-0
/
+31
2023-12-10
auth:creds: Fix cli_credentials_get_password_and_obtained() with callback
Andreas Schneider
1
-1
/
+3
2023-12-10
auth:creds:tests: Add test for password callback
Andreas Schneider
1
-0
/
+32
2023-12-07
pycredentials: Properly check type in creds.set_nt_hash() and samr.encrypt_sa...
Andrew Bartlett
2
-1
/
+12
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 Python bindings for association of a connection for FAST
Andrew Bartlett
1
-0
/
+94
2023-11-29
auth/credentials: Add API to allow requesting a Kerberos ticket to be protect...
Andrew Bartlett
3
-1
/
+59
2023-11-20
Use python.h from libreplace
Andreas Schneider
1
-1
/
+1
2023-09-11
auth:credentials: Check if password_obtained > obtained
Samuel Cabrero
1
-0
/
+4
2023-09-11
auth: Fix code spelling
Joseph Sutton
1
-3
/
+3
2023-08-14
auth: Remove unnecessary casts
Joseph Sutton
1
-2
/
+2
2023-08-08
auth: Add missing newlines to logging messages
Joseph Sutton
2
-2
/
+2
2023-08-08
auth: Fix code spelling
Joseph Sutton
1
-2
/
+2
2023-08-08
auth: Add missing newlines to logging messages
Joseph Sutton
1
-2
/
+2
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_string()
Pavel Filipenský
1
-1
/
+1
2023-07-28
auth:credentials: SAFE_FREE() -> krb5_free_enctypes()
Pavel Filipenský
1
-1
/
+2
2023-05-05
auth/credentials: Add set_nt_hash()
Joseph Sutton
1
-0
/
+33
2023-05-05
auth/credentials: Fix NULL dereference
Joseph Sutton
1
-0
/
+5
2023-05-05
auth/credentials: Allow resetting bind DN on Credentials object
Joseph Sutton
1
-1
/
+1
2023-04-25
Add ROLE_IPA_DC into two more places
Alexander Bokovoy
1
-0
/
+1
2023-04-05
auth: Add cli_credentials_is_password_nt_hash()
Andreas Schneider
2
-0
/
+6
2023-04-05
auth: Remove trailing white spaces in credentials_ntlm.c
Andreas Schneider
1
-14
/
+14
2023-04-05
auth: Remove trailing white spaces in credentials.h
Andreas Schneider
1
-41
/
+41
2023-03-28
auth: Fix code spelling
Andreas Schneider
3
-7
/
+7
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
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
2023-01-17
auth/creds: fix a typo in a comment
Björn Baumbach
1
-1
/
+1
2022-06-26
auth/credentials: Add get_aes256_key()
Joseph Sutton
1
-0
/
+56
2022-06-26
auth/credentials: Add cli_credentials_get_aes256_key()
Joseph Sutton
2
-0
/
+70
2022-05-14
auth: Covscan: unchecked return value for cli_credentials_set_smb_encryption()
Pavel Filipenský
1
-1
/
+1
2022-05-14
auth: Fix trailing whitespace in pycredentials.c
Pavel Filipenský
1
-4
/
+4
2022-03-18
auth/credentials: Add encrypt_samr_password()
Joseph Sutton
1
-1
/
+42
2022-01-04
auth/credentials: cli_credentials_set_ntlm_response() pass session_keys
Stefan Metzmacher
3
-9
/
+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-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-11-09
CVE-2020-25722 selftest: allow for future failures in BindTests.test_virtual_...
Andrew Bartlett
1
-2
/
+11
2021-10-20
dsdb: Allow special chars like "@" in samAccountName when generating the salt
Andrew Bartlett
1
-6
/
+6
2021-09-04
python: Fix usage strings
Joseph Sutton
1
-1
/
+1
2021-07-08
auth:creds: Remove unused simple.c file
Andreas Schneider
1
-168
/
+0
2021-07-01
auth/credentials: allow credentials.Credentials to act as base class
Stefan Metzmacher
1
-1
/
+1
2021-06-29
auth:creds: Check return code of cli_credentials_guess()
Andreas Schneider
1
-2
/
+5
2021-06-29
auth:creds: Return bool for cli_credentials_guess()
Andreas Schneider
3
-15
/
+39
2021-06-29
auth:creds: Add sanity check for env variables
Andreas Schneider
1
-18
/
+45
2021-06-29
auth:creds: Check return code of cli_credentials_set_conf()
Andreas Schneider
1
-2
/
+5
2021-06-29
auth:creds: Return a bool for cli_credentials_set_conf()
Andreas Schneider
3
-18
/
+74
[next]