summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_srvsvc.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-10rpcclient: Print current_users for share info level 2Volker Lendecke1-0/+1
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore1-0/+1
2020-05-14rpcclient: Make netfileenum cmd print the path namesVolker Lendecke1-0/+8
2020-05-14rpcclient: Use struct initializers in cmd_srvsvc_net_file_enum()Volker Lendecke1-11/+10
2019-06-04s3/rpcclient: cppcheck: Fix shiftTooManyBitsSigned errorNoel Power1-1/+1
2019-01-28s3:rpcclient: Use C99 initializer for cmd_set in cmd_srvsvcAndreas Schneider1-20/+168
2018-04-25rpcclient: Print number of entries for NetSessEnumChristof Schmitt1-0/+2
2016-09-28werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source3/rpc...Günther Deschner1-2/+2
2015-06-12rpcclient: Add netsharesetdfsflags commandChristof Schmitt1-0/+56
2015-06-12rpcclient: Add info level 1005 for netsharegetinfoChristof Schmitt1-1/+13
2015-06-12rpcclient: Add netsharedel commandChristof Schmitt1-0/+28
2015-06-12rpcclient: Add netshareadd commandChristof Schmitt1-0/+46
2015-05-12Convert all uint32/16/8 to _t in source3/rpcclient.Richard Sharpe1-9/+9
2013-08-21Fix bug #10100 - rpcclient crashes when sending the 'netshareenum 502' commandJeremy Allison1-3/+7
2012-01-18s3-rpcclient: pass struct ndr_interface_table downAndrew Bartlett1-13/+13
2011-03-16libcli/security: move display_sec headers to own header file and add toGünther Deschner1-0/+1
2011-01-13s3-rpcclient: prefer dcerpc_srvsvc_X functions.Günther Deschner1-28/+90
2010-08-08s3:rpcclient: we also need some ndr_pull functionsStefan Metzmacher1-0/+1
2010-04-07s3-rpcclient: allow to define server_unc in cmd_srvsvc_srv_query_info().Günther Deschner1-4/+10
2009-11-26s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner1-0/+1
2009-11-08Revert "s3: Do not directly reference the ndr_table_* in rpcclient"Volker Lendecke1-52/+13
2009-11-08s3: Do not directly reference the ndr_table_* in rpcclientVolker Lendecke1-13/+52
2008-07-21Refactoring: rpcclient uses ndr_syntax_id instead of pipe_idxVolker Lendecke1-13/+13
2008-04-29rpcclient: fix another srv_name_slash.Günther Deschner1-6/+1
2008-04-20Move srv_name_slash from cli_state to rpc_pipe_clientVolker Lendecke1-1/+1
2008-04-20Add "desthost" to rpc_pipe_clientVolker Lendecke1-14/+14
2008-04-01Fix build of rpcclient.Günther Deschner1-2/+2
2008-03-21Add support for setting resume handle in netsessenum rpcclient command.Günther Deschner1-3/+9
2008-03-21Allow to set or unset resume_handle in netconnenum in rpcclient.Günther Deschner1-1/+3
2008-03-12Use existing srv_name_slash.Günther Deschner1-3/+1
2008-03-11Allow to send no resume_handle in rpcclient's NetShareEnum* calls.Günther Deschner1-2/+4
2008-03-11Fix netdiskenum call in rpcclient.Günther Deschner1-1/+1
2008-03-10Add netconnenum to rpcclient.Günther Deschner1-0/+67
2008-03-10Add netdiskenum to rpcclient.Günther Deschner1-0/+42
2008-03-10Use rpccli_srvsvc_NetFileEnum in net and rpcclient.Günther Deschner1-9/+21
2008-03-10Add netsessenum command to rpcclient.Günther Deschner1-0/+84
2008-03-10Add netsessdel command to rpcclient.Günther Deschner1-0/+28
2008-03-08Add netfilegetsec command to rpcclient.Günther Deschner1-0/+31
2008-03-07Add netnamevalidate command to rpcclient.Günther Deschner1-0/+34
2008-03-07Use pidl generated NetShareGet/SetInfo and Enum calls in rpcclient.Günther Deschner1-79/+191
2008-03-05Use rpccli_srvsvc_NetRemoteTOD() in rpcclient.Günther Deschner1-3/+10
2008-03-05Use rpccli_srvsvc_NetSrvGetInfo() in rpcclient.Günther Deschner1-40/+38
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-128/+133
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r20832: Remove extra pointers previously added to unique [out] pointers. Inst...Jelmer Vernooij1-6/+4
2007-10-10r19797: Convert the remaining pipes to the "new" unique out ptr handlingVolker Lendecke1-4/+6
2007-10-10r19451: Another cleanup of 18802. Referring to structures after the block has...Volker Lendecke1-3/+3
2007-10-10r18935: Make "netshareenum" work again. There is most probably a better way toGünther Deschner1-1/+28
2007-10-10r18874: Fix some NTSTATUS/WERROR mixupsVolker Lendecke1-31/+31