summaryrefslogtreecommitdiff
path: root/source3/nmbd/asyncdns.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij1-1/+1
2011-12-14s3: Centralize nmbd_messaging_context in nmbd.cVolker Lendecke1-6/+4
2011-12-14s3: Fix some nonempty blank linesVolker Lendecke1-4/+4
2011-12-12s3: Remove a bunch of calls to procid_self()Volker Lendecke1-1/+1
2010-08-26s3-nmbd: move nmbd proto out of main proto.hGünther Deschner1-0/+1
2010-07-04s3: Pass the new server_id through reinit_after_forkVolker Lendecke1-2/+6
2010-02-23s3-nmbd: Remove obsolete signal type cast.Andreas Schneider1-1/+1
2010-02-10s3-nmbd: update nmbd to use new DLIST_ macrosAndrew Tridgell1-15/+3
2009-05-27s3: Allow child processes to exit gracefully if we are out of fdsMarc VanHeyningen1-2/+2
2009-01-27s3:nmbd: as the sig_term() handler only sets a flag we don't need to block SI...Stefan Metzmacher1-12/+0
2009-01-05clean event context after child is forked.Bo Yang1-1/+2
2008-04-23Fix CLEAR_IF_FIRST handling of messages.tdbVolker Lendecke1-1/+1
2008-04-18nmbd: call reinit_after_fork() in all needed casesStefan Metzmacher1-0/+5
2008-02-02Convert read_data() to NTSTATUSVolker Lendecke1-7/+12
2007-11-05Remove the horror that was the global smb_rw_error.Jeremy Allison1-2/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-4/+4
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r17807: Fix a file descriptor leak pointed out by John Malmberg. Thanks!Volker Lendecke1-0/+1
2007-10-10r12214: Fix compile if SYNC_DNS is set.Jeremy Allison1-1/+1
2007-10-10r12107: Move to a tdb-based wins database. At the moment we stillJeremy Allison1-12/+14
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-1/+1
2004-03-15Use "unix netbios name" type unstring - 64 bytes long to manipulate netbiosJeremy Allison1-5/+4
2004-03-13Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison1-2/+2
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