summaryrefslogtreecommitdiffstats
path: root/source/nmbd/asyncdns.c
Commit message (Expand)AuthorAgeFilesLines
* Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe...Jeremy Allison1998-11-141-2/+2
* configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1998-09-171-1/+1
* a couple of debug linesAndrew Tridgell1998-08-301-0/+2
* configure: Changes for extra headers.Jeremy Allison1998-08-151-3/+1
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-291-5/+5
* Cosmetic. Added a cast to (void) to a call to add_name_to_subnet() sinceChristopher R. Hertel1998-06-081-5/+5
* Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison1998-04-131-3/+3
* Change the multibyte character set support so thatJeremy Allison1998-03-031-1/+21
* Makefile: Fix for OSF1 typo.Jeremy Allison1998-01-291-0/+12
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-1/+1
* use _exit to exit a childAndrew Tridgell1997-12-261-6/+2
* This is it ! The mega-merge of the JRA_NMBD_REWRITE branchJeremy Allison1997-12-131-17/+47
* catch signals in the async dns daemon and allow it to auto-restart ifAndrew Tridgell1997-12-041-0/+9
* allow for zero size reads in asyncdns. These can happen after a signalAndrew Tridgell1997-12-041-3/+6
* asyncdns.c: Removed warning when compiling with -DSYNC_DNS.Jeremy Allison1997-12-021-1/+0
* fix commentsAndrew Tridgell1997-11-021-9/+2
* to avoid any possibility of the pipe getting full and blocking we nowAndrew Tridgell1997-11-021-27/+58
* minor async DNS cleanupsAndrew Tridgell1997-11-011-3/+2
* Big change to make nmbd code more readable/understandable.Jeremy Allison1997-10-231-16/+16
* Implemented asynchronous DNS lookups in nmbd.Andrew Tridgell1997-10-221-0/+257