summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient/cmd_svcctl.c
Commit message (Expand)AuthorAgeFilesLines
* attempted a svcset command. password is encrypted / messed up, thereforeLuke Leighton1999-11-231-38/+36
* oops!!!! wrong command!!!Luke Leighton1999-11-231-2/+83
* moved two more commands over to getopt.Luke Leighton1999-11-221-19/+30
* okay :) all cmd_() functions now take int argc, char **argv :) thatLuke Leighton1999-11-221-4/+4
* const feeding frenzyLuke Leighton1999-11-081-2/+2
* added rpcclient svcstop <service name> command. gnu readlineLuke Leighton1999-11-011-1/+60
* added yet another rpcclient command: svcstart <service name> [arg0] [arg1] ...Luke Leighton1999-10-311-0/+71
* command-line completion for new svcinfo commandLuke Leighton1999-10-311-6/+3
* added svcinfo <service name> command.Luke Leighton1999-10-311-56/+149
* Always null-terminate strings.Matthew Chapman1999-02-151-1/+1
* UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1999-02-121-1/+2
* rpcclient "Service Control Manager" svcenum [-i] command.Luke Leighton1999-01-281-5/+37
* Service Control Manager - service enumeration.Luke Leighton1999-01-271-30/+21
* set_port warning / unused / global/local variable overlap issuesLuke Leighton1999-01-271-5/+5
* adding some enumerate services code, client and server.Luke Leighton1998-12-091-1/+11
* adding "Service Control Manager" commands to rpcclient.Luke Leighton1998-12-081-0/+119