Commit graph

27 commits

Author SHA1 Message Date
snj
7d8cadd527 Convert to buildlink3 and correct a typo in DESCR. 2004-04-25 08:19:40 +00:00
itojun
6976d3d117 upgrade to 2.0.2.
2.0.2
=============
BUG FIXES:
	- Allow the use of a mnemonic for the algorithm field of a
	  DNSKEY record.
	- Behavior of the zonec -v flag has been modified.  By default
	  zonec will only print a single line with a summary of the
	  error count.
	- Bug #75: Fixed typo in previous "fix".
2004-04-23 18:42:05 +00:00
itojun
dea53f39ac upgrade to 2.0.1.
NSD 2.0.1 release notes:

BUG FIXES:
	 - Queries for QTYPE DS (DNSSEC) were not handled correctly in
	   certain cases.
	 - Partial support for unknown RRs.  Known RR types with
	   unknown RR data format is not yet supported.
	 - Bug #75: Fixed bad error message when nsdc update is run for
	   the first time.
	 - Bug #78: Multiple zones, each with include directives, are
	   now compiled correctly.
2004-03-16 00:03:15 +00:00
kristerw
a5df86ec21 Correct path to files to install. 2004-02-22 03:36:46 +00:00
wiz
e8dff84e33 Bump PKGREVISION for previous (more files installed). 2004-02-16 22:51:23 +00:00
itojun
097aac282e install readme. link w/ libwrap. and other tweaks. PR 24034 2004-02-16 21:55:14 +00:00
itojun
6db5b07868 update to 2.0.0. IPv6 enabled by default, experimental DNSSEC support
(disabled by default).
2004-02-15 18:47:04 +00:00
itojun
b1f8e1fb41 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-28 22:38:26 +00:00
martti
8cee801716 COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
itojun
c1df60ac19 correct response to long query. http://www.nlnetlabs.nl/bugs/show_bug.cgi?id=59 2003-07-17 08:56:35 +00:00
itojun
f817f134a3 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-17 08:52:46 +00:00
itojun
3bf74d6985 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-07-10 08:57:27 +00:00
wiz
170d4e69ed Remove patch-aa and patch-ab, since they do not exist any more. 2003-06-19 08:28:22 +00:00
itojun
894bf24a52 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-17 07:50:44 +00:00
simonb
9dc2923da2 Update description to point out this is not an alpha release any more.
From Greg Woods on netbsd-users.
2003-06-11 05:58:10 +00:00
simonb
47de22599a Update HOMEPAGE. 2003-06-11 05:53:06 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
itojun
45bc6e568a upgrade to 1.0.1.
diff from 1.0.1rc2:
>Please to announce the final release of NSD-1.0.1 with minor bug fixes
>and cosmetic changes, available for download:
2002-09-03 14:55:05 +00:00
itojun
c0ae009bf0 upgrade to 1.0.1 release candidate 2.
1.0.1
=============

FEATURES:
        - NSD drops permissions after binding the sockets
        - ``cache'' zones are no longer allowed
        - ID.Server & Version.Server compile time options
        - AXFR implemented (with tcpwrapper for access control)
        - nsdc update and nsdc notify functinality
        - using named-xfer with TSIG for inbound axfr


CHANGES:
        - the order of records in the database is from now
          on significant
        - since Berkeley DB doesnt define order for sequential
          access it is no longer supported

BUG FIXES:
        - white space problem in zonec is fixed
2002-08-28 16:05:50 +00:00
itojun
386e49923b change version numbering - 1.0.0rc2 2002-05-08 08:41:21 +00:00
itojun
bff81a825b upgrade to 1.0.0-beta2 (pkg version number is 0.9.3 to avoid version
number rollbacks)

- wildcards bug fixed
- AA bit for class ANY bug fixed
- minor coredumps with really broken zones in zonec fixed
- linux & SunOS port
2002-05-08 03:08:34 +00:00
agc
0a4cf7d320 Since the distfile requires a password-protected download stage, mark the
package as IS_INTERACTIVE.

Fix some pkglint errors.
2002-04-09 08:57:42 +00:00
itojun
3be912cca1 upgrade to 1.0alpha2 (package versioned 0.9.2)
- IPv6 transport support added by Jun-ichiro itojun Hagino (Use -DINET6)
- Makefile modified for easier compile time configuration
- EDNS(0) bug fixed
- Default database changed to all lowercase, red-black tree to make nsd
  DNSSEC ready
- REQUIREMENTS are cleaned up and updated
- Signal names changed in nsdc.sh.in
- Default compile options dont include -DMIMIC_BIND8
2002-04-03 03:44:32 +00:00
jmc
eda67d5268 Add appropriate restrictions since this can't be redistributed right now. 2002-04-01 04:19:26 +00:00
itojun
30f6b41ac2 nsd, authoritative-only nameserver 2002-03-28 02:17:18 +00:00