summaryrefslogtreecommitdiff
path: root/source3/rpcclient/rpcclient.c
AgeCommit message (Expand)AuthorFilesLines
1999-11-06added command-completion printer enum code.Luke Leighton1-1/+46
1999-11-06added rpcclient spoolenum command. enumerates printers.Luke Leighton1-1/+7
1999-11-06spoolss openprinterex / closeprinter client-code.Luke Leighton1-10/+3
1999-11-05experimental spoolss rpcclient commandsLuke Leighton1-1/+17
1999-11-04adding experimental set user password command to rpcclient, it returnsLuke Leighton1-0/+8
1999-11-02added samalias <aliasname> rpcclient command (shows info on alias)Luke Leighton1-10/+63
1999-11-01added lsaenumdomains command.Luke Leighton1-0/+6
1999-11-01added rpcclient svcstop <service name> command. gnu readlineLuke Leighton1-0/+7
1999-10-31added yet another rpcclient command: svcstart <service name> [arg0] [arg1] ...Luke Leighton1-0/+7
1999-10-31command-line completion for new svcinfo commandLuke Leighton1-1/+45
1999-10-31added svcinfo <service name> command.Luke Leighton1-0/+7
1999-10-30NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.Luke Leighton1-0/+6
1999-10-30general, drastic improvements to rpcclient.Luke Leighton1-130/+497
1999-10-29messing with command-line completion. it sort-of works to be ableLuke Leighton1-22/+96
1999-10-29added gnu readline command-line completion to the regenum command.Luke Leighton1-57/+164
1999-10-27no CLIX, no !HAVE_READLINE blah blah. argh.Luke Leighton1-5/+5
1999-10-26cut/paste code from smbclient for wait_keyboard() function. oops.Luke Leighton1-4/+4
1999-10-25one of those wonderful moments when running against a different MSRPCLuke Leighton1-0/+2
1999-10-19oops, added wait_keyboard back, but _this_ time wrapped it withLuke Leighton1-1/+31
1999-10-15removed unused static wait_keyboard()Luke Leighton1-30/+0
1999-09-16reading in smb server domain name from SMBnegprot responseLuke Leighton1-2/+0
1999-09-14added rpcclient SamrQueryDisplayInfo command "dispinfo"Luke Leighton1-1/+2
1999-08-29improved "dominfo" rpcclient commandLuke Leighton1-1/+1
1999-08-29added experimental del_groupmem and del_aliasmem commands that were notLuke Leighton1-0/+2
1999-08-17added some usage info for rpcclient.Luke Leighton1-2/+4
1999-07-09Partial GNU readline support for rpcclient. Only command line historyTim Potter1-0/+119
1999-06-29improving authentication code (tidyup).Luke Leighton1-0/+2
1999-06-24safe string error reporting functions (found a potential buffer overflowLuke Leighton1-2/+0
1999-05-03last part of RPC api change.Jean-François Micouleau1-0/+1
1999-05-01Adding "time" rpcclient command which displays the remote time.Matthew Chapman1-0/+1
1999-04-23New rpcclient command "at" for NT scheduler control, a slightly improvedMatthew Chapman1-0/+1
1999-04-08Mainly BDC-related changes.Matthew Chapman1-0/+1
1999-03-19added a "createuser" command.Luke Leighton1-0/+1
1999-03-18Adding LSA_OPENSECRET (-> LsarOpenSecret) and LSA_QUERYSECRETMatthew Chapman1-0/+1
1999-03-12new "domtrust" test command. r&d into inter-domain trust accounts.Luke Leighton1-0/+1
1999-03-08oops, accidentally committed clear-text password reading last week.Luke Leighton1-1/+1
1999-03-01improving syntax / useability of rpcclient "shutdown" command:Luke Leighton1-2/+2
1999-02-24Added "lookupdomain" rpcclient command. Not particularly useful currentlyMatthew Chapman1-0/+1
1999-02-16rpcclient shutdown commandLuke Leighton1-0/+1
1999-01-28rpcclient "Service Control Manager" svcenum [-i] command.Luke Leighton1-1/+1
1999-01-27- got client code cleartext passwords working again in cli_session_setup.Luke Leighton1-1/+2
1998-12-14added sid_name_use array argument to lsa_lookup_names and lsa_lookup_sids.Luke Leighton1-0/+1
1998-12-08adding "Service Control Manager" commands to rpcclient.Luke Leighton1-0/+1
1998-12-07removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1-2/+0
1998-12-07- lib/unix_sec_ctxt.cLuke Leighton1-0/+2
1998-12-04- oops, i got "add alias member" and "delete alias member" swapped.Luke Leighton1-0/+2
1998-12-04- renamed do_samr_xxx to samr_xxxLuke Leighton1-3/+1
1998-12-03added createalias command to rpcclientLuke Leighton1-0/+1
1998-12-03create domain group command (creategroup) added to rpcclient.Luke Leighton1-0/+1
1998-11-25LsaLookupNames client call (first used as lookupnames command in rpcclient).Luke Leighton1-0/+1