summaryrefslogtreecommitdiff
path: root/usr.sbin/named
AgeCommit message (Expand)Author
2002-08-03spell 'debugging' correctly with double 'g' (in comments)Peter Valchev
2002-07-31sync to libc calloc()Theo de Raadt
2002-07-30for the disabled DSTORAGE option, fix the local calloc() here in the same way...Theo de Raadt
2002-07-12fixing this program is nearly futile, but cloder@acm.org takes a shot at itTheo de Raadt
2002-07-08actual signals; seb@todesplanet.deTheo de Raadt
2002-07-01Add a call to tzset() so we don't need /etc/localtime in the chroot jail.Todd C. Miller
2002-06-27%d/%u mixupJun-ichiro itojun Hagino
2002-06-27boundary check in IPv4/v6 mapped address case (affects dig(1)).Jun-ichiro itojun Hagino
2002-06-26correct bad practice in the code - it uses two changing variablesJun-ichiro itojun Hagino
2002-06-26avoid remote buffer overrun on hostbuf[]. From: Joost Pol <joost@pine.nl>Jun-ichiro itojun Hagino
2002-06-09no \n for syslog(); ok deraadtPeter Valchev
2002-06-09More syslog \n whack. ok theoKjell Wooding
2002-06-09Whack \n in syslog. more to come. ok deraadt.Kjell Wooding
2002-06-08RFCs, not RFC's; Adrian KnothTodd C. Miller
2002-06-03compatiblity -> compatibilityTheo de Raadt
2002-06-01exit(1) not exit(-1)Theo de Raadt
2002-05-28pid_t wiht %ld and (long)Theo de Raadt
2002-05-11Add missing libraries to bsd.prog.mk (mostly kerberosV)Marc Espie
2002-04-29wierd -> weirdPeter Valchev
2002-04-06print the condition correctly; closes PR 2530. millert@ ok.Federico G. Schwindt
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-12xr to dig.Marc Espie
2001-11-29Use getifaddrs(3) instead of SIOCGIFCONF, SIOCGIFADDR, SIOCGIFNETMASK,Todd C. Miller
2001-10-24getopt(3) returns -1 when out of args, not EOF.Mike Pechkin
2001-09-18Document 'stub' directives; 71@becile.comTodd C. Miller
2001-08-24Remove references to non-existant stuffBruno Rohee
2001-08-02o) .Sh AUTHOR -> .Sh AUTHORS;Mike Pechkin
2001-05-18Typo; karma@altern.orgAaron Campbell
2001-01-30Forgotten version number updateNiklas Hallqvist
2001-01-28bad CVS, missed file in BIND 4.9.8-REL mergeNiklas Hallqvist
2001-01-28BIND 4.9.8-REL mergeNiklas Hallqvist
2000-12-31fix __m88k__ definitions.Steve Murphree
2000-11-10revert, okay @aaronNiels Provos
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-10-17Clean.Aaron Campbell
2000-08-18/etc/namedb/tmp -> /var/named/namedbBrad Smith
2000-08-02update other obsoleted rfcsNiels Provos
2000-08-02$HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zeroTodd C. Miller
2000-06-29oops, a typo got into thereTheo de Raadt
2000-06-29repair careless syslogging inside XSTATSTheo de Raadt
2000-04-17Move some misplaced periods outside of the parentheses.Aaron Campbell
2000-03-29addr(8) goes away, no man page, and uselessTheo de Raadt
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otherAaron Campbell
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
2000-03-04In Unix land we prefer "whitespace" to "white space" or "white-space". AtAaron Campbell
2000-02-01no need to extern int errno if errno.h is includedTheo de Raadt
1999-12-04avoid overflowTheo de Raadt
1999-07-09- remove all trailing whitespaceAaron Campbell
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell