summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* changed function name of get_home_dir() to get_unixhome_dir(), to stopLuke Leighton1999-12-129-12/+34
* final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1999-12-1231-1170/+2024
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-1242-869/+1308
* OK. This code works on a RedHat 6.0 system. However smbpasswdGerald Carter1999-12-094-5/+16
* jerry spotted that get_domain_sids() was being called with the wrongLuke Leighton1999-12-084-17/+6
* moved sys/un.h to after sys/socket.h. done a gnu autoconf around sys/un.hLuke Leighton1999-12-084-662/+578
* parsing code for transferring unix and nt security credentials over-the-wire.Luke Leighton1999-12-082-0/+582
* ABOUT TIME!!!!!!!!Luke Leighton1999-12-0822-348/+423
* the first independent msrpc daemon - lsarpcd.Luke Leighton1999-12-0618-550/+1904
* reenabled retry_time (commented out accidentally in name_status)Luke Leighton1999-12-051-1/+1
* first version of msrpc agent redirector code. client-side only.Luke Leighton1999-12-058-6/+953
* created create_pipe_socket() function.Luke Leighton1999-12-055-102/+77
* argh! how horrible! spent ages working out why packets weren't beingLuke Leighton1999-12-043-27/+50
* argh. trying to get the nmb agent code to filter out "self" packets.Luke Leighton1999-12-041-9/+3
* even more cool! nmb-agent moved over to new vagent style, too!Luke Leighton1999-12-041-229/+46
* cool! created higher-order function table for agent redirection.Luke Leighton1999-12-046-216/+340
* more similar agent codeLuke Leighton1999-12-042-47/+43
* nmb agent memory free problemsLuke Leighton1999-12-041-7/+6
* trying to make redirector agent code same base.Luke Leighton1999-12-042-62/+78
* jeremy is going to hate me for this.Luke Leighton1999-12-0411-51/+785
* argh! you wouldn't believe what i had to do: use the mid (multiplex id)Luke Leighton1999-12-043-15/+99
* argh! smb-agent redirection client reusage is a nightmare!Luke Leighton1999-12-034-149/+251
* starting "connection reuse" system in smb-agent. added version numberLuke Leighton1999-12-036-76/+164
* i always get caught out with non-gnu-readline code mods :-)Luke Leighton1999-12-031-1/+1
* smb-agent improvements. added -D (daemon) option. smb agent isLuke Leighton1999-12-032-18/+76
* cool! a unix socket smb redirector. code based on smbfilter andLuke Leighton1999-12-039-6/+487
* promptline undefined (pline)Luke Leighton1999-12-031-1/+1
* new get_any_dc_name() function allows lookups of trusted domains fromLuke Leighton1999-12-022-15/+19
* domain_client_validate() no longer takes serverlist, it callsLuke Leighton1999-12-023-14/+12
* cleaning up: removing those horrible references to server listLuke Leighton1999-12-028-148/+23
* added get_any_dc_name() function.Luke Leighton1999-12-024-33/+147
* need a domain resolving function, but get_trusted_serverlist() will do.Luke Leighton1999-12-023-30/+41
* oops, pwdb_initialise() called unnecessarily from here (failure to readLuke Leighton1999-12-021-2/+0
* default SID map now reads in "trusted domains" from smb.conf.Luke Leighton1999-12-027-27/+147
* improved enumdomains added -i option.Luke Leighton1999-12-025-31/+41
* clearing up connection-related stuff. password credentials were messingLuke Leighton1999-12-023-18/+27
* added net use (actually net -S srv -U user -W dom) and net del (actuallyLuke Leighton1999-12-011-17/+147
* more cli_session_setup() calls. what the heck are these doing???Luke Leighton1999-12-015-46/+48
* cli_session_setup() now takes an extra argument (host name). hey, whatLuke Leighton1999-12-011-2/+4
* make sure domain and name to generate trust account .mac file are upper case.Luke Leighton1999-12-011-0/+3
* damn, that took a while. nt login password was being stored incorrectlyLuke Leighton1999-12-018-29/+31
* fixing joining to domain plus something weird going down with nt logins...Luke Leighton1999-12-019-62/+101
* improving createuser account command to be able to add workstationsLuke Leighton1999-12-017-33/+163
* 1) when no domain used in ntlogin test command, should use default oneLuke Leighton1999-12-017-38/+142
* sys_select added one more argument (read, write selectors).Luke Leighton1999-12-0122-216/+323
* split display.c into modules.Luke Leighton1999-12-0112-3109/+3343
* added failed connections to the net use array, even though they'd beenLuke Leighton1999-11-301-6/+14
* ok. this is where it gets interesting. client states are now maintainedLuke Leighton1999-11-301-2/+29
* bug-fixLuke Leighton1999-11-293-4/+4
* this is going to sound _really_ weird, ok, but i had to implementLuke Leighton1999-11-296-69/+397