| Commit message (Expand) | Author | Age | Files | Lines |
* | werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/rpcclient/ | Günther Deschner | 2016-09-28 | 5 | -17/+17 |
* | s3-rpcclient: add getdriverpackagepath command. | Günther Deschner | 2016-09-11 | 1 | -0/+69 |
* | s3-waf: give rpcclient its own wscript_build. | Günther Deschner | 2016-09-11 | 1 | -0/+54 |
* | s3:rpcclient: make use of SMB_SIGNING_IPC_DEFAULT | Stefan Metzmacher | 2016-05-21 | 1 | -1/+12 |
* | Revert "s3:rpcclient add -m option" | Stefan Metzmacher | 2016-05-21 | 1 | -5/+0 |
* | s3:rpcclient add -m option | Christian Ambach | 2016-05-12 | 1 | -0/+5 |
* | s3:rpcclient make --pw-nt-hash option work | Christian Ambach | 2016-05-12 | 1 | -0/+3 |
* | CVE-2016-2118: s3: rpcclient: change the default auth level from DCERPC_AUTH_... | Stefan Metzmacher | 2016-04-12 | 1 | -3/+2 |
* | s3: rpcclient: Prevent null ptr access by returning error if no creds available | Noel Power | 2015-11-04 | 1 | -0/+5 |
* | s3-rpcclient: protect against empty witness async notify messages. | Günther Deschner | 2015-09-29 | 1 | -0/+5 |
* | s3-rpcclient: add client for create enum ex. | Günther Deschner | 2015-08-04 | 1 | -0/+58 |
* | s3-rpcclient: add cmd_clusapi_get_cluster_version2. | Günther Deschner | 2015-07-14 | 1 | -0/+41 |
* | rpcclient: Set internal log level to 0 | Christof Schmitt | 2015-07-10 | 1 | -0/+1 |
* | s3-rpcclient: remove old extra hand marshalling from witness cmds. | Günther Deschner | 2015-07-03 | 1 | -77/+31 |
* | s3-rpcclient: close policy handle in cmd_clusapi_open_resource(). | Günther Deschner | 2015-07-03 | 1 | -1/+5 |
* | s3-rpcclient: use witness defines in witness rpcclient. | Günther Deschner | 2015-07-03 | 1 | -20/+7 |
* | s3-rpcclient: add clusapi_get_resource_state command. | Günther Deschner | 2015-07-03 | 1 | -0/+59 |
* | witness: autogenerate the marshalling of the witness_notifyResponse_message. | Günther Deschner | 2015-07-03 | 1 | -0/+2 |
* | s3-rpcclient: add cmdline tools to toggle online/offline cluster resource state. | Günther Deschner | 2015-07-03 | 1 | -0/+107 |
* | rpcclient: Add netsharesetdfsflags command | Christof Schmitt | 2015-06-12 | 1 | -0/+56 |
* | rpcclient: Add info level 1005 for netsharegetinfo | Christof Schmitt | 2015-06-12 | 1 | -1/+13 |
* | rpcclient: Add netsharedel command | Christof Schmitt | 2015-06-12 | 1 | -0/+28 |
* | rpcclient: Add netshareadd command | Christof Schmitt | 2015-06-12 | 1 | -0/+46 |
* | Convert all uint32/16/8 to _t in source3/rpcclient. | Richard Sharpe | 2015-05-12 | 8 | -82/+82 |
* | librpc: further fixes for witness.idl. | Gregor Beck | 2015-04-13 | 1 | -5/+5 |
* | rpcclient: Fix the timeout command | Andreas Schneider | 2015-04-09 | 1 | -16/+8 |
* | s3:rpcclient: only require netlogon_creds for specified netlogon calls | Stefan Metzmacher | 2015-03-30 | 3 | -10/+8 |
* | lib: load_case_tables() -> smb_init_locale() | Volker Lendecke | 2015-03-24 | 1 | -1/+1 |
* | librpc: use WERROR in the clusapi interface. | Günther Deschner | 2015-03-13 | 1 | -33/+33 |
* | s3-rpcclient: add very basic clusapi client. | Günther Deschner | 2015-03-13 | 2 | -0/+253 |
* | s3:rpcclient: make use of rpccli_[create|setup]_netlogon_creds_with_creds() | Stefan Metzmacher | 2015-03-12 | 1 | -38/+19 |
* | s3:rpc_client: remove unused auth_level paramter of cli_rpc_pipe_open_schannel() | Stefan Metzmacher | 2015-03-12 | 1 | -1/+0 |
* | rpcclient: Fix and enhance rpcclient output | Robin Hack | 2015-02-17 | 1 | -2/+10 |
* | samba: pass down size_t instead of int to add_string_to_array(). | Günther Deschner | 2014-11-17 | 1 | -2/+3 |
* | fsrvp: define FSRVP_E_SHADOWCOPYSET_ID_MISMATCH | David Disseldorp | 2014-11-14 | 1 | -1/+5 |
* | s3-rpcclient: Make sure current_nt_hash is initialized. | Andreas Schneider | 2014-10-31 | 1 | -1/+3 |
* | s3:libsmb: Remove unused domain copy stored in cli_state | Stefan Metzmacher | 2014-10-17 | 1 | -1/+1 |
* | s3-winbindd: Attempt to connect to NETLOGON over NCACN_IP_TCP if we can | Andrew Bartlett | 2014-10-08 | 1 | -1/+1 |
* | s3-rpc_client: Migrate to cli_rpc_pipe_open_generic_auth and remove cli_rpc_p... | Andrew Bartlett | 2014-10-08 | 1 | -16/+3 |
* | s3-rpc_client: Adapt cli_rpc_pipe_open_generic_auth to use enum credentials_k... | Andrew Bartlett | 2014-10-08 | 1 | -0/+1 |
* | s3-rpc_client: Adapt cli_rpc_pipe_open_spnego to use enum credentials_kerbero... | Andrew Bartlett | 2014-10-08 | 1 | -5/+6 |
* | s3-rpc_client: return info3 in rpccli_netlogon_password_logon(). | Günther Deschner | 2014-07-15 | 1 | -1/+4 |
* | idl:drsuapi: Manage all possible lengths of drsuapi_DsBindInfo | Samuel Cabrero | 2014-07-07 | 1 | -0/+4 |
* | Allow FSRVP access generic HRESULT error message descriptions | Noel Power | 2014-04-02 | 1 | -0/+8 |
* | rpcclient: abort shadow-copy set on commit failure | David Disseldorp | 2014-04-01 | 1 | -3/+26 |
* | rpcclient: append a trailing slash to FSRVP request UNCs | David Disseldorp | 2014-03-31 | 1 | -6/+22 |
* | s3:rpcclient: fix build without HAVE_IPV6 | Gregor Beck | 2014-03-31 | 1 | -5/+14 |
* | For FSRVP use textual error messages instead of hex error codes | Noel Power | 2014-03-08 | 1 | -2/+50 |
* | s3:rpcclient: make use of dcerpc_binding_get_string_option("host") | Stefan Metzmacher | 2014-02-13 | 1 | -2/+4 |
* | s3:rpcclient: make use of dcerpc_binding_set_abstract_syntax() in cmd_epmapper.c | Stefan Metzmacher | 2014-02-13 | 1 | -1/+7 |