index
:
delta/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-2-stable
v4-2-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
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libcli
/
auth
Commit message (
Expand
)
Author
Age
Files
Lines
*
netlogon_creds_cli: Factor out netlogon_creds_cli_store_internal
Volker Lendecke
2017-09-25
1
-16
/
+26
*
netlogon_creds_cli: Print netlogon_creds_CredentialState
Volker Lendecke
2017-09-25
1
-0
/
+8
*
netlogon_creds_cli: Simplify netlogon_creds_cli_get
Volker Lendecke
2017-09-25
1
-70
/
+11
*
netlogon_creds_cli: Rename netlogon_creds_cli_lock_fetch->get_internal
Volker Lendecke
2017-09-25
1
-4
/
+4
*
netlogon_creds_cli: Transfer a comment
Volker Lendecke
2017-09-25
1
-0
/
+32
*
netlogon_creds_cli: Remove tevent_req handling from netlogon_creds_cli_lock_f...
Volker Lendecke
2017-09-25
1
-21
/
+26
*
netlogon_creds_cli: Remove unused code
Volker Lendecke
2017-09-25
2
-51
/
+0
*
netlogon_creds_cli: Simplify netlogon_creds_cli_delete
Volker Lendecke
2017-09-25
2
-15
/
+16
*
netlogon_creds_cli: Simplify netlogon_creds_cli_store
Volker Lendecke
2017-09-25
2
-17
/
+18
*
netlogon_creds_cli: Simplify netlogon_creds_cli_context_global
Volker Lendecke
2017-09-25
1
-7
/
+0
*
netlogon_creds_cli: Fix talloc_stackframe leaks
Volker Lendecke
2017-09-25
1
-0
/
+2
*
libcli: Apply some const
Volker Lendecke
2017-09-16
2
-4
/
+6
*
netlogon_creds_cli: Use data_blob_cmp in netlogon_creds_cli_validate
Volker Lendecke
2017-09-16
1
-11
/
+3
*
netlogon_creds_cli: Simplify netlogon_creds_cli_context_global
Volker Lendecke
2017-09-16
1
-3
/
+3
*
netlogon_creds_cli: Simplify netlogon_creds_cli_context_common
Volker Lendecke
2017-09-16
1
-11
/
+2
*
netlogon_creds_cli: Simplify netlogon_creds_cli_context_common
Volker Lendecke
2017-09-16
1
-11
/
+8
*
netlogon_creds_cli: A netlogon_creds_cli_context needs a msg_ctx
Volker Lendecke
2017-09-16
1
-7
/
+9
*
netlogon_creds_cli: Remove an obsolete comment
Volker Lendecke
2017-09-16
1
-4
/
+1
*
netlogon_creds_cli: Avoid a static const struct
Volker Lendecke
2017-09-16
1
-4
/
+3
*
netlogon_creds_cli: Pass "server_dns_domain" through netlogon_creds_cli_conte...
Volker Lendecke
2017-09-16
2
-0
/
+2
*
netlogon_creds_cli: Add "dns_domain" to netlogon_creds_cli_context
Volker Lendecke
2017-09-16
1
-0
/
+11
*
lib: Fix an error path memleak
Volker Lendecke
2017-07-31
1
-1
/
+3
*
lib: Fix a typo
Volker Lendecke
2017-07-31
1
-1
/
+1
*
lib: auth: Store the netlogon_creds_cli_global_db pointer on the NULL context.
Jeremy Allison
2017-07-27
1
-2
/
+2
*
lib: auth: Add a shutdown function for netlogon_creds_cli_global_db.
Jeremy Allison
2017-07-26
2
-0
/
+6
*
lib: cli: fname is a local variable already freed in the function scope, does...
Jeremy Allison
2017-07-26
1
-1
/
+1
*
param: Add new "disabled" value to "ntlm auth" to disable NTLM totally
Andrew Bartlett
2017-07-04
2
-1
/
+7
*
auth: Allow NTLMv1 if MSV1_0_ALLOW_MSVCHAPV2 is given and re-factor 'ntlm aut...
Andrew Bartlett
2017-07-04
2
-3
/
+14
*
libcli/auth: pass the cleartext blob to netlogon_creds_cli_ServerPasswordSet*()
Stefan Metzmacher
2017-06-27
2
-11
/
+13
*
libcli/auth: add const to set_pw_in_buffer()
Stefan Metzmacher
2017-06-27
2
-2
/
+2
*
libcli/auth: pass an array of nt_hashes to netlogon_creds_cli_auth*()
Stefan Metzmacher
2017-06-27
2
-26
/
+44
*
netlogon: Implement SendToSam along with its winbind forwarding
Garming Sam
2017-05-30
2
-0
/
+271
*
netlogon_creds_cli: Do not corrupt authenticator state on application level e...
Garming Sam
2017-05-30
1
-15
/
+17
*
libcli/auth: add netlogon_creds_cli_debug_string()
Stefan Metzmacher
2017-02-21
2
-0
/
+12
*
libcli/auth: check E_md4hash() result in netlogon_creds_cli_ServerPasswordSet...
Stefan Metzmacher
2017-02-21
1
-1
/
+5
*
libcli/auth: use the correct creds value against servers without LogonSamLogonEx
Stefan Metzmacher
2017-02-21
1
-2
/
+17
*
wscript: remove executable bits for all wscript* files
Stefan Metzmacher
2017-01-11
1
-0
/
+0
*
libcli: Use "all_zero" where appropriate
Volker Lendecke
2017-01-03
1
-3
/
+2
*
libcli: Use "all_zero" where appropriate
Volker Lendecke
2017-01-03
1
-19
/
+14
*
rpc_server:netlogon Move from memcache to a tdb cache
Douglas Bagnall
2016-12-14
2
-0
/
+273
*
pam: map more NT password errors to PAM errors
Björn Jacke
2016-12-13
1
-1
/
+5
*
libcli/auth: remove unused variable in msrpc_parse()
Stefan Metzmacher
2016-07-06
1
-7
/
+0
*
libcli/auth: let msrpc_parse() return talloc'ed empty strings
Stefan Metzmacher
2016-05-09
1
-4
/
+20
*
CVE-2016-2111: libcli/auth: add NTLMv2_RESPONSE_verify_netlogon_creds() helpe...
Stefan Metzmacher
2016-04-12
2
-1
/
+138
*
CVE-2016-2110: libcli/auth: pass server_timestamp to SMBNTLMv2encrypt_hash()
Stefan Metzmacher
2016-04-12
2
-9
/
+28
*
CVE-2016-2110: libcli/auth: add SPNEGO_REQUEST_MIC to enum spnego_negResult
Stefan Metzmacher
2016-04-12
1
-1
/
+5
*
CVE-2016-2110: libcli/auth: use enum spnego_negResult instead of uint8_t
Stefan Metzmacher
2016-04-12
2
-2
/
+5
*
netlogon_creds_cli: use dbwrap_purge instead of dbwrap_delete where appropriate
Michael Adam
2016-03-01
1
-10
/
+4
*
spnego: Some simplifications
Volker Lendecke
2016-02-03
1
-4
/
+3
*
Rename 'errors' to 'samba-errors' and make it public.
Jelmer Vernooij
2016-01-13
1
-1
/
+1
[next]