summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
1999-12-01more cli_session_setup() calls. what the heck are these doing???Luke Leighton5-46/+48
1999-12-01cli_session_setup() now takes an extra argument (host name). hey, whatLuke Leighton1-2/+4
1999-12-01make sure domain and name to generate trust account .mac file are upper case.Luke Leighton1-0/+3
1999-12-01damn, that took a while. nt login password was being stored incorrectlyLuke Leighton8-29/+31
1999-12-01fixing joining to domain plus something weird going down with nt logins...Luke Leighton9-62/+101
1999-12-01improving createuser account command to be able to add workstationsLuke Leighton7-33/+163
1999-12-011) when no domain used in ntlogin test command, should use default oneLuke Leighton7-38/+142
1999-12-01sys_select added one more argument (read, write selectors).Luke Leighton22-216/+323
1999-12-01split display.c into modules.Luke Leighton12-3109/+3343
1999-11-30added failed connections to the net use array, even though they'd beenLuke Leighton1-6/+14
1999-11-30ok. this is where it gets interesting. client states are now maintainedLuke Leighton1-2/+29
1999-11-29bug-fixLuke Leighton3-4/+4
1999-11-29this is going to sound _really_ weird, ok, but i had to implementLuke Leighton6-69/+397
1999-11-29sam sync - one of the files that use multiple connection server listLuke Leighton1-16/+2
1999-11-29attempting to resolve the issue that multiple servers often specified inLuke Leighton8-98/+105
1999-11-29ok. got ntlogin command working. argh, it maintains a connection toLuke Leighton5-53/+151
1999-11-29first attempt at getting \PIPE\NETLOGON working. it's pretty horrible.Luke Leighton13-428/+568
1999-11-29renamed PRINTER_HND to POLICY_HND.Luke Leighton1-2/+2
1999-11-27cool! spooljobs works! this surprised me very much :-) helped toLuke Leighton1-2/+2
1999-11-27well, i stuffed up the spooler commands.Luke Leighton5-140/+144
1999-11-27moved at command over to new abstract connection system. matthew, youLuke Leighton2-37/+58
1999-11-27moved browser command brsinfo over to new abstracted connectionLuke Leighton3-27/+20
1999-11-27this one's a handle-based one (missed in the first round).Luke Leighton4-38/+47
1999-11-27removed do_ prefix from srvsvc APILuke Leighton4-30/+23
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