index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
rpc_client
/
cli_pipe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:rpc_client: finally remove unused rpc_pipe_client->netlogon_creds
Stefan Metzmacher
2014-01-07
1
-9
/
+0
*
s3:rpc_client: use netlogon_creds_cli_auth_level() in cli_rpc_pipe_open_schan...
Stefan Metzmacher
2014-01-07
1
-1
/
+3
*
s3:rpc_client: make use of the new netlogon_creds_cli_context
Stefan Metzmacher
2014-01-07
1
-105
/
+34
*
s3:rpc_client: send a dcerpc_sec_verification_trailer if needed
Stefan Metzmacher
2014-01-07
1
-10
/
+192
*
s3:rpc_client: fill alloc_hint with the remaining data not the total data.
Stefan Metzmacher
2014-01-07
1
-1
/
+1
*
s3:rpc_client: implement DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGN
Stefan Metzmacher
2014-01-07
1
-6
/
+38
*
s3:rpc_client: handle DCERPC_AUTH_TYPE_SCHANNEL as any other gensec backend
Stefan Metzmacher
2014-01-07
1
-2
/
+2
*
s3:rpc_client: add some const to rpc_api_pipe_req_send()
Stefan Metzmacher
2014-01-07
1
-2
/
+2
*
s3:rpc_client: make rpc_api_pipe_req_send/recv static
Stefan Metzmacher
2014-01-07
1
-2
/
+2
*
s3:rpc_client: talloc_zero pipe_auth_data
Stefan Metzmacher
2014-01-07
1
-3
/
+3
*
CVE-2013-4408:s3:Ensure we always check call_id when validating an RPC reply.
Jeremy Allison
2013-12-09
1
-8
/
+25
*
CVE-2013-4408:s3:rpc_client: verify frag_len at least contains the header size
Stefan Metzmacher
2013-12-09
1
-0
/
+8
*
s3:rpc_client: fix a leaked talloc_stackframe
Gregor Beck
2013-11-04
1
-1
/
+2
*
s3:rpc_client: pass object and table to rpccli_bh_create()
Stefan Metzmacher
2013-10-17
1
-6
/
+8
*
s3:rpc_client: implement dcerpc_binding_handle_auth_info()
Stefan Metzmacher
2013-10-17
1
-0
/
+20
*
s3-rpc: use table->name directly in DEBUG contexts.
Günther Deschner
2013-09-20
1
-4
/
+3
*
s3-rpc_cli: remove unused schannel calls from cli_pipe.c
Günther Deschner
2013-09-19
1
-76
/
+0
*
s3-rpc_cli: use gensec for schannel bind.
Günther Deschner
2013-09-19
1
-9
/
+13
*
s3-rpc_cli: allow to pass down a netlogon CredentialState struct to gensec.
Günther Deschner
2013-09-19
1
-1
/
+4
*
s3:cli_pipe.c: return NO_USER_SESSION_KEY in cli_get_session_key() for schannel
Stefan Metzmacher
2013-08-10
1
-7
/
+0
*
s3:cli_pipe: pass down creds->computer_name to NL_AUTH_MESSAGE
Stefan Metzmacher
2013-08-10
1
-7
/
+6
*
s3:cli_pipe: make use of netsec_create_state()
Stefan Metzmacher
2013-08-10
1
-8
/
+1
*
s3:rpc_client: remove netr_LogonGetCapabilities check from rpc_pipe_bind*
Stefan Metzmacher
2013-08-10
1
-149
/
+1
*
s3:rpc_client: add netr_LogonGetCapabilities to cli_rpc_pipe_open_schannel_wi...
Stefan Metzmacher
2013-08-10
1
-0
/
+101
*
s3:rpc_client: use netlogon_creds_copy before rpc_pipe_bind
Stefan Metzmacher
2013-08-10
1
-12
/
+12
*
s3:rpc_client: fix/add AES downgrade detection to rpc_pipe_bind_step_two_done()
Stefan Metzmacher
2013-08-10
1
-12
/
+7
*
s3:rpc_client: rename same variables in cli_rpc_pipe_open_schannel_with_key()
Stefan Metzmacher
2013-08-05
1
-15
/
+15
*
s3:rpc_client: use the correct context for netlogon_creds_copy() in rpccli_sc...
Stefan Metzmacher
2013-08-05
1
-1
/
+4
*
s3:rpc_client: make rpccli_schannel_bind_data() static
Stefan Metzmacher
2013-08-05
1
-4
/
+5
*
s3-rpc_cli: pass down ndr_interface_table to rpc_transport_np_init().
Günther Deschner
2013-08-05
1
-1
/
+1
*
s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_open_tcp_port().
Günther Deschner
2013-08-05
1
-4
/
+4
*
s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_get_tcp_port().
Günther Deschner
2013-08-05
1
-5
/
+5
*
s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_open_tcp().
Günther Deschner
2013-08-05
1
-4
/
+4
*
s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_open_np().
Günther Deschner
2013-08-05
1
-4
/
+4
*
s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open().
Günther Deschner
2013-08-05
1
-7
/
+7
*
s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth_transpo...
Günther Deschner
2013-08-05
1
-6
/
+7
*
s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth().
Günther Deschner
2013-08-05
1
-2
/
+2
*
s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_schannel_with_...
Günther Deschner
2013-08-05
1
-3
/
+3
*
s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_open_ncalrpc().
Günther Deschner
2013-08-05
1
-2
/
+2
*
rpc_cli: Remove some unnecessary initializations
Volker Lendecke
2013-07-08
1
-3
/
+0
*
s3:rpc_client fix a crash
Christian Ambach
2013-02-20
1
-1
/
+1
*
s3:rpc_client: s/struct event_context/struct tevent_context
Stefan Metzmacher
2013-02-19
1
-15
/
+15
*
s3:rpc_client: make use of samba_tevent_context_init()
Stefan Metzmacher
2013-02-19
1
-1
/
+1
*
s3-rpc_client: try to use socket_addr if available in rpc_pipe_open_tcp() (bu...
Günther Deschner
2012-11-26
1
-7
/
+16
*
s3-rpc_client: lookup nametype 0x20 in rpc_pipe_open_tcp_port(). (bug #9426)
Günther Deschner
2012-11-23
1
-1
/
+1
*
s3:rpc_client: rename pipe_auth_data->user_session_key to transport_session_key
Stefan Metzmacher
2012-08-01
1
-4
/
+4
*
s3:rpc_client: make use of smbXcli_session_application_key()
Stefan Metzmacher
2012-08-01
1
-3
/
+16
*
s3-rpc_client: Fix updating netlogon credentials.
Andreas Schneider
2012-07-17
1
-8
/
+7
*
s3-rpc_client: Add capabilities check for AES encrypted connections.
Andreas Schneider
2012-07-17
1
-1
/
+158
*
s3:libsmb: get rid of cli_state_remote_name
Luk Claes
2012-05-28
1
-2
/
+3
[next]