summaryrefslogtreecommitdiffstats
path: root/source/include/rpc_svcctl.h
Commit message (Collapse)AuthorAgeFilesLines
* r6071: * clean up UNISTR2_ARRAY ( really just an array of UNISTR4 + count )Gerald Carter2005-03-261-1/+1
| | | | | | * add some backwards compatibility to 'net rpc rights list' * verify privilege name in 'net rpc rights privileges <name>' in order to give back better error messages.
* r6051: finish off Gerald Carter2005-03-251-0/+5
| | | | | | | net rpc service stop net rpc service start net rpc service pause net rpc service resume
* r6046: $ net -S block -U % -W VALE rpc service status spoolerGerald Carter2005-03-241-1/+1
| | | | | | | | | | | | | | spooler service is SVCCTL_RUNNING. Configuration details: Service Type = 0x110 Start Type = 0x2 Error Control = 0x1 Tag ID = 0x0 Executable Path = C:\WINNT\system32\spoolsv.exe Load Order Group = SpoolerGroup Dependencies = RPCSS/ Start Name = LocalSystem Display Name = Print Spooler
* r6040: finish out 'net rpc service list'Gerald Carter2005-03-241-1/+1
|
* r6038: adding more flesh to 'net rpc service'Gerald Carter2005-03-241-5/+3
| | | | | | open and close the service control manager. Also experimenting with ideas for cli_xxx() interface.
* r6014: rather large change set....Gerald Carter2005-03-231-0/+243
pulling back all recent rpc changes from trunk into 3.0. I've tested a compile and so don't think I've missed any files. But if so, just mail me and I'll clean backup in a couple of hours. Changes include \winreg, \eventlog, \svcctl, and general parse_misc.c updates. I am planning on bracketing the event code with an #ifdef ENABLE_EVENTLOG until I finish merging Marcin's changes (very soon).