Mark Andrews
824cb31b66
regen
2005-05-13 02:25:01 +00:00
Mark Andrews
c9d9323ee8
update copyright notice
2005-05-13 01:21:58 +00:00
Rob Austein
fa05216dd8
regen
2005-05-12 23:55:58 +00:00
Rob Austein
14c8666880
1856. [doc] Switch Docbook toolchain from DSSSL to XSL.
2005-05-12 21:35:25 +00:00
Mark Andrews
e9a1342be9
update copyright notice
2005-05-08 23:54:56 +00:00
Mark Andrews
872ac31ae1
1854. [bug] lwres also needs to know the print format for
...
(long long). [RT #13754 ]
2005-05-06 02:19:41 +00:00
Mark Andrews
013446e315
update copyright notice
2005-04-28 23:59:13 +00:00
Mark Andrews
7eb9d7c7c3
1850. [bug] Memory leak in lwres_getipnodebyaddr(). [RT #14591 ]
2005-04-27 00:46:46 +00:00
Mark Andrews
c8f37c2c99
1849. [doc] All forms of the man pages (docbook, man, html) should
...
have consistant copyright dates.
2005-04-07 02:22:34 +00:00
Mark Andrews
ee45ad5226
regen
2005-04-03 03:31:48 +00:00
Mark Andrews
5ddac5ae9f
1847. [bug] isc_ondestroy_init() is called too late in
...
in dns_rbtdb_create()/dns_rbtdb_create().
[RT #13661 ]
2005-04-01 07:05:06 +00:00
Mark Andrews
e28530fa77
update copyright notice
2005-03-31 23:58:02 +00:00
Mark Andrews
827b7c486a
1844. [bug] inet_pton() accepted more that 4 hexadecimal digits
...
for each 16 bit piece of the IPv6 address. The text
representation of a IPv6 address has been tighted
to disallow this (draft-ietf-ipv6-addr-arch-v4-02.txt).
[RT #5662 ]
2005-03-31 07:28:36 +00:00
Mark Andrews
1c8b625818
1842. [port] cmsg_len() could produce incorrect results on
...
some platform. [RT #13744 ]
2005-03-30 05:52:56 +00:00
Mark Andrews
4c4af4b05e
update copyright notice
2005-03-22 02:31:40 +00:00
Mark Andrews
ee476678ce
1839. [bug] <isc/hash.h> was not being installed.
2005-03-21 05:54:26 +00:00
Mark Andrews
f2eab54d25
update copyright notice
2005-03-20 22:33:29 +00:00
Mark Andrews
f2114d063e
silence compiler warnings
2005-03-18 04:57:19 +00:00
Mark Andrews
0a47eaf941
regen
2005-03-18 03:35:30 +00:00
Mark Andrews
ea315a74ec
Don't depend on autoconf being called w/ -I ../..
2005-03-18 03:33:51 +00:00
Mark Andrews
3b0f51f508
update copyright notice
2005-03-17 03:59:33 +00:00
Mark Andrews
a9e4bc7872
1807. [bug] When forwarding (forward only) set the active domain
...
from the forward zone name. [RT #13526 ]
2005-03-16 03:51:24 +00:00
Mark Andrews
1483862088
1833. [bug] Race condition in isc_mutex_lock_profile(). [RT #13660 ]
2005-03-16 01:57:44 +00:00
Mark Andrews
c5a1b35521
1832. [bug] named fails to return BADKEY on unknown TSIG algorithm.
...
[RT #13620 ]
2005-03-16 01:46:26 +00:00
Mark Andrews
77e7a1a138
update copyright
2005-03-16 00:57:44 +00:00
Mark Andrews
bd1d74745d
1830. [bug] adb lame cache has sence of test reversed. [RT #13600 ]
2005-03-15 23:39:59 +00:00
Mark Andrews
fd0df3319b
1810. [bug] configure, lib/bind/configure make different default
...
decisions about whether to do a threaded build.
[RT #13212 ]
2005-03-15 23:09:41 +00:00
Mark Andrews
e6cbb84bee
1810. [bug] configure, lib/bind/configure make different default
...
decisions about whether to do a threaded build.
[RT #13212 ]
2005-03-15 22:59:48 +00:00
Mark Andrews
55016dd447
1809. [bug] "make distclean" failed for libbind if the platform
...
is not supported.
2005-03-15 02:15:28 +00:00
Mark Andrews
b0c9709b89
1828. [bug] isc_rwlock_init() failed to properly cleanup if it
...
encountered a error. [RT #13549 ]
2005-03-15 02:03:02 +00:00
Mark Andrews
1e5ec96eae
1802. [bug] Handle connection resets better. [RT #11280 ]
2005-03-15 01:40:53 +00:00
Mark Andrews
746383877c
1804. [bug] Ensure that if we are queried for glue that it fits
...
in the additional section or TC is set to tell the
client to retry using TCP. [RT #10114 ]
2005-03-15 01:31:25 +00:00
Mark Andrews
85169e802d
1826. [bug] Missing DESTROYLOCK() in isc_mem_createx() on out
...
of memory error. [RT #13537 ]
2005-03-15 01:12:04 +00:00
Mark Andrews
0896f35a26
1825. [bug] Missing unlock on out of memory error from in
...
rbtdb.c:subtractrdataset(). [RT #13519 ]
2005-03-15 00:34:47 +00:00
Mark Andrews
158db0338f
1824. [bug] Memory leak on dns_zone_setdbtype() failure.
...
[RT #13510 ]
2005-03-15 00:23:22 +00:00
Mark Andrews
f7bf98ed97
1823. [bug] Wrong macro used to check for point to point interface.
...
[RT#13418]
2005-03-15 00:08:35 +00:00
Mark Andrews
2c30dcb5c2
update copyright notice
2005-02-09 05:11:52 +00:00
Mark Andrews
b87a1ccea3
9.2.5rc1
2005-02-09 04:09:24 +00:00
Mark Andrews
218e64c461
1812. [port] win32: IN6_IS_ADDR_UNSPECIFIED macro is incorrect.
...
[RT #13453 ]
2005-02-09 04:08:43 +00:00
Mark Andrews
7b0b3cbaa8
update copyright notice
2005-02-03 23:48:30 +00:00
Mark Andrews
84e4be8bc4
1808. [bug] zone.c:notify_zone() contained a race condition,
...
zone->db could change underneath it. [RT #13511 ]
2005-02-03 05:13:28 +00:00
Mark Andrews
5a15d2a4b3
update for 9.2.5beta2
2005-01-20 00:28:03 +00:00
Mark Andrews
7017f79ed8
update copyright notice
2005-01-19 23:59:15 +00:00
Mark Andrews
e1116c60f2
1800. [bug] Changes #1719 allowed a INSIST to be triggered.
...
[RT #13428 ]
2005-01-19 23:36:31 +00:00
Mark Andrews
056f672d63
1790. [cleanup] Move lib/dns/sec/dst up into lib/dns. This should
...
allow parallel make to succeed.
2004-12-09 03:20:03 +00:00
cvs2git
d06a0a532a
This commit was manufactured by cvs2git to create branch 'v9_2'.
2004-12-09 01:41:26 +00:00
Mark Andrews
494576ce20
1790. [cleanup] Move lib/dns/sec/dst up into lib/dns. This should
...
allow parallel make to succeed.
2004-12-09 01:41:25 +00:00
Mark Andrews
6c3098f476
missing @
2004-12-08 13:18:52 +00:00
Mark Andrews
531f6c355b
1788. [bug] libbind9.la/libbind9.so needs to link against
...
libisccfg.la/libisccfg.so.
2004-12-08 03:00:28 +00:00
Mark Andrews
bab8beadb8
redo
...
1775. [bug] Only compile getnetent_r.c when threaded. [RT #13205 ]
2004-12-07 00:37:30 +00:00