summaryrefslogtreecommitdiff
path: root/source3/rpcclient/rpcclient.c
Commit message (Expand)AuthorAgeFilesLines
* rpcclient: Set internal log level to 0Christof Schmitt2015-07-101-0/+1
* rpcclient: Fix the timeout commandAndreas Schneider2015-04-091-16/+8
* s3:rpcclient: only require netlogon_creds for specified netlogon callsStefan Metzmacher2015-03-301-4/+1
* lib: load_case_tables() -> smb_init_locale()Volker Lendecke2015-03-241-1/+1
* s3-rpcclient: add very basic clusapi client.Günther Deschner2015-03-131-0/+2
* s3:rpcclient: make use of rpccli_[create|setup]_netlogon_creds_with_creds()Stefan Metzmacher2015-03-121-38/+19
* s3:rpc_client: remove unused auth_level paramter of cli_rpc_pipe_open_schannel()Stefan Metzmacher2015-03-121-1/+0
* s3-rpcclient: Make sure current_nt_hash is initialized.Andreas Schneider2014-10-311-1/+3
* s3:libsmb: Remove unused domain copy stored in cli_stateStefan Metzmacher2014-10-171-1/+1
* s3-winbindd: Attempt to connect to NETLOGON over NCACN_IP_TCP if we canAndrew Bartlett2014-10-081-1/+1
* s3-rpc_client: Migrate to cli_rpc_pipe_open_generic_auth and remove cli_rpc_p...Andrew Bartlett2014-10-081-16/+3
* s3-rpc_client: Adapt cli_rpc_pipe_open_generic_auth to use enum credentials_k...Andrew Bartlett2014-10-081-0/+1
* s3-rpc_client: Adapt cli_rpc_pipe_open_spnego to use enum credentials_kerbero...Andrew Bartlett2014-10-081-5/+6
* s3:rpcclient: make use of dcerpc_binding_get_string_option("host")Stefan Metzmacher2014-02-131-2/+4
* s3:rpcclient: make use of dcerpc_binding_[g|s]et_*() in rpcclient.cStefan Metzmacher2014-02-131-9/+18
* s3:rpcclient: add witness commandGregor Beck2014-02-111-0/+2
* s3:rpcclient: add support for DCERPC_AUTH_LEVEL_CONNECTStefan Metzmacher2014-01-161-12/+11
* s3:rpc_client: make cli_rpc_pipe_open_schannel() more flexibleStefan Metzmacher2014-01-071-6/+7
* s3:rpcclient: give errors and clean up correctly after failing to obtain secretGarming Sam2014-01-071-0/+6
* s3:rpcclient: make use of rpccli_{create,setup}_netlogon_creds()Stefan Metzmacher2014-01-071-18/+41
* s3:rpcclient: add rpcclient_netlogon_credsStefan Metzmacher2014-01-071-0/+3
* s3:rpcclient: add rpcclient_msg_ctxStefan Metzmacher2014-01-071-0/+5
* s3:rpcclient: close the connection if setting up the netlogon secure channel ...Stefan Metzmacher2013-12-231-0/+5
* s3:rpcclient: introduce global rpcclient_cli_stateStefan Metzmacher2013-10-171-1/+3
* s3:rpcclient: fix compiler warningsStefan Metzmacher2013-08-121-6/+7
* s3:rpcclient: try to use NETLOGON_NEG_SUPPORTS_AESStefan Metzmacher2013-08-101-1/+2
* s3:rpcclient: use talloc_stackframe() in do_cmd()Stefan Metzmacher2013-08-051-2/+6
* s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth_transpo...Günther Deschner2013-08-051-1/+1
* s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth().Günther Deschner2013-08-051-1/+1
* s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_schannel().Günther Deschner2013-08-051-1/+1
* s3fs-client: Burn commandline password of client utils.Andreas Schneider2012-11-081-0/+1
* s3:rpcclient fix a compiler warningChristian Ambach2012-09-221-0/+2
* s3-rpcclient: add fsrvp commandsDavid Disseldorp2012-06-081-0/+2
* s3:libsmb: get rid of cli_state_remote_nameLuk Claes2012-05-281-2/+3
* s3-rpcclient: Ensure interfaces are loaded after smb.confAndrew Bartlett2012-03-021-2/+3
* s3-librpc: pass struct ndr_interface_table down to cli_pipe_open_generic/spne...Andrew Bartlett2012-01-181-2/+2
* s3-rpcclient: pass struct ndr_interface_table downAndrew Bartlett2012-01-181-14/+9
* s3-librpc Make cli_rpc_pipe_open_spnego_ntlmssp() genericAndrew Bartlett2012-01-181-17/+17
* s3-librpc Call GSSAPI via the auth_generic layer and gensecAndrew Bartlett2012-01-181-9/+1
* s3-librpc Rename and rework cli_rpc_pipe_open_ntlmssp() to be genericAndrew Bartlett2012-01-111-1/+3
* s3:rpcclient: use the lp_load_global() wrapper of lp_load()Michael Adam2011-07-281-1/+1
* s3:rpcclient: make use of cli_state_remote_name()Stefan Metzmacher2011-07-221-2/+2
* s3:rpcclient: use rpc_pipe->desthost instead of cli->desthostStefan Metzmacher2011-07-221-1/+1
* s3:rpcclient: remove unused new_workgroup variableStefan Metzmacher2011-06-091-4/+0
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-2/+2
* s3-param Remove special case for lp_workgroup()Andrew Bartlett2011-06-091-9/+1
* s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett2011-05-181-1/+1
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* s3: remove various references to server side dcerpc structs (which are not ne...Günther Deschner2011-05-021-1/+0
* s3-rpcclient: include rpc_client/cli_pipe.h globally in rpcclient.hGünther Deschner2011-03-311-1/+0