summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_samr.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r13448: Fix the build (again).Günther Deschner1-1/+1
2007-10-10r13442: Implement samr_chgpasswd_user3 server-side.Günther Deschner1-0/+77
2007-10-10r13316: Let the carnage begin....Gerald Carter1-0/+137
2007-10-10r12935: After discussion with Volker fix bug #3397 using a variant of the pat...Alexander Bokovoy1-0/+11
2007-10-10r12414: Remove the unnecessary SMB_STRDUP in server_role_str() + reuse the roleGünther Deschner1-21/+0
2007-10-10r11998: Add lookupname to rpcclient query_user as a fallback, we now accept b...Volker Lendecke1-1/+22
2007-10-10r11964: rename flag to password_properties in SAM_UNK_INFO_1 because that's whatGünther Deschner1-7/+25
2007-10-10r11923: Add samr_lookup_rids for the builtin domain. Doing it this way feels ...Volker Lendecke1-8/+15
2007-10-10r11856: Replace unknown1 with group_attr.Günther Deschner1-1/+14
2007-10-10r11852: Fill in samr_get_dom_pwinfo based on Samba4.Günther Deschner1-4/+23
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison1-1/+1
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-112/+145
2007-10-10r8938: fix querydispinfo search semantics.Günther Deschner1-3/+3
2007-10-10r6445: Make us survive the PARANOID_MALLOC_CHECKER. Should we enable that forVolker Lendecke1-5/+5
2007-10-10r6263: Get rid of generate_wellknown_sids, they are const static and initiali...Volker Lendecke1-12/+0
2007-10-10r6117: Close handles after group-creation as well.Günther Deschner1-0/+9
2007-10-10r6110: Close handles on user creation. This allows easy mass creation of user...Volker Lendecke1-0/+9
2007-10-10r6080: Port some of the non-critical changes from HEAD to 3_0. The main one i...Volker Lendecke1-18/+36
2007-10-10r5471: In cli_samr_lookup_rids, flags is not a flags but an array size. W2k3 ...Volker Lendecke1-3/+1
2007-10-10r5469: Fix error codes of samr_lookup_rids: There's also STATUS_SOME_UNMAPPED.Volker Lendecke1-1/+2
2007-10-10r5379: Build-Fix (#2343)Günther Deschner1-1/+1
2007-10-10r5262: Fix server_role in the samr_query_dom_info calls. When we are a BDC weGünther Deschner1-3/+32
2007-10-10r4869: Display sam_user_info_7 in rpcclient.Günther Deschner1-1/+22
2007-10-10r4866: Add createdomgroup to rpcclient (needed to generate huge amounts ofGünther Deschner1-0/+52
2007-10-10r4839: Allow to set acb_mask in rpcclient's enumdomusers (for debugging).Günther Deschner1-2/+5
2007-10-10r4336: Apply some other samba4 SAMR idl that is just too obvious. Don't hardGünther Deschner1-3/+3
2007-10-10r4331: Implement SAMR query_dom_info-call info-level 8 server- and client-side,Günther Deschner1-2/+12
2007-10-10r4226: display infolevel 12 in query_dom_info.Günther Deschner1-0/+10
2007-10-10r4224: Today is not my day ....Volker Lendecke1-1/+3
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-2/+2
2007-10-10r485: fix compileGerald Carter1-3/+2
2004-02-12More sync between passdb on 3.0 and HEAD.Jim McDonough1-1/+1
2003-09-18The "unknown_5" 32 bit field in the user structs is actually 2 16-bitJeremy Allison1-1/+2
2003-07-23convert snprintf() calls using pstrings & fstringsGerald Carter1-1/+1
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-12/+12
2003-04-14Merge of samr lookup domain rpc client call from HEAD.Tim Potter1-0/+44
2003-03-18Merge of waider's rpcclient return type patch.Tim Potter1-20/+20
2003-03-18Merge of enumdomusers rpcclient command.Tim Potter1-0/+75
2003-03-11Patch from Ronan Waide:Martin Pool1-1/+1
2003-02-25Merge: const fixes.Tim Potter1-18/+18
2003-01-29Merge tpot's changes to request the correct sizes for user dispinfoJeremy Allison1-6/+22
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-1/+1
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-1/+1
2002-12-20Merge from HEAD:Tim Potter1-2/+0
2002-12-08fix rpcclient querygroup command (from 2.2 and head)Simo Sorce1-2/+2
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter1-17/+17
2002-08-17sync 3.0 branch with HEADJelmer Vernooij1-29/+46
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-153/+276
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-12-21close some handles. not really necessary but doesn't hurt.Jean-François Micouleau1-0/+3