summaryrefslogtreecommitdiff
path: root/usr.sbin/bind
AgeCommit message (Expand)Author
2001-12-12Set NOxxx= before <bsd.own.mk> is pulled in (even indirectly).lukem
2001-12-12MKfoo=no -> NOfootv
2001-12-09Don't set $ROFF as the default from bsd.doc.mk is the same thing. This wayjmc
2001-05-27disable DNSSEC build, for two reasons. (1) restrictive licenseitojun
2001-05-27put -NOESW to version number if MKCRYPTO != yes, to sync better with originalitojun
2001-05-17upgrade to 8.2.4.itojun
2001-02-11use version identification same as ISC's.itojun
2001-02-11link named-xfer statically, to make building chroot-ed named cages much easierlukem
2001-01-28for sha.o target, use decl very similar to bsd.lib.mkitojun
2001-01-28Disable optimization when compiling sha.c.martin
2001-01-27enable DNSSEC code (using -DDNSSAFE) if MKCRYPTO=yesitojun
2001-01-27update $VERitojun
2001-01-27upgrade to BIND 8.2.3. the upgrade is critical (security fixes).itojun
2001-01-11Use PRINTOBJDIR.enami
2001-01-09convert to using .WAITlukem
2001-01-07Use PRINTOBJDIR.enami
2000-11-13This is now 8.2.2-P7, so update VER.tv
2000-11-10synchronize with BIND 8.2.2-P7.itojun
2000-10-23Needed bsd.own.mk before MKDOC gets defined. subdir picks it up too latejmc
2000-10-22Only descend into the doc directory if ${MKDOC} != no.simonb
2000-10-11More format string cleanups by sommerfeld.is
2000-08-14use libc inet_addr(3). fixes part of PR#10651mrg
2000-07-04More #include <stdlib.h> string, etc. cleanupmatt
2000-05-06Revert away from automatically generating port_ipv6.h, and installhe
2000-04-28add bind operators guide into share/doc/smm/10.named. PR 9996.itojun
2000-03-01do not try to use BIND4 code in libc.itojun
2000-01-23More .mk file fallout. *sigh*mycroft
1999-12-24Add CPPFLAGS so this can be cross compiled.garbled
1999-11-30Backout the last change.veego
1999-11-30ndc is now a binary so we don't need the 'exec' anymore.veego
1999-11-30Bugfix: deal with ${CC} containing spaces.sommerfeld
1999-11-28Use the libc md5 function.veego
1999-11-28Remove commented lines which are not used here.veego
1999-11-28Install named.conf again into /usr/share/examples/named.veego
1999-11-21Add the missing all-named-xfer all-ndc: all-named target.veego
1999-11-21s/make/${MAKE}/itojun
1999-11-21use print-objdir instead.itojun
1999-11-21fix compilation of named-xfer and ndc, when you do "make obj" (includingitojun
1999-11-20Ups, remove the LDSTATIC which was only there for tests.veego
1999-11-20Use the bind source from basesrc/dist/bind.veego
1999-11-19fix MKSHARE=nomrg
1999-10-08s/ the the / the /msaitoh
1999-09-23Replace place holders (e.g. "@CMD_EXT@") with correct values for NetBSD.tron
1999-08-07fix dig and nslookup.itojun
1999-07-20Remap "_res" to "bind_res" to fix link warnings on ELF systems.tron
1999-07-19Install "named.conf" to "/usr/share/examples/named".tron
1999-07-19bind comes with a very helpful sample named.conf, so install it inabs
1999-07-12Remove unnecessary "${.CURDIR}/../nslookup" from ".PATH" target.tron
1999-06-30s/getaddrinfo/get_addrinfo/, to avoid function name conflict withitojun
1999-03-30Missing .El.ross