summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* first pass at the database code for Samba. This also includes a testAndrew Tridgell1999-12-218-1/+1541
* Fix based on code from monyo@home.monyo.com to fix multibyte continuationJeremy Allison1999-12-211-17/+31
* Fix from tulipant-gergely@dbrt.hu for returning incorrect error codeJeremy Allison1999-12-211-1/+1
* *Finally*. Correct patch to fix timestamp problems from Paul Eggert <eggert@t...Jeremy Allison1999-12-201-3/+14
* added basic nsswitch support - this allows you to use a "wins" entryAndrew Tridgell1999-12-172-0/+142
* more files from 2.0.6Andrew Tridgell1999-12-172-0/+1632
* update version to pre-3.0.0Andrew Tridgell1999-12-171-1/+1
* client/smbspool.c from 2.0.6Andrew Tridgell1999-12-171-0/+366
* lib/fnmatch.c from 2.0.6Andrew Tridgell1999-12-171-0/+200
* printing/print_cups.c from 2.0.6Andrew Tridgell1999-12-171-0/+206
* interfaces.h from 2.0.6Andrew Tridgell1999-12-171-0/+10
* interfaces.c from 2.0.6Andrew Tridgell1999-12-171-0/+401
* util_sec.c from 2.0.6Andrew Tridgell1999-12-171-0/+326
* Unicode conversion fix in Japanese environment from Motonobu TAKAHASHI.Jeremy Allison1999-12-132-2/+1319
* 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell1999-12-13104-41410/+0
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-13221-45540/+37593
* 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