Mark Andrews
7c61d798f5
1924. [port] libbind: hpux ia64 support. [RT #15473 ]
2005-10-11 00:10:16 +00:00
Mark Andrews
78f70e0b75
silence compiler warnings
2005-09-03 12:43:38 +00:00
Mark Andrews
41e16c59aa
sync w/ bind8
2005-07-28 06:54:10 +00:00
Rob Austein
ab023a6556
1851. [doc] Doxygen comment markup. [RT #11398 ]
2005-04-27 04:57:32 +00:00
Mark Andrews
867b33aa58
redo
...
1775. [bug] Only compile getnetent_r.c when threaded. [RT #13205 ]
2004-12-07 00:36:27 +00:00
Mark Andrews
a10ae59637
1775. [bug] Only compile getnetent_r.c when threaded. [RT #13205 ]
2004-12-06 21:56:57 +00:00
Mark Andrews
09ba9eaceb
1774. [port] Aix: Silence compiler warnings / build failures.
...
[RT #13154 ]
2004-11-30 01:12:52 +00:00
Mark Andrews
f8ea158366
silence compiler
2004-09-17 13:33:58 +00:00
Mark Andrews
49954c293c
pullup
...
1684. [port] 64 bit size_t issues / compiler warnings.
2004-09-16 00:56:12 +00:00
Mark Andrews
119056cca4
1682. [bug] gethostby*_r() implementations that copied the return
...
pointer got NULL returned on success.
2004-09-01 02:04:50 +00:00
Mark Andrews
bcaa5957ce
pullup:
...
1679. [bug] A bad length check was introduced by change #1661
in dns_ho.c.
2004-08-24 00:33:35 +00:00
Mark Andrews
5f3df6134c
1677. [bug] IN6_IS_ADDR_MC_NODELOCAL() addresses can also have
...
symbolic scope id's.
2004-08-17 05:50:13 +00:00
Mark Andrews
8418c435e6
pullup from bind 8:
...
1674. [bug] getaddrinfo() failed to set sin6_scope_id correctly
on some platforms.
2004-08-09 07:49:21 +00:00
Mark Andrews
be89b43c7c
1665. [port] getnameinfo() was broken on machines with 8 octet
...
longs.
2004-06-25 00:35:36 +00:00
Mark Andrews
b407caa0b5
pullup:
...
1661. [cleanup] indiscriminate use strlcat/strlcpy make auditing
harder.
2004-05-17 07:52:46 +00:00
Mark Andrews
ec13cdb55e
pullup:
...
decunix/ibm: gethostbyname_r() only supported a small number of addresses.
2004-04-22 03:32:33 +00:00
Mark Andrews
2e7f4872e3
decunix prototype mismatch
...
decunix silence compiler warning.
2004-04-13 04:57:08 +00:00
Mark Andrews
1676408640
pullup silence compiler fixes
...
ifconfig.sh for Solaris 9
README updates
2004-03-18 02:58:08 +00:00
Mark Andrews
a80cc8dfd9
update libbind to BIND 8.4.5
2004-03-09 06:30:18 +00:00
Mark Andrews
dafcb997e3
update copyright notice
2004-03-05 05:14:21 +00:00
Mark Andrews
7a857bdb68
1471. [bug] libbind: updated to BIND 8.4.0.
2003-06-03 04:39:35 +00:00
Mark Andrews
54532c5413
1339. [func] libbind: log attempts to exploit #1338 .
2002-06-28 06:12:42 +00:00
Mark Andrews
020f7361a4
1338. [bug] libbind: Remote buffer overrun.
2002-06-28 06:06:24 +00:00
Mark Andrews
e8fb857c20
consistant white space w/ BIND 8
2002-06-28 05:59:22 +00:00
Mark Andrews
446ff1959c
pullup from BIND 8
...
1336. [bug] libbind: gethostans() could get out of sync parsing
the response if there was a very long CNAME chain.
2002-06-28 05:00:55 +00:00
Mark Andrews
0b1af13f68
pullup:
...
1314. [func] libbind: no longer attempts bit string labels for
IPv6 reverse resolution. Try IP6.ARPA then IP6.INT
for nibble style resolution.
2002-06-03 00:34:58 +00:00
Mark Andrews
5fdea8467e
Define SETFAMILYFLAGS, tidy.
2002-05-27 07:54:35 +00:00
Mark Andrews
5b1627d469
1302. [port] libbind: hpux 11.11 interface scaning.
2002-05-24 06:52:39 +00:00
Mark Andrews
f82e386bfc
remove dead code
2002-02-27 04:05:02 +00:00
Mark Andrews
27269e9dd4
pullup from BIND 8:
...
1212. [port] libbind: 64k answer buffers were causing stack space
to be exceeded for certian OS. Use heap space instead.
2002-02-27 04:03:11 +00:00
Mark Andrews
84ef147b1f
pullup:
...
1210. [bug] libbind: getnameinfo() failed to lookup IPv4 mapped /
compatible addresses. [RT #2461 ]
2002-02-26 03:15:00 +00:00
Mark Andrews
986be654fe
pullup from BIND8:
...
1207. [bug] libbind: getaddrinfo() could call freeaddrinfo() with
an invalid pointer.
2002-02-19 03:45:07 +00:00
Mark Andrews
9ac8796f16
1152. [bug] libbind: read buffer overflows.
2001-11-30 01:19:02 +00:00
Andreas Gustafsson
3179bab5b8
extra text after #else
2001-11-15 01:58:28 +00:00
Mark Andrews
923de3bb9c
1094. [func] libbind: add support gcc's format string checking.
2001-11-01 04:21:15 +00:00
Mark Andrews
769cd7d5dd
1092. [bug] libbind: get*by*() failed to check if res_init() had
...
been called.
2001-11-01 04:03:40 +00:00
Mark Andrews
6bad645917
1091. [bug] libbind: misplaced va_end().
2001-11-01 04:00:57 +00:00
Mark Andrews
11931cc68d
1090. [bug] libbind: dns_ho.c:add_hostent() was not returning
...
the amount of memory consumed resulting in garbage
address being returned. Alignment calculations were
wasting space. We wern't suppressing duplicate
addresses.
2001-11-01 03:55:57 +00:00
Mark Andrews
137a1f98e3
1084. [cleanup] libbind: gai_strerror() re-written.
2001-11-01 00:30:41 +00:00
Mark Andrews
8e6813696a
support running configure in a directory other than the source directory
2001-08-09 05:59:58 +00:00
Mark Andrews
47dfc702de
glibc getserv*_r()
2001-07-16 14:43:40 +00:00
Mark Andrews
101e6adfe0
glibc getproto*_r()
2001-07-16 08:37:45 +00:00
Mark Andrews
16b5ecc6f3
glibc getnet*_r()
2001-07-16 08:05:20 +00:00
Mark Andrews
6cf48dea49
glibc's gethost*_r() is different to anyone elses.
2001-07-16 04:23:00 +00:00
Mark Andrews
bd12be6e88
spelling
2001-07-15 23:29:48 +00:00
Mark Andrews
9565793aed
pullup BIND 8.
...
1239. [bug] call res_ndestroy() in net_data_destroy().
2001-07-04 08:10:23 +00:00
Mark Andrews
60d17e54ea
singed/unsigned
2001-07-04 04:51:05 +00:00
Mark Andrews
5a20525ef3
unreachable statement
2001-07-03 07:53:36 +00:00
Mark Andrews
265c5051d7
cp was being assign from the wrong pointer
2001-07-03 06:47:32 +00:00
Mark Andrews
d4e535315d
pullup from BIND 8:
...
1237. [bug] buffer overrun, access mode read.
2001-07-02 00:44:50 +00:00