summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_samr.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-02BIG patch...Andrew Bartlett1-1/+1
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-1/+1
2002-12-08make querygroup in rpcclient working, same fix as per 2.2 treeSimo Sorce1-4/+2
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter1-17/+17
2002-08-12Use samr connect4, then fall back to samr connect if it fails. This isJim McDonough1-29/+46
2002-07-14Apply patch from "Kai Krueger" <kai@kruegernetz.de> to make it easier toAndrew Bartlett1-51/+116
2002-06-26Qualify some of the hexidecimal responses with 0xAndrew Bartlett1-5/+5
2002-06-25Try to avoid infinite loops when reteriving users - even from broken servers.Andrew Bartlett1-1/+4
2002-06-04Fixed compiler warning.Tim Potter1-1/+0
2002-06-03Added getdompwinfo function.Tim Potter1-0/+26
2002-05-31Fixed crash bug in querydispinfo.Tim Potter1-70/+62
2002-05-28Some fixes for enumerating domain groups and aliases:Tim Potter1-25/+63
2002-05-07Fixed more compiler warnings.Tim Potter1-3/+3
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
2001-12-21added all level to samr_query_disp_info rpcclient side.Jean-François Micouleau1-21/+102
2001-12-11SAMR query sec obj returns different results depending on which sam handleTim Potter1-12/+34
2001-12-11Removed unused variable.Tim Potter1-3/+1
2001-12-11Doing some research into ACLs on the LSA and SAM policy objects.Tim Potter1-123/+1
2001-12-10added enum alias groups to rpcclientJean-François Micouleau1-2/+62
2001-12-02added queryuseraliases to rpcclientJean-François Micouleau1-0/+68
2001-12-02added samr_query_sec_obj. and put back some code to display a securityJean-François Micouleau1-8/+201
2001-11-21samr_querydom_info level 1: found the meaning of the unknow fields. AndJean-François Micouleau1-0/+51
2001-10-29Converted a bunch of functions to use sscanf %i instead of atoi toTim Potter1-11/+14
2001-10-22samr querydispinfo can change level, start index and max entries.Jean-François Micouleau1-10/+33
2001-10-22allow the samr commands to work back and the help too ;-)Jean-François Micouleau1-37/+13
2001-10-12Some old stuff hanging around since the CIFS conference. Big cleanup ofTim Potter1-362/+66
2001-09-04it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell1-187/+189
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-2/+2
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-41/+41
2001-08-10- avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)Simo Sorce1-1/+13
2001-07-20Started adding some help/usage info for rpcclient commands.Tim Potter1-16/+18
2001-06-20Added delete domain user rpcclient command.Tim Potter1-1/+84
2001-06-06Fixups for new args to cli_samr_connect()Tim Potter1-35/+175
2001-06-04Added add domain user to rpcclient.Tim Potter1-0/+88
2001-05-15Fixed up SAM_USERINFO_CTR dynamic stuff in cmd_samr_query_user()Tim Potter1-8/+4
2001-05-14Added arg to querygroupinfo.Tim Potter1-8/+9
2001-05-08Fixed querydispinfo command.Tim Potter1-12/+36
2001-05-07iAdded querydispinfo and querydominfo functions.Tim Potter1-3/+205
2001-05-04Added queryaliasmem function.Tim Potter1-4/+104
2001-05-04Added cmd_samr_enum_dom_groups() function.Tim Potter1-2/+86
2001-04-28rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter1-28/+62
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison1-4/+4
2001-03-28Changed usage message for query_groupmem and query_usergroups as they don'tTim Potter1-2/+2
2001-03-15addprinter and adddriver are working now :-)Gerald Carter1-9/+28
2001-03-15more updates. several spoolss commands added as placeholdersGerald Carter1-0/+1
2001-03-14set of changes in the beginning of bringing rpcclient changesGerald Carter1-90/+76
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-3/+0
2001-01-15rpcclient functions for remaining samr and lsa functions. All functionsTim Potter1-24/+393
2001-01-11Start of a rewrite of rpcclient based on the libsmb rpc client routines.Tim Potter1-643/+47