summaryrefslogtreecommitdiff
path: root/source3/nmbd/asyncdns.c
AgeCommit message (Expand)AuthorFilesLines
2003-08-27Fix the character set handling properly in nmbd. Also fix bug whereJeremy Allison1-34/+39
2002-08-17sync 3.0 branch with headJelmer Vernooij1-0/+1
2002-03-20Add assertions that kill() is never accidentally passed a non-positiveMartin Pool1-2/+3
2002-01-30Removed version number from file header.Tim Potter1-1/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-1/+1
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-2/+2
1998-11-14Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe...Jeremy Allison1-2/+2
1998-09-17configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1-1/+1
1998-08-30a couple of debug linesAndrew Tridgell1-0/+2
1998-08-15configure: Changes for extra headers.Jeremy Allison1-3/+1
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell1-5/+5
1998-06-08Cosmetic. Added a cast to (void) to a call to add_name_to_subnet() sinceChristopher R. Hertel1-5/+5
1998-04-13Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison1-3/+3
1998-03-03Change the multibyte character set support so thatJeremy Allison1-1/+21
1998-01-29Makefile: Fix for OSF1 typo.Jeremy Allison1-0/+12
1998-01-22This is *not* a big change (although it looks like one).Jeremy Allison1-1/+1
1997-12-26use _exit to exit a childAndrew Tridgell1-6/+2
1997-12-13This is it ! The mega-merge of the JRA_NMBD_REWRITE branchJeremy Allison1-17/+47
1997-12-04catch signals in the async dns daemon and allow it to auto-restart ifAndrew Tridgell1-0/+9
1997-12-04allow for zero size reads in asyncdns. These can happen after a signalAndrew Tridgell1-3/+6
1997-12-02asyncdns.c: Removed warning when compiling with -DSYNC_DNS.Jeremy Allison1-1/+0
1997-11-02fix commentsAndrew Tridgell1-9/+2
1997-11-02to avoid any possibility of the pipe getting full and blocking we nowAndrew Tridgell1-27/+58
1997-11-01minor async DNS cleanupsAndrew Tridgell1-3/+2
1997-10-23Big change to make nmbd code more readable/understandable.Jeremy Allison1-16/+16
1997-10-22Implemented asynchronous DNS lookups in nmbd.Andrew Tridgell1-0/+257