summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server/srv_samr.c
Commit message (Expand)AuthorAgeFilesLines
* Removed save directory argument to become_root() calls. Probably most ofTim Potter2000-06-231-16/+16
* Forgot pipes_struct conversion for api_samr_enum_dom_aliases()Tim Potter2000-06-161-1/+3
* Simplified server pipe implementation by changing arguments passed downTim Potter2000-06-161-38/+84
* Getting back to a compilable state (not there yet but close).Jeremy Allison2000-06-011-2/+4
* Synced up srv_samr with HP changes. Added error checking to original codeJeremy Allison2000-05-161-173/+361
* fixed two uninitialised variablesAndrew Tridgell2000-05-121-2/+1
* the beginnings of a new scheme I've working on to allow an easierAndrew Tridgell2000-05-091-0/+5
* got rid of FILE* in the unix name mapping codeAndrew Tridgell2000-04-161-8/+8
* Removed unused parameter vuid from rpc_server api_* calls. For the very fewTim Potter2000-04-041-25/+22
* acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison2000-03-221-67/+1
* disabled the getgrent() code recently added that returns all unix groupsLuke Leighton2000-03-221-0/+17
* disabled code from HP that replaced get_sampwd_entries() withLuke Leighton2000-03-221-1/+26
* added the following message to all dce/rpc client/server code, exceptLuke Leighton2000-03-221-0/+24
* Added preliminary user list code from HP. Needs to be made dynamicJeremy Allison2000-03-211-20/+252
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-1946/+490
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-121-44/+42
* rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton1999-11-241-70/+70
* dynamic memory allocation i added a month ago: forgot to ZERO_STRUCT()Luke Leighton1999-11-201-0/+2
* The First Necessary UNICODE String Support.Luke Leighton1999-11-191-12/+12
* responses to UDP samquery go back to SERVER<00> not DOMAIN<1c>, theLuke Leighton1999-11-181-3/+5
* added samuserset2 rpcclient command to test ACB_XXX bit-setting onLuke Leighton1999-11-181-0/+107
* attempting to get nt5 wksta to join domain.Luke Leighton1999-11-161-2/+19
* added server-side samr enum domains. fixed some parsing issues, server-side.Luke Leighton1999-11-151-1/+71
* free up memory allocated by enum dom groups / aliasesLuke Leighton1999-11-021-0/+20
* more reshuffling of enum groups code. more higher order functions.Luke Leighton1999-10-291-4/+4
* one of those wonderful moments when running against a different MSRPCLuke Leighton1999-10-251-5/+9
* the dynamic memory alloc blood-fest goes on...Luke Leighton1999-10-211-0/+3
* various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.Luke Leighton1999-10-211-0/+1
* matthew chapman identified 4 previously unknown samr functions.Luke Leighton1999-08-311-3/+3
* debugged enumgroups -g optionLuke Leighton1999-08-301-2/+5
* last part of RPC api change.Jean-François Micouleau1999-05-031-37/+37
* Added new define NT_STATUS_MORE_ENTRIES = 0x105.Matthew Chapman1999-04-231-1/+1
* added SamrQueryDomainInfo call info level 0x3 for kix32.exe supportLuke Leighton1999-03-291-5/+10
* "User Manager" - create user + change password now work.Luke Leighton1999-03-251-7/+25
* fixed issues with "Welcome to SAMBA Domain" for when admin user/pass isLuke Leighton1999-03-251-9/+23
* added SAMR_USER_INFO_24 info level to samr_set_userinfo. this is usedLuke Leighton1999-03-251-0/+30
* SAM database "set user info".Luke Leighton1999-03-251-50/+194
* removed 2 unnecessary args from make_uni_hdr.Luke Leighton1999-03-241-2/+1
* dynamic memory allocation in samr enum dom users. works with 849 entries now.Luke Leighton1999-03-231-0/+10
* Win9x user level security.Matthew Chapman1999-02-241-41/+182
* Always null-terminate strings.Matthew Chapman1999-02-151-6/+6
* UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1999-02-121-6/+6
* groups and aliases being "manually" added which do not necessarily haveLuke Leighton1999-02-091-45/+7
* removal of the use of unistrn2 function: replace it with unistr2_to_strLuke Leighton1999-02-091-4/+3
* fix for enumerate domain users (bug spotted by sean matthews).Luke Leighton1999-01-291-3/+7
* error code cleanupLuke Leighton1999-01-281-27/+27
* Fixed typo in srv_samr.c where samr_add_groupmem and samr_del_groupmem wereMatthew Chapman1999-01-151-4/+4
* adding srvsvc pipe.Luke Leighton1998-12-081-2/+16
* - lib/unix_sec_ctxt.cLuke Leighton1998-12-071-131/+635
* - oops, i got "add alias member" and "delete alias member" swapped.Luke Leighton1998-12-041-3/+2