summaryrefslogtreecommitdiff
path: root/usr.sbin/named
AgeCommit message (Collapse)Author
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.
1997-04-14fix the indentationTheo de Raadt
1997-04-13use special random number generator to create less predictable and nonNiels Provos
repeating ids over a long period. Avoids reuse by switching between two distinct cycles. Reported by Ivan Arce <iarce@fuzzy.uba.ar> and Emiliano Kargieman <emi@fuzzy.uba.ar>.
1997-04-13use res_random.c for idsNiels Provos
1997-04-06Cast pointer to u_long, not u_int32_t (which is too small on alpha)Todd C. Miller
1997-04-04blow away source routed socketsTheo de Raadt
1997-03-14Switch to linking with the resolver in libc.Jason Downs
Pull a few of our changes into this resolver; don't delete it yet. I'm not entirely sure it should be deleted, simply because of the baseline it provides against our massivelt modified libc resolver.
1997-03-13Do obj dir correctly.Jason Downs
1997-03-12I'm much too tired.Jason Downs
1997-03-12Remove %INDOT%.Jason Downs