From 0c8109477da965402ccb97e07c0e8f83e8a7fa2f Mon Sep 17 00:00:00 2001 From: Jakob Schlyter Date: Mon, 20 Jan 2003 22:23:32 +0000 Subject: document our local changes --- usr.sbin/bind/README.OpenBSD | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 usr.sbin/bind/README.OpenBSD 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 -- cgit v1.2.3