nsd/nsd.changes

186 lines
7.6 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Thu Nov 26 00:03:05 UTC 2015 - mrueckert@suse.de
- enable zone stats
-------------------------------------------------------------------
Wed Nov 25 23:32:33 UTC 2015 - mrueckert@suse.de
- update to 4.1.6
- Fix compile of zonec error message on FreeBSD.
- nsd-checkconf warns for master zones with no zonefile
statement.
- Fix start failure when many file descriptors are in use.
- The servfail rcode is not printed with a space in the middle.
- fixup file descriptor fixup nicer.
- print failed token for config syntax error or parse error.
- Fix #711: Document that debug-mode yes is used for staying
attached to the supervisor console.
- Document verbosity 3 prints more information.
- makedist.sh print on pgp signature creation.
- Fix typo in zonec.c inside error message.
- Fix #701: Fix that AD=1 set in a BADVERS response.
- Fix #706: default port 53 not opened on ip4 because of
getaddrinfo hints initialisation failure.
- Fix #698 formatting errors and typos in nsd.8.in.
- Add --enable-pie and --enable-relro-now options.
- Admitted axfrs are logged at verbosity 1. Refused at verbosity
2.
- Fixed checkconf test for reuseport setting.
- SO_REUSEPORT does not work on FreeBSD. Enabled by default on
Linux, not enabled by default on other OSes.
- Fix that notify from nsd-control contains soa serial.
- squelch SO_REUSEPORT failure on verbosity less than 3.
- removed hardcoded interface limit, --with-max-ips removed.
- SO_REUSEPORT support.
- Fix #618: documented need to list ip-addresses seperately in
nsd.conf if there are multiple, because the source address of
replies can otherwise go wrong.
- Fix that for expired zones NSD performs an AXFR and accepts
newer and older serial numbers.
- Document that minimal responses only minimizes responses to fit
in one datagram. It does not minimize smaller responses.
- Fix NSID response for short edns sizes.
- Trunk contains 4.1.4 in development.
- improve nsd-control usage text. (23 june - added to 4.1.3)
- RFC7553 RR Type URI support.
- Fix redefined macro lex warning for freebsd flex.
- Fix that formerrors are ratelimited.
- max-interfaces raised to 32.
- removed unused defines for unofficial tsig-hmac algorithm
codes. The TSIG algorithm is identified by name in the config
file.
- hmac sha224, sha384 and sha512 support, patch from David
Gwynne.
- Fix crash in zone parser for relative dname after error in
origin.
- Test for zone parser failures
- nsd-control addzones and delzones read list of zones from
stdin.
- Fix task and zonestat files to be stored in a subdirectory in
tmp to stop privilege elevation.
- printout names for successful addition and removal with bulk
command.
- Fix #665: when removing subdomain, nsd does not reparse parent
zone.
- trunk contains 4.1.3(upcoming).
- Made log message more consistent, changed 'axfr refused' log
message to be more consistent with other messages. Also notify
refused.
- verbosity 2 logs axfr refused and notify refused. verbosity 1
contains less log messages.
- Fix #654: Fix contradiction in notify logging verbosity level.
- Incoming notifies have serial number logged (at verbosity 1).
- Fix #655: Fix contradiction in verbosity for zone transfers.
- Use reallocarray for integer overflow protection, patch
submitted by Loganaden Velvindron.
- Fix allocation integer overflow checks.
- Fix buffer overflow in config parse of domain name, reported by
John Van de Meulebrouck Brendgard.
- Updated default keylength in nsd-control-setup to 3k.
- Fix use after free after zonefile syntax error followed by ttl
or origin directive, reported by John Van de Meulebrouck
Brendgard.
- Fix syntax error followed by too many TXT elements parse crash
reported by John Van de Meulebrouck Brendgard.
- Fix origin directive from unused old value and subdomain parser
failure, reported by John Van de Meulebrouck Brendgard.
- Fix b64pton out of bounds error on invalid zonefile input
reported by John Van de Meulebrouck Brendgard.
- Fix segfault on double origin in zone reader (thanks John Van
de Meulebrouck Brendgard).
- Remove dead code domain_table_iterate.
- Fix segfault in zone reader on invalid input reported by John
Van de Meulebrouck Brendgard.
- Fix #642: Change 'zone read with no errors' to '.. with
success'. Patch from Benedikt Heine.
-------------------------------------------------------------------
Tue Oct 13 05:46:28 UTC 2015 - michael@stroeder.com
- ignore absence of the systemd-tmpfiles command
-------------------------------------------------------------------
Wed Mar 11 01:33:27 UTC 2015 - mrueckert@suse.de
- update to 4.1.1
- RFC 7344: CDS and CDNSKEY (read record types).
- per zone statistics with --enable-zone-stats, config zone with
zonestats: "name", zones configured with the same string are
added.
- Disabled use of SSLv3 in nsd-control.
- nsd-checkconf -f prints out full name of pidfile (with dir).
- Synthesize CNAMEs with same TTL as DNAME.
- Fix that expired zones stay expired after a server restart.
- Fix "xfrd_handle_ipc: bad mode" log errors when compiled with
--disable-bind8-stats.
- Fix #616: retry xfer for zones with no content after command.
- Fix char used as array index warnings on NetBSD.
- Fix that queries for noname CH TXT are REFUSED instead of
nodata.
- Fixes for wildcard addition and deletion, speedup for some
cases.
- Fix that failure to add tcp to tcp base does not leak the
socket.
- Patch nsd_munin_ from Philip Paeps to use type ABSOLUTE.
- Fix spinning NSD with lots of failing transfers, due to pointer
comparison using void pointer subtraction (from Otto Moerbeek).
- Fix bug#637: fix that nsd.db grows limitlessly, an off by one
on one megabyte free chunks, created during AXFRs of large
zones, that caused the one megabyte chunk to be leaked.
- Fix casts for ctype functions (from Todd Miller).
- correct some hyphen-used-as-minus-sign (from Andreas Schulze)
in man pages.
- Fix zonesdir chroot error message.
-------------------------------------------------------------------
Mon Dec 15 12:29:05 UTC 2014 - mrueckert@suse.de
- update to 4.1.0
see /usr/share/doc/packages/NSD-4-features for the important
changes
-------------------------------------------------------------------
Sun Dec 29 04:24:32 UTC 2013 - mrueckert@suse.de
- update to 4.0.0
see /usr/share/doc/packages/NSD-4-features for the important
changes
- added systemd support
-------------------------------------------------------------------
Wed Aug 15 10:07:44 UTC 2012 - mrueckert@suse.de
- update to 3.2.13: (bnc#774600)
see /usr/share/doc/packages/nsd/ChangeLog
This fixes VU#517036 CVE-2012-2979 and VU#624931 CVE-2012-2978.
-------------------------------------------------------------------
Tue Apr 12 02:24:10 UTC 2011 - mrueckert@suse.de
- update to 3.2.8
see /usr/share/doc/packages/nsd/ChangeLog
-------------------------------------------------------------------
Wed Sep 1 16:29:48 UTC 2010 - suse-tux@gmx.de
- fixed build
-------------------------------------------------------------------
Mon Feb 1 19:51:54 UTC 2010 - mrueckert@suse.de
- use the pid when sending signnals to nsd
-------------------------------------------------------------------
Thu Mar 29 17:16:54 CEST 2007 - mrueckert@suse.de
- added pwdutils explicitly to the requires/buildrequires.
- add log file to the package
-------------------------------------------------------------------
Thu Mar 29 07:15:13 CEST 2007 - mrueckert@suse.de
- update to 3.0.5