summaryrefslogtreecommitdiffstats
path: root/source/rpc_parse
Commit message (Expand)AuthorAgeFilesLines
* attempting to get nt5 wksta to join domain.Luke Leighton1999-11-163-23/+40
* added two new params: "trusted domains" and "trusting domains".Luke Leighton1999-11-161-4/+4
* Changes to implement NET_AUTH based on NET_AUTH2, to get Win2000Richard Sharpe1999-11-161-0/+60
* added server-side samr enum domains. fixed some parsing issues, server-side.Luke Leighton1999-11-151-15/+7
* added rpcclient "enumdomains" command. enumerates names of domainsLuke Leighton1999-11-151-0/+160
* - added DCE/RPC "fault" PDU support.Luke Leighton1999-11-151-0/+16
* debugging rpcclient spoolenum and spooljobs commands. oh, did i forgetLuke Leighton1999-11-091-76/+83
* preparation for doing a spoolss enum jobs command. had to rewriteLuke Leighton1999-11-081-86/+192
* const feeding frenzyLuke Leighton1999-11-082-10/+11
* missed mem_grow_data callLuke Leighton1999-11-061-0/+2
* fixed string function for reading in printer_info_N.Luke Leighton1999-11-061-10/+27
* added rpcclient spoolenum command. enumerates printers.Luke Leighton1999-11-061-47/+141
* spoolss openprinterex / closeprinter client-code.Luke Leighton1999-11-061-40/+52
* experimental spoolss rpcclient commandsLuke Leighton1999-11-051-27/+128
* samuserset <username> -p password. YESSSSS :)Luke Leighton1999-11-041-57/+190
* adding experimental set user password command to rpcclient, it returnsLuke Leighton1999-11-041-14/+31
* created msrpc_srv_enum_tprt() function by massaging cmd_srv_enum_tprt().Luke Leighton1999-11-032-6/+7
* dynamic mem allocation in net_srv_transport_enum() parsing.Luke Leighton1999-11-031-4/+60
* had to move unistr2_dup(), unistr2_free() and unistr2_copy() intoLuke Leighton1999-11-031-34/+0
* three types of array-creation / array-deletion functions:Luke Leighton1999-11-031-1/+19
* dynamic mem allocation in enum dom groups and enum dom aliasesLuke Leighton1999-11-021-42/+83
* const char* issuesLuke Leighton1999-11-011-2/+4
* added lsaenumdomains command.Luke Leighton1999-11-011-12/+42
* added rpcclient svcstop <service name> command. gnu readlineLuke Leighton1999-11-011-1/+58
* added yet another rpcclient command: svcstart <service name> [arg0] [arg1] ...Luke Leighton1999-10-311-4/+36
* added svcinfo <service name> command.Luke Leighton1999-10-311-1/+6
* NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.Luke Leighton1999-10-303-13/+285
* more reshuffling of enum groups code. more higher order functions.Luke Leighton1999-10-291-3/+4
* added HKEY_CLASSES_ROOT MSRPC open call. reg_open_hkcr etc. supportedLuke Leighton1999-10-291-0/+58
* - typecast malloc / Realloc issues.Luke Leighton1999-10-257-56/+59
* signed / unsigned and typecast issuesLuke Leighton1999-10-251-54/+56
* one of those wonderful moments when running against a different MSRPCLuke Leighton1999-10-251-28/+32
* the dynamic memory alloc blood-fest goes on...Luke Leighton1999-10-211-1/+76
* turning some of the rpcclient functions dynamic. this is likely toLuke Leighton1999-10-212-27/+95
* various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.Luke Leighton1999-10-211-9/+77
* need status codes from cli_net_req_chal() and cli_net_auth2().Luke Leighton1999-10-191-1/+1
* initialising enum dom users mem and account name ptrs to NULL.Luke Leighton1999-10-181-0/+3
* added prs_struct "error" member, set and checked when prs_structLuke Leighton1999-10-151-9/+6
* adding error checking in parsing codeLuke Leighton1999-10-151-44/+147
* oops! srvinfo 2 command caught bug where strings in containers assumedLuke Leighton1999-10-151-8/+15
* renamed args due to global "class" variableLuke Leighton1999-10-151-5/+5
* return results on prs_xxxxx() and all xxx_io_xxx() routines.Luke Leighton1999-10-1514-1289/+2712
* stop over-runs in reading / writing data stream.Luke Leighton1999-10-141-25/+44
* - added rudimentary CAP_UNICODE support because i thought it was part ofLuke Leighton1999-10-071-5/+25
* splitting dom info into sam_query_dominfo functionLuke Leighton1999-10-011-2/+3
* Correctly handle the dependent files in the printer_driver_info_3 structJean-François Micouleau1999-09-241-3/+13
* 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