summaryrefslogtreecommitdiff
path: root/source3/rpcclient
AgeCommit message (Expand)AuthorFilesLines
1999-04-11Fixed rpcclient's samuser command.Matthew Chapman1-37/+35
1999-04-08Mainly BDC-related changes.Matthew Chapman3-2/+31
1999-03-19added a "createuser" command.Luke Leighton2-27/+115
1999-03-19querysecret now shows the real, fairdinkum, decrypted secret :-)Matthew Chapman1-8/+10
1999-03-18double-checked the return results from new querysecret command, correctedLuke Leighton1-2/+2
1999-03-18matt,Luke Leighton1-1/+1
1999-03-18Adding LSA_OPENSECRET (-> LsarOpenSecret) and LSA_QUERYSECRETMatthew Chapman2-0/+70
1999-03-12new "domtrust" test command. r&d into inter-domain trust accounts.Luke Leighton2-1/+44
1999-03-09reverted access control flags in enum commands.Luke Leighton1-3/+3
1999-03-08- todd sabin spotted bugs in samr enum dom users / groups / aliases code:Luke Leighton1-125/+156
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 Leighton2-10/+26
1999-02-24Added "lookupdomain" rpcclient command. Not particularly useful currentlyMatthew Chapman1-0/+1
1999-02-24Win9x user level security.Matthew Chapman1-41/+97
1999-02-23added jeremy's new c++-like code for parsing of security descriptors.Luke Leighton2-32/+24
1999-02-16rpcclient shutdown commandLuke Leighton2-0/+46
1999-02-16bitmap to stringsLuke Leighton1-16/+14
1999-02-15Always null-terminate strings.Matthew Chapman2-35/+35
1999-02-12Cut and paste error.Matthew Chapman1-9/+9
1999-02-12UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman2-36/+86
1999-02-11enum dom users buffer was 0x80 not 0x8000. must fix "enumeration" codeLuke Leighton1-1/+1
1999-02-11uninitialised pointer being freed if lookupnames failed. oops.Luke Leighton1-1/+1
1999-02-09removal of the use of unistrn2 function: replace it with unistr2_to_strLuke Leighton1-25/+25
1999-01-29fix for enumerate domain users (bug spotted by sean matthews).Luke Leighton1-6/+6
1999-01-28rpcclient "Service Control Manager" svcenum [-i] command.Luke Leighton3-6/+94
1999-01-27Service Control Manager - service enumeration.Luke Leighton2-30/+45
1999-01-27set_port warning / unused / global/local variable overlap issuesLuke Leighton1-5/+5
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 Leighton3-4/+5
1998-12-09adding some enumerate services code, client and server.Luke Leighton1-1/+11
1998-12-08adding "Service Control Manager" commands to rpcclient.Luke Leighton2-0/+120
1998-12-08adding srvsvc pipe.Luke Leighton1-2/+2
1998-12-07issues spotted by herb.Luke Leighton1-2/+2
1998-12-07bugs in rpcclient. add_aliasmem uses a DOM_SID2 not a DOM_SID.Luke Leighton1-8/+8
1998-12-07removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton7-253/+282
1998-12-07- lib/unix_sec_ctxt.cLuke Leighton2-16/+495
1998-12-04fixing "addgroupmem" and "enumgroups -m" commands, samr_open_group()Luke Leighton1-1/+1
1998-12-04- oops, i got "add alias member" and "delete alias member" swapped.Luke Leighton2-12/+14
1998-12-04- renamed do_samr_xxx to samr_xxxLuke Leighton4-163/+669
1998-12-03added createalias command to rpcclientLuke Leighton2-0/+87
1998-12-03create domain group command (creategroup) added to rpcclient.Luke Leighton2-27/+113
1998-11-30- adding builtin[alias]db.Luke Leighton1-10/+29
1998-11-29weekend work. user / group database API.Luke Leighton3-21/+85
1998-11-25LsaLookupNames client call (first used as lookupnames command in rpcclient).Luke Leighton2-1/+92
1998-11-13Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1-9/+9
1998-11-13need 32 bit status codes to be negotiated because of STUPID dos "error moreLuke Leighton1-1/+1
1998-11-12security descriptors.Luke Leighton2-17/+34
1998-11-12jean-f. sent me some S-1-3-0,1,2,3 SIDs and names. S-1-3 doesn't exist.Luke Leighton2-1/+96
1998-11-11oops!Luke Leighton1-11/+13
1998-11-11clearing up security descriptorLuke Leighton2-5/+8