summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_svcctl.c
AgeCommit message (Expand)AuthorFilesLines
1999-11-26whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few.Luke Leighton1-3/+0
1999-11-24service control manager API completed. svcenum -i works, but does notLuke Leighton1-91/+38
1999-11-23attempted a svcset command. password is encrypted / messed up, thereforeLuke Leighton1-38/+36
1999-11-23oops!!!! wrong command!!!Luke Leighton1-2/+83
1999-11-22moved two more commands over to getopt.Luke Leighton1-19/+30
1999-11-22okay :) all cmd_() functions now take int argc, char **argv :) thatLuke Leighton1-4/+4
1999-11-08const feeding frenzyLuke Leighton1-2/+2
1999-11-01added rpcclient svcstop <service name> command. gnu readlineLuke Leighton1-1/+60
1999-10-31added yet another rpcclient command: svcstart <service name> [arg0] [arg1] ...Luke Leighton1-0/+71
1999-10-31command-line completion for new svcinfo commandLuke Leighton1-6/+3
1999-10-31added svcinfo <service name> command.Luke Leighton1-56/+149
1999-02-15Always null-terminate strings.Matthew Chapman1-1/+1
1999-02-12UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1-1/+2
1999-01-28rpcclient "Service Control Manager" svcenum [-i] command.Luke Leighton1-5/+37
1999-01-27Service Control Manager - service enumeration.Luke Leighton1-30/+21
1999-01-27set_port warning / unused / global/local variable overlap issuesLuke Leighton1-5/+5
1998-12-09adding some enumerate services code, client and server.Luke Leighton1-1/+11
1998-12-08adding "Service Control Manager" commands to rpcclient.Luke Leighton1-0/+119