summaryrefslogtreecommitdiffstats
path: root/source/include/rpc_svcctl.h
Commit message (Collapse)AuthorAgeFilesLines
* attempted a svcset command. password is encrypted / messed up, thereforeLuke Leighton1999-11-231-27/+42
| | | | command fails.
* adding svcctl 0x1b functionLuke Leighton1999-11-231-0/+25
|
* added rpcclient svcstop <service name> command. gnu readlineLuke Leighton1999-11-011-0/+24
| | | | command-completion works.
* added yet another rpcclient command: svcstart <service name> [arg0] [arg1] ...Luke Leighton1999-10-311-2/+3
| | | | | | | | | works with command-line completion on the service name (ohh yesss, this is becoming my favourite bit of functionality-on-the-side hee hee :) had to fix the svc_io_q_start_service() code which was missing the ptr_argv[] array in between the array-size and the UNISTR2-array. i.e it's actually an array of _pointers_ to unicode strings...
* Added SVC_START_SERVICE rpc. An NT PDC will attempt to start the NETLOGONMatthew Chapman1999-03-181-0/+22
| | | | | service on its BDC's prior to initiating SAM replication. For now just return success.
* Added SVC_QUERY_DISP_NAME (corresponding to the GetServiceDisplayName API).Matthew Chapman1999-03-161-0/+21
| | | | Needed during preliminary part of SAM replication.
* rpcclient "Service Control Manager" svcenum [-i] command.Luke Leighton1999-01-281-2/+2
|
* adding svcctl parsing codeLuke Leighton1998-12-091-0/+60
|
* adding some enumerate services code, client and server.Luke Leighton1998-12-091-4/+7
|
* adding "Service Control Manager" commands to rpcclient.Luke Leighton1998-12-081-9/+55
|
* adding srvsvc pipe.Luke Leighton1998-12-081-0/+71