summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_svcctl.c
AgeCommit message (Collapse)AuthorFilesLines
1999-11-27further abstraction involving client states. main client-side codeLuke Leighton1-36/+27
is pretty much independent of SMB client states, which will make it easier to add other transports. (This used to be commit a1ff7e8fc3129ba4a04722f977bc2d3725d13624)
1999-11-24service control manager API completed. svcenum -i works, but does notLuke Leighton1-18/+80
do so twice. possible memory corruption, revolving around getopt(). (This used to be commit 7cacf8bd026f1ee274f1d352c68cf79cf4f3b499)
1999-11-23attempted a svcset command. password is encrypted / messed up, thereforeLuke Leighton1-31/+43
command fails. (This used to be commit 9193f0eff56399e9bc09787dbe785b603886eaa3)
1999-11-23oops!!!! wrong command!!!Luke Leighton1-0/+58
(This used to be commit cbbfef6d2a5335a6daa4fe09ea2d73197417894f)
1999-11-01added rpcclient svcstop <service name> command. gnu readlineLuke Leighton1-0/+58
command-completion works. (This used to be commit 926fe6273a8cd9550838ecdfca276f915c92031b)
1999-10-31added yet another rpcclient command: svcstart <service name> [arg0] [arg1] ...Luke Leighton1-0/+59
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-10-31added svcinfo <service name> command.Luke Leighton1-1/+1
(This used to be commit c243231d8596a732aba69179ff8f3882e7118297)
1999-10-25- typecast malloc / Realloc issues.Luke Leighton1-1/+1
- signed / unsigned issues. (This used to be commit c8fd555179314baf1672a23db34dc8ad9f2d02bf)
1999-10-21various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.Luke Leighton1-10/+11
samr_lookup_rids() moved to a dynamic memory structure not a static one limited to 32 RIDs. cli_pipe.c reading wasn't checking ERRmoredata when DOS error codes negotiated (this terminates MSRPC code with prejudice). (This used to be commit 8976eca2db43576c32069dcda017e8777048e007)
1999-08-18Don't print out a message in svcenum command for the ERRmoredataTim Potter1-4/+7
error. (This used to be commit 92ebd8f12ce4997e77eee22c3bb0c599daa44500)
1999-06-24safe string error reporting functions (found a potential buffer overflowLuke Leighton1-1/+4
of a pstrcpy into an fstring). (This used to be commit ac0060443de800fec9042b69b299ff2e9128a31c)
1999-01-28rpcclient "Service Control Manager" svcenum [-i] command.Luke Leighton1-3/+126
(This used to be commit a022710f1e3996ecbe6bbe035e1df0bc4c050b34)
1999-01-27Service Control Manager - service enumeration.Luke Leighton1-5/+12
(This used to be commit f4dd8f6b566961890b2933b7a413241bf9b93797)
1998-12-09adding some enumerate services code, client and server.Luke Leighton1-10/+7
(This used to be commit dacf5b152bf74cc3ee9a816911384a5eb0e77afa)
1998-12-08adding "Service Control Manager" commands to rpcclient.Luke Leighton1-0/+230
(This used to be commit e5ee965f8d8452ab694bc5d88e474c4b91dce5b0)