Next | Query returned 140 messages, browsing 121 to 130 | Previous

History of commit frequency

CVS Commit History:


   2003-07-29 00:38:28 by Jun-ichiro itojun Hagino | Files touched by this commit (3) | Package updated
Log message:
1.2.2
=============
BUG FIXES:
        - Bug #59: NSD returns FORMERR when the query name is >= 246
          bytes.
        - Bug #60: Zonec runs out of file descriptors with many zones.
        - Bug #61: nsdc uses /bin/sh hardwired (and should not).
        - Bug #62: NSD is not able to log to a file.
        - Bug #63: nsdc update and zonec are too tallkative.
        - Bug #64: Answer for request of a host resolved by a
          wildcard-resource-record is not understandable by dig.
   2003-07-21 19:11:31 by Martti Kuparinen | Files touched by this commit (82)
Log message:
COMMENT should start with a capital letter.
   2003-07-18 00:57:07 by grant beattie | Files touched by this commit (1065)
Log message:
s/netbsd.org/NetBSD.org/
   2003-07-17 10:56:36 by Jun-ichiro itojun Hagino | Files touched by this commit (2)
Log message:
correct response to long query.  http://www.nlnetlabs.nl/bugs/show_bug.cgi?id=59
   2003-07-17 10:52:47 by Jun-ichiro itojun Hagino | Files touched by this commit (2)
Log message:
1.2.1
=============
BUG FIXES:
        - AXFR terminates early if a zone containa a CNAME pointing
          the the zone's domain name (SOA record) (bug #56).
        - During an AXFR memory above the top of the stack was
          accessed.  This could lead to occassional AXFR errors (bad
          packets).
        - NSD now prints its version number and exits when invoked
          with the -v flag (bug #57).
        - NSD prints help information and exits when invoked with the
          -h flag.
   2003-07-10 10:57:28 by Jun-ichiro itojun Hagino | Files touched by this commit (2)
Log message:
upgrade to 1.2.

1.2
=============
FEATURES:
        - NSD is now a single parent process (handling child
          termination and database reloads) plus multiple UDP and TCP
          child processes handling queries.  Before the parent process
          also handled UDP queries.  This change simplifies the parent
          and child processes and allows the use of multiple
          concurrent UDP servers.
	- Experimental plugin support.  This required a minor,
          incompatible change to the database format.  Make sure you
          recompile your database.  Use --enable-plugins to enable.
        - Full IPv6 support (for multi-homing and for Linux, thanks to
          Colm MacCárthaigh and Jun-ichiro itojun Hagino).  Use
          --enable-ipv6 to enable.
        - Support for multi-homing with TCP connections.
        - Support for SunOS 4.x has been dropped.

CODE CHANGES:
        - NSD should now conform to the Single Unix Specification
          (http://www.unix.org/).
        - Const correctness for strings and some other data types.
        - Removed code for Berkeley DB, hash tables, and mmap(2).
        - Separate preprocessor flags from code flags (CPPFLAGS and
          CFLAGS).
        - Use uint8_t instead of u_char, uint{16,32}_t instead of
          u_int{16,32}_t.
        - Fixed warnings from mixing signed and unsigned types.
        - Use sigaction(2) instead of signal(2).
        - The query_process function has been split up for clarity.

BUG FIXES:
	- CHAOS TXT queries failed on big-endian machines.
        - Portability fixes for Tru64 (thanks to Stephane Bortzmeyer),
          HP-UX, and MacOS X (thanks to Ronald van der Pol).
        - Removed compile time limit on maximum number of TCP child
          servers.
        - Support for debugging UDP and TCP queries.
        - Always ensure there is enough room for the EDNS record when
          answering a query with EDNS enabled.
   2003-06-19 10:28:23 by Thomas Klausner | Files touched by this commit (1)
Log message:
Remove patch-aa and patch-ab, since they do not exist any more.
   2003-06-17 09:50:45 by Jun-ichiro itojun Hagino | Files touched by this commit (4) | Package updated
Log message:
upgrade to 1.1

1.1
=============
FEATURES:
	- ANSI C
	- autoconf/configure
	- new parser
	- support for various RR types in zonec
	- support for UNKN RR types
BUG FIXES:
	- lots of zone parsing errors eliminated
	- empty node matching bug gives NXDOMAIN
1.0.3
=============
This release is a bug fix release and does not add any new features.
BUG FIXES:
        - Ignore SIGPIPE errors (bug #43).
        - Keep track of TCP child servers and restart if necessary.
          (bug #55)
        - Handle database reload failures correctly.
        - Close UDP sockets in TCP child servers.
        - Handle escaped characters (besides \.) in labels.
        - Preserve the query's RD flag in the answer.
1.0.2
=============
FEATURES:
	- -DBIND8_STATS to enable bind8 like [NX]STATS
	- -t flag to make nsd chroot to a certain directory
	- -s flag to make nsd produce statistics every s seconds
	- /etc/nsd/nsdc.conf to overwrite default variables
	  for nsdc.sh
	- less loggin and more radical tcp connection (mis)handling
	- prefork -n processes to handle tcp connections
	- multiple -a flags
CHANGES:
	- named.stats file functionality is removed
BUG FIXES:
	- couple of pedantic fixes in C code
	- last zone in database axfr bug fixed
	- nsdc update wont update bug fixed
   2003-06-11 07:58:10 by Simon Burge | Files touched by this commit (1)
Log message:
Update description to point out this is not an alpha release any more.
   2003-06-11 07:53:07 by Simon Burge | Files touched by this commit (1)
Log message:
Update HOMEPAGE.

Next | Query returned 140 messages, browsing 121 to 130 | Previous