summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
AgeCommit message (Expand)AuthorFilesLines
1999-08-18event log update, netsessenum, netconnenum update.Luke Leighton1-2/+11
1999-08-18event log updateLuke Leighton1-17/+16
1999-08-03changing debug output message reg_io_unknown_1 to reg_io_close.Luke Leighton1-2/+2
1999-08-03reverted jeremy's c++-like security descriptor modifications as theLuke Leighton3-389/+247
1999-07-27- enumprintprocessors and enumprintmonitors added.Jean-François Micouleau1-55/+352
1999-07-26renaming AUTH VERIFIER to AUTH NTLMSSP VERIFIER. ready for addingLuke Leighton1-7/+8
1999-07-22BDC support.Matthew Chapman1-7/+3
1999-07-21BDC support.Luke Leighton2-29/+135
1999-07-01many small bugs...Jean-François Micouleau1-15/+23
1999-06-29improving authentication code (tidyup).Luke Leighton1-6/+6
1999-06-22Fixed most memory leak and big-endian bug in the spoolss code.Jean-François Micouleau1-0/+109
1999-06-02Some more BDC-related fixes, mainly to the NET_SAM_SYNC RPC with respectMatthew Chapman1-31/+66
1999-05-06alignment needed after unicode string names in password change.Luke Leighton1-0/+3
1999-05-03last part of RPC api change.Jean-François Micouleau1-0/+11
1999-05-03Added a new command to rpcclient: eventlog <log> where <log> is System,Jean-François Micouleau1-0/+236
1999-05-01Adding "time" rpcclient command which displays the remote time.Matthew Chapman1-0/+11
1999-04-27rpc_parse/parse_misc.c : defined a new BUFFER5 structJean-François Micouleau3-5/+105
1999-04-27Adding RPC spoolss code support and some new low-level printing functions.Jean-François Micouleau1-0/+3389
1999-04-23Adding scheduler control pipe (\atsvc), client-side routines, and rpcclientMatthew Chapman2-0/+286
1999-04-11Incorrect length (number of unicode characters rather than buffer size)Matthew Chapman1-1/+1
1999-04-08Mainly BDC-related changes.Matthew Chapman4-44/+550
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 Leighton2-23/+313
1999-03-24matt, you had removed a "pointer" from DOM_R_REF structure which made itLuke Leighton1-1/+5
1999-03-24removed 2 unnecessary args from make_uni_hdr.Luke Leighton5-67/+71
1999-03-24Fixed LSA Lookup Names. There were a few too many NULL pointers in aMatthew Chapman1-7/+20
1999-03-23dynamic memory allocation in samr enum dom users. works with 849 entries now.Luke Leighton1-12/+21
1999-03-23Another UNICODE issue - this time BUFFER2 was being transmitted incorrectly.Matthew Chapman2-10/+9
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