index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-05
s3-net: use libnetjoin for "net rpc join" newstyle.
Günther Deschner
4
-562
/
+108
2013-08-05
s3-net: use libnetjoin for "net rpc testjoin".
Günther Deschner
3
-30
/
+67
2013-08-05
s3:libnet: let the caller truncate the pw in libnet_join_joindomain_rpc_unsec...
Stefan Metzmacher
1
-14
/
+1
2013-08-05
s3-libnetjoin: move "net rpc oldjoin" to use libnetjoin.
Günther Deschner
1
-98
/
+84
2013-08-05
s3-libnetjoin: add machine_name length check.
Günther Deschner
1
-0
/
+9
2013-08-05
s3: libnet_join: use admin_domain in libnetjoin.
Günther Deschner
1
-1
/
+26
2013-08-05
s3: libnet_join: add admin_domain.
Günther Deschner
1
-0
/
+2
2013-08-05
libcli/auth: also set secure channel type in netlogon_creds_client_init().
Günther Deschner
8
-0
/
+12
2013-08-05
s3-rpc_cli: pass down ndr_interface_table to rpc_transport_np_init_send().
Günther Deschner
2
-4
/
+4
2013-08-05
s3-rpc_cli: pass down ndr_interface_table to rpc_transport_np_init().
Günther Deschner
3
-4
/
+4
2013-08-05
s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_open_tcp_port().
Günther Deschner
1
-4
/
+4
2013-08-05
s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_get_tcp_port().
Günther Deschner
1
-5
/
+5
2013-08-05
s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_open_tcp().
Günther Deschner
3
-6
/
+6
2013-08-05
s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_open_np().
Günther Deschner
1
-4
/
+4
2013-08-05
s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open().
Günther Deschner
1
-7
/
+7
2013-08-05
s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth_transpo...
Günther Deschner
3
-8
/
+9
2013-08-05
s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth().
Günther Deschner
28
-55
/
+54
2013-08-05
s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_schannel_with_...
Günther Deschner
6
-13
/
+13
2013-08-05
s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_ntlmssp_auth_s...
Günther Deschner
2
-3
/
+3
2013-08-05
s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_schannel().
Günther Deschner
5
-6
/
+6
2013-08-05
s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_open_interface().
Günther Deschner
6
-27
/
+27
2013-08-05
s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_open_ncalrpc().
Günther Deschner
3
-4
/
+4
2013-08-05
s3-libnetapi: pass down ndr_interface_table to pipe_cm() and friends.
Günther Deschner
1
-8
/
+8
2013-08-05
s3-libnetapi: pass down ndr_interface_table to libnetapi_open_pipe().
Günther Deschner
6
-37
/
+37
2013-08-05
s3-libnetapi: pass down ndr_interface_table to libnetapi_get_binding_handle().
Günther Deschner
8
-21
/
+22
2013-08-05
s3-rpc_cli: remove prototype of nonexisting cli_rpc_pipe_open_krb5().
Günther Deschner
1
-9
/
+0
2013-08-05
s3-net: pass down ndr_interface_table to connect_dst_pipe().
Günther Deschner
4
-10
/
+10
2013-08-05
s3-libads: Fail create_local_private_krb5_conf_for_domain() if parameters mis...
Günther Deschner
1
-0
/
+4
2013-08-05
auth/credentials: use CRED_CALLBACK_RESULT after a callback
Stefan Metzmacher
1
-11
/
+23
2013-08-05
auth/credentials: simplify password_tries state
Stefan Metzmacher
2
-6
/
+15
2013-08-05
auth/credentials: get the old password from secrets.tdb
Stefan Metzmacher
1
-0
/
+11
2013-08-05
auth/credentials: keep cli_credentials private
Stefan Metzmacher
6
-93
/
+126
2013-08-05
s4:ntlm_auth: make use of cli_credentials_[set_]callback_data*
Stefan Metzmacher
1
-4
/
+6
2013-08-05
s4:torture/rpc: make use of cli_credentials_set_netlogon_creds()
Stefan Metzmacher
1
-20
/
+16
2013-08-05
s4:torture/gentest: make use of cli_credentials_get_username()
Stefan Metzmacher
1
-1
/
+2
2013-08-05
s4:torture/shell: simplify cli_credentials_set_password() call
Stefan Metzmacher
1
-4
/
+1
2013-08-05
s3:ntlm_auth: remove pointless credentials->priv_data = NULL;
Stefan Metzmacher
1
-1
/
+0
2013-08-05
auth/credentials: add cli_credentials_shallow_copy()
Stefan Metzmacher
2
-0
/
+18
2013-08-05
auth/credentials: add cli_credentials_[set_]callback_data*
Stefan Metzmacher
2
-0
/
+19
2013-08-05
auth/credentials: remove pointless talloc_reference() from cli_credentials_ge...
Stefan Metzmacher
1
-1
/
+1
2013-08-05
auth/credentials: remove pointless talloc_reference() from cli_credentials_ge...
Stefan Metzmacher
1
-1
/
+1
2013-08-05
tevent: Add echo server sample code
Volker Lendecke
1
-0
/
+664
2013-08-04
Ensure we can never integer wrap when working on client-supplied max_data_bytes.
Jeremy Allison
1
-0
/
+22
2013-08-03
There are tests all over the SMB1 code to check that srv_send_smb fails, but ...
Richard Sharpe
1
-1
/
+1
2013-08-02
dfs_server: Use dsdb_search_one to catch 0 results as well as NO_SUCH_OBJECT ...
Andrew Bartlett
1
-5
/
+5
2013-08-02
s3:lib/system fix build on AIX 7
Christian Ambach
1
-3
/
+12
2013-08-01
Fix bug 9678 - Windows 8 Roaming profiles fail
Gregor Beck
1
-7
/
+2
2013-08-01
security.idl: add new security_secinfo bits
Gregor Beck
1
-0
/
+3
2013-08-01
tevent: change version to 0.9.19
Stefan Metzmacher
2
-1
/
+84
2013-08-01
tevent: Remove the signal pipe if no signal events are around
Volker Lendecke
1
-1
/
+13
[prev]
[next]