Age | Commit message (Expand) | Author | Files | Lines |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -1946/+490 |
1999-12-12 | delineation between smb and msrpc more marked. smbd now constructs | Luke Leighton | 1 | -44/+42 |
1999-11-24 | rewrote policy handle code to be generic (it's needed for client-side too) | Luke Leighton | 1 | -70/+70 |
1999-11-20 | dynamic memory allocation i added a month ago: forgot to ZERO_STRUCT() | Luke Leighton | 1 | -0/+2 |
1999-11-19 | The First Necessary UNICODE String Support. | Luke Leighton | 1 | -12/+12 |
1999-11-18 | responses to UDP samquery go back to SERVER<00> not DOMAIN<1c>, the | Luke Leighton | 1 | -3/+5 |
1999-11-18 | added samuserset2 rpcclient command to test ACB_XXX bit-setting on | Luke Leighton | 1 | -0/+107 |
1999-11-16 | attempting to get nt5 wksta to join domain. | Luke Leighton | 1 | -2/+19 |
1999-11-15 | added server-side samr enum domains. fixed some parsing issues, server-side. | Luke Leighton | 1 | -1/+71 |
1999-11-02 | free up memory allocated by enum dom groups / aliases | Luke Leighton | 1 | -0/+20 |
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 |