summaryrefslogtreecommitdiffstats
path: root/source/rpc_server/srv_samr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - renamed do_samr_xxx to samr_xxxLuke Leighton1998-12-041-20/+20
* added createalias command to rpcclientLuke Leighton1998-12-031-1/+1
* create domain group command (creategroup) added to rpcclient.Luke Leighton1998-12-031-2/+2
* added rid and sid_name_use to DOMAIN_GRP_MEMBER, for use in group memberLuke Leighton1998-12-021-8/+10
* adding group member code, made a start. found that the group members'Luke Leighton1998-12-021-0/+235
* query_aliasmem code. it works (hurrah).Luke Leighton1998-12-011-5/+9
* rpc_samr.h parse_samr.c srv_samr.c :Luke Leighton1998-12-011-4/+114
* adding some samr parsing calls (group / alias adding / deleting)Luke Leighton1998-12-011-7/+12
* - adding builtin[alias]db.Luke Leighton1998-11-301-8/+15
* weekend work. user / group database API.Luke Leighton1998-11-291-85/+50
* yeehaah got users to be included in S-1-5-xxx-yyy-zzz's local groups.Luke Leighton1998-11-251-19/+19
* Makefile.in: Added maintainer mode fixes.Jeremy Allison1998-11-251-4/+2
* uninitialised counterLuke Leighton1998-11-231-1/+1
* unix instance of group database APILuke Leighton1998-11-231-10/+34
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-171-4/+2
* make_uni_hdr() reverted accidentally with a -1 on username lengthLuke Leighton1998-11-171-2/+2