Merge branch 'master' of ssh://git.samba.org/data/git/samba
[bbaumbach/samba-autobuild/.git] / source3 / nmbd / asyncdns.c
2009-01-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-05 Bo Yangclean event context after child is forked.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-04-23 Volker LendeckeFix CLEAR_IF_FIRST handling of messages.tdb
2008-04-21 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-04-18 Stefan Metzmachernmbd: call reinit_after_fork() in all needed cases
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-06 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-02 Volker LendeckeConvert read_data() to NTSTATUS
2007-11-05 Jeremy AllisonRemove the horror that was the global smb_rw_error.
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker17807: Fix a file descriptor leak pointed out by John...
2007-10-10 Jeremy Allisonr12214: Fix compile if SYNC_DNS is set.
2007-10-10 Jeremy Allisonr12107: Move to a tdb-based wins database. At the momen...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2004-03-15 Jeremy AllisonUse "unix netbios name" type unstring - 64 bytes long...
2004-03-15 Jeremy AllisonUse "unix netbios name" type unstring - 64 bytes long...
2004-03-13 Jeremy AllisonModified fix for bugid #784. Based on a patch from...
2004-03-13 Jeremy AllisonModified fix for bugid #784. Based on a patch from...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-27 Jeremy AllisonFix the character set handling properly in nmbd. Also...
2002-08-17 Jelmer Vernooijsync 3.0 branch with head
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-28 Andrew Tridgellmake sure async dns nmbd child dies
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-03-20 Martin PoolAdd assertions that kill() is never accidentally passed...
2002-01-30 Tim PotterRemoved version number from file header.
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2000-05-02 Jeremy AllisonAdded sys_fork() and sys_getpid() functions to stop...
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1998-11-14 Jeremy AllisonRemoved acconfig.h configure configure.in include/confi...
1998-09-17 Jeremy Allisonconfigure configure.in: Added tests for fseek64 and...
1998-08-30 Andrew Tridgella couple of debug lines
1998-08-15 Jeremy Allisonconfigure: Changes for extra headers.
1998-07-29 Andrew Tridgellmerge from the autoconf2 branch to the main branch
1998-06-08 Christopher R. HertelCosmetic. Added a cast to (void) to a call to add_name...
1998-04-13 Jeremy AllisonChanges to allow Samba to be compiled with -Wstrict...
1998-03-03 Jeremy AllisonChange the multibyte character set support so that
1998-01-29 Jeremy AllisonMakefile: Fix for OSF1 typo.
1998-01-22 Jeremy AllisonThis is *not* a big change (although it looks like...
1997-12-26 Andrew Tridgelluse _exit to exit a child
1997-12-13 Jeremy AllisonThis is it ! The mega-merge of the JRA_NMBD_REWRITE...
1997-12-04 Andrew Tridgellcatch signals in the async dns daemon and allow it...
1997-12-04 Andrew Tridgellallow for zero size reads in asyncdns. These can happen...
1997-12-02 Jeremy Allisonasyncdns.c: Removed warning when compiling with -DSYNC_DNS.
1997-11-02 Andrew Tridgellfix comments
1997-11-02 Andrew Tridgellto avoid any possibility of the pipe getting full and...
1997-11-01 Andrew Tridgellminor async DNS cleanups
1997-10-23 Jeremy AllisonBig change to make nmbd code more readable/understandable.
1997-10-22 Andrew TridgellImplemented asynchronous DNS lookups in nmbd.