summaryrefslogtreecommitdiff
path: root/usr.sbin/named
AgeCommit message (Collapse)Author
1998-09-10overzealous cut-and-paste by me a week agoTheo de Raadt
1998-09-06More man page fixes. Spelling, grammar, some typos. Lots of double-wordAaron Campbell
occurrences squashed as well.
1998-09-03buf overlookTheo de Raadt
1998-08-31more paranoiaTheo de Raadt
1998-08-30buckets of scanf overflowsTheo de Raadt
1998-08-16fix realloc memory leaksTodd C. Miller
1998-08-14bootfile, PidFile, NamedXfer should be absolute paths in the chroot'd case; ↵Todd C. Miller
niklas@openbsd.org
1998-07-24Man pages Xrefs.Marc Espie
1998-07-07make 'ndc start' use the values of named_flags, named_user, and named_chroot ↵Todd C. Miller
from /etc/rc.conf; based on a patch from ibo@ragnarok.val-axs.net
1998-06-25Kill SORT_RESPONSE. Die! Die! Die!Jason Downs
1998-06-23Fix snprintf return value usage.Todd C. Miller
1998-06-20Handle case where rc.conf exists but has no named_chroot.Jason Downs
1998-06-15use Bx macro for BSD versionsMichael Shalayeff
1998-06-03snarf named_chroot out of rc.conf instead of using hard-coded chroot dirTodd C. Miller
1998-06-02don't define _PATH_TMPDIR as nothing uses it anymoreTodd C. Miller
1998-05-31fix pathsTodd C. Miller
1998-05-31update pathsTodd C. Miller
1998-05-24add missing #endif, magnus stahre <ms@xy.org>Todd C. Miller
1998-05-23make default location of named.boot and named-xfer /var/namedTodd C. Miller
1998-05-23support for easy chroot'ing to /var/named and install named-xfer in ↵Todd C. Miller
/var/named as a static binary
1998-05-23make 'ndc status' work for non-rootTodd C. Miller
1998-05-22stash argv in pid file like sendmail does so we can restart w/ args. also ↵Todd C. Miller
make ndc work even if ps does not.
1998-05-22bind 4.9.7 + -u, -g, and -t from bind 8.1.2Todd C. Miller
1998-05-22somehow this got lost from the last commitTodd C. Miller
1998-05-22bog.ps is generatedTodd C. Miller
1998-05-22updated bind docsTodd C. Miller
1998-05-22updated bind docsTodd C. Miller
1998-05-22updated bind docsTodd C. Miller
1998-05-22docs for named 4.9.5-4.9.7Todd C. Miller
1998-05-22install doc/bogTodd C. Miller
1998-05-22bind 4.9.6, 4.9.7 comming soon.Todd C. Miller
1998-05-21update to bind 4.9.6 version, will update to 4.9.7 soonTodd C. Miller
1998-04-25main returns int, not voidDavid Leonard
1998-04-18support lots of file descriptors; downsjTheo de Raadt
1998-03-31fix fake-iqueryTheo de Raadt
1998-03-20Aliases...Angelos D. Keromytis
1998-03-16.NdDavid Leonard
1998-03-09<deraadt> Almost wasting your time fixing named man pages.David Leonard
1998-02-22#define DEBUGTheo de Raadt
1998-02-03s/@CMD_EXT_U@/1Todd C. Miller
1997-09-21$OpenBSD$Theo de Raadt
1997-07-30add backslash missing from ENTER() macrokstailey
1997-07-21Begone, compilation warnings.Angelos D. Keromytis
1997-07-03fix typos; msaitoh@spa.is.uec.ac.jpTheo de Raadt
1997-06-16do not modify argv[] stringsTheo de Raadt
1997-06-12s/var/etc/Jason Downs
1997-06-10use /etc/namedb/tmp/ for storage, until we merge some 8.1 derivativeTheo de Raadt
1997-05-07Disable "version.bind" hack since it makes mass info gatheringTodd C. Miller
attacks trivial.
1997-04-27buf oflow paranoiaTheo de Raadt
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.