summaryrefslogtreecommitdiff
path: root/source3/rpc_client
Commit message (Expand)AuthorAgeFilesLines
* Use tevent_req_poll_ntstatusVolker Lendecke2015-05-182-4/+2
* Convert all uses of uint32/16/8 to _t in source3/rpc_client.Richard Sharpe2015-05-126-16/+16
* s3:rpc_client: remove unused cli_rpc_pipe_open_schannel_with_key()Stefan Metzmacher2015-03-122-103/+0
* s3:rpc_client: handle !NETLOGON_NEG_AUTHENTICATED_RPC in cli_rpc_pipe_open_sc...Stefan Metzmacher2015-03-121-8/+32
* s3:rpc_client: use cli_credentials based functions in cli_rpc_pipe_open_schan...Stefan Metzmacher2015-03-121-53/+15
* s3:rpc_client: remove unused auth_level paramter of cli_rpc_pipe_open_schannel()Stefan Metzmacher2015-03-122-2/+0
* s3:cli_netlogon: cli_credentials_get_old_nt_hash() in rpccli_setup_netlogon_c...Stefan Metzmacher2015-03-121-0/+3
* s3:rpc_client: add cli_rpc_pipe_open_schannel_with_creds() helper functionStefan Metzmacher2014-12-192-0/+93
* s3:cli_netlogon: add rpccli_{create,setup}_netlogon_creds_with_creds() helper...Stefan Metzmacher2014-12-192-0/+65
* s3-librpc: Add cli_rpc_pipe_open_with_creds()Andrew Bartlett2014-10-172-0/+131
* s3-winbindd: Attempt to connect to NETLOGON over NCACN_IP_TCP if we canAndrew Bartlett2014-10-083-4/+8
* s3-rpc_client: Migrate to cli_rpc_pipe_open_generic_auth and remove cli_rpc_p...Andrew Bartlett2014-10-082-65/+0
* s3-rpc_client: Adapt cli_rpc_pipe_open_generic_auth to use enum credentials_k...Andrew Bartlett2014-10-082-0/+2
* s3-rpc_client: Adapt cli_rpc_pipe_open_spnego to use enum credentials_kerbero...Andrew Bartlett2014-10-082-11/+3
* librpc: gensec is our security provider abstraction, remove a void *Andrew Bartlett2014-09-271-6/+3
* librpc: Remove user/domain from struct pipe_auth_dataAndrew Bartlett2014-09-272-26/+38
* s3-rpc_client: Do not give NT_STATUS_NO_MEMORY when the source string was NULLAndrew Bartlett2014-09-011-5/+6
* s3-rpc_client: return info3 in rpccli_netlogon_password_logon().Günther Deschner2014-07-152-47/+60
* s3:rpc_client: Use gensec for NCALRPC_AS_SYSTEM.Stefan Metzmacher2014-04-241-33/+16
* s3:rpc_client: pass everything to gensec by defaultStefan Metzmacher2014-04-241-47/+19
* auth/gensec: remove tevent_context argument from gensec_update()Stefan Metzmacher2014-03-271-2/+2
* rpc_client: retry open on STATUS_PIPE_NOT_AVAILABLEDavid Disseldorp2014-03-041-17/+68
* s3:rpc_client: avoid using dcerpc_binding internals in rpc_pipe_get_tcp_port()Stefan Metzmacher2014-02-131-10/+21
* s3:rpc_client: use address "0.0.0.0" and port "135" for epmapper requestsStefan Metzmacher2014-02-111-2/+2
* s3:librpc/rpc: only propose header signing if we use sign or sealStefan Metzmacher2014-02-111-3/+10
* s3:rpc_client: optimize the netlogon_creds_cli.tdb for read-only accessMichael Adam2014-02-071-1/+1
* dbwrap: add a dbwrap_flags argument to db_open()Michael Adam2014-02-071-1/+2
* s3:rpc_client: use db_open() to open "netlogon_creds_cli.tdb"Stefan Metzmacher2014-01-221-2/+36
* dcerpc.idl: make use of union dcerpc_bind_ack_reason and fix all callers.Stefan Metzmacher2014-01-161-1/+1
* s3:rpc_client: finally remove unused rpc_pipe_client->netlogon_credsStefan Metzmacher2014-01-072-12/+0
* s3:rpc_client: remove unused rpccli_netlogon_sam_network_logon()Stefan Metzmacher2014-01-072-106/+0
* s3:rpc_client: remove unused rpccli_netlogon_sam_logon()Stefan Metzmacher2014-01-072-133/+0
* s3:rpc_client: remove unused rpccli_netlogon_setup_creds()Stefan Metzmacher2014-01-072-100/+0
* s3:rpc_client: remove unused rpccli_netlogon_set_trust_password()Stefan Metzmacher2014-01-072-58/+0
* s3:rpc_client: make cli_rpc_pipe_open_schannel() more flexibleStefan Metzmacher2014-01-072-3/+11
* s3:rpc_client: use rpccli_{create,setup}_netlogon_creds() in cli_rpc_pipe_ope...Stefan Metzmacher2014-01-072-103/+66
* s3:rpc_client: add rpccli_netlogon_password_logon()Stefan Metzmacher2014-01-072-0/+141
* s3:rpc_client: add rpccli_netlogon_network_logon()Stefan Metzmacher2014-01-072-0/+117
* s3:rpc_client: remove unused rpccli_netlogon_sam_network_logon_ex()Stefan Metzmacher2014-01-072-39/+0
* s3:rpc_client: add rpccli_pre_open_netlogon_creds()Stefan Metzmacher2014-01-072-0/+22
* s3:rpc_client: add rpccli_{create,setup}_netlogon_creds()Stefan Metzmacher2014-01-072-0/+121
* s3:rpc_client: use netlogon_creds_cli_auth_level() in cli_rpc_pipe_open_schan...Stefan Metzmacher2014-01-073-3/+4
* s3:rpc_client: make use of the new netlogon_creds_cli_contextStefan Metzmacher2014-01-075-439/+143
* libcli/smb: s/tstream_cli_np/tstream_smbXcli_npStefan Metzmacher2014-01-072-12/+13
* libcli/smb: move source3/libsmb/cli_np_tstream.c to tstream_smbXcli_np.cStefan Metzmacher2014-01-072-2/+2
* s3:libsmb: do not use cli_state internally within cli_np_tstreamGregor Beck2014-01-071-1/+16
* s3:rpc_client: send a dcerpc_sec_verification_trailer if neededStefan Metzmacher2014-01-072-10/+193
* s3:rpc_client: fill alloc_hint with the remaining data not the total data.Stefan Metzmacher2014-01-071-1/+1
* s3:rpc_client: implement DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGNStefan Metzmacher2014-01-071-6/+38
* s3:rpc_client: handle DCERPC_AUTH_TYPE_SCHANNEL as any other gensec backendStefan Metzmacher2014-01-071-2/+2