summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
AgeCommit message (Expand)AuthorFilesLines
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-19value->enc_secret not value->secretLuke Leighton1-6/+4
1999-03-18Added SVC_START_SERVICE rpc. An NT PDC will attempt to start the NETLOGONMatthew Chapman1-0/+48
1999-03-18Changed hard-coded number of users/groups in SAMR_QUERY_DOMAIN_INFOMatthew Chapman1-3/+3
1999-03-18Adding LSA_OPENSECRET (-> LsarOpenSecret) and LSA_QUERYSECRETMatthew Chapman2-0/+196
1999-03-16Added SVC_QUERY_DISP_NAME (corresponding to the GetServiceDisplayName API).Matthew Chapman1-0/+58
1999-03-12new "domtrust" test command. r&d into inter-domain trust accounts.Luke Leighton2-3/+5
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-23added jeremy's new c++-like code for parsing of security descriptors.Luke Leighton3-256/+396
1999-02-19samr_lookup_names "none found" error needed corrections with empty lists.Luke Leighton1-2/+2
1999-02-18problem been there for months: reg_r_info not aligning after string buffer.Luke Leighton1-0/+1
1999-02-16rpcclient shutdown commandLuke Leighton1-0/+63
1999-02-15Always null-terminate strings.Matthew Chapman3-5/+5
1999-02-12UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman3-13/+14
1999-02-11the UNICODE issue...Luke Leighton3-7/+7
1999-02-09removal of the use of unistrn2 function: replace it with unistr2_to_strLuke Leighton2-4/+5
1999-02-08UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL()Luke Leighton3-8/+8
1999-02-03cache unix groups so that two-level getgrent calls don't occur.Luke Leighton2-5/+4
1999-02-01Initialise NTTIME properly in make_reg_q_enum_key instead of usingMatthew Chapman1-1/+1
1999-01-29fix for enumerate domain users (bug spotted by sean matthews).Luke Leighton1-12/+9
1999-01-28rpcclient "Service Control Manager" svcenum [-i] command.Luke Leighton1-2/+4
1998-12-20fix for potential lsass.exe crashing due to negative response fromLuke Leighton1-23/+27
1998-12-09adding svcctl parsing codeLuke Leighton1-0/+186
1998-12-09adding some enumerate services code, client and server.Luke Leighton3-52/+205
1998-12-08adding "Service Control Manager" commands to rpcclient.Luke Leighton1-13/+104
1998-12-08adding srvsvc pipe.Luke Leighton3-0/+212
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 Leighton3-30/+95
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 Leighton2-24/+22
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 Leighton2-61/+58
1998-12-02adding group member code, made a start. found that the group members'Luke Leighton2-62/+344
1998-12-01query_aliasmem code. it works (hurrah).Luke Leighton2-54/+54
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 Leighton2-63/+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-25LsaLookupNames client call (first used as lookupnames command in rpcclient).Luke Leighton2-24/+53
1998-11-23unix instance of group database APILuke Leighton2-2/+2
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 Leighton4-28/+22
1998-11-13Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1-1/+1