summaryrefslogtreecommitdiff
path: root/source/rpc_client/cli_samr.c
Commit message (Expand)AuthorAgeFilesLines
* starting to sync for 3.0beta2Gerald Carter2003-07-011-0/+105
* working on creating the 3.0 release treeGerald Carter2003-06-061-0/+2
* Minor cleanup of enum domain groups/aliases:Tim Potter2003-04-251-12/+18
* Always initialise this, to assist callers doing loops over this call.Andrew Bartlett2003-04-221-0/+3
* SAMR lookupdomain rpc client patches from amber palekar <amber@nu3.net>Tim Potter2003-04-041-0/+46
* Merge:Tim Potter2003-02-241-7/+5
* Exit path cleanup for cli_samr_enum_dom_users()Tim Potter2003-02-211-34/+18
* Pass down max_size parameter to cli_samr_query_dispinfo() instead ofTim Potter2003-01-291-2/+35
* make querygroup in rpcclient working, same fix as per 2.2 treeSimo Sorce2002-12-081-3/+3
* Add client side support for samr connect4 (0x3e). Seems to have oneJim McDonough2002-08-121-0/+47
* Moved rpc client routines from libsmb back to rpc_client where they belong.Tim Potter2002-08-021-576/+1140
* more debug classess activatedSimo Sorce2002-06-181-0/+3
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-171-11/+11
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* the next step in the intl changeover. This should get us compiling agian,Andrew Tridgell2001-10-141-4/+0
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-4/+0
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-3/+25
* Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison2001-03-091-22/+22
* Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison2001-03-071-4/+2
* added samr_set_user_info and info_2.Jean-François Micouleau2000-10-071-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