summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
AgeCommit message (Expand)AuthorFilesLines
1999-11-19added \PIPE\browser plus experimental brsinfo command. you wouldn'tLuke Leighton2-0/+191
1999-11-18added samuserset2 rpcclient command to test ACB_XXX bit-setting onLuke Leighton1-3/+158
1999-11-18updating reg_value_info() parsing code to take BUFFER2 instead of justLuke Leighton1-16/+20
1999-11-18added regqueryval command (experimental) to get reg_io_q_info() andLuke Leighton1-63/+60
1999-11-16attempting to get nt5 wksta to join domain.Luke Leighton3-23/+40
1999-11-16added two new params: "trusted domains" and "trusting domains".Luke Leighton1-4/+4
1999-11-16Changes to implement NET_AUTH based on NET_AUTH2, to get Win2000Richard Sharpe1-0/+60
1999-11-15added server-side samr enum domains. fixed some parsing issues, server-side.Luke Leighton1-15/+7
1999-11-15added rpcclient "enumdomains" command. enumerates names of domainsLuke Leighton1-0/+160
1999-11-15- added DCE/RPC "fault" PDU support.Luke Leighton1-0/+16
1999-11-09debugging rpcclient spoolenum and spooljobs commands. oh, did i forgetLuke Leighton1-76/+83
1999-11-08preparation for doing a spoolss enum jobs command. had to rewriteLuke Leighton1-86/+192
1999-11-08const feeding frenzyLuke Leighton2-10/+11
1999-11-06missed mem_grow_data callLuke Leighton1-0/+2
1999-11-06fixed string function for reading in printer_info_N.Luke Leighton1-10/+27
1999-11-06added rpcclient spoolenum command. enumerates printers.Luke Leighton1-47/+141
1999-11-06spoolss openprinterex / closeprinter client-code.Luke Leighton1-40/+52
1999-11-05experimental spoolss rpcclient commandsLuke Leighton1-27/+128
1999-11-04samuserset <username> -p password. YESSSSS :)Luke Leighton1-57/+190
1999-11-04adding experimental set user password command to rpcclient, it returnsLuke Leighton1-14/+31
1999-11-03created msrpc_srv_enum_tprt() function by massaging cmd_srv_enum_tprt().Luke Leighton2-6/+7
1999-11-03dynamic mem allocation in net_srv_transport_enum() parsing.Luke Leighton1-4/+60
1999-11-03had to move unistr2_dup(), unistr2_free() and unistr2_copy() intoLuke Leighton1-34/+0
1999-11-03three types of array-creation / array-deletion functions:Luke Leighton1-1/+19
1999-11-02dynamic mem allocation in enum dom groups and enum dom aliasesLuke Leighton1-42/+83
1999-11-01const char* issuesLuke Leighton1-2/+4
1999-11-01added lsaenumdomains command.Luke Leighton1-12/+42
1999-11-01added rpcclient svcstop <service name> command. gnu readlineLuke Leighton1-1/+58
1999-10-31added yet another rpcclient command: svcstart <service name> [arg0] [arg1] ...Luke Leighton1-4/+36
1999-10-31added svcinfo <service name> command.Luke Leighton1-1/+6
1999-10-30NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.Luke Leighton3-13/+285
1999-10-29more reshuffling of enum groups code. more higher order functions.Luke Leighton1-3/+4
1999-10-29added HKEY_CLASSES_ROOT MSRPC open call. reg_open_hkcr etc. supportedLuke Leighton1-0/+58
1999-10-25- typecast malloc / Realloc issues.Luke Leighton7-56/+59
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