Brian Wellington
|
a3c89c5e87
|
Comment the places where sdb drivers should be registered and unregistered.
|
2000-11-17 22:09:19 +00:00 |
|
Andreas Gustafsson
|
ba6fd25808
|
567. [bug] Setting the zone transfer timeout to zero caused an
assertion failure. [RT #302]
566. [func] New public function dns_timer_setidle().
|
2000-11-17 19:04:51 +00:00 |
|
David Lawrence
|
c15babe580
|
In dns_zone_configure(), declare boolean in the block in which it is used,
since that block is conditionally compiled.
|
2000-11-16 19:32:13 +00:00 |
|
David Lawrence
|
7fd17f3f4d
|
565. [func] Log queries more like BIND 8. Query logging is done
to category "general", module "query", debug level 1.
[RT #169]
|
2000-11-16 19:20:08 +00:00 |
|
Mark Andrews
|
e639a3ee48
|
specify src address for IP based update
|
2000-11-16 06:00:09 +00:00 |
|
Mark Andrews
|
383f4adf3b
|
document "local" keyword.
|
2000-11-16 05:59:11 +00:00 |
|
Mark Andrews
|
146421c528
|
memleak
|
2000-11-16 05:45:52 +00:00 |
|
Mark Andrews
|
9785f602c8
|
Add support to specify source address and port.
|
2000-11-16 05:40:25 +00:00 |
|
Brian Wellington
|
4fec24891d
|
some files weren't properly cleaned.
|
2000-11-16 00:20:22 +00:00 |
|
Brian Wellington
|
5337799589
|
ignore named.run
|
2000-11-16 00:19:55 +00:00 |
|
Andreas Gustafsson
|
15e74726b3
|
increased the UDP receive buffer size (and the initial send
buffer size) from 2048 to 4096 bytes
|
2000-11-16 00:18:13 +00:00 |
|
Brian Wellington
|
dd16d9d9e7
|
564. [func] Add sortlist support to lwresd.
|
2000-11-15 23:56:23 +00:00 |
|
Brian Wellington
|
284b13b98b
|
actually run the new test added yesterday
|
2000-11-15 23:55:07 +00:00 |
|
David Lawrence
|
123dd02946
|
Removed unused ns_lwdclientmgr_t *cm from ns_lwdclient_errorpktsend().
|
2000-11-15 23:29:29 +00:00 |
|
David Lawrence
|
f769deac29
|
removed token after an #endif
|
2000-11-15 23:09:09 +00:00 |
|
David Lawrence
|
dfc595ff7a
|
Take care of a "variable might be used before set" warning.
|
2000-11-15 20:35:13 +00:00 |
|
Andreas Gustafsson
|
e9f6414d40
|
simplified query logging code by dropping support for EDNS1
multiple queries and by using dns_rdata{type,class}_format();
include the class in query log messages
|
2000-11-15 19:35:07 +00:00 |
|
Andreas Gustafsson
|
8f086b9df8
|
when logging incoming messages that fail to match a view,
include the class name in the log message
|
2000-11-15 19:15:25 +00:00 |
|
Andreas Gustafsson
|
046bd40fd1
|
macro definitions should not end in a semicolon
|
2000-11-15 19:04:41 +00:00 |
|
Andreas Gustafsson
|
eb23b7b590
|
eliminated compiler warnings;
renamed setup_sortlist() to ns_sortlist_setup() to conform
to naming conventions
|
2000-11-15 18:12:38 +00:00 |
|
Andreas Gustafsson
|
2cd125a2b2
|
spacing
|
2000-11-15 18:11:32 +00:00 |
|
Andreas Gustafsson
|
6f191af6ac
|
document NULL returns from ns_sortlist_byaddrsetup()
|
2000-11-15 02:47:29 +00:00 |
|
David Lawrence
|
21ec512685
|
some systems do not implement all of the resources of
the isc_resource_t enum, so the API was changed to return
ISC_R_NOTIMPLEMENTED in such cases.
|
2000-11-15 02:11:50 +00:00 |
|
David Lawrence
|
a881879ffc
|
use isc_result_totext(result) in place of strerror(errno) when reporting
the result of setting resource limits
|
2000-11-15 01:37:00 +00:00 |
|
Andreas Gustafsson
|
e045287d31
|
provide a more detailed error message when configuring a trusted key fails
|
2000-11-15 01:16:30 +00:00 |
|
Andreas Gustafsson
|
7dde2780ae
|
provide a more detailed error message when configuring
a TSIG key fails [RT #461]
|
2000-11-15 00:42:50 +00:00 |
|
Andreas Gustafsson
|
850d708185
|
562. [cleanup] Moved lib/dns/*conf.c to bin/named where they belong.
|
2000-11-15 00:36:42 +00:00 |
|
David Lawrence
|
ed92f0f420
|
test splititng/compact of maximal length bitstring label
|
2000-11-15 00:21:00 +00:00 |
|
David Lawrence
|
19ce0d25d3
|
use isc_dir_makeunique() instead of mktemp/mkdir, to squelch a warning
|
2000-11-15 00:20:34 +00:00 |
|
David Lawrence
|
19aa938b53
|
561. [func] The 'datasize', 'stacksize', 'coresize' and 'files'
clauses of the options{} statement are now implemented.
|
2000-11-15 00:19:49 +00:00 |
|
David Lawrence
|
2c02438f84
|
save the initial values of the resource limits for datasize, stacksize,
coresize, and open files
|
2000-11-14 23:59:21 +00:00 |
|
David Lawrence
|
108490a7f8
|
keep the CAP_SYS_RESOURCE capability on linux systems.
as someone noted before (bob? brian?) this might not really be the right
thing to do in a linuxthreads program.
|
2000-11-14 23:57:45 +00:00 |
|
Brian Wellington
|
a31c0e3966
|
Test that the unknown rr type code doesn't load compressed rdata.
|
2000-11-14 23:52:06 +00:00 |
|
Brian Wellington
|
942d1a339b
|
Decompression contexts now take a type instead of the "strict" boolean
value - the type can be "any", "strict", or "none". This fixes potential
problems with compression in unknown rr types.
|
2000-11-14 23:29:55 +00:00 |
|
Andreas Gustafsson
|
f4f43311a6
|
spacing
|
2000-11-14 21:30:24 +00:00 |
|
Brian Wellington
|
e030123312
|
The lwresd usage statement was badly formatted.
|
2000-11-14 20:04:54 +00:00 |
|
Andreas Gustafsson
|
50faa6daf7
|
refactored sortlist code to make it possible to sort addresses
that are not part of an rdata, as required by lwresd
|
2000-11-14 03:30:53 +00:00 |
|
Andreas Gustafsson
|
221fd7bd53
|
refactored sortlist code to make it possible to sort addresses
that are not part of an rdata, as required by lwresd
|
2000-11-14 03:22:53 +00:00 |
|
Brian Wellington
|
4085eb3cf0
|
don't crash when config parsing fails, fail nicely.
|
2000-11-14 00:37:19 +00:00 |
|
Brian Wellington
|
b9dbff6ffb
|
fix a reference leak and a memory leak on reconfiguration failure.
|
2000-11-13 23:35:24 +00:00 |
|
Brian Wellington
|
78d78f05d9
|
556. [func] The DNSSEC OK bit in the EDNS extended flags
is now implemented. Responses to queries without
this bit set will not contain any DNSSEC records.
|
2000-11-13 21:34:03 +00:00 |
|
Brian Wellington
|
0042d68e2f
|
#include <string.h>
|
2000-11-13 20:10:19 +00:00 |
|
Brian Wellington
|
3f01dde0bd
|
554. [bug] In some cases, not all of the dnssec tools were
properly installed.
|
2000-11-13 20:09:45 +00:00 |
|
Andreas Gustafsson
|
dcd12febbd
|
dns_zone_configure() does not need to special-case hint zones,
because it must never be called for them
|
2000-11-11 01:05:43 +00:00 |
|
Andreas Gustafsson
|
1442a167f5
|
minor fixes to sortlist comments and spacing
|
2000-11-11 00:34:20 +00:00 |
|
Andreas Gustafsson
|
917c8406f6
|
handle negated sortlist entries correctly
|
2000-11-11 00:26:52 +00:00 |
|
Andreas Gustafsson
|
e5167b6d4c
|
made ifconfig.sh usage message recommend 'up/down' form instead of 'start/stop'
|
2000-11-11 00:19:24 +00:00 |
|
Andreas Gustafsson
|
5ae97875f9
|
undo: last changes belongs on release branch, not mainline
|
2000-11-10 18:05:25 +00:00 |
|
Andreas Gustafsson
|
ba8176b44d
|
document that RSA keys are limited to 2000 bits in 9.0.1
|
2000-11-10 18:03:05 +00:00 |
|
Brian Wellington
|
142784f574
|
#include <string.h>
|
2000-11-10 05:34:16 +00:00 |
|