summaryrefslogtreecommitdiffstats
path: root/source/rpc_parse
Commit message (Expand)AuthorAgeFilesLines
...
* Alan (alanh@pinacl.co.uk) found a nasty bugJean-François Micouleau1999-09-241-1/+1
* testing for attempts to get more info levels into samr_query_userinfoLuke Leighton1999-09-211-4/+46
* wow!!!! this one's been here for two years!!!! alignment issuesLuke Leighton1999-09-141-0/+2
* - initialising mach_passwd_file locks to zero (prev. uninit.)Luke Leighton1999-09-121-1/+1
* Removing a stray return, probably inserted during debugging, which brokeMatthew Chapman1999-08-231-2/+0
* event log update, netsessenum, netconnenum update.Luke Leighton1999-08-181-2/+11
* event log updateLuke Leighton1999-08-181-17/+16
* changing debug output message reg_io_unknown_1 to reg_io_close.Luke Leighton1999-08-031-2/+2
* reverted jeremy's c++-like security descriptor modifications as theLuke Leighton1999-08-033-389/+247
* - enumprintprocessors and enumprintmonitors added.Jean-François Micouleau1999-07-271-55/+352
* renaming AUTH VERIFIER to AUTH NTLMSSP VERIFIER. ready for addingLuke Leighton1999-07-261-7/+8
* BDC support.Matthew Chapman1999-07-221-7/+3
* BDC support.Luke Leighton1999-07-212-29/+135
* many small bugs...Jean-François Micouleau1999-07-011-15/+23
* improving authentication code (tidyup).Luke Leighton1999-06-291-6/+6
* Fixed most memory leak and big-endian bug in the spoolss code.Jean-François Micouleau1999-06-221-0/+109
* Some more BDC-related fixes, mainly to the NET_SAM_SYNC RPC with respectMatthew Chapman1999-06-021-31/+66
* alignment needed after unicode string names in password change.Luke Leighton1999-05-061-0/+3
* last part of RPC api change.Jean-François Micouleau1999-05-031-0/+11
* Added a new command to rpcclient: eventlog <log> where <log> is System,Jean-François Micouleau1999-05-031-0/+236
* Adding "time" rpcclient command which displays the remote time.Matthew Chapman1999-05-011-0/+11
* rpc_parse/parse_misc.c : defined a new BUFFER5 structJean-François Micouleau1999-04-273-5/+105
* Adding RPC spoolss code support and some new low-level printing functions.Jean-François Micouleau1999-04-271-0/+3389
* Adding scheduler control pipe (\atsvc), client-side routines, and rpcclientMatthew Chapman1999-04-232-0/+286
* Incorrect length (number of unicode characters rather than buffer size)Matthew Chapman1999-04-111-1/+1
* Mainly BDC-related changes.Matthew Chapman1999-04-084-44/+550
* added SamrQueryDomainInfo call info level 0x3 for kix32.exe supportLuke Leighton1999-03-291-4/+37
* 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