summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient/cmd_samr.c
Commit message (Expand)AuthorAgeFilesLines
* SAMR lookupdomain rpc client patches from amber palekar <amber@nu3.net>Tim Potter2003-04-041-0/+44
* Applied waider's patch to return DOS error codes for pipes thatTim Potter2003-03-171-18/+18
* Patch from Ronan Waide:Martin Pool2003-03-111-1/+1
* Fixed up some const related compiler warnings.Tim Potter2003-02-251-19/+19
* Added enumdomusers command.Tim Potter2003-02-211-0/+75
* Use new interface for cli_samr_query_dispinfo().Tim Potter2003-01-291-6/+22
* BIG patch...Andrew Bartlett2003-01-021-1/+1
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-1/+1
* make querygroup in rpcclient working, same fix as per 2.2 treeSimo Sorce2002-12-081-4/+2
* merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter2002-10-041-17/+17
* Use samr connect4, then fall back to samr connect if it fails. This isJim McDonough2002-08-121-29/+46
* Apply patch from "Kai Krueger" <kai@kruegernetz.de> to make it easier toAndrew Bartlett2002-07-141-51/+116
* Qualify some of the hexidecimal responses with 0xAndrew Bartlett2002-06-261-5/+5
* Try to avoid infinite loops when reteriving users - even from broken servers.Andrew Bartlett2002-06-251-1/+4
* Fixed compiler warning.Tim Potter2002-06-041-1/+0
* Added getdompwinfo function.Tim Potter2002-06-031-0/+26
* Fixed crash bug in querydispinfo.Tim Potter2002-05-311-70/+62
* Some fixes for enumerating domain groups and aliases:Tim Potter2002-05-281-25/+63
* Fixed more compiler warnings.Tim Potter2002-05-071-3/+3
* 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