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
2018-09-05
krb5-samba: interdomain trust uses different salt principal
Alexander Bokovoy
1
-4
/
+12
2018-03-20
tests/bind.py: Add a bind test with NTLMSSP with no domain
Garming Sam
1
-1
/
+25
2017-09-20
CVE-2017-12150: auth/credentials: cli_credentials_authentication_requested() ...
Stefan Metzmacher
1
-0
/
+16
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-06-22
pycredentials: Add support for netr_crypt_password
Gary Lockyer
3
-0
/
+77
2017-06-22
pycredentials: add function to return the netr_Authenticator
Gary Lockyer
1
-0
/
+40
2017-05-25
auth pycredentials: incorrect PyArg_ParseTupleAndKeywords call
Gary Lockyer
1
-4
/
+7
2017-05-25
auth pycredentials: correct docstring of get_ntlm_response method
Gary Lockyer
1
-2
/
+2
2017-05-25
auth_log: Add test that execises the SamLogon python bindings
Gary Lockyer
1
-0
/
+16
2017-05-19
python3: Use "y#" instead of "s#" for binary data in PyArg_ParseTuple
Petr Viktorin
1
-2
/
+4
2017-04-18
build: correct package dependencies
Jan Engelhardt
1
-0
/
+1
2017-03-29
pycredentials: Add bindings for get_ntlm_response()
Andrew Bartlett
1
-0
/
+65
2017-03-10
python: wscript_build: Build some modules for Python 3
Lumir Balhar
1
-6
/
+6
2017-03-10
python: samba.credentials: Port pycredentials.c to Python3-compatible form.
Lumir Balhar
1
-7
/
+17
2017-03-08
credentials_krb5: convert to use smb_gss_krb5_import_cred
Alexander Bokovoy
1
-9
/
+13
2017-02-24
auth/credentials: try to use kerberos with the machine account unless we're i...
Stefan Metzmacher
1
-1
/
+16
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-11
wscript: remove executable bits for all wscript* files
Stefan Metzmacher
1
-0
/
+0
2017-01-10
auth/credentials: Always set the the realm if we set the principal from the c...
Andreas Schneider
1
-3
/
+17
2017-01-10
auth/credentials: remove const where we always return a talloc string
Stefan Metzmacher
2
-9
/
+9
2016-12-24
auth/credentials: Add missing error code check for MIT Kerberos
Andreas Schneider
1
-1
/
+5
2016-12-20
auth/credentials: Add NULL check to free_dccache()
Andreas Schneider
1
-2
/
+7
2016-12-20
auth/credentials: Add NULL check in free_mccache()
Andreas Schneider
1
-1
/
+5
2016-12-20
auth/credentials: Move function to free ccaches to the top
Andreas Schneider
1
-15
/
+15
2016-12-20
auth/credentials: Add talloc NULL check in cli_credentials_set_principal()
Andreas Schneider
1
-0
/
+4
2016-12-20
auth/credentials: change the parsing order of cli_credentials_parse_file()
Stefan Metzmacher
1
-5
/
+49
2016-12-20
auth/credentials: let cli_credentials_parse_file() handle 'username' with cli...
Stefan Metzmacher
1
-1
/
+1
2016-12-20
auth/credentials: let cli_credentials_parse_string() always reset principal a...
Stefan Metzmacher
1
-1
/
+32
2016-12-20
auth/credentials: let cli_credentials_parse_string() always reset username an...
Stefan Metzmacher
1
-0
/
+8
2016-12-20
auth/credentials: handle situations without a configured (default) realm
Stefan Metzmacher
1
-9
/
+34
2016-12-20
auth/credentials: add python bindings for enum credentials_obtained
Stefan Metzmacher
1
-10
/
+17
2016-12-20
auth/credentials: add py_creds_parse_file()
Stefan Metzmacher
1
-0
/
+18
2016-12-20
auth/credentials: add cli_credentials_set_password_will_be_nt_hash() and the ...
Stefan Metzmacher
5
-15
/
+135
2016-12-20
auth/credentials: let cli_credentials_set_password() fail if talloc_strdup() ...
Stefan Metzmacher
1
-7
/
+20
2016-12-20
auth/credentials: make use of talloc_zero() in cli_credentials_init()
Stefan Metzmacher
1
-75
/
+1
2016-12-09
auth/credentials: clear all unused blobs in cli_credentials_get_ntlm_response()
Stefan Metzmacher
1
-4
/
+12
2016-12-09
auth/credentials: fix cut'n'paste error in cli_credentials_get_principal_and_...
Stefan Metzmacher
1
-1
/
+1
2016-12-09
auth/credentials: let cli_credentials_parse_string() handle the "winbind sepa...
Stefan Metzmacher
2
-1
/
+15
2016-11-15
auth/credentials: make cli_credentials_get_ntlm_response() more robust
Stefan Metzmacher
1
-73
/
+131
2016-11-15
auth/credentials: anonymous should not have a user principal
Stefan Metzmacher
1
-0
/
+1
2016-11-06
pycredentials: Add bindings for {get,set}_principal, get_ntlm_username_domain
Andrew Bartlett
1
-0
/
+45
2016-09-29
mit: make it possible to build with MIT kerberos and --picky-developer
Günther Deschner
1
-1
/
+2
2016-08-31
krb5_wrap: Rename get_kerberos_allowed_etypes()
Andreas Schneider
1
-1
/
+1
2016-07-25
Wrap krb5_cc_copy_creds and krb5_cc_copy_cache
Alexander Bokovoy
1
-2
/
+2
2016-07-22
auth/credentials: also do a shallow copy of the krb5_ccache.
Stefan Metzmacher
4
-18
/
+71
2016-07-22
pycredentials: add set_utf16_[old_]password()
Stefan Metzmacher
1
-0
/
+59
2016-07-22
pycredentials: add {get,set}_old_password()
Stefan Metzmacher
1
-1
/
+25
2016-04-12
CVE-2016-2110: libcli/auth: pass server_timestamp to SMBNTLMv2encrypt_hash()
Stefan Metzmacher
2
-1
/
+2
[next]