summaryrefslogtreecommitdiffstats
path: root/source3/rpc_client/cli_samr.c
Commit message (Expand)AuthorAgeFilesLines
* r7415: * big change -- volker's new async winbindd from trunkGerald Carter2007-10-101-69/+222
* r6601: fixing query and set alias info calls (level 1 from theGerald Carter2007-10-101-1/+1
* r5591: Implement "net rpc trustdom del", including client side ofJim McDonough2007-10-101-0/+48
* r5471: In cli_samr_lookup_rids, flags is not a flags but an array size. W2k3 ...Volker Lendecke2007-10-101-3/+2
* r5469: Fix error codes of samr_lookup_rids: There's also STATUS_SOME_UNMAPPED.Volker Lendecke2007-10-101-2/+4
* r4751: This is a domain policy, not a user oneVolker Lendecke2007-10-101-2/+2
* r4750: Fix cli_samr_queryuseraliases. There can be more than one sid, thus mo...Volker Lendecke2007-10-101-2/+10
* r4561: This looks a lot larger than it is, this is to reduce the clutter on f...Volker Lendecke2007-10-101-39/+39
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-11/+9
* r485: fix compileGerald Carter2007-10-101-3/+1
* r269: Patch from Krischan Jodies <kj@sernet.de>: Implement 'net rpc group del...Volker Lendecke2007-10-101-0/+92
* Add 'net rpc group [add|del]mem' for domain groups and aliases.Volker Lendecke2004-02-281-0/+275
* Add 'net rpc group add'. For this parse_samr.c had to be changed: TheVolker Lendecke2004-02-241-0/+93
* This adds client-side support for the unicode/SAMR password change scheme.Andrew Bartlett2004-01-261-0/+90
* Add support for variable-length session keys in our client code.Andrew Bartlett2003-11-221-6/+6
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-221-2/+12
* It's a perfectly valid condition to have zero alias members.Volker Lendecke2003-10-201-0/+6
* fix some warnings found by the Sun C compilerGerald Carter2003-09-221-1/+1
* Fix for bug#3. Show comments when doing 'net group -l'.Volker Lendecke2003-06-121-0/+51
* Add some basic DEBUG statements at level 10 so we can see what is beingJeremy Allison2003-06-091-0/+54
* Always initialise this - it helps callers who use this in a loop...Andrew Bartlett2003-05-071-0/+2
* Minor cleanup of enum domain groups/aliases:Tim Potter2003-04-251-12/+18
* Merge from HEAD - always initailise this to zero - helps callers in loops.Andrew Bartlett2003-04-241-0/+3
* Merge of samr lookup domain rpc client call from HEAD.Tim Potter2003-04-141-0/+46
* Merge of exit path cleanup for EnumDomainUsers.Tim Potter2003-02-261-41/+23
* Merge tpot's changes to request the correct sizes for user dispinfoJeremy Allison2003-01-291-2/+35
* fix rpcclient querygroup command (from 2.2 and head)Simo Sorce2002-12-081-3/+3
* Sync 3.0 branch with HEADJelmer Vernooij2002-08-171-575/+1186
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-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