| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
| |
net rpc service stop
net rpc service start
net rpc service pause
net rpc service resume
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
open and close the service control manager.
Also experimenting with ideas for cli_xxx() interface.
|
|
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).
|