summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_srvsvc.c
Commit message (Expand)AuthorAgeFilesLines
* s3/rpcclient: cppcheck: Fix shiftTooManyBitsSigned errorNoel Power2019-06-041-1/+1
* s3:rpcclient: Use C99 initializer for cmd_set in cmd_srvsvcAndreas Schneider2019-01-281-20/+168
* rpcclient: Print number of entries for NetSessEnumChristof Schmitt2018-04-251-0/+2
* werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source3/rpc...Günther Deschner2016-09-281-2/+2
* 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-121-9/+9
* Fix bug #10100 - rpcclient crashes when sending the 'netshareenum 502' commandJeremy Allison2013-08-211-3/+7
* s3-rpcclient: pass struct ndr_interface_table downAndrew Bartlett2012-01-181-13/+13
* libcli/security: move display_sec headers to own header file and add toGünther Deschner2011-03-161-0/+1
* s3-rpcclient: prefer dcerpc_srvsvc_X functions.Günther Deschner2011-01-131-28/+90
* s3:rpcclient: we also need some ndr_pull functionsStefan Metzmacher2010-08-081-0/+1
* s3-rpcclient: allow to define server_unc in cmd_srvsvc_srv_query_info().Günther Deschner2010-04-071-4/+10
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner2009-11-261-0/+1
* Revert "s3: Do not directly reference the ndr_table_* in rpcclient"Volker Lendecke2009-11-081-52/+13
* s3: Do not directly reference the ndr_table_* in rpcclientVolker Lendecke2009-11-081-13/+52
* Refactoring: rpcclient uses ndr_syntax_id instead of pipe_idxVolker Lendecke2008-07-211-13/+13
* rpcclient: fix another srv_name_slash.Günther Deschner2008-04-291-6/+1
* Move srv_name_slash from cli_state to rpc_pipe_clientVolker Lendecke2008-04-201-1/+1
* Add "desthost" to rpc_pipe_clientVolker Lendecke2008-04-201-14/+14
* Fix build of rpcclient.Günther Deschner2008-04-011-2/+2
* Add support for setting resume handle in netsessenum rpcclient command.Günther Deschner2008-03-211-3/+9
* Allow to set or unset resume_handle in netconnenum in rpcclient.Günther Deschner2008-03-211-1/+3
* Use existing srv_name_slash.Günther Deschner2008-03-121-3/+1
* Allow to send no resume_handle in rpcclient's NetShareEnum* calls.Günther Deschner2008-03-111-2/+4
* Fix netdiskenum call in rpcclient.Günther Deschner2008-03-111-1/+1
* Add netconnenum to rpcclient.Günther Deschner2008-03-101-0/+67
* Add netdiskenum to rpcclient.Günther Deschner2008-03-101-0/+42
* Use rpccli_srvsvc_NetFileEnum in net and rpcclient.Günther Deschner2008-03-101-9/+21
* Add netsessenum command to rpcclient.Günther Deschner2008-03-101-0/+84
* Add netsessdel command to rpcclient.Günther Deschner2008-03-101-0/+28
* Add netfilegetsec command to rpcclient.Günther Deschner2008-03-081-0/+31
* Add netnamevalidate command to rpcclient.Günther Deschner2008-03-071-0/+34
* Use pidl generated NetShareGet/SetInfo and Enum calls in rpcclient.Günther Deschner2008-03-071-79/+191
* Use rpccli_srvsvc_NetRemoteTOD() in rpcclient.Günther Deschner2008-03-051-3/+10
* Use rpccli_srvsvc_NetSrvGetInfo() in rpcclient.Günther Deschner2008-03-051-40/+38
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-128/+133
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r20832: Remove extra pointers previously added to unique [out] pointers. Inst...Jelmer Vernooij2007-10-101-6/+4
* r19797: Convert the remaining pipes to the "new" unique out ptr handlingVolker Lendecke2007-10-101-4/+6
* r19451: Another cleanup of 18802. Referring to structures after the block has...Volker Lendecke2007-10-101-3/+3
* r18935: Make "netshareenum" work again. There is most probably a better way toGünther Deschner2007-10-101-1/+28
* r18874: Fix some NTSTATUS/WERROR mixupsVolker Lendecke2007-10-101-31/+31
* r18865: fixed some of the most obvious NTSTATUS/WERROR mixups in Samba3. ItAndrew Tridgell2007-10-101-1/+1
* r18802: Use the pidl-generated code for the srvsvc interface, both client and...Jelmer Vernooij2007-10-101-102/+70
* r12901: Fix netfileenum returning WERR_BUF_TOO_SMALL.Günther Deschner2007-10-101-1/+1
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-21/+23