summaryrefslogtreecommitdiff
path: root/source3/rpc_client
AgeCommit message (Expand)AuthorFilesLines
2015-08-07source3/rpc_client: Fix CID 1273041 Condition is redundantAnoop C S1-1/+2
2015-06-23s3:librpc/rpc: fix padding calculation in dcerpc_guess_sizes()Stefan Metzmacher1-1/+0
2015-05-18Use tevent_req_poll_ntstatusVolker Lendecke2-4/+2
2015-05-12Convert all uses of uint32/16/8 to _t in source3/rpc_client.Richard Sharpe6-16/+16
2015-03-12s3:rpc_client: remove unused cli_rpc_pipe_open_schannel_with_key()Stefan Metzmacher2-103/+0
2015-03-12s3:rpc_client: handle !NETLOGON_NEG_AUTHENTICATED_RPC in cli_rpc_pipe_open_sc...Stefan Metzmacher1-8/+32
2015-03-12s3:rpc_client: use cli_credentials based functions in cli_rpc_pipe_open_schan...Stefan Metzmacher1-53/+15
2015-03-12s3:rpc_client: remove unused auth_level paramter of cli_rpc_pipe_open_schannel()Stefan Metzmacher2-2/+0
2015-03-12s3:cli_netlogon: cli_credentials_get_old_nt_hash() in rpccli_setup_netlogon_c...Stefan Metzmacher1-0/+3
2014-12-19s3:rpc_client: add cli_rpc_pipe_open_schannel_with_creds() helper functionStefan Metzmacher2-0/+93
2014-12-19s3:cli_netlogon: add rpccli_{create,setup}_netlogon_creds_with_creds() helper...Stefan Metzmacher2-0/+65
2014-10-17s3-librpc: Add cli_rpc_pipe_open_with_creds()Andrew Bartlett2-0/+131
2014-10-08s3-winbindd: Attempt to connect to NETLOGON over NCACN_IP_TCP if we canAndrew Bartlett3-4/+8
2014-10-08s3-rpc_client: Migrate to cli_rpc_pipe_open_generic_auth and remove cli_rpc_p...Andrew Bartlett2-65/+0
2014-10-08s3-rpc_client: Adapt cli_rpc_pipe_open_generic_auth to use enum credentials_k...Andrew Bartlett2-0/+2
2014-10-08s3-rpc_client: Adapt cli_rpc_pipe_open_spnego to use enum credentials_kerbero...Andrew Bartlett2-11/+3
2014-09-27librpc: gensec is our security provider abstraction, remove a void *Andrew Bartlett1-6/+3
2014-09-27librpc: Remove user/domain from struct pipe_auth_dataAndrew Bartlett2-26/+38
2014-09-01s3-rpc_client: Do not give NT_STATUS_NO_MEMORY when the source string was NULLAndrew Bartlett1-5/+6
2014-07-15s3-rpc_client: return info3 in rpccli_netlogon_password_logon().Günther Deschner2-47/+60
2014-04-24s3:rpc_client: Use gensec for NCALRPC_AS_SYSTEM.Stefan Metzmacher1-33/+16
2014-04-24s3:rpc_client: pass everything to gensec by defaultStefan Metzmacher1-47/+19
2014-03-27auth/gensec: remove tevent_context argument from gensec_update()Stefan Metzmacher1-2/+2
2014-03-04rpc_client: retry open on STATUS_PIPE_NOT_AVAILABLEDavid Disseldorp1-17/+68
2014-02-13s3:rpc_client: avoid using dcerpc_binding internals in rpc_pipe_get_tcp_port()Stefan Metzmacher1-10/+21
2014-02-11s3:rpc_client: use address "0.0.0.0" and port "135" for epmapper requestsStefan Metzmacher1-2/+2
2014-02-11s3:librpc/rpc: only propose header signing if we use sign or sealStefan Metzmacher1-3/+10
2014-02-07s3:rpc_client: optimize the netlogon_creds_cli.tdb for read-only accessMichael Adam1-1/+1
2014-02-07dbwrap: add a dbwrap_flags argument to db_open()Michael Adam1-1/+2
2014-01-22s3:rpc_client: use db_open() to open "netlogon_creds_cli.tdb"Stefan Metzmacher1-2/+36
2014-01-16dcerpc.idl: make use of union dcerpc_bind_ack_reason and fix all callers.Stefan Metzmacher1-1/+1
2014-01-07s3:rpc_client: finally remove unused rpc_pipe_client->netlogon_credsStefan Metzmacher2-12/+0
2014-01-07s3:rpc_client: remove unused rpccli_netlogon_sam_network_logon()Stefan Metzmacher2-106/+0
2014-01-07s3:rpc_client: remove unused rpccli_netlogon_sam_logon()Stefan Metzmacher2-133/+0
2014-01-07s3:rpc_client: remove unused rpccli_netlogon_setup_creds()Stefan Metzmacher2-100/+0
2014-01-07s3:rpc_client: remove unused rpccli_netlogon_set_trust_password()Stefan Metzmacher2-58/+0
2014-01-07s3:rpc_client: make cli_rpc_pipe_open_schannel() more flexibleStefan Metzmacher2-3/+11
2014-01-07s3:rpc_client: use rpccli_{create,setup}_netlogon_creds() in cli_rpc_pipe_ope...Stefan Metzmacher2-103/+66
2014-01-07s3:rpc_client: add rpccli_netlogon_password_logon()Stefan Metzmacher2-0/+141
2014-01-07s3:rpc_client: add rpccli_netlogon_network_logon()Stefan Metzmacher2-0/+117
2014-01-07s3:rpc_client: remove unused rpccli_netlogon_sam_network_logon_ex()Stefan Metzmacher2-39/+0
2014-01-07s3:rpc_client: add rpccli_pre_open_netlogon_creds()Stefan Metzmacher2-0/+22
2014-01-07s3:rpc_client: add rpccli_{create,setup}_netlogon_creds()Stefan Metzmacher2-0/+121
2014-01-07s3:rpc_client: use netlogon_creds_cli_auth_level() in cli_rpc_pipe_open_schan...Stefan Metzmacher3-3/+4
2014-01-07s3:rpc_client: make use of the new netlogon_creds_cli_contextStefan Metzmacher5-439/+143
2014-01-07libcli/smb: s/tstream_cli_np/tstream_smbXcli_npStefan Metzmacher2-12/+13
2014-01-07libcli/smb: move source3/libsmb/cli_np_tstream.c to tstream_smbXcli_np.cStefan Metzmacher2-2/+2
2014-01-07s3:libsmb: do not use cli_state internally within cli_np_tstreamGregor Beck1-1/+16
2014-01-07s3:rpc_client: send a dcerpc_sec_verification_trailer if neededStefan Metzmacher2-10/+193
2014-01-07s3:rpc_client: fill alloc_hint with the remaining data not the total data.Stefan Metzmacher1-1/+1