Mark Andrews
511621255e
1528. [cleanup] Simplify some dns_name_ functions based on the
...
deprecation of bitstring labels.
1527. [cleanup] Reduce the number of gettimeofday() calls without
losing necessary timer granularity.
2004-03-08 21:06:29 +00:00
Mark Andrews
347c832469
update copyrights
2004-03-08 09:05:15 +00:00
Mark Andrews
a821d5fa3d
DNSSEC bis merge from HEAD:
...
1581. [func] Disable DNSSEC support by default. To enable
DNSSEC specify "enable-dnssec yes;" in named.conf.
1565. [bug] CD flag should be copied to outgoing queries unless
the query is under a secure entry point in which case
CD should be set.
1558. [func] New DNSSEC 'disable-algorithms'. Support entry into
child zones for which we don't have a supported
algorithm. Such child zones are treated as unsigned.
1557. [func] Implement missing DNSSEC tests for
* NOQNAME proof with wildcard answers.
* NOWILDARD proof with NXDOMAIN.
Cache and return NOQNAME with wildcard answers.
1541. [func] NSEC now uses new bitmap format.
1519. [bug] dnssec-signzone:nsec_setbit() computed the wrong
length of the new bitmap.
1516. [func] Roll the DNSSEC types to RRSIG, NSEC and DNSKEY.
2004-03-08 02:08:05 +00:00
Mark Andrews
cbdd3a318b
update lib copyrights
2004-03-06 08:15:48 +00:00
Mark Andrews
ed5f057fd5
1580. [bug] Zone destuction on final detach takes a long time.
...
[RT #3746 ]
1579. [bug] Multiple task managers could not be created.
2004-03-04 06:56:19 +00:00
Mark Andrews
d969d55938
1588. [bug] win32: TCP sockets could become blocked. [RT #10115 ]
2004-03-04 05:57:07 +00:00
Mark Andrews
c0aeec776f
1577. [bug] Use isc_uint32_t in ultrasparc optimizer bug
...
workaround code. [RT #10331 ]
2004-03-04 01:43:43 +00:00
Mark Andrews
15e09f18c6
1544. [bug] Named would logged a single entry to a file despite it
...
being over the specified size limit.
1543. [bug] Logging using "versions unlimited" did not work.
2004-03-03 05:35:00 +00:00
Mark Andrews
cc7dff1423
1573. [port] linux: update to libtool 1.5.2 so that
...
"make install DESTDIR=/xx" works with
"configure --with-libtool". [RT #9941 ]
2004-02-24 02:15:33 +00:00
Mark Andrews
a834f52f53
1578. [bug] Don't use CLASS E IPv4 addresses when resolving.
...
[RT #10346 ]
2004-02-20 00:50:51 +00:00
Mark Andrews
fc6e0aacb0
1566. [port] Support for the cmsg framework on Solaris and HP/UX.
...
This also solved the problem that match-destinations
for IPv6 addresses did not work on these systems.
[RT #10221 ]
2004-01-29 04:48:18 +00:00
Mark Andrews
52c85d05fc
1562. [bug] isc_socket_create() and isc_socket_accept() could
...
leak memory under error conditions. [RT #10230 ]
2004-01-26 23:50:40 +00:00
Mark Andrews
12abbb373a
double ))
2004-01-08 08:23:52 +00:00
Mark Andrews
2cd5c7fc6c
1553. [bug] The windows socket code could stop accepting
...
connections.
2004-01-08 05:38:47 +00:00
Mark Andrews
4afcac2061
ireq -> ifreq
2004-01-07 21:58:47 +00:00
Mark Andrews
e6660892f8
1536. [bug] Windows socket code failed to log a error description
...
when returning ISC_R_UNEXPECTED. [RT #9998 ]
2004-01-05 08:18:07 +00:00
Mark Andrews
0803fc7234
{strlcpy,strlcat} -> isc_string_{strlcpy,strlcat}
2003-11-17 02:29:47 +00:00
Mark Andrews
ee61dfc5ed
sync w/HEAD
2003-10-21 05:56:41 +00:00
Mark Andrews
df11930cd6
1517. [port] Support for IPv6 interface scanning on HP/UX and
...
TrueUNIX 5.1.
2003-10-07 04:27:43 +00:00
Mark Andrews
1ed28495fe
sync against trunc
2003-10-07 03:28:41 +00:00
Mark Andrews
d20c23f9c4
missing includes [RT#9194]
2003-10-01 01:02:42 +00:00
Mark Andrews
388732593d
cleanup spaces before semicolons.
2003-09-24 03:47:21 +00:00
Mark Andrews
57b54234cd
sizeof style
2003-09-11 00:18:18 +00:00
Mark Andrews
761b909ee7
1430. [port] linux: IPv6 interface scanning support.
...
1362. [bug] remove IFF_RUNNING test when scanning interfaces.
1300. [port] Compaq Trucluster support.
1292. [func] Enable IPv6 support when using ioctl style interface
scanning and OS supports SIOCGLIFADDR using struct
if_laddrreq.
1065. [func] Runtime support to select new / old style interface
scanning using ioctls.
1024. [port] Compilation failed on HP-UX 11.11 due to
incompatible use of the SIOCGLIFCONF macro
name. [RT #1831 ]
2003-09-10 05:12:54 +00:00
Mark Andrews
50d044736d
1065. [func] Runtime support to select new / old style interface
...
scanning using ioctl
2003-09-02 04:51:12 +00:00
Mark Andrews
827deeb399
deconst
2003-09-02 02:25:18 +00:00
Mark Andrews
bf4c32bd2d
1475. [port] Probe for old sprintf().
2003-09-02 02:10:51 +00:00
Mark Andrews
26fbc6cb34
1474. [port] Provide strtoul() and memmove() for platforms
...
without them.
2003-09-02 01:49:48 +00:00
Mark Andrews
dd8e7329b1
pullup:
...
1458. [cleanup] sprintf() -> snprintf().
2003-08-27 07:22:41 +00:00
Mark Andrews
6d9ed85949
1457. [port] Provide strlcat() and strlcpy() for platforms without
...
them.
2003-08-27 06:44:02 +00:00
Mark Andrews
6733c0e6dd
add missing files
2003-08-27 03:16:22 +00:00
Mark Andrews
a84b20bbb0
1454. [port] Use getifaddrs() if available for interface scanning.
...
--disable-getifaddrs to override. Glibc currently
has a getifaddrs() that does not support IPv6.
Use --enable-getifaddrs=glibc to force the use of
this version under linux machines.
2003-08-27 03:15:26 +00:00
Mark Andrews
af1b2d4abb
misc. pullups
2003-08-27 02:33:42 +00:00
Mark Andrews
4ddffdf9be
version.h
2003-08-27 01:27:34 +00:00
Mark Andrews
4154634631
1412. [func] You can now specify servers to be tried if a nameserver
...
has IPv6 address and you only support IPv4 or the
reverse. See dual-stack-servers.
2003-08-26 03:24:14 +00:00
Mark Andrews
5874ad9039
cygwin support
2003-08-25 05:40:31 +00:00
Mark Andrews
43e2d66621
1405. [func] Use arc4random() if available.
2003-08-25 05:06:11 +00:00
Mark Andrews
c3fedc9282
1402. [cleanup] A6 has been moved to experimental and is no longer
...
fully supported.
2003-08-25 04:16:27 +00:00
Mark Andrews
68b63c87ea
check for the existance of if_nametoindex().
2003-08-25 03:31:57 +00:00
Mark Andrews
fb118b8418
1394. [func] It is now possible to check if a particular element is
...
in a acl. Remove duplicate entries from the localnets
acl.
1393. [port] Bind to individual IPv6 interfaces if IPV6_IPV6ONLY
is not available in the kernel to prevent accidently
listening on IPv4 interfaces.
2003-08-22 06:24:24 +00:00
Mark Andrews
763f9d9836
pullup:
...
u_int32_t -> isc_uin32_t
2003-08-22 06:09:25 +00:00
Mark Andrews
8f570b8b09
pullup:
...
u_int#_t -> isc_uint#_t
2003-08-22 06:08:37 +00:00
Mark Andrews
3420dc3b56
pullup:
...
isc_netaddr_fromsockaddr failed to set zone for AF_INET
2003-08-22 06:07:33 +00:00
Mark Andrews
370732d189
1391. [func] Add support for IPv6 scoped addresses in named.
2003-08-22 05:17:15 +00:00
Mark Andrews
4c98b4d5b2
pullup:
...
Rework previous slightly, to only signal if we were using WAITUNTIL() and we
actually have a due time
2003-08-21 02:15:50 +00:00
Mark Andrews
4bdd141eef
pullup:
...
When scheduling a new timer, check to see if we missed our last wakeup
by more than 15 seconds. If we have, SIGNAL().
2003-08-21 02:05:47 +00:00
Mark Andrews
05e00f411b
pullup:
...
add a new log module, timer
2003-08-21 02:02:04 +00:00
Mark Andrews
013781e021
pullup:
...
add isc_timer_gettype() (useful in debugging code) and a temporary hack of isc_
timermgr_poke
2003-08-20 07:13:06 +00:00
Mark Andrews
143a27871d
pullup:
...
rename 'worklimited' to 'idle'
2003-08-20 06:43:21 +00:00
Mark Andrews
80b0668c88
pullup:
...
add goo for error checking mutexes on (at least) tru64
2003-08-20 06:40:57 +00:00