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
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
*
libgpo: remove ads reference from dump calls and make them take const structs.
Günther Deschner
2014-01-07
1
-6
/
+6
*
libgpo: prefix some more calls with gpext_.
Günther Deschner
2014-01-07
3
-21
/
+21
*
libgpo: rename debug_gpext_header to gpext_debug_header.
Günther Deschner
2014-01-07
3
-3
/
+3
*
libgpo/CSE/scripts: fix a build warning.
Günther Deschner
2014-01-07
1
-1
/
+1
*
s3-registry: fix typo in DEBUG statement.
Günther Deschner
2014-01-07
1
-1
/
+1
*
s3:rpc_client: finally remove unused rpc_pipe_client->netlogon_creds
Stefan Metzmacher
2014-01-07
2
-12
/
+0
*
s3:rpc_client: remove unused rpccli_netlogon_sam_network_logon()
Stefan Metzmacher
2014-01-07
2
-106
/
+0
*
s3:rpc_client: remove unused rpccli_netlogon_sam_logon()
Stefan Metzmacher
2014-01-07
2
-133
/
+0
*
s3:rpc_client: remove unused rpccli_netlogon_setup_creds()
Stefan Metzmacher
2014-01-07
2
-100
/
+0
*
s3:rpc_client: remove unused rpccli_netlogon_set_trust_password()
Stefan Metzmacher
2014-01-07
2
-58
/
+0
*
s3:rpc_client: make cli_rpc_pipe_open_schannel() more flexible
Stefan Metzmacher
2014-01-07
4
-12
/
+21
*
s3:winbindd: make use of rpccli_netlogon_network_logon()
Stefan Metzmacher
2014-01-07
1
-13
/
+15
*
s3:rpcclient: make use of rpccli_netlogon_password_logon() in the 'samlogon' cmd
Stefan Metzmacher
2014-01-07
1
-3
/
+8
*
s3:rpcclient: remove optional auth_level parameter of the 'samlogon' cmd
Stefan Metzmacher
2014-01-07
1
-7
/
+4
*
s3:rpcclient: give errors and clean up correctly after failing to obtain secret
Garming Sam
2014-01-07
1
-0
/
+6
*
s3:rpcclient: make use of rpccli_{create,setup}_netlogon_creds()
Stefan Metzmacher
2014-01-07
1
-18
/
+41
*
s3:libnet: pass in struct netlogon_creds_cli_context from the caller.
Stefan Metzmacher
2014-01-07
3
-1
/
+3
*
s3:libsmb: remove unused trust_pw_find_change_and_store_it()
Stefan Metzmacher
2014-01-07
2
-84
/
+0
*
s3:winbindd: make use of trust_pw_change() in _wbint_ChangeMachineAccount()
Stefan Metzmacher
2014-01-07
1
-28
/
+7
*
s3:winbindd: make use of trust_pw_change() for periodic password changes
Stefan Metzmacher
2014-01-07
1
-8
/
+8
*
s3:winbindd: use invalidate_cm_connection() to kill the netlogon connection
Stefan Metzmacher
2014-01-07
1
-1
/
+1
*
s3:net_rpc: make use of trust_pw_change()
Stefan Metzmacher
2014-01-07
1
-1
/
+5
*
s3:rpcclient: make use of trust_pw_change()
Stefan Metzmacher
2014-01-07
1
-5
/
+5
*
s3:libsmb: add trust_pw_change()
Stefan Metzmacher
2014-01-07
2
-0
/
+187
*
s3:net_rpc: add net_context->netlogon_creds
Stefan Metzmacher
2014-01-07
2
-0
/
+2
*
s3:rpcclient: make use of rpcclient_netlogon_creds instead of cli->netlogon_c...
Stefan Metzmacher
2014-01-07
1
-5
/
+17
*
s3:rpcclient: remove unused rpccli_netlogon_setup_creds() from cmd_netlogon_d...
Stefan Metzmacher
2014-01-07
1
-20
/
+1
*
s3:rpcclient: add rpcclient_netlogon_creds
Stefan Metzmacher
2014-01-07
2
-0
/
+4
*
s3:rpcclient: add rpcclient_msg_ctx
Stefan Metzmacher
2014-01-07
2
-0
/
+6
*
s3:rpc_client: use rpccli_{create,setup}_netlogon_creds() in cli_rpc_pipe_ope...
Stefan Metzmacher
2014-01-07
2
-103
/
+66
*
s3:libnet: use rpccli_{create,setup}_netlogon_creds() in libnet_join_joindoma...
Stefan Metzmacher
2014-01-07
1
-15
/
+51
*
s3:libnet_join: make use of rpccli_{create,setup}_netlogon_creds()
Stefan Metzmacher
2014-01-07
3
-33
/
+86
*
s3:auth_domain: make use of rpccli_netlogon_network_logon()
Stefan Metzmacher
2014-01-07
1
-14
/
+22
*
s3:auth_domain: make use of rpccli_{create,setup}_netlogon_creds()
Stefan Metzmacher
2014-01-07
1
-51
/
+85
*
s3:auth_domain: simplify connect_to_domain_password_server()
Stefan Metzmacher
2014-01-07
1
-19
/
+12
*
s3:winbindd: make use of rpccli_{create,setup}_netlogon_creds()
Stefan Metzmacher
2014-01-07
3
-52
/
+77
*
s3:winbindd: call rpccli_pre_open_netlogon_creds() in the parent
Stefan Metzmacher
2014-01-07
1
-0
/
+8
*
s3:rpc_client: add rpccli_netlogon_password_logon()
Stefan Metzmacher
2014-01-07
2
-0
/
+141
*
s3:rpc_client: add rpccli_netlogon_network_logon()
Stefan Metzmacher
2014-01-07
2
-0
/
+117
*
s3:rpc_client: remove unused rpccli_netlogon_sam_network_logon_ex()
Stefan Metzmacher
2014-01-07
2
-39
/
+0
*
s3:rpc_client: add rpccli_pre_open_netlogon_creds()
Stefan Metzmacher
2014-01-07
2
-0
/
+22
*
s3:rpc_client: add rpccli_{create,setup}_netlogon_creds()
Stefan Metzmacher
2014-01-07
2
-0
/
+121
*
s3:rpc_client: use netlogon_creds_cli_auth_level() in cli_rpc_pipe_open_schan...
Stefan Metzmacher
2014-01-07
5
-8
/
+5
*
s3:rpc_client: make use of the new netlogon_creds_cli_context
Stefan Metzmacher
2014-01-07
12
-598
/
+250
*
s3:winbindd: make use of the "winbind sealed pipes" option for all connections
Stefan Metzmacher
2014-01-07
2
-3
/
+20
*
s3:param: set Globals.bRequireStrongKey = true
Stefan Metzmacher
2014-01-07
1
-0
/
+1
*
s3:param: set Globals.bWinbindSealedPipes = true
Stefan Metzmacher
2014-01-07
1
-0
/
+1
*
libcli/smb: s/tstream_cli_np/tstream_smbXcli_np
Stefan Metzmacher
2014-01-07
2
-12
/
+13
*
libcli/smb: move source3/libsmb/cli_np_tstream.c to tstream_smbXcli_np.c
Stefan Metzmacher
2014-01-07
5
-1392
/
+2
*
s3:libsmb: add a TSTREAM_CLI_NP_DESIRED_ACCESS define as collection of indivi...
Stefan Metzmacher
2014-01-07
1
-2
/
+14
[next]