summaryrefslogtreecommitdiffstats
path: root/source3/rpc_parse
Commit message (Expand)AuthorAgeFilesLines
...
* added SAMR_USER_INFO_24 info level to samr_set_userinfo. this is usedLuke Leighton1999-03-251-0/+49
* SAM database "set user info".Luke Leighton1999-03-252-23/+313
* matt, you had removed a "pointer" from DOM_R_REF structure which made itLuke Leighton1999-03-241-1/+5
* removed 2 unnecessary args from make_uni_hdr.Luke Leighton1999-03-245-67/+71
* Fixed LSA Lookup Names. There were a few too many NULL pointers in aMatthew Chapman1999-03-241-7/+20
* dynamic memory allocation in samr enum dom users. works with 849 entries now.Luke Leighton1999-03-231-12/+21
* Another UNICODE issue - this time BUFFER2 was being transmitted incorrectly.Matthew Chapman1999-03-232-10/+9
* If a buffer pointer is NULL then its length_is() attribute should not beMatthew Chapman1999-03-231-4/+19
* Ensuring return status is aligned in SAMR_QUERY_DISPINFO response.Matthew Chapman1999-03-211-0/+1
* added a "createuser" command.Luke Leighton1999-03-191-0/+69
* value->enc_secret not value->secretLuke Leighton1999-03-191-6/+4
* Added SVC_START_SERVICE rpc. An NT PDC will attempt to start the NETLOGONMatthew Chapman1999-03-181-0/+48
* Changed hard-coded number of users/groups in SAMR_QUERY_DOMAIN_INFOMatthew Chapman1999-03-181-3/+3
* Adding LSA_OPENSECRET (-> LsarOpenSecret) and LSA_QUERYSECRETMatthew Chapman1999-03-182-0/+196
* Added SVC_QUERY_DISP_NAME (corresponding to the GetServiceDisplayName API).Matthew Chapman1999-03-161-0/+58
* new "domtrust" test command. r&d into inter-domain trust accounts.Luke Leighton1999-03-122-3/+5
* - todd sabin spotted bugs in samr enum dom users / groups / aliases code:Luke Leighton1999-03-081-5/+3
* Win9x user level security.Matthew Chapman1999-02-241-249/+553
* added jeremy's new c++-like code for parsing of security descriptors.Luke Leighton1999-02-233-256/+396
* samr_lookup_names "none found" error needed corrections with empty lists.Luke Leighton1999-02-191-2/+2
* problem been there for months: reg_r_info not aligning after string buffer.Luke Leighton1999-02-181-0/+1
* rpcclient shutdown commandLuke Leighton1999-02-161-0/+63
* Always null-terminate strings.Matthew Chapman1999-02-153-5/+5
* UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1999-02-123-13/+14
* the UNICODE issue...Luke Leighton1999-02-113-7/+7
* removal of the use of unistrn2 function: replace it with unistr2_to_strLuke Leighton1999-02-092-4/+5
* UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL()Luke Leighton1999-02-083-8/+8
* cache unix groups so that two-level getgrent calls don't occur.Luke Leighton1999-02-032-5/+4
* Initialise NTTIME properly in make_reg_q_enum_key instead of usingMatthew Chapman1999-02-011-1/+1
* fix for enumerate domain users (bug spotted by sean matthews).Luke Leighton1999-01-291-12/+9
* rpcclient "Service Control Manager" svcenum [-i] command.Luke Leighton1999-01-281-2/+4
* fix for potential lsass.exe crashing due to negative response fromLuke Leighton1998-12-201-23/+27
* adding svcctl parsing codeLuke Leighton1998-12-091-0/+186
* adding some enumerate services code, client and server.Luke Leighton1998-12-093-52/+205
* adding "Service Control Manager" commands to rpcclient.Luke Leighton1998-12-081-13/+104
* adding srvsvc pipe.Luke Leighton1998-12-083-0/+212
* bugs in rpcclient. add_aliasmem uses a DOM_SID2 not a DOM_SID.Luke Leighton1998-12-071-3/+3
* - lib/unix_sec_ctxt.cLuke Leighton1998-12-073-30/+95
* added delete domain group and local group and delete domain group member.Luke Leighton1998-12-041-1/+179
* - oops, i got "add alias member" and "delete alias member" swapped.Luke Leighton1998-12-042-24/+22
* - renamed do_samr_xxx to samr_xxxLuke Leighton1998-12-041-28/+28
* added createalias command to rpcclientLuke Leighton1998-12-031-16/+13
* create domain group command (creategroup) added to rpcclient.Luke Leighton1998-12-031-5/+5
* adding group parsing: add/modify/delete/add members.Luke Leighton1998-12-031-90/+217
* spotted the mistake in group_info1 parsing.Luke Leighton1998-12-021-2/+4
* added rid and sid_name_use to DOMAIN_GRP_MEMBER, for use in group memberLuke Leighton1998-12-022-61/+58
* adding group member code, made a start. found that the group members'Luke Leighton1998-12-022-62/+344
* query_aliasmem code. it works (hurrah).Luke Leighton1998-12-012-54/+54
* rpc_samr.h parse_samr.c srv_samr.c :Luke Leighton1998-12-011-17/+102
* adding some samr parsing calls (group / alias adding / deleting)Luke Leighton1998-12-011-423/+820