summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
1999-11-24service control manager API completed. svcenum -i works, but does notLuke Leighton7-132/+141
1999-11-24ok. *whew*. this is the first completed part of the restructure.Luke Leighton15-153/+153
1999-11-24first stages of removing struct cli_state* and uint16 fnum from allLuke Leighton14-214/+230
1999-11-24WARNING! MOVED rpc_server/srv_lsa_hnd.c TO lib/util_hnd.cLuke Leighton5-28/+29
1999-11-24rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton15-189/+469
1999-11-23oops, freed argc,argv arguments twice.Luke Leighton1-2/+0
1999-11-23attempted a svcset command. password is encrypted / messed up, thereforeLuke Leighton7-254/+243
1999-11-23oops!!!! wrong command!!!Luke Leighton4-4/+156
1999-11-23adding svcctl 0x1b functionLuke Leighton6-6/+339
1999-11-23shuffling msrpc code around so that it can be used independently of rpcclientLuke Leighton4-43/+91
1999-11-22the last one. that concludes the removal of all next_token() callsLuke Leighton2-60/+91
1999-11-22another four next_token() removals (using getopt instead)Luke Leighton4-32/+48
1999-11-22another two.Luke Leighton2-33/+39
1999-11-22another oneLuke Leighton1-18/+12
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