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
path:
root
/
source3
/
rpc_client
/
cli_pipe.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-20
s3-rpc: use table->name directly in DEBUG contexts.
Günther Deschner
1
-4
/
+3
2013-09-19
s3-rpc_cli: remove unused schannel calls from cli_pipe.c
Günther Deschner
1
-76
/
+0
2013-09-19
s3-rpc_cli: use gensec for schannel bind.
Günther Deschner
1
-9
/
+13
2013-09-19
s3-rpc_cli: allow to pass down a netlogon CredentialState struct to gensec.
Günther Deschner
1
-1
/
+4
2013-08-10
s3:cli_pipe.c: return NO_USER_SESSION_KEY in cli_get_session_key() for schannel
Stefan Metzmacher
1
-7
/
+0
2013-08-10
s3:cli_pipe: pass down creds->computer_name to NL_AUTH_MESSAGE
Stefan Metzmacher
1
-7
/
+6
2013-08-10
s3:cli_pipe: make use of netsec_create_state()
Stefan Metzmacher
1
-8
/
+1
2013-08-10
s3:rpc_client: remove netr_LogonGetCapabilities check from rpc_pipe_bind*
Stefan Metzmacher
1
-149
/
+1
2013-08-10
s3:rpc_client: add netr_LogonGetCapabilities to cli_rpc_pipe_open_schannel_wi...
Stefan Metzmacher
1
-0
/
+101
2013-08-10
s3:rpc_client: use netlogon_creds_copy before rpc_pipe_bind
Stefan Metzmacher
1
-12
/
+12
2013-08-10
s3:rpc_client: fix/add AES downgrade detection to rpc_pipe_bind_step_two_done()
Stefan Metzmacher
1
-12
/
+7
2013-08-05
s3:rpc_client: rename same variables in cli_rpc_pipe_open_schannel_with_key()
Stefan Metzmacher
1
-15
/
+15
2013-08-05
s3:rpc_client: use the correct context for netlogon_creds_copy() in rpccli_sc...
Stefan Metzmacher
1
-1
/
+4
2013-08-05
s3:rpc_client: make rpccli_schannel_bind_data() static
Stefan Metzmacher
1
-4
/
+5
2013-08-05
s3-rpc_cli: pass down ndr_interface_table to rpc_transport_np_init().
Günther Deschner
1
-1
/
+1
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
1
-4
/
+4
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
1
-6
/
+7
2013-08-05
s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth().
Günther Deschner
1
-2
/
+2
2013-08-05
s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_schannel_with_...
Günther Deschner
1
-3
/
+3
2013-08-05
s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_open_ncalrpc().
Günther Deschner
1
-2
/
+2
2013-07-08
rpc_cli: Remove some unnecessary initializations
Volker Lendecke
1
-3
/
+0
2013-02-20
s3:rpc_client fix a crash
Christian Ambach
1
-1
/
+1
2013-02-19
s3:rpc_client: s/struct event_context/struct tevent_context
Stefan Metzmacher
1
-15
/
+15
2013-02-19
s3:rpc_client: make use of samba_tevent_context_init()
Stefan Metzmacher
1
-1
/
+1
2012-11-26
s3-rpc_client: try to use socket_addr if available in rpc_pipe_open_tcp() (bu...
Günther Deschner
1
-7
/
+16
2012-11-23
s3-rpc_client: lookup nametype 0x20 in rpc_pipe_open_tcp_port(). (bug #9426)
Günther Deschner
1
-1
/
+1
2012-08-01
s3:rpc_client: rename pipe_auth_data->user_session_key to transport_session_key
Stefan Metzmacher
1
-4
/
+4
2012-08-01
s3:rpc_client: make use of smbXcli_session_application_key()
Stefan Metzmacher
1
-3
/
+16
2012-07-17
s3-rpc_client: Fix updating netlogon credentials.
Andreas Schneider
1
-8
/
+7
2012-07-17
s3-rpc_client: Add capabilities check for AES encrypted connections.
Andreas Schneider
1
-1
/
+158
2012-05-28
s3:libsmb: get rid of cli_state_remote_name
Luk Claes
1
-2
/
+3
2012-03-24
cli_pipe: Avoid sys_connect.
Jelmer Vernooij
1
-1
/
+3
2012-03-20
libndr: Rename ndr64_transfer_syntax and null_ndr_syntax_id so they have a nd...
Jelmer Vernooij
1
-3
/
+3
2012-03-02
s3:rpc_client: initialize struct schannel_state to zero
Stefan Metzmacher
1
-2
/
+1
2012-02-16
s3-librpc: Use gensec_spnego for DCE/RPC authentication
Andrew Bartlett
1
-121
/
+38
2012-02-16
s3:rpc_client: fix comment
Stefan Metzmacher
1
-1
/
+1
2012-02-16
s3-librpc: make gensec result handling more generic
Andrew Bartlett
1
-11
/
+11
2012-01-18
s3-librpc: pass struct ndr_interface_table down to cli_pipe_open_generic/spne...
Andrew Bartlett
1
-8
/
+7
2012-01-18
s3-librpc Make cli_rpc_pipe_open_spnego_ntlmssp() generic
Andrew Bartlett
1
-86
/
+11
2012-01-18
s3-librpc Remove special case for spnego session key
Andrew Bartlett
1
-1
/
+8
2012-01-18
s3-librpc Call SPENGO/GSSAPI via the auth_generic layer and gensec
Andrew Bartlett
1
-7
/
+9
2012-01-18
s3-librpc Call GSSAPI via the auth_generic layer and gensec
Andrew Bartlett
1
-139
/
+3
2012-01-11
s3-librpc Supply target service and server to spnego_generic_init_client()
Andrew Bartlett
1
-0
/
+3
2012-01-11
s3-librpc: Rename spnego_ntlmssp_init_client and make generic
Andrew Bartlett
1
-1
/
+2
2012-01-11
s3-librpc Set target service and server into gensec
Andrew Bartlett
1
-0
/
+10
2012-01-11
s3-librpc Rename and rework cli_rpc_pipe_open_ntlmssp() to be generic
Andrew Bartlett
1
-31
/
+36
[next]