Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-01-24 | ndc doesn't start named if named_flags=NO in /etc/rc.conf | Mike Pechkin | |
Fix it. millert@ ok | |||
2003-01-03 | Fix BE64 bug with (time_t *)&timeval.tv_sec; from Rob Seastrom | Jason Wright | |
2002-12-01 | Add ndc(8). | margarida | |
Closes PR 3004. fgsch@ ok | |||
2002-11-14 | Create our own version.c instead of snurking it out of ../named/obj | Todd C. Miller | |
2002-11-14 | search in obj dir for version.c. OK pval. | Marco S Hyman | |
2002-11-14 | version.c should be generated from Version.c and ${VER} | Todd C. Miller | |
It makes no sense to keep a generated version in the tree that needs to be updated each time; OK pvalchev@ | |||
2002-11-14 | Sync with bind-4.9.11-REL; fixes the problems listed in: | Todd C. Miller | |
http://www.isc.org/products/BIND/bind-security.html including a buffer overflow that could lead to remote code execution. | |||
2002-11-02 | Actually, this is bind 4.9.9-REL | Todd C. Miller | |
2002-10-25 | %ul -> %lu | Camiel Dobbelaar | |
ok millert@ | |||
2002-09-18 | fix Xr refs; frisco@blackant.net | Theo de Raadt | |
2002-09-12 | Eliminate the need for /dev/null in the chroot jail by opening it | Todd C. Miller | |
before the chroot(2); deraadt@ OK | |||
2002-09-06 | socklen_t; henning ok | Theo de Raadt | |
2002-09-06 | socklen_t | Theo de Raadt | |
2002-08-03 | spell 'debugging' correctly with double 'g' (in comments) | Peter Valchev | |
2002-07-31 | sync to libc calloc() | Theo de Raadt | |
2002-07-30 | for the disabled DSTORAGE option, fix the local calloc() here in the same ↵ | Theo de Raadt | |
way as libc; eugene@securityarchitects.com | |||
2002-07-12 | fixing this program is nearly futile, but cloder@acm.org takes a shot at it | Theo de Raadt | |
2002-07-08 | actual signals; seb@todesplanet.de | Theo de Raadt | |
2002-07-01 | Add a call to tzset() so we don't need /etc/localtime in the chroot jail. | Todd C. Miller | |
2002-06-27 | %d/%u mixup | Jun-ichiro itojun Hagino | |
2002-06-27 | boundary check in IPv4/v6 mapped address case (affects dig(1)). | Jun-ichiro itojun Hagino | |
from jimpa@tla.se | |||
2002-06-26 | correct bad practice in the code - it uses two changing variables | Jun-ichiro itojun Hagino | |
to manage buffer (buf and buflen). we eliminate buflen and use fixed point (ep) as the ending pointer. this fix is NOT critical. | |||
2002-06-26 | avoid remote buffer overrun on hostbuf[]. From: Joost Pol <joost@pine.nl> | Jun-ichiro itojun Hagino | |
correct bad practice in the code - it uses two changing variables to manage buffer (buf and buflen). we eliminate buflen and use fixed point (ep) as the ending pointer. this fix is critical. | |||
2002-06-09 | no \n for syslog(); ok deraadt | Peter Valchev | |
2002-06-09 | More syslog \n whack. ok theo | Kjell Wooding | |
2002-06-09 | Whack \n in syslog. more to come. ok deraadt. | Kjell Wooding | |
2002-06-08 | RFCs, not RFC's; Adrian Knoth | Todd C. Miller | |
2002-06-03 | compatiblity -> compatibility | Theo de Raadt | |
decriptor -> descriptor authentciated -> authenticated transmition -> transmission | |||
2002-06-01 | exit(1) not exit(-1) | Theo de Raadt | |
2002-05-28 | pid_t wiht %ld and (long) | Theo de Raadt | |
2002-05-11 | Add missing libraries to bsd.prog.mk (mostly kerberosV) | Marc Espie | |
Use them in DPADD throughout the tree. Fix a few mispells (LIBMATH -> LIBM...) Wipe obsolete lib (LIBRESOLV) Sort added missing libraries, move obsolete stuff apart. Synch documentation in bsd.README ok deraadt@ | |||
2002-04-29 | wierd -> weird | Peter Valchev | |
2002-04-06 | print the condition correctly; closes PR 2530. millert@ ok. | Federico G. Schwindt | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-01-12 | xr to dig. | Marc Espie | |
2001-11-29 | Use getifaddrs(3) instead of SIOCGIFCONF, SIOCGIFADDR, SIOCGIFNETMASK, | Todd C. Miller | |
and SIOCGIFFLAGS ioctl()s. Fixes an alignment bug on alpha with a certain number of network interfaces (and simplifies the code tremendously). Based on a patch from Chris Jepeway. | |||
2001-10-24 | getopt(3) returns -1 when out of args, not EOF. | Mike Pechkin | |
millert@ ok | |||
2001-09-18 | Document 'stub' directives; 71@becile.com | Todd C. Miller | |
2001-08-24 | Remove references to non-existant stuff | Bruno Rohee | |
Reference some interresting stuff Standardize a little, but it's not mdoc | |||
2001-08-02 | o) .Sh AUTHOR -> .Sh AUTHORS; | Mike Pechkin | |
o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok | |||
2001-05-18 | Typo; karma@altern.org | Aaron Campbell | |
2001-01-30 | Forgotten version number update | Niklas Hallqvist | |
2001-01-28 | bad CVS, missed file in BIND 4.9.8-REL merge | Niklas Hallqvist | |
2001-01-28 | BIND 4.9.8-REL merge | Niklas Hallqvist | |
2000-12-31 | fix __m88k__ definitions. | Steve Murphree | |
2000-11-10 | revert, okay @aaron | Niels Provos | |
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos | |
2000-10-17 | Clean. | Aaron Campbell | |
2000-08-18 | /etc/namedb/tmp -> /var/named/namedb | Brad Smith | |