diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2003-01-20 22:23:32 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2003-01-20 22:23:32 +0000 |
commit | 0c8109477da965402ccb97e07c0e8f83e8a7fa2f (patch) | |
tree | 32edeb6aa01534e497aaacdb5f569597999bc3b9 /usr.sbin/bind/README.OpenBSD | |
parent | 3611ae51a4fa38456ab27419723ebbbc59f3916c (diff) |
document our local changes
Diffstat (limited to 'usr.sbin/bind/README.OpenBSD')
-rw-r--r-- | usr.sbin/bind/README.OpenBSD | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.sbin/bind/README.OpenBSD b/usr.sbin/bind/README.OpenBSD new file mode 100644 index 00000000000..9a92dfa3a08 --- /dev/null +++ b/usr.sbin/bind/README.OpenBSD @@ -0,0 +1,13 @@ +$OpenBSD: README.OpenBSD,v 1.1 2003/01/20 22:23:31 jakob Exp $ + +- arc4random() support (integrated in 9.3.0-snapshot) +- call tzset before chroot +- open /dev/null before chroot +- 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 |