summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell221-45540/+37593
1999-12-12changed function name of get_home_dir() to get_unixhome_dir(), to stopLuke Leighton9-12/+34
1999-12-12final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton31-1170/+2024
1999-12-12delineation between smb and msrpc more marked. smbd now constructsLuke Leighton42-869/+1308
1999-12-09OK. This code works on a RedHat 6.0 system. However smbpasswdGerald Carter4-5/+16
1999-12-08jerry spotted that get_domain_sids() was being called with the wrongLuke Leighton4-17/+6
1999-12-08moved sys/un.h to after sys/socket.h. done a gnu autoconf around sys/un.hLuke Leighton4-662/+578
1999-12-08parsing code for transferring unix and nt security credentials over-the-wire.Luke Leighton2-0/+582
1999-12-08ABOUT TIME!!!!!!!!Luke Leighton22-348/+423
1999-12-06the first independent msrpc daemon - lsarpcd.Luke Leighton18-550/+1904
1999-12-05reenabled retry_time (commented out accidentally in name_status)Luke Leighton1-1/+1
1999-12-05first version of msrpc agent redirector code. client-side only.Luke Leighton8-6/+953
1999-12-05created create_pipe_socket() function.Luke Leighton5-102/+77
1999-12-04argh! how horrible! spent ages working out why packets weren't beingLuke Leighton3-27/+50
1999-12-04argh. trying to get the nmb agent code to filter out "self" packets.Luke Leighton1-9/+3
1999-12-04even more cool! nmb-agent moved over to new vagent style, too!Luke Leighton1-229/+46
1999-12-04cool! created higher-order function table for agent redirection.Luke Leighton6-216/+340
1999-12-04more similar agent codeLuke Leighton2-47/+43
1999-12-04nmb agent memory free problemsLuke Leighton1-7/+6
1999-12-04trying to make redirector agent code same base.Luke Leighton2-62/+78
1999-12-04jeremy is going to hate me for this.Luke Leighton11-51/+785
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