blob: 2b5d8ae46a739374adcc20c9cdb9773c37a6969c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$OpenBSD: README.OpenBSD,v 1.8 2004/09/28 17:14:01 jakob Exp $
additional features
- write pid-file before chroot
- privilege separation for binding to privileged ports from within chroot
- add LCG (Linear Congruential Generator) implementation to libisc
- use LCG instead of LFSR for ID generation until LFSR is proven reliable
- 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
|