summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient/cmd_samr.c
Commit message (Expand)AuthorAgeFilesLines
* added rpcclient spoolenum command. enumerates printers.Luke Leighton1999-11-061-2/+2
* samuserset <username> -p password. YESSSSS :)Luke Leighton1999-11-041-6/+54
* adding experimental set user password command to rpcclient, it returnsLuke Leighton1999-11-041-2/+170
* added samalias <aliasname> rpcclient command (shows info on alias)Luke Leighton1999-11-021-4/+193
* dynamic mem allocation in enum dom groups and enum dom aliasesLuke Leighton1999-11-021-5/+0
* rewrote rpcclient enumaliases command.Luke Leighton1999-11-011-128/+277
* general, drastic improvements to rpcclient.Luke Leighton1999-10-301-738/+954
* rewrite rpcclient sam enum user code to use higher order functions.Luke Leighton1999-10-291-68/+123
* using #defines for function prototypesLuke Leighton1999-10-291-24/+24
* more reshuffling of enum groups code. more higher order functions.Luke Leighton1999-10-291-31/+57
* using higher-order-function in enum groups as a test. makes it reallyLuke Leighton1999-10-291-13/+27
* restructuring sam enum dom groups code to do multiple calls toLuke Leighton1999-10-281-18/+25
* restructuring samr client code.Luke Leighton1999-10-281-111/+144
* removed samr_* variables from info struct.Luke Leighton1999-10-281-182/+203
* rewrote samr enum groups code a bit.Luke Leighton1999-10-281-28/+41
* created samr_query_groupmem() function from existing code.Luke Leighton1999-10-261-24/+73
* adding extra parameter back in to trust account functions (trust account name).Luke Leighton1999-10-261-25/+23
* signed / unsigned and typecast issuesLuke Leighton1999-10-251-11/+11
* one of those wonderful moments when running against a different MSRPCLuke Leighton1999-10-251-9/+18
* the dynamic memory alloc blood-fest goes on...Luke Leighton1999-10-211-14/+12
* turning some of the rpcclient functions dynamic. this is likely toLuke Leighton1999-10-211-73/+118
* various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.Luke Leighton1999-10-211-1/+1
* splitting dom info into sam_query_dominfo functionLuke Leighton1999-10-011-33/+55
* permissions on SamrConnect changed to 0x02000000 (maximum allowed)Luke Leighton1999-10-011-16/+16
* error-code checking in lsa_lookup_sids. anonymous connections forLuke Leighton1999-10-011-1/+1
* added rpcclient SamrQueryDisplayInfo command "dispinfo"Luke Leighton1999-09-141-0/+87
* restructuringLuke Leighton1999-09-121-55/+51
* using #define reportLuke Leighton1999-09-121-85/+85
* debugged enumgroups -g optionLuke Leighton1999-08-301-1/+1
* added call to samr_query_groupinfo in enumgroups command (-m option)Luke Leighton1999-08-301-6/+39
* improved "dominfo" rpcclient commandLuke Leighton1999-08-291-3/+8
* added experimental del_groupmem and del_aliasmem commands that were notLuke Leighton1999-08-291-27/+60
* Fixed rpcclient's samuser command.Matthew Chapman1999-04-111-37/+35
* added a "createuser" command.Luke Leighton1999-03-191-27/+114
* reverted access control flags in enum commands.Luke Leighton1999-03-091-3/+3
* - todd sabin spotted bugs in samr enum dom users / groups / aliases code:Luke Leighton1999-03-081-125/+156
* Win9x user level security.Matthew Chapman1999-02-241-41/+97
* enum dom users buffer was 0x80 not 0x8000. must fix "enumeration" codeLuke Leighton1999-02-111-1/+1
* fix for enumerate domain users (bug spotted by sean matthews).Luke Leighton1999-01-291-6/+6
* added sid_name_use array argument to lsa_lookup_names and lsa_lookup_sids.Luke Leighton1998-12-141-2/+2
* issues spotted by herb.Luke Leighton1998-12-071-2/+2
* bugs in rpcclient. add_aliasmem uses a DOM_SID2 not a DOM_SID.Luke Leighton1998-12-071-8/+8
* removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1998-12-071-139/+152
* - lib/unix_sec_ctxt.cLuke Leighton1998-12-071-16/+493
* fixing "addgroupmem" and "enumgroups -m" commands, samr_open_group()Luke Leighton1998-12-041-1/+1
* - oops, i got "add alias member" and "delete alias member" swapped.Luke Leighton1998-12-041-12/+12
* - renamed do_samr_xxx to samr_xxxLuke Leighton1998-12-041-97/+467
* added createalias command to rpcclientLuke Leighton1998-12-031-0/+86
* create domain group command (creategroup) added to rpcclient.Luke Leighton1998-12-031-27/+112
* - adding builtin[alias]db.Luke Leighton1998-11-301-10/+29