summaryrefslogtreecommitdiffstats
path: root/source3/nmbd/asyncdns.c
Commit message (Expand)AuthorAgeFilesLines
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-241-1/+1
* s3: Centralize nmbd_messaging_context in nmbd.cVolker Lendecke2011-12-141-6/+4
* s3: Fix some nonempty blank linesVolker Lendecke2011-12-141-4/+4
* s3: Remove a bunch of calls to procid_self()Volker Lendecke2011-12-121-1/+1
* s3-nmbd: move nmbd proto out of main proto.hGünther Deschner2010-08-261-0/+1
* s3: Pass the new server_id through reinit_after_forkVolker Lendecke2010-07-041-2/+6
* s3-nmbd: Remove obsolete signal type cast.Andreas Schneider2010-02-231-1/+1
* s3-nmbd: update nmbd to use new DLIST_ macrosAndrew Tridgell2010-02-101-15/+3
* s3: Allow child processes to exit gracefully if we are out of fdsMarc VanHeyningen2009-05-271-2/+2
* s3:nmbd: as the sig_term() handler only sets a flag we don't need to block SI...Stefan Metzmacher2009-01-271-12/+0
* clean event context after child is forked.Bo Yang2009-01-051-1/+2
* Fix CLEAR_IF_FIRST handling of messages.tdbVolker Lendecke2008-04-231-1/+1
* nmbd: call reinit_after_fork() in all needed casesStefan Metzmacher2008-04-181-0/+5
* Convert read_data() to NTSTATUSVolker Lendecke2008-02-021-7/+12
* Remove the horror that was the global smb_rw_error.Jeremy Allison2007-11-051-2/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-4/+4
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r17807: Fix a file descriptor leak pointed out by John Malmberg. Thanks!Volker Lendecke2007-10-101-0/+1
* r12214: Fix compile if SYNC_DNS is set.Jeremy Allison2007-10-101-1/+1
* r12107: Move to a tdb-based wins database. At the moment we stillJeremy Allison2007-10-101-12/+14
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-1/+1
* Use "unix netbios name" type unstring - 64 bytes long to manipulate netbiosJeremy Allison2004-03-151-5/+4
* Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison2004-03-131-2/+2
* Fix the character set handling properly in nmbd. Also fix bug whereJeremy Allison2003-08-271-34/+39
* sync 3.0 branch with headJelmer Vernooij2002-08-171-0/+1
* Add assertions that kill() is never accidentally passed a non-positiveMartin Pool2002-03-201-2/+3
* Removed version number from file header.Tim Potter2002-01-301-1/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-021-1/+1
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-2/+2
* 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