| Commit message (Expand) | Author | Age | Files | Lines |
| * | error code cleanup | Luke Leighton | 1999-01-28 | 1 | -27/+27 |
| * | Fixed typo in srv_samr.c where samr_add_groupmem and samr_del_groupmem were | Matthew Chapman | 1999-01-15 | 1 | -4/+4 |
| * | fix for potential lsass.exe crashing due to negative response from | Luke Leighton | 1998-12-20 | 1 | -1/+1 |
| * | added sid_name_use array argument to lsa_lookup_names and lsa_lookup_sids. | Luke Leighton | 1998-12-14 | 1 | -1/+1 |
| * | adding svcctl parsing code | Luke Leighton | 1998-12-09 | 1 | -9/+67 |
| * | adding some enumerate services code, client and server. | Luke Leighton | 1998-12-09 | 1 | -0/+114 |
| * | adding "Service Control Manager" commands to rpcclient. | Luke Leighton | 1998-12-08 | 1 | -14/+14 |
| * | adding srvsvc pipe. | Luke Leighton | 1998-12-08 | 3 | -2/+157 |
| * | - lib/unix_sec_ctxt.c | Luke Leighton | 1998-12-07 | 3 | -187/+722 |
| * | - oops, i got "add alias member" and "delete alias member" swapped. | Luke Leighton | 1998-12-04 | 1 | -3/+2 |
| * | - renamed do_samr_xxx to samr_xxx | Luke Leighton | 1998-12-04 | 1 | -20/+20 |
| * | added createalias command to rpcclient | Luke Leighton | 1998-12-03 | 1 | -1/+1 |
| * | create domain group command (creategroup) added to rpcclient. | Luke Leighton | 1998-12-03 | 1 | -2/+2 |
| * | added rid and sid_name_use to DOMAIN_GRP_MEMBER, for use in group member | Luke Leighton | 1998-12-02 | 1 | -8/+10 |
| * | issues spotted by andrej: %s\\%s not %s\%s | Luke Leighton | 1998-12-02 | 1 | -1/+1 |
| * | adding group member code, made a start. found that the group members' | Luke Leighton | 1998-12-02 | 1 | -0/+235 |
| * | query_aliasmem code. it works (hurrah). | Luke Leighton | 1998-12-01 | 1 | -5/+9 |
| * | rpc_samr.h parse_samr.c srv_samr.c : | Luke Leighton | 1998-12-01 | 1 | -4/+114 |
| * | adding some samr parsing calls (group / alias adding / deleting) | Luke Leighton | 1998-12-01 | 1 | -7/+12 |
| * | attempting to fix "domain user map" up, but it's a bit complicated. | Luke Leighton | 1998-11-30 | 1 | -19/+62 |
| * | - adding builtin[alias]db. | Luke Leighton | 1998-11-30 | 2 | -12/+18 |
| * | "retired" two modules to preserve their cvs history. | Luke Leighton | 1998-11-29 | 1 | -520/+1 |
| * | weekend work. user / group database API. | Luke Leighton | 1998-11-29 | 3 | -394/+152 |
| * | yeehaah got users to be included in S-1-5-xxx-yyy-zzz's local groups. | Luke Leighton | 1998-11-25 | 1 | -19/+19 |
| * | fixing group database issues | Luke Leighton | 1998-11-25 | 2 | -12/+16 |
| * | Makefile.in: Added maintainer mode fixes. | Jeremy Allison | 1998-11-25 | 2 | -5/+3 |
| * | LsaLookupNames client call (first used as lookupnames command in rpcclient). | Luke Leighton | 1998-11-25 | 2 | -16/+22 |
| * | fixing domain join and domain login problems | Luke Leighton | 1998-11-25 | 2 | -5/+20 |
| * | uninitialised counter | Luke Leighton | 1998-11-23 | 1 | -1/+1 |
| * | unix instance of group database API | Luke Leighton | 1998-11-23 | 4 | -218/+263 |
| * | Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls. | Jeremy Allison | 1998-11-17 | 2 | -6/+4 |
| * | lookup_alias_name() %s not %d for sid_str | Luke Leighton | 1998-11-17 | 1 | -1/+1 |
| * | somehow this file got missed in the groupdb commit. | Luke Leighton | 1998-11-17 | 1 | -35/+88 |
| * | make_uni_hdr() reverted accidentally with a -1 on username length | Luke Leighton | 1998-11-17 | 1 | -2/+2 |
| * | - group database API. oops and oh dear, the threat has been carried out: | Luke Leighton | 1998-11-17 | 5 | -738/+538 |
| * | Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ... | Jeremy Allison | 1998-11-13 | 1 | -2/+2 |
| * | jean-f. sent me some S-1-3-0,1,2,3 SIDs and names. S-1-3 doesn't exist. | Luke Leighton | 1998-11-12 | 1 | -3/+12 |
| * | cleaning up conflicts between group code not yet committed and | Luke Leighton | 1998-11-12 | 5 | -690/+1928 |
| * | Moved some code (NTLMSSPcalc) out of smbdes and inline for paranioa | Jeremy Allison | 1998-11-12 | 1 | -4/+31 |
| * | rpc_server/srv_netlog.c: Fixed crash bug with ACB_PWNOTREQ. | Jeremy Allison | 1998-11-11 | 1 | -6/+7 |
| * | - renamed open_policy to open_hklm. | Luke Leighton | 1998-11-11 | 1 | -7/+7 |
| * | rpcclient registry commands. | Luke Leighton | 1998-11-10 | 1 | -1/+1 |
| * | Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions. | Jeremy Allison | 1998-11-09 | 1 | -14/+0 |
| * | grumble, grumble off-by-one unicode string fixes, gonna stuff my other | Luke Leighton | 1998-11-06 | 1 | -5/+5 |
| * | amazing. the improvements to NT continue, evidence for which shows up | Luke Leighton | 1998-10-27 | 1 | -2/+2 |
| * | set netlogon negotiation flags to 0x1ff, not to what the client requests. | Luke Leighton | 1998-10-23 | 2 | -10/+14 |
| * | server/srv_samr.c smbd/ipc.c: Changed global_myworkgroup back to fstring | Jeremy Allison | 1998-10-22 | 1 | -1/+1 |
| * | bug fix in lsa_trans_names. | Luke Leighton | 1998-10-22 | 2 | -4/+6 |
| * | libsmb/smbdes.c: #ifdef'ed out code prior to removal. | Jeremy Allison | 1998-10-22 | 2 | -3/+32 |
| * | domain aliases added a bit better: does local aliases if you query | Luke Leighton | 1998-10-21 | 5 | -34/+70 |