summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_samr.c
AgeCommit message (Expand)AuthorFilesLines
1999-05-06alignment needed after unicode string names in password change.Luke Leighton1-0/+3
1999-03-29added SamrQueryDomainInfo call info level 0x3 for kix32.exe supportLuke Leighton1-4/+37
1999-03-25added SAMR_USER_INFO_24 info level to samr_set_userinfo. this is usedLuke Leighton1-0/+49
1999-03-25SAM database "set user info".Luke Leighton1-13/+313
1999-03-24removed 2 unnecessary args from make_uni_hdr.Luke Leighton1-34/+34
1999-03-23dynamic memory allocation in samr enum dom users. works with 849 entries now.Luke Leighton1-12/+21
1999-03-23If a buffer pointer is NULL then its length_is() attribute should not beMatthew Chapman1-4/+19
1999-03-21Ensuring return status is aligned in SAMR_QUERY_DISPINFO response.Matthew Chapman1-0/+1
1999-03-19added a "createuser" command.Luke Leighton1-0/+69
1999-03-18Changed hard-coded number of users/groups in SAMR_QUERY_DOMAIN_INFOMatthew Chapman1-3/+3
1999-03-08- todd sabin spotted bugs in samr enum dom users / groups / aliases code:Luke Leighton1-5/+3
1999-02-24Win9x user level security.Matthew Chapman1-249/+553
1999-02-19samr_lookup_names "none found" error needed corrections with empty lists.Luke Leighton1-2/+2
1999-02-03cache unix groups so that two-level getgrent calls don't occur.Luke Leighton1-2/+2
1999-01-29fix for enumerate domain users (bug spotted by sean matthews).Luke Leighton1-12/+9
1998-12-08adding srvsvc pipe.Luke Leighton1-0/+65
1998-12-07bugs in rpcclient. add_aliasmem uses a DOM_SID2 not a DOM_SID.Luke Leighton1-3/+3
1998-12-07- lib/unix_sec_ctxt.cLuke Leighton1-26/+91
1998-12-04added delete domain group and local group and delete domain group member.Luke Leighton1-1/+179
1998-12-04- oops, i got "add alias member" and "delete alias member" swapped.Luke Leighton1-22/+20
1998-12-04- renamed do_samr_xxx to samr_xxxLuke Leighton1-28/+28
1998-12-03added createalias command to rpcclientLuke Leighton1-16/+13
1998-12-03create domain group command (creategroup) added to rpcclient.Luke Leighton1-5/+5
1998-12-03adding group parsing: add/modify/delete/add members.Luke Leighton1-90/+217
1998-12-02spotted the mistake in group_info1 parsing.Luke Leighton1-2/+4
1998-12-02added rid and sid_name_use to DOMAIN_GRP_MEMBER, for use in group memberLuke Leighton1-60/+57
1998-12-02adding group member code, made a start. found that the group members'Luke Leighton1-61/+342
1998-12-01query_aliasmem code. it works (hurrah).Luke Leighton1-8/+11
1998-12-01rpc_samr.h parse_samr.c srv_samr.c :Luke Leighton1-17/+102
1998-12-01adding some samr parsing calls (group / alias adding / deleting)Luke Leighton1-423/+820
1998-11-29weekend work. user / group database API.Luke Leighton1-9/+25
1998-11-25yeehaah got users to be included in S-1-5-xxx-yyy-zzz's local groups.Luke Leighton1-8/+8
1998-11-23unix instance of group database APILuke Leighton1-1/+1
1998-11-20acconfig.h configure configure.in include/config.h.in: Added -lsec and -lsecu...Jeremy Allison1-2/+2
1998-11-17- group database API. oops and oh dear, the threat has been carried out:Luke Leighton1-13/+18
1998-11-10rpcclient registry commands.Luke Leighton1-1/+1
1998-10-27amazing. the improvements to NT continue, evidence for which shows upLuke Leighton1-1/+1
1998-10-21domain aliases added a bit better: does local aliases if you queryLuke Leighton1-24/+26
1998-10-21the next dialog: user-groups. it's not very sensible what appears, but hey:Luke Leighton1-3/+322
1998-10-21Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.Jeremy Allison1-3/+3
1998-10-21oops!Luke Leighton1-10/+10
1998-10-21signed / unsigned issuesLuke Leighton1-1/+1
1998-10-20calls to prs_grow() on array structures so that data construction doesn'tLuke Leighton1-3/+18
1998-10-16dce/rpcLuke Leighton1-0/+13
1998-10-15bug-fixing against:Luke Leighton1-8/+65
1998-10-09dce/rpcLuke Leighton1-83/+114
1998-09-25rpcclient: got samr command "enumusers -g -u" workingLuke Leighton1-0/+1
1998-09-25added in samr commands. assistance in returning the missing functions,Luke Leighton1-0/+440
1998-09-24took out #ifdef'd code in make_samr_r_query_usergroups that copiedLuke Leighton1-10/+0
1998-09-24this fixes the last of the issues where USRMGR.EXE and SRVMGR.EXE wereLuke Leighton1-6/+4