index
:
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
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
rpc_client
Commit message (
Expand
)
Author
Age
Files
Lines
*
auth/gensec: remove tevent_context argument from gensec_update()
Stefan Metzmacher
2014-03-27
1
-2
/
+2
*
rpc_client: retry open on STATUS_PIPE_NOT_AVAILABLE
David Disseldorp
2014-03-04
1
-17
/
+68
*
s3:rpc_client: avoid using dcerpc_binding internals in rpc_pipe_get_tcp_port()
Stefan Metzmacher
2014-02-13
1
-10
/
+21
*
s3:rpc_client: use address "0.0.0.0" and port "135" for epmapper requests
Stefan Metzmacher
2014-02-11
1
-2
/
+2
*
s3:librpc/rpc: only propose header signing if we use sign or seal
Stefan Metzmacher
2014-02-11
1
-3
/
+10
*
s3:rpc_client: optimize the netlogon_creds_cli.tdb for read-only access
Michael Adam
2014-02-07
1
-1
/
+1
*
dbwrap: add a dbwrap_flags argument to db_open()
Michael Adam
2014-02-07
1
-1
/
+2
*
s3:rpc_client: use db_open() to open "netlogon_creds_cli.tdb"
Stefan Metzmacher
2014-01-22
1
-2
/
+36
*
dcerpc.idl: make use of union dcerpc_bind_ack_reason and fix all callers.
Stefan Metzmacher
2014-01-16
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
2
-3
/
+11
*
s3:rpc_client: use rpccli_{create,setup}_netlogon_creds() in cli_rpc_pipe_ope...
Stefan Metzmacher
2014-01-07
2
-103
/
+66
*
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
3
-3
/
+4
*
s3:rpc_client: make use of the new netlogon_creds_cli_context
Stefan Metzmacher
2014-01-07
5
-439
/
+143
*
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
2
-2
/
+2
*
s3:libsmb: do not use cli_state internally within cli_np_tstream
Gregor Beck
2014-01-07
1
-1
/
+16
*
s3:rpc_client: send a dcerpc_sec_verification_trailer if needed
Stefan Metzmacher
2014-01-07
2
-10
/
+193
*
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
2
-12
/
+2
*
s3:rpc_client: talloc_zero pipe_auth_data
Stefan Metzmacher
2014-01-07
1
-3
/
+3
*
CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.
Jeremy Allison
2013-12-09
1
-0
/
+18
*
CVE-2013-4408:s3:Ensure LookupSids replies arrays are range checked.
Jeremy Allison
2013-12-09
1
-1
/
+16
*
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: Make data pointer const in trans_send().
Andreas Schneider
2013-10-30
2
-2
/
+2
*
s3:rpc_client: remove unused rpc_pipe_np_smb_conn()
Gregor Beck
2013-10-17
2
-20
/
+0
*
s3:rpc_client: pass object and table to rpccli_bh_create()
Stefan Metzmacher
2013-10-17
2
-7
/
+11
*
s3:rpc_client: implement dcerpc_binding_handle_auth_info()
Stefan Metzmacher
2013-10-17
1
-0
/
+20
*
s3-rpc: use dcerpc_default_transport_endpoint function.
Günther Deschner
2013-09-20
1
-1
/
+2
*
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
[next]