Age | Commit message (Expand) | Author | Files | Lines |
1999-10-29 | more reshuffling of enum groups code. more higher order functions. | Luke Leighton | 1 | -4/+4 |
1999-10-25 | one of those wonderful moments when running against a different MSRPC | Luke Leighton | 1 | -5/+9 |
1999-10-21 | the dynamic memory alloc blood-fest goes on... | Luke Leighton | 1 | -0/+3 |
1999-10-21 | various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c. | Luke Leighton | 1 | -0/+1 |
1999-08-31 | matthew chapman identified 4 previously unknown samr functions. | Luke Leighton | 1 | -3/+3 |
1999-08-30 | debugged enumgroups -g option | Luke Leighton | 1 | -2/+5 |
1999-05-03 | last part of RPC api change. | Jean-François Micouleau | 1 | -37/+37 |
1999-04-23 | Added new define NT_STATUS_MORE_ENTRIES = 0x105. | Matthew Chapman | 1 | -1/+1 |
1999-03-29 | added SamrQueryDomainInfo call info level 0x3 for kix32.exe support | Luke Leighton | 1 | -5/+10 |
1999-03-25 | "User Manager" - create user + change password now work. | Luke Leighton | 1 | -7/+25 |
1999-03-25 | fixed issues with "Welcome to SAMBA Domain" for when admin user/pass is | Luke Leighton | 1 | -9/+23 |
1999-03-25 | added SAMR_USER_INFO_24 info level to samr_set_userinfo. this is used | Luke Leighton | 1 | -0/+30 |
1999-03-25 | SAM database "set user info". | Luke Leighton | 1 | -50/+194 |
1999-03-24 | removed 2 unnecessary args from make_uni_hdr. | Luke Leighton | 1 | -2/+1 |
1999-03-23 | dynamic memory allocation in samr enum dom users. works with 849 entries now. | Luke Leighton | 1 | -0/+10 |
1999-02-24 | Win9x user level security. | Matthew Chapman | 1 | -41/+182 |
1999-02-15 | Always null-terminate strings. | Matthew Chapman | 1 | -6/+6 |
1999-02-12 | UNICODE cleanup (see lib/util_unistr.c). | Matthew Chapman | 1 | -6/+6 |
1999-02-09 | groups and aliases being "manually" added which do not necessarily have | Luke Leighton | 1 | -45/+7 |
1999-02-09 | removal of the use of unistrn2 function: replace it with unistr2_to_str | Luke Leighton | 1 | -4/+3 |
1999-01-29 | fix for enumerate domain users (bug spotted by sean matthews). | Luke Leighton | 1 | -3/+7 |
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-08 | adding srvsvc pipe. | Luke Leighton | 1 | -2/+16 |
1998-12-07 | - lib/unix_sec_ctxt.c | Luke Leighton | 1 | -131/+635 |
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 | 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 | - adding builtin[alias]db. | Luke Leighton | 1 | -8/+15 |
1998-11-29 | weekend work. user / group database API. | Luke Leighton | 1 | -85/+50 |
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 | Makefile.in: Added maintainer mode fixes. | Jeremy Allison | 1 | -4/+2 |
1998-11-23 | uninitialised counter | Luke Leighton | 1 | -1/+1 |
1998-11-23 | unix instance of group database API | Luke Leighton | 1 | -10/+34 |
1998-11-17 | Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls. | Jeremy Allison | 1 | -4/+2 |
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 | 1 | -69/+193 |
1998-11-06 | grumble, grumble off-by-one unicode string fixes, gonna stuff my other | Luke Leighton | 1 | -5/+5 |
1998-10-27 | amazing. the improvements to NT continue, evidence for which shows up | Luke Leighton | 1 | -2/+2 |
1998-10-22 | server/srv_samr.c smbd/ipc.c: Changed global_myworkgroup back to fstring | Jeremy Allison | 1 | -1/+1 |
1998-10-22 | bug fix in lsa_trans_names. | Luke Leighton | 1 | -3/+3 |
1998-10-22 | libsmb/smbdes.c: #ifdef'ed out code prior to removal. | Jeremy Allison | 1 | -2/+1 |
1998-10-21 | domain aliases added a bit better: does local aliases if you query | Luke Leighton | 1 | -26/+42 |
1998-10-21 | the next dialog: user-groups. it's not very sensible what appears, but hey: | Luke Leighton | 1 | -14/+172 |