Mark Andrews
9ac8796f16
1152. [bug] libbind: read buffer overflows.
2001-11-30 01:19:02 +00:00
Andreas Gustafsson
eacbf2cc01
pullup:
...
shutup bogus ambiguous else compiler warning.
2001-11-27 23:21:56 +00:00
Mark Andrews
6737b6ebf0
shutup bogus ambiguous else compiler warning.
2001-11-27 22:53:55 +00:00
Mark Andrews
913e3def6d
pullup:
...
extra text after #else
2001-11-15 06:21:38 +00:00
Andreas Gustafsson
3179bab5b8
extra text after #else
2001-11-15 01:58:28 +00:00
Andreas Gustafsson
ca08f931b9
regenerated
2001-11-05 21:36:27 +00:00
Andreas Gustafsson
569b52d136
don't try to insert the nonexistent file lib/bind/COPYRIGHT into configure.in
2001-11-05 21:34:51 +00:00
Andreas Gustafsson
e81b4c677b
regenerated
2001-11-05 21:28:35 +00:00
Andreas Gustafsson
8dda8ff186
pullup:
...
1087. [bug] libbind: struct __res_state to large on 64 bit arch.
(including later fix known as change 1284 in BIND 8)
2001-11-03 00:21:34 +00:00
Mark Andrews
50c7ddaa5e
pullup from BIND 8.3:
...
1284. [bug] struct __res_state was still broken after #1265 .
2001-11-02 23:23:34 +00:00
Andreas Gustafsson
7c6f960a20
remove empty line
2001-11-02 22:31:38 +00:00
Andreas Gustafsson
75c43836c1
removed empty line as an excuse for making
...
another commit so that I can note that the commit message
of the previous commit should have been:
pullup:
silence compiler the same way
2001-11-02 22:31:14 +00:00
Andreas Gustafsson
7752f1112e
pullup:
...
CHANGES lib/bind/dst/dst_api.c lib/bind/dst/support.c
trebuchet ~/9.2 $ cvs commit -mpullup:
2001-11-02 22:26:21 +00:00
Andreas Gustafsson
148fd45777
pullup:
...
1100. [bug] libbind: DNSSEC key ids were computed incorrectly.
2001-11-02 22:25:29 +00:00
Andreas Gustafsson
c7443ec439
pullup:
...
1099. [cleanup] libbind: defining REPORT_ERRORS in lib/bind/dst caused
compile time errors.
2001-11-02 21:38:18 +00:00
Andreas Gustafsson
2f65d19e93
pullup:
...
1098. [bug] libbind: HMAC-MD5 key files are now mode 0600.
2001-11-02 21:35:30 +00:00
Andreas Gustafsson
6cb735c864
pullup:
...
spelling and order
2001-11-02 21:32:52 +00:00
Andreas Gustafsson
ad7a535899
pullup:
...
1093. [doc] libbind: miscellaneous nroff fixes.
2001-11-02 21:06:16 +00:00
Andreas Gustafsson
84189fe5ad
pullup:
...
1092. [bug] libbind: get*by*() failed to check if res_init() had
been called.
2001-11-02 20:55:24 +00:00
Andreas Gustafsson
b15ba3f20d
pullup:
...
1091. [bug] libbind: misplaced va_end().
2001-11-02 20:45:32 +00:00
Andreas Gustafsson
a3a89d7c36
pullup:
...
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-02 20:35:28 +00:00
Andreas Gustafsson
6c87ddb75d
pullup:
...
1088. [port] libbind: MPE/iX C.70 (incomplete)
2001-11-02 20:12:58 +00:00
Andreas Gustafsson
aa224791dd
pullup:
...
1086. [port] libbind: sunos: old sprintf.
2001-11-02 17:56:07 +00:00
Andreas Gustafsson
cad0e68589
pullup:
...
1085. [port] libbind: solaris: sys_nerr and sys_errlist do not
exist when compiling in 64 bit mode.
2001-11-02 17:45:31 +00:00
Andreas Gustafsson
50d93bb5f8
pullup:
...
1084. [cleanup] libbind: gai_strerror() rewritten.
2001-11-01 19:00:47 +00:00
Mark Andrews
9d34aaa2bd
silence compiler the same way
2001-11-01 07:15:28 +00:00
Mark Andrews
f3e4c3d6c5
1100. [bug] libbind: DNSSEC key ids were computed incorrectly.
2001-11-01 06:51:25 +00:00
Mark Andrews
6fb633bc3f
1099. [cleanup] libbind: defining REPORT_ERRORS in lib/bind/dst caused
...
compile time errors.
2001-11-01 06:24:39 +00:00
Mark Andrews
ca033e166c
1098. [bug] libbind: HMAC-MD5 key files are now mode 0600.
2001-11-01 06:11:43 +00:00
Mark Andrews
ca6cee1837
gettimeofday.h is no longer require (prototype in port_after.h).
2001-11-01 05:50:19 +00:00
Mark Andrews
c82af3a7f1
1094. [func] libbind: add support gcc's format string checking.
2001-11-01 05:15:27 +00:00
Mark Andrews
e82a62f172
spelling and order
2001-11-01 05:09:41 +00:00
Mark Andrews
f9321a16fb
1096. [func] libbind: RES_PRF_TRUNC for dig.
2001-11-01 05:07:54 +00:00
Mark Andrews
c8bedec446
1096. [func] libbind: "DNSSEC OK" (DO) support.
2001-11-01 04:59:18 +00:00
Mark Andrews
7a104af70f
1095. [func] libbind: resolver option: no-tld-query. disables
...
trying unqualified as a tld. no_tld_query is also
supported for FreeBSD compatability.
2001-11-01 04:51:00 +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
2359261a25
1093. [doc] libbind: miscellaneous nroff fixes.
2001-11-01 04:06:38 +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
d91d025def
1089. [func] libbind: inet_{cidr,net}_{pton,ntop}() now have IPv6
...
support.
2001-11-01 03:52:16 +00:00
Mark Andrews
985b4f1c86
1088. [port] libbind: MPE/iX C.70 (incomplete)
2001-11-01 03:49:00 +00:00
Mark Andrews
1d556695ef
1087. [bug] libbind: struct __res_state to large on 64 bit arch.
2001-11-01 03:37:18 +00:00
Mark Andrews
e9ca87459a
1086. [port] libbind: sunos: old sprintf.
2001-11-01 00:57:49 +00:00
Mark Andrews
4b711da3c2
regen
2001-11-01 00:49:46 +00:00
Mark Andrews
ca690f9802
1085. [port] libbind: solaris: sys_nerr and sys_errlist do not
...
exist when compiling in 64 bit mode.
2001-11-01 00:48:05 +00:00
Mark Andrews
137a1f98e3
1084. [cleanup] libbind: gai_strerror() re-written.
2001-11-01 00:30:41 +00:00
Andreas Gustafsson
0ae6a5f852
pullup:
...
1063. [bug] libbind: "make install" was failing on IRIX.
(lib/bind/port/irix/include/paths.h was pulled up by tagging)
2001-10-22 17:00:49 +00:00
Mark Andrews
ea7b38cd1e
1063. [bug] libbind: irix "make install" was failing.
2001-10-22 00:40:47 +00:00
Mark Andrews
31e12a627d
add
2001-10-22 00:32:56 +00:00
Andreas Gustafsson
96bc10707a
pullup:
...
on plaforms with no gettimeofday(), use struct _TIMEZONE instead of
struct timezone
2001-10-09 00:51:07 +00:00
Andreas Gustafsson
c7302ffd98
pullup:
...
1031. [bug] libbind.a: isc__gettimeofday() infinite recursion.
[RT #1858 ]
2001-10-08 18:10:57 +00:00
Mark Andrews
f08782f092
1031. [bug] libbind.a: isc__gettimeofday() infinite recursion.
...
[RT #1858 ]
2001-10-08 00:33:45 +00:00
Bob Halley
8db00cd940
add
2001-10-05 20:57:24 +00:00
Bob Halley
e83e8e7734
libtool is generated
2001-09-29 19:58:52 +00:00
Mark Andrews
c2bc56dc65
Move configuration checking to libbind9.
2001-09-20 15:17:07 +00:00
cvs2git
92e662f530
This commit was manufactured by cvs2git to create branch 'v9_3'.
2001-08-30 04:33:22 +00:00
Andreas Gustafsson
fba21fcab9
regenerated
2001-08-27 18:53:29 +00:00
Andreas Gustafsson
b495fd2992
each AC_MSG_CHECKING should be balanced with an
...
AC_MSG_RESULT
2001-08-27 18:52:59 +00:00
Mark Andrews
9b30c8e8f0
regen
2001-08-20 07:47:05 +00:00
Mark Andrews
e22dca2a9a
962. [bug] libbind: bad "#undef", don't attempt to install
...
non-existant nlist.h. [RT #1640 ]
2001-08-20 07:44:53 +00:00
Mark Andrews
d7728fcf85
add nlist.h
2001-08-20 07:29:47 +00:00
Mark Andrews
a28db387fc
full copyrights
2001-08-09 06:15:34 +00:00
Mark Andrews
2861ab6188
regen
2001-08-09 06:09:30 +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
90228beed3
regen
2001-07-23 07:03:10 +00:00
Mark Andrews
af898946e4
osf 4.0 support
2001-07-23 07:02:48 +00:00
Mark Andrews
3ef9b0c10f
regen
2001-07-23 05:22:22 +00:00
Mark Andrews
a1a421899e
BSDI 4.2 support [RT #1529 ]
2001-07-23 05:21:56 +00:00
Mark Andrews
06596f0ec7
wrog prototype for getnetbyaddr_r under glibc
2001-07-23 00:48:51 +00:00
Mark Andrews
75b3a86c57
regen
2001-07-23 00:05:04 +00:00
Mark Andrews
ab35bf14bd
osf getnetent_r changes
2001-07-23 00:04:28 +00:00
Mark Andrews
4bec81d388
regen
2001-07-20 11:06:19 +00:00
Mark Andrews
2da0b7dfbd
942. [port] libbind: GETNETBYADDR_ADDR_T was not correctly
...
defined on some platforms.
2001-07-20 11:06:05 +00:00
Mark Andrews
964a14ad23
regen
2001-07-18 05:50:18 +00:00
Mark Andrews
f24920422d
we don't need to know about rlim_t
2001-07-18 05:49:13 +00:00
Mark Andrews
9c1a4265ad
regen
2001-07-18 05:42:07 +00:00
Mark Andrews
51bb20b0d7
report the results of "checking for socket length type..."
2001-07-18 05:40:52 +00:00
Mark Andrews
29493eee3d
paths.h
2001-07-18 05:13:27 +00:00
Brian Wellington
8b8812c41d
regen
2001-07-17 22:29:27 +00:00
Brian Wellington
5aaf43590f
lib/bind doesn't actually use linux/capability.h or sys/prctl.h
2001-07-17 22:29:16 +00:00
Mark Andrews
ac1f768061
regen
2001-07-16 14:43:49 +00:00
Mark Andrews
47dfc702de
glibc getserv*_r()
2001-07-16 14:43:40 +00:00
Mark Andrews
e88c4a4917
regen
2001-07-16 08:38:06 +00:00
Mark Andrews
101e6adfe0
glibc getproto*_r()
2001-07-16 08:37:45 +00:00
Mark Andrews
fd61f111a8
regen
2001-07-16 08:05:43 +00:00
Mark Andrews
16b5ecc6f3
glibc getnet*_r()
2001-07-16 08:05:20 +00:00
Mark Andrews
acee1ae35c
glibc prototypes
2001-07-16 05:23:28 +00:00
Mark Andrews
7c7c717788
HOST_R_SETANSWER
2001-07-16 05:17:13 +00:00
Mark Andrews
8c8d889d10
glibc prototypes for gethost*_r().
2001-07-16 05:16:33 +00:00
Mark Andrews
5deaff6621
regen
2001-07-16 05:02:58 +00:00
Mark Andrews
3024819c2e
int -> size_t
2001-07-16 05:01:27 +00:00
Mark Andrews
692d2a9c7e
regen
2001-07-16 04:55:31 +00:00
Mark Andrews
4ccd54f3af
in
2001-07-16 04:54:23 +00:00
Mark Andrews
42f476472a
regen
2001-07-16 04:24:38 +00:00
Mark Andrews
6cf48dea49
glibc's gethost*_r() is different to anyone elses.
2001-07-16 04:23:00 +00:00
Mark Andrews
f73c8fffee
pullup from BIND 8:
...
1242. [bug] inet_pton() failed to reject octal input.
2001-07-16 03:31:45 +00:00
Mark Andrews
bd12be6e88
spelling
2001-07-15 23:29:48 +00:00
Mark Andrews
9ec26a1862
regen
2001-07-15 22:23:13 +00:00
Mark Andrews
159b83ff18
unixware [RT #1496 ]
2001-07-15 22:20:43 +00:00
Mark Andrews
5c2551db52
regen
2001-07-14 23:16:50 +00:00
Mark Andrews
47d48791fc
933. [bug] configure failed doing libbind on platforms not
...
supported by BIND 8. [RT #1496 ]
2001-07-14 23:14:09 +00:00
Mark Andrews
0792e396ea
regen
2001-07-13 02:46:21 +00:00
Mark Andrews
5e68d98eff
add libtool support to libbind [RT #1491 ]
2001-07-13 02:38:28 +00:00
Mark Andrews
de18d9daa6
regen
2001-07-09 07:35:03 +00:00
Mark Andrews
752b0c0fa7
install as ${prefix}/bind/*. [RT #1472 ]
2001-07-09 07:33:11 +00:00
Andreas Gustafsson
886db6ade3
make install failed in lib/bind/include due to lack of a mkinstalldirs script
...
in lib/bind
2001-07-06 22:23:42 +00:00
Mark Andrews
221a206115
IN6_IS_ADDR_V4COMPAT and IN6_IS_ADDR_V4MAPPED are also broken in glibc 2.1
2001-07-06 07:25:51 +00:00
Mark Andrews
f5af89cdee
IN6_ARE_ADDR_EQUAL and IN6_IS_ADDR_UNSPECIFIED are broken in glibc 2.1
2001-07-06 06:13:19 +00:00
Brian Wellington
b6d5ee2fb2
ignore lib/bind/timestamp and lib/bind/port/*/include/Makefile
2001-07-05 18:50:39 +00:00
Mark Andrews
c8366d92f7
add port_before.h/port_after.h
2001-07-05 06:18:43 +00:00
Mark Andrews
3b8c76cb25
regen
2001-07-05 06:13:15 +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
e598df739d
Add getnetgrent_r.c prototype
2001-07-04 05:32:42 +00:00
Mark Andrews
93373a8c3c
silence broken IN6ADDR_{ANY,LOOPBACK}_INIT macros
2001-07-04 05:18:12 +00:00
Mark Andrews
60d17e54ea
singed/unsigned
2001-07-04 04:51:05 +00:00
Mark Andrews
567fb9c5e7
silence __sputaux
2001-07-04 03:48:43 +00:00
Mark Andrews
2ef189c6d7
missed one
2001-07-03 13:44:53 +00:00
Mark Andrews
7cbf7d6613
nsprom() was unused.
2001-07-03 08:11:51 +00:00
Mark Andrews
5a20525ef3
unreachable statement
2001-07-03 07:53:36 +00:00
Mark Andrews
7fff9e8cea
unused variable
2001-07-03 06:55:04 +00:00
Mark Andrews
2b959a1fad
regen
2001-07-03 06:52:15 +00:00
Mark Andrews
7050586959
silence aix (+others) compiler warnings re accept, getsockname, getpeername,
...
recvfrom etc.
2001-07-03 06:49:55 +00:00
Mark Andrews
265c5051d7
cp was being assign from the wrong pointer
2001-07-03 06:47:32 +00:00
Mark Andrews
b0a599b02e
regen
2001-07-03 03:56:47 +00:00
Mark Andrews
a1703aa367
ISC_SOCKADDR_LEN_T
2001-07-03 03:55:42 +00:00
Mark Andrews
1f90214bb4
pullup from BIND 8:
...
1236. [bug] ignore white space after address of nameserver.
2001-07-02 02:33:45 +00:00
Mark Andrews
8eca454f9f
regen
2001-07-02 02:03:54 +00:00
Mark Andrews
9e80f632c8
pullup BIND 8:
...
Solaris 2.4 (and earlier) USE_FIONBIO_IOCTL support.
2001-07-02 02:02:27 +00:00
Mark Andrews
d4e535315d
pullup from BIND 8:
...
1237. [bug] buffer overrun, access mode read.
2001-07-02 00:44:50 +00:00
Mark Andrews
545be70a4d
regen
2001-06-29 15:26:15 +00:00
Mark Andrews
b0b4e03da5
"make install" should now work.
2001-06-29 15:25:25 +00:00
Brian Wellington
ff8335f908
regen
2001-06-28 17:45:05 +00:00
Brian Wellington
ea562e4401
Properly set _GNU_SOURCE on linux
2001-06-28 17:44:53 +00:00
Brian Wellington
cab94c1516
'make distclean' should remove files created by configure.
2001-06-28 17:35:49 +00:00
Mark Andrews
1e34f21f4c
regen
2001-06-28 04:29:07 +00:00
Mark Andrews
93810b1ace
add aix
2001-06-28 04:27:56 +00:00
Mark Andrews
73620f726a
regen
2001-06-28 02:58:27 +00:00
Mark Andrews
c3a5709c2b
autoconf swallowed the [ ] in case statement
2001-06-28 02:57:23 +00:00
Mark Andrews
c86b6051b6
hp cleanup
2001-06-27 12:29:41 +00:00
Mark Andrews
b6f0efbf3e
aix namespace collision ERR -> EV_ERRR
2001-06-27 03:55:48 +00:00
Mark Andrews
98b2d12313
rejen
2001-06-25 13:27:29 +00:00
Mark Andrews
51cb4eba54
aix & hp
2001-06-25 13:22:33 +00:00
Mark Andrews
9432c5ee8b
pullup:
...
64 bit alignment is only required on 64 bit machines
2001-06-25 00:30:46 +00:00
Mark Andrews
768d8c0ceb
_SOCKADDR_LEN
2001-06-23 04:02:24 +00:00
Mark Andrews
14c32141f7
regen
2001-06-23 03:45:35 +00:00
Mark Andrews
008616624a
extra commas
2001-06-23 03:44:11 +00:00
Mark Andrews
0cbda00d11
regen
2001-06-23 02:17:13 +00:00
Mark Andrews
bf92294d2a
osf sethostent_r
2001-06-23 02:16:13 +00:00
Mark Andrews
a4786a3117
uint#_t
2001-06-23 02:11:08 +00:00