summaryrefslogtreecommitdiff
path: root/usr.sbin/named/libresolv
AgeCommit message (Collapse)Author
2003-02-21remove bind4; ok deraadt@Jakob Schlyter
2002-11-14Sync 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-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
from jimpa@tla.se
2002-06-26correct bad practice in the code - it uses two changing variablesJun-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-26avoid 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-02-17Manual cleanup of remaining userland __P use (excluding packages maintained ↵Todd C. Miller
outside the tree)
2002-02-16Part 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.
2001-01-28BIND 4.9.8-REL mergeNiklas Hallqvist
2000-11-10revert, okay @aaronNiels Provos
2000-11-10seperate -> separate, okay aaron@Niels Provos
1998-05-22bind 4.9.7 + -u, -g, and -t from bind 8.1.2Todd C. Miller
1998-05-22bind 4.9.6, 4.9.7 comming soon.Todd C. Miller
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-12BIND 4.9.5-P1.Jason Downs
libresolv and include are required until the new resolver gets integrated into libc.