summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_samr.c
AgeCommit message (Expand)AuthorFilesLines
2000-04-16got rid of FILE* in the unix name mapping codeAndrew Tridgell1-8/+8
2000-04-04Removed unused parameter vuid from rpc_server api_* calls. For the very fewTim Potter1-25/+22
2000-03-22acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison1-67/+1
2000-03-22disabled the getgrent() code recently added that returns all unix groupsLuke Leighton1-0/+17
2000-03-22disabled code from HP that replaced get_sampwd_entries() withLuke Leighton1-1/+26
2000-03-22added the following message to all dce/rpc client/server code, exceptLuke Leighton1-0/+24
2000-03-21Added preliminary user list code from HP. Needs to be made dynamicJeremy Allison1-20/+252
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-1946/+490
1999-12-12delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1-44/+42
1999-11-24rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton1-70/+70
1999-11-20dynamic memory allocation i added a month ago: forgot to ZERO_STRUCT()Luke Leighton1-0/+2
1999-11-19The First Necessary UNICODE String Support.Luke Leighton1-12/+12
1999-11-18responses to UDP samquery go back to SERVER<00> not DOMAIN<1c>, theLuke Leighton1-3/+5
1999-11-18added samuserset2 rpcclient command to test ACB_XXX bit-setting onLuke Leighton1-0/+107
1999-11-16attempting to get nt5 wksta to join domain.Luke Leighton1-2/+19
1999-11-15added server-side samr enum domains. fixed some parsing issues, server-side.Luke Leighton1-1/+71
1999-11-02free up memory allocated by enum dom groups / aliasesLuke Leighton1-0/+20
1999-10-29more reshuffling of enum groups code. more higher order functions.Luke Leighton1-4/+4
1999-10-25one of those wonderful moments when running against a different MSRPCLuke Leighton1-5/+9
1999-10-21the dynamic memory alloc blood-fest goes on...Luke Leighton1-0/+3
1999-10-21various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.Luke Leighton1-0/+1
1999-08-31matthew chapman identified 4 previously unknown samr functions.Luke Leighton1-3/+3
1999-08-30debugged enumgroups -g optionLuke Leighton1-2/+5
1999-05-03last part of RPC api change.Jean-François Micouleau1-37/+37
1999-04-23Added new define NT_STATUS_MORE_ENTRIES = 0x105.Matthew Chapman1-1/+1
1999-03-29added SamrQueryDomainInfo call info level 0x3 for kix32.exe supportLuke Leighton1-5/+10
1999-03-25"User Manager" - create user + change password now work.Luke Leighton1-7/+25
1999-03-25fixed issues with "Welcome to SAMBA Domain" for when admin user/pass isLuke Leighton1-9/+23
1999-03-25added SAMR_USER_INFO_24 info level to samr_set_userinfo. this is usedLuke Leighton1-0/+30
1999-03-25SAM database "set user info".Luke Leighton1-50/+194
1999-03-24removed 2 unnecessary args from make_uni_hdr.Luke Leighton1-2/+1
1999-03-23dynamic memory allocation in samr enum dom users. works with 849 entries now.Luke Leighton1-0/+10
1999-02-24Win9x user level security.Matthew Chapman1-41/+182
1999-02-15Always null-terminate strings.Matthew Chapman1-6/+6
1999-02-12UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1-6/+6
1999-02-09groups and aliases being "manually" added which do not necessarily haveLuke Leighton1-45/+7
1999-02-09removal of the use of unistrn2 function: replace it with unistr2_to_strLuke Leighton1-4/+3
1999-01-29fix for enumerate domain users (bug spotted by sean matthews).Luke Leighton1-3/+7
1999-01-28error code cleanupLuke Leighton1-27/+27
1999-01-15Fixed typo in srv_samr.c where samr_add_groupmem and samr_del_groupmem wereMatthew Chapman1-4/+4
1998-12-08adding srvsvc pipe.Luke Leighton1-2/+16
1998-12-07- lib/unix_sec_ctxt.cLuke Leighton1-131/+635
1998-12-04- oops, i got "add alias member" and "delete alias member" swapped.Luke Leighton1-3/+2
1998-12-04- renamed do_samr_xxx to samr_xxxLuke Leighton1-20/+20
1998-12-03added createalias command to rpcclientLuke Leighton1-1/+1
1998-12-03create domain group command (creategroup) added to rpcclient.Luke Leighton1-2/+2
1998-12-02added rid and sid_name_use to DOMAIN_GRP_MEMBER, for use in group memberLuke Leighton1-8/+10
1998-12-02adding group member code, made a start. found that the group members'Luke Leighton1-0/+235
1998-12-01query_aliasmem code. it works (hurrah).Luke Leighton1-5/+9
1998-12-01rpc_samr.h parse_samr.c srv_samr.c :Luke Leighton1-4/+114