summaryrefslogtreecommitdiff
path: root/source3/rpcclient/rpcclient.c
AgeCommit message (Expand)AuthorFilesLines
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
1998-11-13need 32 bit status codes to be negotiated because of STUPID dos "error moreLuke Leighton1-1/+1
1998-11-12jean-f. sent me some S-1-3-0,1,2,3 SIDs and names. S-1-3 doesn't exist.Luke Leighton1-0/+1
1998-11-11changed syntax of registry commands so keys can start with HKLM or HKU.Luke Leighton1-6/+5
1998-11-11registry delete value command: "regdeleteval".Luke Leighton1-0/+1
1998-11-10rpcclient registry key delete command: "regdeletekey".Luke Leighton1-0/+1
1998-11-10rpcclient registry commands.Luke Leighton1-16/+24
1998-10-15rpcclient interactive login (with trust account changing if you are root)Luke Leighton1-9/+7
1998-10-14warnings spotted by ./configure.developer optionsLuke Leighton1-1/+1
1998-10-10dce/rpcLuke Leighton1-0/+1
1998-10-09dce/rpc.Luke Leighton1-9/+15
1998-10-09basic client-side ntcreateX function (hard-wired values except filename)Luke Leighton1-0/+1
1998-10-08dce/rpcLuke Leighton1-0/+5
1998-10-05rpcclient srvsvc commands.Luke Leighton1-2/+0
1998-10-03fixed initialisation bug in rpcclient (stdout is not a constant)Andrew Tridgell1-1/+3
1998-10-03don't call functions that aren't there yet. (Luke had the codeAndrew Tridgell1-0/+2
1998-10-02Makefile.in :Luke Leighton1-2/+0
1998-09-30lsa_lookup_sids command added. severe debugging needed on lookup_sidsLuke Leighton1-0/+1
1998-09-29Got very strict about the differences and uses ofJeremy Allison1-1/+1
1998-09-28Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1-18/+5
1998-09-27Fixed up more possibly uninitialized variables.Richard Sharpe1-1/+4
1998-09-25Fixed unused variable warning messages.Jeremy Allison1-2/+0
1998-09-25added in samr commands. assistance in returning the missing functions,Luke Leighton1-4/+0
1998-09-25added wksinfo command to rpcclient, which don't work too good.Luke Leighton1-0/+2
1998-09-25added rpcclient programLuke Leighton1-0/+770