Age | Commit message (Expand) | Author | Files | Lines |
1998-12-04 | fixing "addgroupmem" and "enumgroups -m" commands, samr_open_group() | Luke Leighton | 1 | -1/+2 |
1998-12-04 | - oops, i got "add alias member" and "delete alias member" swapped. | Luke Leighton | 1 | -5/+5 |
1998-12-04 | - renamed do_samr_xxx to samr_xxx | Luke Leighton | 1 | -17/+59 |
1998-12-03 | added createalias command to rpcclient | Luke Leighton | 1 | -2/+15 |
1998-12-03 | create domain group command (creategroup) added to rpcclient. | Luke Leighton | 1 | -14/+27 |
1998-12-03 | moved get_unixgroups it will be needed by the unix instance of the group | Luke Leighton | 1 | -1/+1 |
1998-12-03 | adding group parsing: add/modify/delete/add members. | Luke Leighton | 1 | -4/+24 |
1998-12-02 | adding group member code, made a start. found that the group members' | Luke Leighton | 1 | -0/+20 |
1998-12-01 | query_aliasmem code. it works (hurrah). | Luke Leighton | 1 | -2/+2 |
1998-12-01 | fixing smbpasswd to link to smbd to obtain domain sid | Luke Leighton | 1 | -2/+2 |
1998-12-01 | rpc_samr.h parse_samr.c srv_samr.c : | Luke Leighton | 1 | -3/+7 |
1998-12-01 | fix to domain_namemap (domain, ntname wrong way round oops) | Luke Leighton | 1 | -1/+3 |
1998-12-01 | adding some samr parsing calls (group / alias adding / deleting) | Luke Leighton | 1 | -30/+51 |
1998-11-30 | - adding builtin[alias]db. | Luke Leighton | 1 | -1/+30 |
1998-11-29 | weekend work. user / group database API. | Luke Leighton | 1 | -95/+120 |
1998-11-25 | yeehaah got users to be included in S-1-5-xxx-yyy-zzz's local groups. | Luke Leighton | 1 | -3/+3 |
1998-11-25 | fixing group database issues | Luke Leighton | 1 | -6/+6 |
1998-11-25 | Makefile.in: Added maintainer mode fixes. | Jeremy Allison | 1 | -22/+30 |
1998-11-25 | LsaLookupNames client call (first used as lookupnames command in rpcclient). | Luke Leighton | 1 | -4/+13 |
1998-11-23 | unix instance of group database API | Luke Leighton | 1 | -32/+59 |
1998-11-23 | changed string_sub() to replace " ; and ` in the inserted string with _ | Andrew Tridgell | 1 | -1/+2 |
1998-11-19 | Sync up with 2.0 code. | Jeremy Allison | 1 | -0/+1 |
1998-11-17 | Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls. | Jeremy Allison | 1 | -21/+25 |
1998-11-17 | - group database API. oops and oh dear, the threat has been carried out: | Luke Leighton | 1 | -47/+184 |
1998-11-14 | - new prototypes | Andrew Tridgell | 1 | -1/+1 |
1998-11-14 | Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe... | Jeremy Allison | 1 | -1/+1 |
1998-11-13 | Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ... | Jeremy Allison | 1 | -1/+1 |
1998-11-13 | security descriptors | Luke Leighton | 1 | -1/+3 |
1998-11-12 | Removed code that used printf/fprintf in password changin libraries. | Herb Lewis | 1 | -2/+5 |
1998-11-12 | security descriptors. | Luke Leighton | 1 | -5/+15 |
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 | -2/+3 |
1998-11-12 | cleaning up conflicts between group code not yet committed and | Luke Leighton | 1 | -6/+18 |
1998-11-12 | extracted the password change code from smbpasswd and used it in swat | Andrew Tridgell | 1 | -0/+11 |
1998-11-12 | largely rewrote smbpasswd so that the code is understandable. This | Andrew Tridgell | 1 | -13/+13 |
1998-11-12 | Moved some code (NTLMSSPcalc) out of smbdes and inline for paranioa | Jeremy Allison | 1 | -1/+0 |
1998-11-12 | Added the security changes suggested by Andrew - become the | Jeremy Allison | 1 | -0/+1 |
1998-11-11 | changed is_root() to am_root() to prevent clash with variable names. | Andrew Tridgell | 1 | -1/+1 |
1998-11-11 | rpc_server/srv_netlog.c: Fixed crash bug with ACB_PWNOTREQ. | Jeremy Allison | 1 | -0/+2 |
1998-11-11 | security descriptor info, provided by jean-francois | Luke Leighton | 1 | -1/+1 |
1998-11-11 | clearing up security descriptor | Luke Leighton | 1 | -6/+5 |
1998-11-11 | changed syntax of registry commands so keys can start with HKLM or HKU. | Luke Leighton | 1 | -6/+8 |
1998-11-11 | registry delete value command: "regdeleteval". | Luke Leighton | 1 | -0/+6 |
1998-11-11 | renamed unk_1b to flush_key | Luke Leighton | 1 | -4/+4 |
1998-11-11 | - renamed open_policy to open_hklm. | Luke Leighton | 1 | -8/+11 |
1998-11-10 | rpcclient registry key delete command: "regdeletekey". | Luke Leighton | 1 | -0/+6 |
1998-11-10 | registry modification requires a "sync" or "refresh" on the parent key. | Luke Leighton | 1 | -0/+4 |
1998-11-10 | include/local.h: | Jeremy Allison | 1 | -0/+1 |
1998-11-10 | rpcclient registry commands. | Luke Leighton | 1 | -9/+131 |
1998-11-10 | util functions split into relevant modules, first pass. | Luke Leighton | 1 | -57/+93 |
1998-11-09 | Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions. | Jeremy Allison | 1 | -37/+10 |