summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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-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-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
1999-11-06spoolss openprinterex / closeprinter client-code.Luke Leighton8-108/+370
1999-11-05experimental spoolss rpcclient commandsLuke Leighton6-40/+196
1999-11-04samuserset <username> -p password. YESSSSS :)Luke Leighton8-144/+310
1999-11-04adding experimental set user password command to rpcclient, it returnsLuke Leighton12-43/+438
1999-11-03created msrpc_srv_enum_tprt() function by massaging cmd_srv_enum_tprt().Luke Leighton6-62/+79
1999-11-03dynamic mem allocation in net_srv_transport_enum() parsing.Luke Leighton4-9/+69
1999-11-03had to move unistr2_dup(), unistr2_free() and unistr2_copy() intoLuke Leighton2-34/+34
1999-11-03three types of array-creation / array-deletion functions:Luke Leighton4-35/+66
1999-11-02added samalias <aliasname> rpcclient command (shows info on alias)Luke Leighton3-14/+258
1999-11-02free up memory allocated by enum dom groups / aliasesLuke Leighton1-0/+20
1999-11-02dynamic mem allocation in enum dom groups and enum dom aliasesLuke Leighton7-58/+114
1999-11-02yet another attempt to get lsaquerysecret working.Luke Leighton1-2/+2
1999-11-01const char* issuesLuke Leighton2-4/+8
1999-11-01added lsaenumdomains command.Luke Leighton6-27/+286