diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2003-11-18 19:04:31 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2003-11-18 19:04:31 +0000 |
commit | f1d9dc4494cc88687c71713180fbd88fa12e42b5 (patch) | |
tree | 64cbe9022b1d3266bdb7864dc29d74246b9b9e9a | |
parent | f6241c5ba3ae8055c650385a74a5579cd9eea7f6 (diff) |
reorganize
-rw-r--r-- | usr.sbin/bind/README.OpenBSD | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/usr.sbin/bind/README.OpenBSD b/usr.sbin/bind/README.OpenBSD index 32818f019a2..ec4822d764f 100644 --- a/usr.sbin/bind/README.OpenBSD +++ b/usr.sbin/bind/README.OpenBSD @@ -1,17 +1,21 @@ -$OpenBSD: README.OpenBSD,v 1.5 2003/10/20 19:30:07 jakob Exp $ +$OpenBSD: README.OpenBSD,v 1.6 2003/11/18 19:04:30 jakob Exp $ + +additional features -- arc4random() support (integrated in 9.3.0-snapshot) - call tzset before chroot - open /dev/null before chroot +- write pid-file before chroot +- arc4random() support (integrated in 9.3.0-snapshot) - fall back to system default random device when running chroot - add LCG (Linear Congruential Generator) implementation to libisc - use LCG instead of LFSR for ID generation until LFSR is proven reliable - IPv{4,6} query transport selection for dig(1) -- fixed sha1.c to work around gcc optimization bug (sparc64) -- chroot to /var/named by default -- setuid to user named by default -- write pid-file before chroot - add nslookup(8) manpage -- listen to IPv6 interfaces by default - add support for SSHFP resource records - strlcpy/strlcat/snprintf fixes + +default parameter changes + +- chroot to /var/named by default +- setuid to user named by default +- listen to IPv6 interfaces by default |