summaryrefslogtreecommitdiff
path: root/source3/include/rpc_svcctl.h
AgeCommit message (Collapse)AuthorFilesLines
1999-11-23attempted a svcset command. password is encrypted / messed up, thereforeLuke Leighton1-27/+42
command fails. (This used to be commit 9193f0eff56399e9bc09787dbe785b603886eaa3)
1999-11-23adding svcctl 0x1b functionLuke Leighton1-0/+25
(This used to be commit d5869df3716fec21d3a4237dbf5d2417d3350e11)
1999-11-01added rpcclient svcstop <service name> command. gnu readlineLuke Leighton1-0/+24
command-completion works. (This used to be commit 926fe6273a8cd9550838ecdfca276f915c92031b)
1999-10-31added yet another rpcclient command: svcstart <service name> [arg0] [arg1] ...Luke Leighton1-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... (This used to be commit 2903f22e7ed9306229035accfa757fd810645820)
1999-03-18Added SVC_START_SERVICE rpc. An NT PDC will attempt to start the NETLOGONMatthew Chapman1-0/+22
service on its BDC's prior to initiating SAM replication. For now just return success. (This used to be commit 113d03a38a34e5c4115dab59349078093bcd4888)
1999-03-16Added SVC_QUERY_DISP_NAME (corresponding to the GetServiceDisplayName API).Matthew Chapman1-0/+21
Needed during preliminary part of SAM replication. (This used to be commit 03e722cdf502491d09d4c5eb9024d837ae10ab32)
1999-01-28rpcclient "Service Control Manager" svcenum [-i] command.Luke Leighton1-2/+2
(This used to be commit a022710f1e3996ecbe6bbe035e1df0bc4c050b34)
1998-12-09adding svcctl parsing codeLuke Leighton1-0/+60
(This used to be commit c6f2f58c74cd79d84ec4a7802882da07a9af80d4)
1998-12-09adding some enumerate services code, client and server.Luke Leighton1-4/+7
(This used to be commit dacf5b152bf74cc3ee9a816911384a5eb0e77afa)
1998-12-08adding "Service Control Manager" commands to rpcclient.Luke Leighton1-9/+55
(This used to be commit e5ee965f8d8452ab694bc5d88e474c4b91dce5b0)
1998-12-08adding srvsvc pipe.Luke Leighton1-0/+71
(This used to be commit d06d6369942828ec89e90f99bd0d0d3f91d61d13)