summaryrefslogtreecommitdiff
path: root/usr.sbin/bind/README.OpenBSD
blob: d30a6c738fd3c60ae03f671cf6100cb5fd34a29e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$OpenBSD: README.OpenBSD,v 1.7 2004/03/24 07:59:07 deraadt Exp $

additional features

- call tzset before chroot
- open /dev/null before chroot
- write pid-file before chroot
- privilege separation for binding to privileged ports from within 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)
- add nslookup(8) manpage
- 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