Age | Commit message (Expand) | Author | Files | Lines |
1999-02-09 | groups and aliases being "manually" added which do not necessarily have | Luke Leighton | 1 | -45/+7 |
1999-02-09 | when multiple independent large rpc calls come in on the same pipe, | Luke Leighton | 1 | -5/+2 |
1999-02-09 | removal of the use of unistrn2 function: replace it with unistr2_to_str | Luke Leighton | 2 | -5/+4 |
1999-02-09 | pwdb_smb_to_sam was not returning NULL for nt name so that | Luke Leighton | 1 | -5/+5 |
1999-02-09 | Fix for NT BSOD problem. There's no reason to have two "NT usernames" running | Matthew Chapman | 1 | -3/+1 |
1999-02-08 | UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL() | Luke Leighton | 1 | -3/+3 |
1999-02-03 | corrections to get data stream for 2nd and subsequent pdus copied from | Luke Leighton | 2 | -22/+19 |
1999-02-03 | cache unix groups so that two-level getgrent calls don't occur. | Luke Leighton | 1 | -1/+1 |
1999-02-03 | multiple dce/rpc PDUs failed to work after ntlmssp update was added. | Luke Leighton | 2 | -32/+23 |
1999-02-02 | server type announcements modified to include the "role" of the server: | Luke Leighton | 1 | -6/+11 |
1999-01-29 | fix for enumerate domain users (bug spotted by sean matthews). | Luke Leighton | 1 | -3/+7 |
1999-01-29 | uni_svc_name not uni_srv_name | Luke Leighton | 1 | -1/+1 |
1999-01-28 | error code cleanup | Luke Leighton | 1 | -27/+27 |
1999-01-15 | Fixed typo in srv_samr.c where samr_add_groupmem and samr_del_groupmem were | Matthew Chapman | 1 | -4/+4 |
1998-12-20 | fix for potential lsass.exe crashing due to negative response from | Luke Leighton | 1 | -1/+1 |
1998-12-14 | added sid_name_use array argument to lsa_lookup_names and lsa_lookup_sids. | Luke Leighton | 1 | -1/+1 |
1998-12-09 | adding svcctl parsing code | Luke Leighton | 1 | -9/+67 |
1998-12-09 | adding some enumerate services code, client and server. | Luke Leighton | 1 | -0/+114 |
1998-12-08 | adding "Service Control Manager" commands to rpcclient. | Luke Leighton | 1 | -14/+14 |
1998-12-08 | adding srvsvc pipe. | Luke Leighton | 3 | -2/+157 |
1998-12-07 | - lib/unix_sec_ctxt.c | Luke Leighton | 3 | -187/+722 |
1998-12-04 | - oops, i got "add alias member" and "delete alias member" swapped. | Luke Leighton | 1 | -3/+2 |
1998-12-04 | - renamed do_samr_xxx to samr_xxx | Luke Leighton | 1 | -20/+20 |
1998-12-03 | added createalias command to rpcclient | Luke Leighton | 1 | -1/+1 |
1998-12-03 | create domain group command (creategroup) added to rpcclient. | Luke Leighton | 1 | -2/+2 |
1998-12-02 | added rid and sid_name_use to DOMAIN_GRP_MEMBER, for use in group member | Luke Leighton | 1 | -8/+10 |
1998-12-02 | issues spotted by andrej: %s\\%s not %s\%s | Luke Leighton | 1 | -1/+1 |
1998-12-02 | adding group member code, made a start. found that the group members' | Luke Leighton | 1 | -0/+235 |
1998-12-01 | query_aliasmem code. it works (hurrah). | Luke Leighton | 1 | -5/+9 |
1998-12-01 | rpc_samr.h parse_samr.c srv_samr.c : | Luke Leighton | 1 | -4/+114 |
1998-12-01 | adding some samr parsing calls (group / alias adding / deleting) | Luke Leighton | 1 | -7/+12 |
1998-11-30 | attempting to fix "domain user map" up, but it's a bit complicated. | Luke Leighton | 1 | -19/+62 |
1998-11-30 | - adding builtin[alias]db. | Luke Leighton | 2 | -12/+18 |
1998-11-29 | "retired" two modules to preserve their cvs history. | Luke Leighton | 1 | -520/+1 |
1998-11-29 | weekend work. user / group database API. | Luke Leighton | 3 | -394/+152 |
1998-11-25 | yeehaah got users to be included in S-1-5-xxx-yyy-zzz's local groups. | Luke Leighton | 1 | -19/+19 |
1998-11-25 | fixing group database issues | Luke Leighton | 2 | -12/+16 |
1998-11-25 | Makefile.in: Added maintainer mode fixes. | Jeremy Allison | 2 | -5/+3 |
1998-11-25 | LsaLookupNames client call (first used as lookupnames command in rpcclient). | Luke Leighton | 2 | -16/+22 |
1998-11-25 | fixing domain join and domain login problems | Luke Leighton | 2 | -5/+20 |
1998-11-23 | uninitialised counter | Luke Leighton | 1 | -1/+1 |
1998-11-23 | unix instance of group database API | Luke Leighton | 4 | -218/+263 |
1998-11-17 | Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls. | Jeremy Allison | 2 | -6/+4 |
1998-11-17 | lookup_alias_name() %s not %d for sid_str | Luke Leighton | 1 | -1/+1 |
1998-11-17 | somehow this file got missed in the groupdb commit. | Luke Leighton | 1 | -35/+88 |
1998-11-17 | make_uni_hdr() reverted accidentally with a -1 on username length | Luke Leighton | 1 | -2/+2 |
1998-11-17 | - group database API. oops and oh dear, the threat has been carried out: | Luke Leighton | 5 | -738/+538 |
1998-11-13 | Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ... | Jeremy Allison | 1 | -2/+2 |
1998-11-12 | jean-f. sent me some S-1-3-0,1,2,3 SIDs and names. S-1-3 doesn't exist. | Luke Leighton | 1 | -3/+12 |
1998-11-12 | cleaning up conflicts between group code not yet committed and | Luke Leighton | 5 | -690/+1928 |