summaryrefslogtreecommitdiffstats
path: root/source/rpc_client/cli_samr.c
Commit message (Expand)AuthorAgeFilesLines
* removed some unnecessary files from 2.2 These will stay in HEAD untilGerald Carter2001-04-091-846/+0
* Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison2001-03-091-22/+22
* Correctly marshall "POLICY_HND" structs accross all uses.Jeremy Allison2001-03-071-4/+2
* But Doctor, I had to kill the patient in order to save him....Jeremy Allison2001-02-211-3/+25
* Syncup with HEAD.Jeremy Allison2000-10-101-6/+6
* Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison2000-07-271-22/+22
* the beginnings of a new scheme I've working on to allow an easierAndrew Tridgell2000-05-091-0/+3
* moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-251-1/+0
* acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison2000-03-221-26/+0
* added the following message to all dce/rpc client/server code, exceptLuke Leighton2000-03-221-0/+26
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-2081/+465
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-121-2/+2
* fixing joining to domain plus something weird going down with nt logins...Luke Leighton1999-12-011-1/+1
* improving createuser account command to be able to add workstationsLuke Leighton1999-12-011-6/+10
* further abstraction involving client states. main client-side codeLuke Leighton1999-11-271-30/+10
* whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few.Luke Leighton1999-11-261-0/+1
* cool! completed a samr* API that _would_ look like an msdn samr* api...Luke Leighton1999-11-251-113/+112
* doing a code reshuffle. want to add code to establish trust relationships.Luke Leighton1999-11-201-449/+0
* added samuserset2 rpcclient command to test ACB_XXX bit-setting onLuke Leighton1999-11-181-4/+93
* added rpcclient "enumdomains" command. enumerates names of domainsLuke Leighton1999-11-151-0/+102
* const feeding frenzyLuke Leighton1999-11-081-15/+19
* samuserset <username> -p password. YESSSSS :)Luke Leighton1999-11-041-2/+2
* adding experimental set user password command to rpcclient, it returnsLuke Leighton1999-11-041-0/+90
* dynamic mem allocation in enum dom groups and enum dom aliasesLuke Leighton1999-11-021-0/+21
* rewrote rpcclient enumaliases command.Luke Leighton1999-11-011-35/+72
* general, drastic improvements to rpcclient.Luke Leighton1999-10-301-7/+11
* more reshuffling of enum groups code. more higher order functions.Luke Leighton1999-10-291-1/+1
* restructuring sam enum dom groups code to do multiple calls toLuke Leighton1999-10-281-25/+28
* signed / unsigned and typecast issuesLuke Leighton1999-10-251-13/+13
* one of those wonderful moments when running against a different MSRPCLuke Leighton1999-10-251-17/+38
* the dynamic memory alloc blood-fest goes on...Luke Leighton1999-10-211-5/+6
* turning some of the rpcclient functions dynamic. this is likely toLuke Leighton1999-10-211-15/+25
* various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.Luke Leighton1999-10-211-42/+47
* testing for attempts to get more info levels into samr_query_userinfoLuke Leighton1999-09-211-6/+4
* use DEBUGLEVEL not DEBUGLVL()Luke Leighton1999-09-151-1/+1
* added rpcclient SamrQueryDisplayInfo command "dispinfo"Luke Leighton1999-09-141-0/+70
* matthew chapman identified 4 previously unknown samr functions.Luke Leighton1999-08-311-1/+1
* added call to samr_query_groupinfo in enumgroups command (-m option)Luke Leighton1999-08-301-0/+57
* improved "dominfo" rpcclient commandLuke Leighton1999-08-291-1/+3
* dynamic memory allocation in samr enum dom users. works with 849 entries now.Luke Leighton1999-03-231-7/+9
* added a "createuser" command.Luke Leighton1999-03-191-4/+96
* Win9x user level security.Matthew Chapman1999-02-241-13/+65
* Always null-terminate strings.Matthew Chapman1999-02-151-5/+5
* UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1999-02-121-5/+5
* fix for enumerate domain users (bug spotted by sean matthews).Luke Leighton1999-01-291-4/+2
* removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1998-12-071-96/+96
* - lib/unix_sec_ctxt.cLuke Leighton1998-12-071-3/+371
* fixing "addgroupmem" and "enumgroups -m" commands, samr_open_group()Luke Leighton1998-12-041-4/+5
* - oops, i got "add alias member" and "delete alias member" swapped.Luke Leighton1998-12-041-1/+1
* - renamed do_samr_xxx to samr_xxxLuke Leighton1998-12-041-32/+619