summaryrefslogtreecommitdiffstats
path: root/source/rpcclient/cmd_samr.c
Commit message (Expand)AuthorAgeFilesLines
* r5471: In cli_samr_lookup_rids, flags is not a flags but an array size. W2k3 ...Volker Lendecke2007-10-101-3/+1
* r5469: Fix error codes of samr_lookup_rids: There's also STATUS_SOME_UNMAPPED.Volker Lendecke2007-10-101-1/+2
* r5379: Build-Fix (#2343)Günther Deschner2007-10-101-1/+1
* r5262: Fix server_role in the samr_query_dom_info calls. When we are a BDC weGünther Deschner2007-10-101-3/+32
* r4869: Display sam_user_info_7 in rpcclient.Günther Deschner2007-10-101-1/+22
* r4866: Add createdomgroup to rpcclient (needed to generate huge amounts ofGünther Deschner2007-10-101-0/+52
* r4839: Allow to set acb_mask in rpcclient's enumdomusers (for debugging).Günther Deschner2007-10-101-2/+5
* r4336: Apply some other samba4 SAMR idl that is just too obvious. Don't hardGünther Deschner2007-10-101-3/+3
* r4331: Implement SAMR query_dom_info-call info-level 8 server- and client-side,Günther Deschner2007-10-101-2/+12
* r4226: display infolevel 12 in query_dom_info.Günther Deschner2007-10-101-0/+10
* r4224: Today is not my day ....Volker Lendecke2007-10-101-1/+3
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-2/+2
* r485: fix compileGerald Carter2007-10-101-3/+2
* More sync between passdb on 3.0 and HEAD.Jim McDonough2004-02-121-1/+1
* The "unknown_5" 32 bit field in the user structs is actually 2 16-bitJeremy Allison2003-09-181-1/+2
* convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-231-1/+1
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-12/+12
* Merge of samr lookup domain rpc client call from HEAD.Tim Potter2003-04-141-0/+44
* Merge of waider's rpcclient return type patch.Tim Potter2003-03-181-20/+20
* Merge of enumdomusers rpcclient command.Tim Potter2003-03-181-0/+75
* Patch from Ronan Waide:Martin Pool2003-03-111-1/+1
* Merge: const fixes.Tim Potter2003-02-251-18/+18
* Merge tpot's changes to request the correct sizes for user dispinfoJeremy Allison2003-01-291-6/+22
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-1/+1
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-1/+1
* Merge from HEAD:Tim Potter2002-12-201-2/+0
* fix rpcclient querygroup command (from 2.2 and head)Simo Sorce2002-12-081-2/+2
* merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter2002-10-041-17/+17
* sync 3.0 branch with HEADJelmer Vernooij2002-08-171-29/+46
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-153/+276
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* close some handles. not really necessary but doesn't hurt.Jean-François Micouleau2001-12-211-0/+3
* added all level to samr_query_disp_info rpcclient side.Jean-François Micouleau2001-12-211-21/+102
* SAMR query sec obj returns different results depending on which sam handleTim Potter2001-12-111-12/+34
* Removed unused variable.Tim Potter2001-12-111-3/+1
* Doing some research into ACLs on the LSA and SAM policy objects.Tim Potter2001-12-111-123/+1
* added enum alias groups to rpcclientJean-François Micouleau2001-12-101-2/+62
* added queryuseraliases to rpcclientJean-François Micouleau2001-12-021-0/+68
* added samr_query_sec_obj. and put back some code to display a securityJean-François Micouleau2001-12-021-8/+201
* samr_querydom_info level 1: found the meaning of the unknow fields. AndJean-François Micouleau2001-11-211-0/+51
* Converted a bunch of functions to use sscanf %i instead of atoi toTim Potter2001-10-291-11/+14
* samr querydispinfo can change level, start index and max entries.Jean-François Micouleau2001-10-221-10/+33
* allow the samr commands to work back and the help too ;-)Jean-François Micouleau2001-10-221-37/+13
* Some old stuff hanging around since the CIFS conference. Big cleanup ofTim Potter2001-10-121-362/+66
* it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell2001-09-041-187/+189
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-2/+2
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-41/+41
* - avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)Simo Sorce2001-08-101-1/+13
* Started adding some help/usage info for rpcclient commands.Tim Potter2001-07-201-16/+18
* Added delete domain user rpcclient command.Tim Potter2001-06-201-1/+84