Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | attempted a svcset command. password is encrypted / messed up, therefore | Luke Leighton | 1999-11-23 | 1 | -27/+42 |
| | | | | command fails. | ||||
* | adding svcctl 0x1b function | Luke Leighton | 1999-11-23 | 1 | -0/+25 |
| | |||||
* | added rpcclient svcstop <service name> command. gnu readline | Luke Leighton | 1999-11-01 | 1 | -0/+24 |
| | | | | command-completion works. | ||||
* | added yet another rpcclient command: svcstart <service name> [arg0] [arg1] ... | Luke Leighton | 1999-10-31 | 1 | -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 NETLOGON | Matthew Chapman | 1999-03-18 | 1 | -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 Chapman | 1999-03-16 | 1 | -0/+21 |
| | | | | Needed during preliminary part of SAM replication. | ||||
* | rpcclient "Service Control Manager" svcenum [-i] command. | Luke Leighton | 1999-01-28 | 1 | -2/+2 |
| | |||||
* | adding svcctl parsing code | Luke Leighton | 1998-12-09 | 1 | -0/+60 |
| | |||||
* | adding some enumerate services code, client and server. | Luke Leighton | 1998-12-09 | 1 | -4/+7 |
| | |||||
* | adding "Service Control Manager" commands to rpcclient. | Luke Leighton | 1998-12-08 | 1 | -9/+55 |
| | |||||
* | adding srvsvc pipe. | Luke Leighton | 1998-12-08 | 1 | -0/+71 |