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
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4-named_pipe_auth: Rename client -> remote_client and server -> local_server
Gary Lockyer
2017-03-29
1
-12
/
+14
*
named_pipe_auth: Rename client -> remote_client and server -> local_server
Gary Lockyer
2017-03-29
3
-64
/
+72
*
selftest: Turn on auth event notification and so allow tests to pass
Andrew Bartlett
2017-03-29
2
-2
/
+22
*
auth: Add hooks for notification of authentication events over the message bus
Andrew Bartlett
2017-03-29
13
-24
/
+132
*
auth_log: Improve comment
Andrew Bartlett
2017-03-29
1
-1
/
+1
*
auth_log: Prepared to allow logging JSON events to a server over the message bus
Andrew Bartlett
2017-03-29
2
-3
/
+83
*
s4-messaging: split up messaging into a smaller library for send only
Andrew Bartlett
2017-03-29
4
-81
/
+122
*
auth_log: Add JSON logging of Authorisation and Authentications
Gary Lockyer
2017-03-29
7
-49
/
+584
*
auth: Log the transport connection for the authorization
Andrew Bartlett
2017-03-29
15
-2
/
+66
*
ldap_server: Log access without a bind
Andrew Bartlett
2017-03-29
4
-2
/
+59
*
auth_log: Split up auth/authz logging levels and handle anonymous better
Andrew Bartlett
2017-03-29
1
-6
/
+24
*
s3-rpc_server: Log authorization to DCE/RPC for anonymous and ncacn_np pass-t...
Andrew Bartlett
2017-03-29
1
-0
/
+11
*
s4-rpc_server: Log authorization to DCE/RPC for anonymous and ncacn_np pass-t...
Andrew Bartlett
2017-03-29
1
-0
/
+15
*
ldap_server: Log authorization for simple binds
Andrew Bartlett
2017-03-29
2
-20
/
+27
*
s4-auth: Log SMB authorization for bare NTLM (NTLMSSP/krb5 already done)
Andrew Bartlett
2017-03-29
1
-0
/
+32
*
s3-auth: Log SMB authorization for bare NTLM (NTLMSSP/krb5 already done)
Andrew Bartlett
2017-03-29
1
-10
/
+34
*
auth_log: Also log the final type of authentication (ntlmssp,krb5)
Andrew Bartlett
2017-03-29
11
-4
/
+91
*
auth_log: Expand to include the type of password used (eg ntlmv2)
Andrew Bartlett
2017-03-29
1
-3
/
+42
*
dns: Provide local and remote socket address to GENSEC
Andrew Bartlett
2017-03-29
3
-2
/
+36
*
auth: Add logging of service authorization
Andrew Bartlett
2017-03-29
6
-2
/
+100
*
rpc: Always supply both the remote and local address to the auth subsystem
Gary Lockyer
2017-03-29
20
-29
/
+145
*
auth: Always supply both the remote and local address to the auth subsystem
Andrew Bartlett
2017-03-29
12
-9
/
+122
*
s3-auth: Clarify the role and purpose of the auth_serversupplied_info->securi...
Andrew Bartlett
2017-03-29
1
-1
/
+8
*
auth: Generate a human readable Authentication log message.
Gary Lockyer
2017-03-29
8
-12
/
+204
*
debug: Add debug class for auth_audit
Andrew Bartlett
2017-03-29
2
-0
/
+2
*
s3-auth: Split out get_user_sid_info3_and_extra() from create_local_nt_token_...
Andrew Bartlett
2017-03-29
2
-15
/
+29
*
lib/util: Add functions to escape log lines but not break all non-ascii
Gary Lockyer
2017-03-29
6
-1
/
+251
*
s4-rpc_server: Correct comment about where the current iface can be found
Andrew Bartlett
2017-03-29
1
-3
/
+6
*
winbindd: Clarify that we do not pre-hash the password for rpccli_netlogon_pa...
Andrew Bartlett
2017-03-29
1
-39
/
+38
*
auth: Add "auth_description" to allow logs to distinguish simple bind (etc)
Andrew Bartlett
2017-03-29
5
-1
/
+13
*
ldap_server: Move code into authenticate_ldap_simple_bind()
Andrew Bartlett
2017-03-29
3
-35
/
+47
*
auth: Add a reminder about the strings currently used for auditing
Andrew Bartlett
2017-03-29
2
-0
/
+8
*
s4-ldap_server: Do not set conn->session_info to NULL, keep valid at all times
Andrew Bartlett
2017-03-29
1
-2
/
+0
*
s4-ldap_server: Set remote and local address values into GENSEC
Andrew Bartlett
2017-03-29
1
-0
/
+12
*
s4-ldap_server: Split gensec setup into a helper function
Andrew Bartlett
2017-03-29
1
-22
/
+37
*
auth: Fill in user_info->service_description from all callers
Andrew Bartlett
2017-03-29
9
-8
/
+49
*
ntlm_auth: Set ntlm_auth as the service_description into gensec
Andrew Bartlett
2017-03-29
1
-0
/
+11
*
s3-auth: Pass service_description into gensec via auth_generic_prepare()
Andrew Bartlett
2017-03-29
9
-2
/
+33
*
gensec: Pass service_description into auth_usersuppliedinfo during NTLMSSP
Andrew Bartlett
2017-03-29
2
-0
/
+4
*
gensec: Add gensec_{get,set}_target_service_description()
Andrew Bartlett
2017-03-29
4
-2
/
+83
*
s4-netlogon: Remember many more details in the auth_usersupplied info for fut...
Andrew Bartlett
2017-03-29
2
-15
/
+62
*
s4-smbd: Remember the original client and server IPs from the SMB connection
Andrew Bartlett
2017-03-29
1
-0
/
+3
*
auth_log: Add tests by listening for JSON messages over the message bus
Andrew Bartlett
2017-03-29
5
-0
/
+1019
*
TestBase: move insta_creds from password_lockout.py
Gary Lockyer
2017-03-29
2
-42
/
+52
*
python net: add username, oldpassword and domain to change_password
Gary Lockyer
2017-03-29
1
-7
/
+19
*
pysmb: Check for credentials using same method as pyrpc
Gary Lockyer
2017-03-29
1
-1
/
+8
*
pysmb: Extend py_smb_new to allow use_ntlmv2 and use_spnego to be set by callers
Andrew Bartlett
2017-03-29
1
-13
/
+30
*
s3/smbd: make copy chunk asynchronous
Ralph Boehme
2017-03-28
1
-80
/
+173
*
vfs_default: move check for fsp->op validity
Ralph Boehme
2017-03-28
1
-9
/
+10
*
s3/smbd: optimize copy-chunk by merging chunks if possible
Ralph Boehme
2017-03-28
1
-12
/
+67
[next]