Age | Commit message (Expand) | Author | Files | Lines |
2003-09-18 | The "unknown_5" 32 bit field in the user structs is actually 2 16-bit | Jeremy Allison | 1 | -1/+2 |
2003-08-02 | port latest changes from SAMBA_3_0 tree | Simo Sorce | 1 | -1/+1 |
2003-07-16 | trying to get HEAD building again. If you want the code | Gerald Carter | 1 | -12/+12 |
2003-04-04 | SAMR lookupdomain rpc client patches from amber palekar <amber@nu3.net> | Tim Potter | 1 | -0/+44 |
2003-03-17 | Applied waider's patch to return DOS error codes for pipes that | Tim Potter | 1 | -18/+18 |
2003-03-11 | Patch from Ronan Waide: | Martin Pool | 1 | -1/+1 |
2003-02-25 | Fixed up some const related compiler warnings. | Tim Potter | 1 | -19/+19 |
2003-02-21 | Added enumdomusers command. | Tim Potter | 1 | -0/+75 |
2003-01-29 | Use new interface for cli_samr_query_dispinfo(). | Tim Potter | 1 | -6/+22 |
2003-01-02 | BIG patch... | Andrew Bartlett | 1 | -1/+1 |
2002-12-20 | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 1 | -1/+1 |
2002-12-08 | make querygroup in rpcclient working, same fix as per 2.2 tree | Simo Sorce | 1 | -4/+2 |
2002-10-04 | merge of new client side support the Win2k LSARPC UUID in rpcbind | Gerald Carter | 1 | -17/+17 |
2002-08-12 | Use samr connect4, then fall back to samr connect if it fails. This is | Jim McDonough | 1 | -29/+46 |
2002-07-14 | Apply patch from "Kai Krueger" <kai@kruegernetz.de> to make it easier to | Andrew Bartlett | 1 | -51/+116 |
2002-06-26 | Qualify some of the hexidecimal responses with 0x | Andrew Bartlett | 1 | -5/+5 |
2002-06-25 | Try to avoid infinite loops when reteriving users - even from broken servers. | Andrew Bartlett | 1 | -1/+4 |
2002-06-04 | Fixed compiler warning. | Tim Potter | 1 | -1/+0 |
2002-06-03 | Added getdompwinfo function. | Tim Potter | 1 | -0/+26 |
2002-05-31 | Fixed crash bug in querydispinfo. | Tim Potter | 1 | -70/+62 |
2002-05-28 | Some fixes for enumerating domain groups and aliases: | Tim Potter | 1 | -25/+63 |
2002-05-07 | Fixed more compiler warnings. | Tim Potter | 1 | -3/+3 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2001-12-21 | close some handles. not really necessary but doesn't hurt. | Jean-François Micouleau | 1 | -0/+3 |
2001-12-21 | added all level to samr_query_disp_info rpcclient side. | Jean-François Micouleau | 1 | -21/+102 |
2001-12-11 | SAMR query sec obj returns different results depending on which sam handle | Tim Potter | 1 | -12/+34 |
2001-12-11 | Removed unused variable. | Tim Potter | 1 | -3/+1 |
2001-12-11 | Doing some research into ACLs on the LSA and SAM policy objects. | Tim Potter | 1 | -123/+1 |
2001-12-10 | added enum alias groups to rpcclient | Jean-François Micouleau | 1 | -2/+62 |
2001-12-02 | added queryuseraliases to rpcclient | Jean-François Micouleau | 1 | -0/+68 |
2001-12-02 | added samr_query_sec_obj. and put back some code to display a security | Jean-François Micouleau | 1 | -8/+201 |
2001-11-21 | samr_querydom_info level 1: found the meaning of the unknow fields. And | Jean-François Micouleau | 1 | -0/+51 |
2001-10-29 | Converted a bunch of functions to use sscanf %i instead of atoi to | Tim Potter | 1 | -11/+14 |
2001-10-22 | samr querydispinfo can change level, start index and max entries. | Jean-François Micouleau | 1 | -10/+33 |
2001-10-22 | allow the samr commands to work back and the help too ;-) | Jean-François Micouleau | 1 | -37/+13 |
2001-10-12 | Some old stuff hanging around since the CIFS conference. Big cleanup of | Tim Potter | 1 | -362/+66 |
2001-09-04 | it now all compiles - so try enabling it by default and see what explodes on ... | Andrew Tridgell | 1 | -187/+189 |
2001-09-04 | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 1 | -2/+2 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 1 | -41/+41 |
2001-08-10 | - avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed) | Simo Sorce | 1 | -1/+13 |
2001-07-20 | Started adding some help/usage info for rpcclient commands. | Tim Potter | 1 | -16/+18 |
2001-06-20 | Added delete domain user rpcclient command. | Tim Potter | 1 | -1/+84 |
2001-06-06 | Fixups for new args to cli_samr_connect() | Tim Potter | 1 | -35/+175 |
2001-06-04 | Added add domain user to rpcclient. | Tim Potter | 1 | -0/+88 |
2001-05-15 | Fixed up SAM_USERINFO_CTR dynamic stuff in cmd_samr_query_user() | Tim Potter | 1 | -8/+4 |
2001-05-14 | Added arg to querygroupinfo. | Tim Potter | 1 | -8/+9 |
2001-05-08 | Fixed querydispinfo command. | Tim Potter | 1 | -12/+36 |
2001-05-07 | iAdded querydispinfo and querydominfo functions. | Tim Potter | 1 | -3/+205 |
2001-05-04 | Added queryaliasmem function. | Tim Potter | 1 | -4/+104 |
2001-05-04 | Added cmd_samr_enum_dom_groups() function. | Tim Potter | 1 | -2/+86 |