summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_srvsvc.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r18865: fixed some of the most obvious NTSTATUS/WERROR mixups in Samba3. ItAndrew Tridgell1-1/+1
2007-10-10r18802: Use the pidl-generated code for the srvsvc interface, both client and...Jelmer Vernooij1-102/+70
2007-10-10r12901: Fix netfileenum returning WERR_BUF_TOO_SMALL.Günther Deschner1-1/+1
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-21/+23
2007-10-10r7632: Cleanup "net share migrate"-code.Günther Deschner1-0/+5
2007-10-10r7534: Add missing cli_srvsvc_net_share_set_info-function andGünther Deschner1-0/+83
2007-10-10r1553: Good patch from Guenther Deschner <gd@sernet.de> to display share ACLJeremy Allison1-0/+23
2003-03-18Merge of waider's rpcclient return type patch.Tim Potter1-16/+16
2003-02-25Merge: const fixes.Tim Potter1-4/+4
2003-02-19Merge NTSTATUS vs WERROR return for cli_srvsvc_net_srv_get_info()Tim Potter1-4/+3
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter1-4/+4
2002-08-17sync 3.0 branch with HEADJelmer Vernooij1-1/+1
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-1/+130