summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
1999-11-22moved two more commands over to getopt.Luke Leighton2-22/+32
1999-11-22okay :) all cmd_() functions now take int argc, char **argv :) thatLuke Leighton13-328/+368
1999-11-21implement server-side generation of NTLMv2 session key. YESSS :-)Luke Leighton6-30/+69
1999-11-21you know what? this sort of thing makes me laugh. hmm, what functionsLuke Leighton7-6/+48
1999-11-21hmmm... have to add client-side support in domain_client_validate() toLuke Leighton4-18/+42
1999-11-21adding user session key into network netlogon response.Luke Leighton4-24/+53
1999-11-21moving create user function into msrpc_samr.cLuke Leighton2-51/+62
1999-11-20oops, #ifdef'd cli_shutdown out, as the fun has _already_ started:Luke Leighton1-2/+1
1999-11-20attempting to establish inter-domain trust relationships. modifiedLuke Leighton2-28/+117
1999-11-20modified domain_client_validate to take trust account name / type. thisLuke Leighton7-15/+108
1999-11-20doing a code reshuffle. want to add code to establish trust relationships.Luke Leighton9-1746/+2078
1999-11-20dynamic memory allocation i added a month ago: forgot to ZERO_STRUCT()Luke Leighton2-0/+4
1999-11-20adding bits about SAM database security, and what the SAM commands areLuke Leighton1-5/+30
1999-11-20explicit reference to tell people that rpcclient doesn't work withLuke Leighton1-0/+5
1999-11-20yodl updateLuke Leighton4-32/+156
1999-11-20oops.Luke Leighton1-1/+1
1999-11-20adding some command descriptions behind the rpcclient commands.Luke Leighton1-14/+75
1999-11-19yodl update - rpcclientLuke Leighton9-16/+2065
1999-11-19added an rpcclient man page. wow!Luke Leighton3-5/+789
1999-11-19nt5rc2 falling over because the LsaQueryInfoPolicy() response _must_Luke Leighton3-2/+5
1999-11-19The First Necessary UNICODE String Support.Luke Leighton3-32/+83
1999-11-19- surprise! the number of UNICODE strings that didn't have alignmentLuke Leighton1-0/+20
1999-11-19- bug in nmbd registering DOMAIN_NAME<1c> to WINS server; recursionLuke Leighton7-8/+124
1999-11-19added \PIPE\browser plus experimental brsinfo command. you wouldn'tLuke Leighton10-2/+491
1999-11-18responses to UDP samquery go back to SERVER<00> not DOMAIN<1c>, theLuke Leighton4-14/+24
1999-11-18set "key does not exist" response to reg_query_val() (win32 status codeLuke Leighton5-10/+70
1999-11-18added samuserset2 rpcclient command to test ACB_XXX bit-setting onLuke Leighton7-11/+571
1999-11-18updating reg_value_info() parsing code to take BUFFER2 instead of justLuke Leighton6-46/+55
1999-11-18added regqueryval command (experimental) to get reg_io_q_info() andLuke Leighton12-124/+262
1999-11-16attempting to get nt5 wksta to join domain.Luke Leighton9-43/+101
1999-11-16added two new params: "trusted domains" and "trusting domains".Luke Leighton5-8/+50
1999-11-16added another dummy key so that NT5 can check in the registry whetherLuke Leighton1-1/+2
1999-11-16oops, mistake in parsing command-arguments. repeated calls toLuke Leighton1-1/+1
1999-11-16Shirish Kalele <kalele@veritas.com> noticed that NT workstations areLuke Leighton1-18/+51
1999-11-16Changes to implement NET_AUTH based on NET_AUTH2, to get Win2000Richard Sharpe3-4/+151
1999-11-15added server-side samr enum domains. fixed some parsing issues, server-side.Luke Leighton4-16/+90
1999-11-15added rpcclient "enumdomains" command. enumerates names of domainsLuke Leighton7-1/+457
1999-11-15- added DCE/RPC "fault" PDU support.Luke Leighton11-16/+152
1999-11-12split array-handling functions into separate module.Luke Leighton3-224/+249
1999-11-09debugging rpcclient spoolenum and spooljobs commands. oh, did i forgetLuke Leighton10-103/+580
1999-11-09riccardo sibilia spotted line 1884 has uint32 group_rid[0] not group_rid[1]Luke Leighton1-1/+1
1999-11-08preparation for doing a spoolss enum jobs command. had to rewriteLuke Leighton6-187/+310
1999-11-08const feeding frenzyLuke Leighton13-556/+662
1999-11-08const feeding frenzyLuke Leighton2-74/+76
1999-11-08Fixed typo in automatic printer install share name.Tim Potter1-2/+1
1999-11-06horrible code to do SMBwriteX / SMBreadX for large MSRPC reads. ARGH!Luke Leighton2-94/+128
1999-11-06missed mem_grow_data callLuke Leighton2-1/+3
1999-11-06added command-completion printer enum code.Luke Leighton5-19/+91
1999-11-06fixed string function for reading in printer_info_N.Luke Leighton4-15/+240
1999-11-06added rpcclient spoolenum command. enumerates printers.Luke Leighton9-68/+364