Age | Commit message (Expand) | Author | Files | Lines |
2000-08-18 | fixed initialization errors (again!) I must have forgot to | Gerald Carter | 1 | -0/+6 |
2000-08-16 | fixed unitialized struct bug in enum_users (whatever it is called) | Gerald Carter | 1 | -1/+5 |
2000-08-15 | Merge of uninitialised variable fix from APPLIANCE_HEAD. | Tim Potter | 1 | -4/+1 |
2000-08-02 | Started to canonicalize our handling of uid -> sid code in order to | Jeremy Allison | 1 | -2/+2 |
2000-08-01 | Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST... | Jeremy Allison | 1 | -1/+1 |
2000-07-13 | Don't return winbind groups or users when responding to samr_enum_dom_users | Tim Potter | 1 | -0/+21 |
2000-06-23 | Removed save directory argument to become_root() calls. Probably most of | Tim Potter | 1 | -16/+16 |
2000-06-16 | Forgot pipes_struct conversion for api_samr_enum_dom_aliases() | Tim Potter | 1 | -1/+3 |
2000-06-16 | Simplified server pipe implementation by changing arguments passed down | Tim Potter | 1 | -38/+84 |
2000-06-01 | Getting back to a compilable state (not there yet but close). | Jeremy Allison | 1 | -2/+4 |
2000-05-16 | Synced up srv_samr with HP changes. Added error checking to original code | Jeremy Allison | 1 | -173/+361 |
2000-05-12 | fixed two uninitialised variables | Andrew Tridgell | 1 | -2/+1 |
2000-05-09 | the beginnings of a new scheme I've working on to allow an easier | Andrew Tridgell | 1 | -0/+5 |
2000-04-16 | got rid of FILE* in the unix name mapping code | Andrew Tridgell | 1 | -8/+8 |
2000-04-04 | Removed unused parameter vuid from rpc_server api_* calls. For the very few | Tim Potter | 1 | -25/+22 |
2000-03-22 | acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code. | Jeremy Allison | 1 | -67/+1 |
2000-03-22 | disabled the getgrent() code recently added that returns all unix groups | Luke Leighton | 1 | -0/+17 |
2000-03-22 | disabled code from HP that replaced get_sampwd_entries() with | Luke Leighton | 1 | -1/+26 |
2000-03-22 | added the following message to all dce/rpc client/server code, except | Luke Leighton | 1 | -0/+24 |
2000-03-21 | Added preliminary user list code from HP. Needs to be made dynamic | Jeremy Allison | 1 | -20/+252 |
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 |