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