summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
1999-12-04argh! you wouldn't believe what i had to do: use the mid (multiplex id)Luke Leighton3-15/+99
1999-12-03argh! smb-agent redirection client reusage is a nightmare!Luke Leighton4-149/+251
1999-12-03starting "connection reuse" system in smb-agent. added version numberLuke Leighton6-76/+164
1999-12-03i always get caught out with non-gnu-readline code mods :-)Luke Leighton1-1/+1
1999-12-03smb-agent improvements. added -D (daemon) option. smb agent isLuke Leighton2-18/+76
1999-12-03cool! a unix socket smb redirector. code based on smbfilter andLuke Leighton9-6/+487
1999-12-03promptline undefined (pline)Luke Leighton1-1/+1
1999-12-02new get_any_dc_name() function allows lookups of trusted domains fromLuke Leighton2-15/+19
1999-12-02domain_client_validate() no longer takes serverlist, it callsLuke Leighton3-14/+12
1999-12-02cleaning up: removing those horrible references to server listLuke Leighton8-148/+23
1999-12-02added get_any_dc_name() function.Luke Leighton4-33/+147
1999-12-02need a domain resolving function, but get_trusted_serverlist() will do.Luke Leighton3-30/+41
1999-12-02oops, pwdb_initialise() called unnecessarily from here (failure to readLuke Leighton1-2/+0
1999-12-02default SID map now reads in "trusted domains" from smb.conf.Luke Leighton7-27/+147
1999-12-02improved enumdomains added -i option.Luke Leighton5-31/+41
1999-12-02clearing up connection-related stuff. password credentials were messingLuke Leighton3-18/+27
1999-12-01added net use (actually net -S srv -U user -W dom) and net del (actuallyLuke Leighton1-17/+147
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