summaryrefslogtreecommitdiff
path: root/source3/rpcclient
Commit message (Expand)AuthorAgeFilesLines
* s3-rpcclient: add cmd_clusapi_get_cluster_version2.Günther Deschner2015-07-141-0/+41
* rpcclient: Set internal log level to 0Christof Schmitt2015-07-101-0/+1
* s3-rpcclient: remove old extra hand marshalling from witness cmds.Günther Deschner2015-07-031-77/+31
* s3-rpcclient: close policy handle in cmd_clusapi_open_resource().Günther Deschner2015-07-031-1/+5
* s3-rpcclient: use witness defines in witness rpcclient.Günther Deschner2015-07-031-20/+7
* s3-rpcclient: add clusapi_get_resource_state command.Günther Deschner2015-07-031-0/+59
* witness: autogenerate the marshalling of the witness_notifyResponse_message.Günther Deschner2015-07-031-0/+2
* s3-rpcclient: add cmdline tools to toggle online/offline cluster resource state.Günther Deschner2015-07-031-0/+107
* rpcclient: Add netsharesetdfsflags commandChristof Schmitt2015-06-121-0/+56
* rpcclient: Add info level 1005 for netsharegetinfoChristof Schmitt2015-06-121-1/+13
* rpcclient: Add netsharedel commandChristof Schmitt2015-06-121-0/+28
* rpcclient: Add netshareadd commandChristof Schmitt2015-06-121-0/+46
* Convert all uint32/16/8 to _t in source3/rpcclient.Richard Sharpe2015-05-128-82/+82
* librpc: further fixes for witness.idl.Gregor Beck2015-04-131-5/+5
* rpcclient: Fix the timeout commandAndreas Schneider2015-04-091-16/+8
* s3:rpcclient: only require netlogon_creds for specified netlogon callsStefan Metzmacher2015-03-303-10/+8
* lib: load_case_tables() -> smb_init_locale()Volker Lendecke2015-03-241-1/+1
* librpc: use WERROR in the clusapi interface.Günther Deschner2015-03-131-33/+33
* s3-rpcclient: add very basic clusapi client.Günther Deschner2015-03-132-0/+253
* 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
* rpcclient: Fix and enhance rpcclient outputRobin Hack2015-02-171-2/+10
* samba: pass down size_t instead of int to add_string_to_array().Günther Deschner2014-11-171-2/+3
* fsrvp: define FSRVP_E_SHADOWCOPYSET_ID_MISMATCHDavid Disseldorp2014-11-141-1/+5
* 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-rpc_client: return info3 in rpccli_netlogon_password_logon().Günther Deschner2014-07-151-1/+4
* idl:drsuapi: Manage all possible lengths of drsuapi_DsBindInfoSamuel Cabrero2014-07-071-0/+4
* Allow FSRVP access generic HRESULT error message descriptionsNoel Power2014-04-021-0/+8
* rpcclient: abort shadow-copy set on commit failureDavid Disseldorp2014-04-011-3/+26
* rpcclient: append a trailing slash to FSRVP request UNCsDavid Disseldorp2014-03-311-6/+22
* s3:rpcclient: fix build without HAVE_IPV6Gregor Beck2014-03-311-5/+14
* For FSRVP use textual error messages instead of hex error codesNoel Power2014-03-081-2/+50
* s3:rpcclient: make use of dcerpc_binding_get_string_option("host")Stefan Metzmacher2014-02-131-2/+4
* s3:rpcclient: make use of dcerpc_binding_set_abstract_syntax() in cmd_epmapper.cStefan Metzmacher2014-02-131-1/+7
* s3:rpcclient: make use of dcerpc_binding_[g|s]et_*() in rpcclient.cStefan Metzmacher2014-02-131-9/+18
* s3:rpcclient: make use of dcerpc_parse_binding() to create the bindingStefan Metzmacher2014-02-131-7/+12
* s3:rpcclient: initialize struct dcerpc_binding completelyStefan Metzmacher2014-02-111-0/+1
* s3:rpcclient: add witness commandGregor Beck2014-02-112-0/+506
* s3:rpcclient: remove unused code from cmd_lsa_get_username()Stefan Metzmacher2014-01-161-10/+0
* 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: make use of rpccli_netlogon_password_logon() in the 'samlogon' cmdStefan Metzmacher2014-01-071-3/+8
* s3:rpcclient: remove optional auth_level parameter of the 'samlogon' cmdStefan Metzmacher2014-01-071-7/+4
* 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