Andreas Gustafsson
|
9b0e18da3d
|
dns_result_t/isc_result_t unification
|
1999-12-22 17:37:31 +00:00 |
|
Andreas Gustafsson
|
143592a649
|
new client shutdown cleanup strategy
|
1999-12-22 16:59:05 +00:00 |
|
Mark Andrews
|
4d22a83c38
|
RWLOCK/RWUNLOCK to return __FILE__ and __LINE__.
Use #ifdef ISC_UTIL_TRACEON so that tracing can be turned on per file.
e.g.
#define ISC_UTIL_TRACEON
#include <isc/util.h>
|
1999-12-22 06:14:59 +00:00 |
|
Michael Graff
|
733b16eb0b
|
priority rendering
|
1999-12-22 03:22:59 +00:00 |
|
Mark Andrews
|
491319c34c
|
dbiterator_pause (dns_dbiterator_pause) can now pause a interator after
hitting end of chain. If we have a node increase its reference count
and set paused flag.
|
1999-12-22 03:01:02 +00:00 |
|
Andreas Gustafsson
|
eb1c982e52
|
dns_c_ctx_get*acl now increment the reference count of the ipml
|
1999-12-21 21:51:57 +00:00 |
|
Mark Andrews
|
9ac1456101
|
A fix comments to match reality.
|
1999-12-21 00:34:44 +00:00 |
|
Mark Andrews
|
971d7014aa
|
We can't say how many bytes are being sent as the message has not been
rendered yet.
|
1999-12-21 00:33:17 +00:00 |
|
Andreas Gustafsson
|
12cc22fc73
|
When waiting for a TCP request, receiving a response
instead caused an assertion failure
|
1999-12-20 23:06:17 +00:00 |
|
Brian Wellington
|
d84ce5d5c6
|
plug a memory leak on failure
|
1999-12-17 21:09:34 +00:00 |
|
James Brister
|
e0c873ebc7
|
Declare new function dns_c_checkconfig that's used in main parsing routine.
|
1999-12-17 18:34:16 +00:00 |
|
James Brister
|
ad62ba2e70
|
Do checks on some integers for size limits.
|
1999-12-17 18:32:38 +00:00 |
|
James Brister
|
4239a56ab2
|
Added new function dns_c_checkconfig .
|
1999-12-17 18:29:38 +00:00 |
|
James Brister
|
c8ca2bc590
|
Use proper logging in test.
|
1999-12-17 18:28:03 +00:00 |
|
James Brister
|
7027fd24a2
|
Fix name (style) of accessor function used.
|
1999-12-17 18:27:16 +00:00 |
|
Andreas Gustafsson
|
8f79820c69
|
wired up the 'cleaning-interval' config option
|
1999-12-17 01:02:49 +00:00 |
|
Michael Graff
|
59602a4485
|
set DNS_RDATASETATTR_TTLADJUSTED when the ttl's for rdata don't match
|
1999-12-17 00:21:38 +00:00 |
|
Andreas Gustafsson
|
573b8b48d8
|
Eliminated the global variable ns_g_confctx. The config
data is now kept around only for the duration of the server (re)configuration
process and then immediately freed.
|
1999-12-17 00:19:29 +00:00 |
|
Michael Graff
|
2015bf18c9
|
remove ../../isc/util.h that Andreas put back in.
|
1999-12-16 23:37:27 +00:00 |
|
Michael Graff
|
58aaab3687
|
isc_stdtime_get() now returns void, not isc_result_t.
|
1999-12-16 23:29:07 +00:00 |
|
Andreas Gustafsson
|
9416e9751e
|
need #include <config.h> to define away inline
|
1999-12-16 23:25:09 +00:00 |
|
Andreas Gustafsson
|
6017f424ee
|
introducing dns_acl_t; other restructuring of server
configuration process aiming to reduce the degree of mutual dependency
between lib/dns/config and the rest of libdns
|
1999-12-16 23:11:07 +00:00 |
|
Michael Graff
|
b24e559dee
|
add <isc/util.h>
|
1999-12-16 22:47:38 +00:00 |
|
Michael Graff
|
ec075c6efb
|
revert assertions.h, and add UNUSED() to util.h
|
1999-12-16 22:42:05 +00:00 |
|
Michael Graff
|
78fed22afc
|
install util.h, too, and add a warning about its use
|
1999-12-16 22:29:13 +00:00 |
|
Michael Graff
|
440be4c866
|
move util.h to <isc/util.h>
|
1999-12-16 22:24:22 +00:00 |
|
Andreas Gustafsson
|
e8d9413b89
|
implemented idle timeout for outgoing zone transfer
|
1999-12-16 02:59:32 +00:00 |
|
Mark Andrews
|
a8f4de1bf1
|
opcode was not being set in response
|
1999-12-16 01:47:57 +00:00 |
|
Mark Andrews
|
e7340552be
|
missed a master xfer out change
|
1999-12-16 01:24:27 +00:00 |
|
Mark Andrews
|
f6a9dd2c61
|
complete slave side of notify
|
1999-12-16 01:23:17 +00:00 |
|
Michael Graff
|
e5a85c3254
|
How to check in configure.in and configure:
check in configure.in
run "autoconf"
check in configure
This way, configure will have the right "From" line.
|
1999-12-16 01:02:46 +00:00 |
|
Michael Graff
|
b8ef99c3a7
|
make the lfsr's real lfsr's, and use two of them to generate random-looking IDs
|
1999-12-16 00:07:21 +00:00 |
|
Michael Graff
|
0287710fe0
|
ignore lfsr_test
|
1999-12-15 22:38:43 +00:00 |
|
Bob Halley
|
f8d63d12dd
|
Cast to (unsigned char *) in isc_buffer_putstr() because pointer arithmetic
on (void *) is not well defined.
|
1999-12-15 22:29:21 +00:00 |
|
Michael Graff
|
f39add73bc
|
Actually commit the ipv6 socket code I wrote last week.
|
1999-12-15 20:47:38 +00:00 |
|
Andreas Gustafsson
|
8468c5a2ff
|
added #include <named/types.h>
|
1999-12-15 17:29:59 +00:00 |
|
Michael Graff
|
607dc8013a
|
make dispatcher hash sizes be primes, and provide an increment to help
resolve hash collisions
|
1999-12-15 17:14:52 +00:00 |
|
Mark Andrews
|
271154eafd
|
dns_message_reply(): copy the question section of notify messages.
|
1999-12-15 07:28:51 +00:00 |
|
Michael Graff
|
0a9fedafec
|
Use an LFSR to generate unpredictable IDs.
|
1999-12-15 03:11:00 +00:00 |
|
Michael Graff
|
21cbbc3e83
|
document functions. Add isc_lfsr_init() and unimplemented isc_lfsr_findlfsr()
|
1999-12-15 02:55:27 +00:00 |
|
Michael Graff
|
8752677649
|
store the taps as unsigned longs, rather than 1<<x notation
|
1999-12-15 02:26:25 +00:00 |
|
Michael Graff
|
696e95adba
|
print out table of known lfsrs
|
1999-12-15 02:26:04 +00:00 |
|
Mark Andrews
|
8b791b4ee8
|
'covers' was not being set when extracting questions from a incoming message,
set covers to zero.
|
1999-12-15 02:25:35 +00:00 |
|
Michael Graff
|
5f38a3b14a
|
add lfsr_test.c, lfsr.c, and lfsr.h
|
1999-12-15 01:51:53 +00:00 |
|
Michael Graff
|
f4ce616539
|
add lfsr_test.c
|
1999-12-15 01:50:25 +00:00 |
|
Michael Graff
|
ad91a3d204
|
add lfsr.c
|
1999-12-15 01:49:36 +00:00 |
|
Michael Graff
|
cb5f37d93b
|
add lfsr.h
|
1999-12-15 01:49:07 +00:00 |
|
Michael Graff
|
4534478a8b
|
Define UNUSED() in assertions.h. I can't think of a better place, and
changing many, many .c files to include <isc/unused.h> seems somehow wrong.
|
1999-12-15 01:48:46 +00:00 |
|
Andreas Gustafsson
|
016191545a
|
removed unused variable and unnecessary #includes
|
1999-12-14 23:43:03 +00:00 |
|
James Brister
|
b9dc54b8dd
|
- Fixed transfer/idle times in zones that were being lef as minutes.
- Added checking for minutes that are too big to be converted to seconds.
|
1999-12-14 10:28:00 +00:00 |
|