summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient/cmd_samr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixups for new args to cli_samr_connect()Tim Potter2001-06-061-35/+175
* Added add domain user to rpcclient.Tim Potter2001-06-041-0/+88
* Fixed up SAM_USERINFO_CTR dynamic stuff in cmd_samr_query_user()Tim Potter2001-05-151-8/+4
* Added arg to querygroupinfo.Tim Potter2001-05-141-8/+9
* Fixed querydispinfo command.Tim Potter2001-05-081-12/+36
* iAdded querydispinfo and querydominfo functions.Tim Potter2001-05-071-3/+205
* Added queryaliasmem function.Tim Potter2001-05-041-4/+104
* Added cmd_samr_enum_dom_groups() function.Tim Potter2001-05-041-2/+86
* rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter2001-04-281-28/+62
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-4/+4
* Changed usage message for query_groupmem and query_usergroups as they don'tTim Potter2001-03-281-2/+2
* addprinter and adddriver are working now :-)Gerald Carter2001-03-151-9/+28
* more updates. several spoolss commands added as placeholdersGerald Carter2001-03-151-0/+1
* set of changes in the beginning of bringing rpcclient changesGerald Carter2001-03-141-90/+76
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-3/+0
* rpcclient functions for remaining samr and lsa functions. All functionsTim Potter2001-01-151-24/+393