Mark Andrews
9bfebae6f4
2090. [port] win32: Visual C++ 2005 command line manifest support.
...
[RT #16417 ]
2089. [security] Raise the minimum safe OpenSSL versions to
OpenSSL 0.9.7l and OpenSSL 0.9.8d. Versions
prior to these have known security flaws which
are (potentially) exploitable in named. [RT #16391 ]
2088. [security] Change the default RSA exponent from 3 to 65537.
[RT #16391 ]
2083. [port] win32: Visual C++ 2005 support.
2006-10-04 06:59:27 +00:00
Mark Andrews
6ba937ec74
9.3.2rc1
2005-11-04 00:09:39 +00:00
Mark Andrews
1819f60896
silence compiler warnings [RT #15562 ]
2005-11-03 23:08:42 +00:00
Mark Andrews
7478344b24
update copyright notice
2005-10-27 00:27:30 +00:00
Mark Andrews
94a81187c8
fix isc_timer_gettype return type
2005-10-26 06:52:52 +00:00
Mark Andrews
efdc8d41c2
update copyright notice
2005-10-14 02:13:07 +00:00
Mark Andrews
5a5d7187e5
1930. [port] HPUX: ia64 support. [RT #15473 ]
...
1929. [port] FreeBSD: extend use of PTHREAD_SCOPE_SYSTEM.
2005-10-14 01:38:51 +00:00
Mark Andrews
e325bb08e0
update for 9.3.2
2005-09-05 05:30:51 +00:00
Mark Andrews
07e39ba609
1920. [bug] Update windows socket code. [RT #14965 ]
2005-09-01 03:16:12 +00:00
Mark Andrews
67c0ae02e6
silence compiler warnings
2005-08-25 04:32:55 +00:00
Mark Andrews
3d2251b726
win32 cleanup
2005-08-18 13:15:18 +00:00
Mark Andrews
cf085c7b83
soft is an int
2005-08-11 15:00:08 +00:00
Mark Andrews
0fddfa3e8d
update copyreight notice
2005-07-29 00:13:10 +00:00
Mark Andrews
c5de31cbc9
1907. [bug] Extend ISC_SOCKADDR_FORMATSIZE and
...
ISC_NETADDR_FORMATSIZE to allow for scope details.
2005-07-28 04:58:27 +00:00
Mark Andrews
890a3d97d7
1905. [bug] Recursive clients soft quota support wasn't working
...
as expected. [RT #15103 ]
2005-07-27 02:53:16 +00:00
Mark Andrews
bd100ac59b
update copyright notice
2005-07-12 05:47:43 +00:00
Mark Andrews
4e3d171da0
1898. [port] sunos: non blocking i/o support. [RT #14951 ]
2005-07-08 04:56:03 +00:00
Mark Andrews
7fb85a7790
update copyright notice
2005-06-09 23:54:33 +00:00
Mark Andrews
682e8d223a
1883. [port] sunos: portability fixes. [RT #14814 ]
2005-06-08 02:11:21 +00:00
Mark Andrews
a9e8873008
1882. [port] win32: isc__errno2result() now reports its caller.
...
[RT #13753 ]
1881. [port] win32: Handle ERROR_NETNAME_DELETED. [RT #13753 ]
2005-06-08 01:04:53 +00:00
Mark Andrews
21b37ef960
1845. [bug] Improve error reporting to distingish between
...
accept()/fcntl() and socket()/fcntl() errors.
[RT #13745 ]
2005-05-19 02:41:23 +00:00
Mark Andrews
13a2f1dba9
update copyright notice
2005-03-31 23:56:15 +00:00
Mark Andrews
8be000abe9
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:26 +00:00
Mark Andrews
711d658fd8
1842. [port] cmsg_len() could produce incorrect results on
...
some platform. [RT #13744 ]
2005-03-30 05:48:32 +00:00
Mark Andrews
f5cbf14f00
update copyright notice
2005-03-22 02:32:07 +00:00
Mark Andrews
f3221fd06a
1839. [bug] <isc/hash.h> was not being installed.
2005-03-21 05:52:49 +00:00
Mark Andrews
242ef7b98a
update copyright notice
2005-03-17 03:58:33 +00:00
Mark Andrews
72386ff95e
1833. [bug] Race condition in isc_mutex_lock_profile(). [RT #13660 ]
2005-03-16 01:56:42 +00:00
Mark Andrews
f71c55f4c1
1816. [port] UnixWare: failed to compile lib/isc/unix/net.c.
...
[RT #13597 ]
2005-03-16 01:22:33 +00:00
Mark Andrews
3cc8b79e59
1828. [bug] isc_rwlock_init() failed to properly cleanup if it
...
encountered a error. [RT #13549 ]
2005-03-15 02:04:05 +00:00
Mark Andrews
b999d4b195
1802. [bug] Handle connection resets better. [RT #11280 ]
2005-03-15 01:41:11 +00:00
Mark Andrews
83d6be3cc7
1826. [bug] Missing DESTROYLOCK() in isc_mem_createx() on out
...
of memory error. [RT #13537 ]
2005-03-15 01:11:33 +00:00
Mark Andrews
b565b2a727
1823. [bug] Wrong macro used to check for point to point interface.
...
[RT#13418]
2005-03-15 00:09:14 +00:00
Mark Andrews
d4e3d6e95d
update copyright notice
2005-02-09 05:13:03 +00:00
Mark Andrews
6b04fa1903
1812. [port] win32: IN6_IS_ADDR_UNSPECIFIED macro is incorrect.
...
[RT #13453 ]
2005-02-09 03:47:19 +00:00
Mark Andrews
56532f7a72
update for 9.3.1beta2
2005-01-20 00:14:54 +00:00
Mark Andrews
82e2f86e0a
1781. [port] FreeBSD 5.3: set PTHREAD_SCOPE_SYSTEM. [RT #12810 ]
2004-12-04 06:53:54 +00:00
Mark Andrews
3c5addb38a
1767. [port] Builds on IPv6 platforms without IPv6 Advanced API
...
support for (struct in6_pktinfo) failed. [RT #13077 ]
2004-11-18 21:31:16 +00:00
Mark Andrews
311f1f0c34
1762. [bug] isc_interfaceiter_create() could return ISC_R_SUCCESS
...
even when it failed. [RT #12995 ]
2004-11-10 22:22:49 +00:00
Mark Andrews
b4b63c1829
1742. [bug] If isc_taskmgr_create() was not able to create the
...
requested number of worker threads then destruction
of the manager would trigger an INSIST() failure.
[RT #12790 ]
2004-10-15 00:45:45 +00:00
Mark Andrews
0621dbd390
1739. [bug] dns_rbt_deletetree() could incorrectly return
...
ISC_R_QUOTA. [RT #12695 ]
1738. [bug] Enable overrun checking by default. [RT #12695 ]
2004-10-11 05:55:51 +00:00
Mark Andrews
142a2adacf
1731. [port] darwin: relax version test in ifconfig.sh.
...
[RT #12581 ]
1730. [port] Determine the length type used by the socket API.
[RT #12581 ]
2004-10-05 03:18:17 +00:00
Mark Andrews
35f98e7d87
snap1 is not a formal release. backout release changes.
2004-09-21 01:03:58 +00:00
Mark Andrews
eef4a42dfd
9.3.0
2004-09-17 06:29:38 +00:00
Mark Andrews
a555645b84
silence compiler warnings
2004-09-16 01:00:58 +00:00
Mark Andrews
41b1e05961
fix typo in unexecuted code
2004-09-01 04:32:18 +00:00
Mark Andrews
f4d66abe4b
update for 9.3.0
2004-08-28 07:04:10 +00:00
Mark Andrews
9ab0d979a0
1704. [port] lwres needed a snprintf() implementation for
...
platforms without snprintf(). Add missing
"#include <isc/print.h>". [RT #12321 ]
2004-08-28 06:27:23 +00:00
Mark Andrews
a53261756d
1688. [bug] LDFLAGS was not supported.
2004-07-20 07:02:00 +00:00
Mark Andrews
6b97392538
indenting
2004-07-01 04:51:15 +00:00