summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_svcctl.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-21Refactoring: CLI_DO_RPC_* uses interface instead of pipe_idxVolker Lendecke1-4/+7
2008-03-20Move svc_status_string() out of rpc_client/cli_svcctl.cGünther Deschner1-36/+0
2008-02-19Remove unused marshalling for SVCCTL_QUERY_STATUS.Günther Deschner1-30/+0
2008-02-19Remove unused marshalling for SVCCTL_CONTROL_SERVICE.Günther Deschner1-32/+0
2008-02-19Remove unused marshalling for SVCCTL_START_SERVICE.Günther Deschner1-29/+0
2008-02-18Remove unused marshalling for SVCCTL_GET_DISPLAY_NAME.Günther Deschner1-45/+0
2008-02-18Remove unused marshalling for SVCCTL_OPEN_SERVICE.Günther Deschner1-33/+0
2008-02-18Remove unused marshalling for SVCCTL_OPEN_SCMANAGER.Günther Deschner1-42/+0
2007-10-10r24949: Remove some static buffersVolker Lendecke1-2/+2
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23271: merge service control pidl change for CloseServiceHandle() from SAMBA...Gerald Carter1-24/+0
2007-10-10r22675: Simo's patch for 0 size allocation. Still needJeremy Allison1-2/+6
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-28/+46
2007-10-10r6071: * clean up UNISTR2_ARRAY ( really just an array of UNISTR4 + count )Gerald Carter1-2/+2
2007-10-10r6051: finish offGerald Carter1-13/+56
2007-10-10r6046: $ net -S block -U % -W VALE rpc service status spoolerGerald Carter1-11/+181
2007-10-10r6040: finish out 'net rpc service list'Gerald Carter1-19/+42
2007-10-10r6039: add CLI_DO_RPC macro for cookie cutter code; no new functionality to '...Gerald Carter1-94/+91
2007-10-10r6038: adding more flesh to 'net rpc service'Gerald Carter1-2/+107
2007-10-10r6029: adding files necessary to support 'net rpc service' functions; will fi...Gerald Carter1-0/+77
1999-12-132nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell1-604/+0
1999-11-27further abstraction involving client states. main client-side codeLuke Leighton1-36/+27
1999-11-24service control manager API completed. svcenum -i works, but does notLuke Leighton1-18/+80
1999-11-23attempted a svcset command. password is encrypted / messed up, thereforeLuke Leighton1-31/+43
1999-11-23oops!!!! wrong command!!!Luke Leighton1-0/+58
1999-11-01added rpcclient svcstop <service name> command. gnu readlineLuke Leighton1-0/+58
1999-10-31added yet another rpcclient command: svcstart <service name> [arg0] [arg1] ...Luke Leighton1-0/+59
1999-10-31added svcinfo <service name> command.Luke Leighton1-1/+1
1999-10-25- typecast malloc / Realloc issues.Luke Leighton1-1/+1
1999-10-21various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.Luke Leighton1-10/+11
1999-08-18Don't print out a message in svcenum command for the ERRmoredataTim Potter1-4/+7
1999-06-24safe string error reporting functions (found a potential buffer overflowLuke Leighton1-1/+4
1999-01-28rpcclient "Service Control Manager" svcenum [-i] command.Luke Leighton1-3/+126
1999-01-27Service Control Manager - service enumeration.Luke Leighton1-5/+12
1998-12-09adding some enumerate services code, client and server.Luke Leighton1-10/+7
1998-12-08adding "Service Control Manager" commands to rpcclient.Luke Leighton1-0/+230