summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_samr.c
AgeCommit message (Expand)AuthorFilesLines
1999-11-04adding experimental set user password command to rpcclient, it returnsLuke Leighton1-2/+170
1999-11-02added samalias <aliasname> rpcclient command (shows info on alias)Luke Leighton1-4/+193
1999-11-02dynamic mem allocation in enum dom groups and enum dom aliasesLuke Leighton1-5/+0
1999-11-01rewrote rpcclient enumaliases command.Luke Leighton1-128/+277
1999-10-30general, drastic improvements to rpcclient.Luke Leighton1-738/+954
1999-10-29rewrite rpcclient sam enum user code to use higher order functions.Luke Leighton1-68/+123
1999-10-29using #defines for function prototypesLuke Leighton1-24/+24
1999-10-29more reshuffling of enum groups code. more higher order functions.Luke Leighton1-31/+57
1999-10-29using higher-order-function in enum groups as a test. makes it reallyLuke Leighton1-13/+27
1999-10-28restructuring sam enum dom groups code to do multiple calls toLuke Leighton1-18/+25
1999-10-28restructuring samr client code.Luke Leighton1-111/+144
1999-10-28removed samr_* variables from info struct.Luke Leighton1-182/+203
1999-10-28rewrote samr enum groups code a bit.Luke Leighton1-28/+41
1999-10-26created samr_query_groupmem() function from existing code.Luke Leighton1-24/+73
1999-10-26adding extra parameter back in to trust account functions (trust account name).Luke Leighton1-25/+23
1999-10-25signed / unsigned and typecast issuesLuke Leighton1-11/+11
1999-10-25one of those wonderful moments when running against a different MSRPCLuke Leighton1-9/+18
1999-10-21the dynamic memory alloc blood-fest goes on...Luke Leighton1-14/+12
1999-10-21turning some of the rpcclient functions dynamic. this is likely toLuke Leighton1-73/+118
1999-10-21various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.Luke Leighton1-1/+1
1999-10-01splitting dom info into sam_query_dominfo functionLuke Leighton1-33/+55
1999-10-01permissions on SamrConnect changed to 0x02000000 (maximum allowed)Luke Leighton1-16/+16
1999-10-01error-code checking in lsa_lookup_sids. anonymous connections forLuke Leighton1-1/+1
1999-09-14added rpcclient SamrQueryDisplayInfo command "dispinfo"Luke Leighton1-0/+87
1999-09-12restructuringLuke Leighton1-55/+51
1999-09-12using #define reportLuke Leighton1-85/+85
1999-08-30debugged enumgroups -g optionLuke Leighton1-1/+1
1999-08-30added call to samr_query_groupinfo in enumgroups command (-m option)Luke Leighton1-6/+39
1999-08-29improved "dominfo" rpcclient commandLuke Leighton1-3/+8
1999-08-29added experimental del_groupmem and del_aliasmem commands that were notLuke Leighton1-27/+60
1999-04-11Fixed rpcclient's samuser command.Matthew Chapman1-37/+35
1999-03-19added a "createuser" command.Luke Leighton1-27/+114
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-02-24Win9x user level security.Matthew Chapman1-41/+97
1999-02-11enum dom users buffer was 0x80 not 0x8000. must fix "enumeration" codeLuke Leighton1-1/+1
1999-01-29fix for enumerate domain users (bug spotted by sean matthews).Luke Leighton1-6/+6
1998-12-14added sid_name_use array argument to lsa_lookup_names and lsa_lookup_sids.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 Leighton1-139/+152
1998-12-07- lib/unix_sec_ctxt.cLuke Leighton1-16/+493
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 Leighton1-12/+12
1998-12-04- renamed do_samr_xxx to samr_xxxLuke Leighton1-97/+467
1998-12-03added createalias command to rpcclientLuke Leighton1-0/+86
1998-12-03create domain group command (creategroup) added to rpcclient.Luke Leighton1-27/+112
1998-11-30- adding builtin[alias]db.Luke Leighton1-10/+29
1998-11-29weekend work. user / group database API.Luke Leighton1-20/+40
1998-11-11changed syntax of registry commands so keys can start with HKLM or HKU.Luke Leighton1-6/+6