summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
1999-11-27updated \PIPE\wkssvc commands to use new abstracted connection system.Luke Leighton4-28/+40
1999-11-27using "abstracted" cli_connection, got \PIPE\srvsvc commands up and runningLuke Leighton3-150/+125
1999-11-27modified cli_connect_serverlist to take server list of formatLuke Leighton1-5/+6
1999-11-27further abstraction involving client states. main client-side codeLuke Leighton13-262/+299
1999-11-27remove use of client_info lsa_info_pol.Luke Leighton1-13/+17
1999-11-27enhanced samuser command to do same thing as enumusers command (-g -u -a)Luke Leighton4-43/+182
1999-11-27bug-fixing registry commands and the rpcclient "rpcclient" command.Luke Leighton3-65/+122
1999-11-26whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few.Luke Leighton15-838/+875
1999-11-26this file manages client states associated with handles.Luke Leighton1-0/+154
1999-11-25previous commit added an abstraction function that didn't even haveLuke Leighton4-77/+25
1999-11-25cool! completed a samr* API that _would_ look like an msdn samr* api...Luke Leighton10-796/+509
1999-11-24registry API moved over to new format. reg_connect() is the top-levelLuke Leighton5-199/+324
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-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