summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
AgeCommit message (Expand)AuthorFilesLines
1999-10-25signed / unsigned and typecast issuesLuke Leighton1-54/+56
1999-10-25one of those wonderful moments when running against a different MSRPCLuke Leighton1-28/+32
1999-10-21the dynamic memory alloc blood-fest goes on...Luke Leighton1-1/+76
1999-10-21turning some of the rpcclient functions dynamic. this is likely toLuke Leighton2-27/+95
1999-10-21various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.Luke Leighton1-9/+77
1999-10-19need status codes from cli_net_req_chal() and cli_net_auth2().Luke Leighton1-1/+1
1999-10-18initialising enum dom users mem and account name ptrs to NULL.Luke Leighton1-0/+3
1999-10-15added prs_struct "error" member, set and checked when prs_structLuke Leighton1-9/+6
1999-10-15adding error checking in parsing codeLuke Leighton1-44/+147
1999-10-15oops! srvinfo 2 command caught bug where strings in containers assumedLuke Leighton1-8/+15
1999-10-15renamed args due to global "class" variableLuke Leighton1-5/+5
1999-10-15return results on prs_xxxxx() and all xxx_io_xxx() routines.Luke Leighton14-1289/+2712
1999-10-14stop over-runs in reading / writing data stream.Luke Leighton1-25/+44
1999-10-07- added rudimentary CAP_UNICODE support because i thought it was part ofLuke Leighton1-5/+25
1999-10-01splitting dom info into sam_query_dominfo functionLuke Leighton1-2/+3
1999-09-24Correctly handle the dependent files in the printer_driver_info_3 structJean-François Micouleau1-3/+13
1999-09-24Alan (alanh@pinacl.co.uk) found a nasty bugJean-François Micouleau1-1/+1
1999-09-21testing for attempts to get more info levels into samr_query_userinfoLuke Leighton1-4/+46
1999-09-14wow!!!! this one's been here for two years!!!! alignment issuesLuke Leighton1-0/+2
1999-09-12- initialising mach_passwd_file locks to zero (prev. uninit.)Luke Leighton1-1/+1
1999-08-23Removing a stray return, probably inserted during debugging, which brokeMatthew Chapman1-2/+0
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