diff options
-rw-r--r-- | KNOWN_ISSUES | 16 | ||||
-rw-r--r-- | samples/Makefile.am | 8 | ||||
-rw-r--r-- | samples/Makefile.in | 8 | ||||
-rw-r--r-- | src/knotc.8 | 6 | ||||
-rw-r--r-- | src/knotd.8 | 6 |
5 files changed, 19 insertions, 25 deletions
diff --git a/KNOWN_ISSUES b/KNOWN_ISSUES index 85bb088..02faaa7 100644 --- a/KNOWN_ISSUES +++ b/KNOWN_ISSUES @@ -4,22 +4,16 @@ Features not supported Here is a list of the most notable features that are not supported in the current version of Knot. -* IXFR -* Dynamic updates * TSIG -* Slave functionality (AXFR-in). +* NSID (RFC5001) * RRSet rotation -* Root zone (Knot cannot serve the root zone) +* Root zone support * Other DNS classes than IN (CH, CS, HS) * Unknown RR types (types in form TYPE1234) - +* Dynamic updates Known bugs ========== -* Certain malformed packets cause the server to crash. -* Some actions may not be fully thread-safe (e.g. removing expired zone). -* If some hashed domain name (NSEC3) contains other data than NSEC3 and RRSIG, - queries for this data will not be responded well (always answers NXDOMAIN). -* Server fails to quit properly on some systems. - +* Few minor bugs +* IXFR code might be flaky sometimes diff --git a/samples/Makefile.am b/samples/Makefile.am index 5ac505b..f9aa616 100644 --- a/samples/Makefile.am +++ b/samples/Makefile.am @@ -15,10 +15,10 @@ knot.sample.conf: Makefile knot.sample.conf: knot.sample.conf.in install-data-local: knot.sample.conf - [ -d $(sysconfdir) ] || \ - $(INSTALL) -d $(sysconfdir) - [ -f $(sysconfdir)/knot.sample.conf ] || \ - $(INSTALL_DATA) knot.sample.conf example.com.zone $(sysconfdir) + [ -d $(DESTDIR)/$(sysconfdir) ] || \ + $(INSTALL) -d $(DESTDIR)/$(sysconfdir) + [ -f $(DESTDIR)/$(sysconfdir)/knot.sample.conf ] || \ + $(INSTALL_DATA) knot.sample.conf example.com.zone $(DESTDIR)/$(sysconfdir) clean-local: rm -f knot.sample.conf diff --git a/samples/Makefile.in b/samples/Makefile.in index a992c4c..42f861e 100644 --- a/samples/Makefile.in +++ b/samples/Makefile.in @@ -372,10 +372,10 @@ knot.sample.conf: Makefile knot.sample.conf: knot.sample.conf.in install-data-local: knot.sample.conf - [ -d $(sysconfdir) ] || \ - $(INSTALL) -d $(sysconfdir) - [ -f $(sysconfdir)/knot.sample.conf ] || \ - $(INSTALL_DATA) knot.sample.conf example.com.zone $(sysconfdir) + [ -d $(DESTDIR)/$(sysconfdir) ] || \ + $(INSTALL) -d $(DESTDIR)/$(sysconfdir) + [ -f $(DESTDIR)/$(sysconfdir)/knot.sample.conf ] || \ + $(INSTALL_DATA) knot.sample.conf example.com.zone $(DESTDIR)/$(sysconfdir) clean-local: rm -f knot.sample.conf diff --git a/src/knotc.8 b/src/knotc.8 index f2e7e40..b61bfd3 100644 --- a/src/knotc.8 +++ b/src/knotc.8 @@ -1,7 +1,7 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.4. -.TH KNOT "1" "November 2011" "Knot DNS, version 0.8" "User Commands" +.TH knotc "8" "November 2011" "CZ.NIC Labs" "Knot DNS, version 0.8" .SH NAME -Knot \- manual page for Knot DNS, version 0.8 +.B knot +\- Knot DNS control utility .SH SYNOPSIS .B knotc [\fIparameters\fR] \fIstart|stop|restart|reload|running|compile\fR diff --git a/src/knotd.8 b/src/knotd.8 index 3275e9b..df4b264 100644 --- a/src/knotd.8 +++ b/src/knotd.8 @@ -1,7 +1,7 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.4. -.TH KNOT "1" "November 2011" "Knot DNS, version 0.8" "User Commands" +.TH "knotd" "8" "November 2011" "CZ.NIC Labs" "Knot DNS, version 0.8" .SH NAME -Knot \- manual page for Knot DNS, version 0.8 +.B knotd +\- Knot DNS daemon .SH SYNOPSIS .B knotd [\fIparameters\fR] |