summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_samr.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-14the next step in the intl changeover. This should get us compiling agian,Andrew Tridgell1-4/+0
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-4/+0
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-3/+25
2001-03-09Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison1-22/+22
2001-03-07Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison1-4/+2
2000-10-07added samr_set_user_info and info_2.Jean-François Micouleau1-6/+6
2000-07-27Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison1-22/+22
2000-05-09the beginnings of a new scheme I've working on to allow an easierAndrew Tridgell1-0/+3
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell1-1/+0
2000-03-22acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison1-26/+0
2000-03-22added the following message to all dce/rpc client/server code, exceptLuke Leighton1-0/+26
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-2081/+465
1999-12-12delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1-2/+2
1999-12-01fixing joining to domain plus something weird going down with nt logins...Luke Leighton1-1/+1
1999-12-01improving createuser account command to be able to add workstationsLuke Leighton1-6/+10
1999-11-27further abstraction involving client states. main client-side codeLuke Leighton1-30/+10
1999-11-26whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few.Luke Leighton1-0/+1
1999-11-25cool! completed a samr* API that _would_ look like an msdn samr* api...Luke Leighton1-113/+112
1999-11-20doing a code reshuffle. want to add code to establish trust relationships.Luke Leighton1-449/+0
1999-11-18added samuserset2 rpcclient command to test ACB_XXX bit-setting onLuke Leighton1-4/+93
1999-11-15added rpcclient "enumdomains" command. enumerates names of domainsLuke Leighton1-0/+102
1999-11-08const feeding frenzyLuke Leighton1-15/+19
1999-11-04samuserset <username> -p password. YESSSSS :)Luke Leighton1-2/+2
1999-11-04adding experimental set user password command to rpcclient, it returnsLuke Leighton1-0/+90
1999-11-02dynamic mem allocation in enum dom groups and enum dom aliasesLuke Leighton1-0/+21
1999-11-01rewrote rpcclient enumaliases command.Luke Leighton1-35/+72
1999-10-30general, drastic improvements to rpcclient.Luke Leighton1-7/+11
1999-10-29more reshuffling of enum groups code. more higher order functions.Luke Leighton1-1/+1
1999-10-28restructuring sam enum dom groups code to do multiple calls toLuke Leighton1-25/+28
1999-10-25signed / unsigned and typecast issuesLuke Leighton1-13/+13
1999-10-25one of those wonderful moments when running against a different MSRPCLuke Leighton1-17/+38
1999-10-21the dynamic memory alloc blood-fest goes on...Luke Leighton1-5/+6
1999-10-21turning some of the rpcclient functions dynamic. this is likely toLuke Leighton1-15/+25
1999-10-21various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.Luke Leighton1-42/+47
1999-09-21testing for attempts to get more info levels into samr_query_userinfoLuke Leighton1-6/+4
1999-09-15use DEBUGLEVEL not DEBUGLVL()Luke Leighton1-1/+1
1999-09-14added rpcclient SamrQueryDisplayInfo command "dispinfo"Luke Leighton1-0/+70
1999-08-31matthew chapman identified 4 previously unknown samr functions.Luke Leighton1-1/+1
1999-08-30added call to samr_query_groupinfo in enumgroups command (-m option)Luke Leighton1-0/+57
1999-08-29improved "dominfo" rpcclient commandLuke Leighton1-1/+3
1999-03-23dynamic memory allocation in samr enum dom users. works with 849 entries now.Luke Leighton1-7/+9
1999-03-19added a "createuser" command.Luke Leighton1-4/+96
1999-02-24Win9x user level security.Matthew Chapman1-13/+65
1999-02-15Always null-terminate strings.Matthew Chapman1-5/+5
1999-02-12UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1-5/+5
1999-01-29fix for enumerate domain users (bug spotted by sean matthews).Luke Leighton1-4/+2
1998-12-07removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1-96/+96
1998-12-07- lib/unix_sec_ctxt.cLuke Leighton1-3/+371
1998-12-04fixing "addgroupmem" and "enumgroups -m" commands, samr_open_group()Luke Leighton1-4/+5
1998-12-04- oops, i got "add alias member" and "delete alias member" swapped.Luke Leighton1-1/+1