David Lawrence
6dcde6ca36
update_copyrights
2000-06-22 01:27:11 +00:00
David Lawrence
9ef9f6b8ae
#include style lint
2000-06-22 01:26:38 +00:00
Brian Wellington
58620377da
add lwresd
2000-06-22 01:25:19 +00:00
Andreas Gustafsson
b3157263ee
272. [bug] The sending of large TCP responses was canceled
...
in mid-transmission due to a race condition
caused by the failure to set the client object's
newstate variable correctly when transitioning
to the working state.
2000-06-22 01:14:38 +00:00
Brian Wellington
b90d3f516f
isc_os_ncpus()
2000-06-22 01:10:11 +00:00
Brian Wellington
04e812723c
If ns_g_cpus is 0, call isc_os_ncpus() to probe.
2000-06-22 01:09:14 +00:00
Brian Wellington
bc9515e5a2
Initialize ns_g_cpus to 0, not 1.
2000-06-22 01:08:54 +00:00
Brian Wellington
386a52a5ea
Add isc/unix/os.c, which has isc_os_ncpus()
2000-06-22 01:06:35 +00:00
Brian Wellington
7005cfed8c
Check for sysconf()
2000-06-22 01:01:55 +00:00
David Lawrence
d0be1e954b
update_copyrights
2000-06-22 01:01:45 +00:00
Michael Graff
a3e0ed2f4a
use the keyboard as a source
2000-06-22 00:34:38 +00:00
Michael Graff
9f95b0199c
add an argument to indicate how long to wait before draining the keyboard's input queue. This keeps people from overrunning input into the shell, etc.
2000-06-22 00:25:33 +00:00
David Lawrence
2834197ede
update_copyrights
2000-06-22 00:14:39 +00:00
Mark Andrews
c04f6cf67d
Add nameserver limit checks.
2000-06-22 00:07:41 +00:00
Mark Andrews
b35a009df8
270. [func] Allow maximum sized TCP answers.
2000-06-22 00:05:11 +00:00
David Lawrence
9bff67898d
update_copyrights
2000-06-21 23:50:43 +00:00
Brian Wellington
417bd845e5
Lots of miscellaneous cleanup
2000-06-21 23:38:46 +00:00
Andreas Gustafsson
8eb2d955e1
added a test
2000-06-21 23:06:20 +00:00
Michael Sawyer
692982647c
Increase delay in VIEWS update test
2000-06-21 22:48:46 +00:00
Andreas Gustafsson
7bb1e299e1
269. [bug] Failed DNSSEC validations could cause an assertion
...
failure by causing clone_results() to be called with
with hevent->node == NULL.
2000-06-21 22:47:38 +00:00
David Lawrence
28d9fd5381
update_copyrights
2000-06-21 22:45:24 +00:00
Michael Sawyer
ac4f76549c
Increase delay in test yet again
2000-06-21 22:42:16 +00:00
David Lawrence
f2e5c64635
update_copyrights
2000-06-21 22:38:33 +00:00
Andreas Gustafsson
482b9dae17
added plain text version of ARM
2000-06-21 22:31:19 +00:00
Andreas Gustafsson
ef97f57f37
added plain text version of ARM
2000-06-21 22:23:58 +00:00
David Lawrence
b602710169
update_copyrights
2000-06-21 22:20:18 +00:00
Andreas Gustafsson
c296c085a1
remember to run check-includes and check-instincludes
2000-06-21 22:14:57 +00:00
Michael Graff
8e7e1ef75b
let the entropy source seed the pseudorandom source from _very_ bad sources like the time and the pid. Update the dispatcher to always expect success in these cases.
2000-06-21 22:12:23 +00:00
Brian Wellington
165250c403
Move entropy and dispatchmgr create/destroy to more correct places.
2000-06-21 22:12:02 +00:00
Andreas Gustafsson
17e0f3e747
generate util/conf.sh
2000-06-21 22:09:50 +00:00
Michael Sawyer
eb811c2f41
Increase delay after signal in notify test to give BSD3.1 time to update
...
slave
2000-06-21 22:08:10 +00:00
Andreas Gustafsson
effc54704b
oops, checked in the wrong file
2000-06-21 22:07:39 +00:00
Andreas Gustafsson
a130a39050
Added script for verifying that all installed include files compile
...
without including other files first, and when compiled with a C++
compiler
2000-06-21 22:06:28 +00:00
David Lawrence
49dbdb0186
update_copyrights
2000-06-21 22:05:07 +00:00
Michael Graff
80617c8faa
Add using an entropy source to generate a random query ID seed value.
2000-06-21 21:34:43 +00:00
Brian Wellington
805503c7ad
Check the addresses returned from gabn calls
2000-06-21 21:30:13 +00:00
Andreas Gustafsson
2f68a81542
more usage documentation
2000-06-21 21:08:14 +00:00
Michael Sawyer
d11097cf86
Generate Makefile for nsupdate
2000-06-21 20:57:33 +00:00
Michael Sawyer
34ea3c6fd9
267. [func] Nsupdate is now provided in the distribution.
2000-06-21 20:52:39 +00:00
Brian Wellington
243ac4ecc1
bitstring label test, better reverse name lookup names
2000-06-21 20:51:07 +00:00
David Lawrence
8cbd9988dc
the ipv6.h header file is now platform independent
2000-06-21 20:50:55 +00:00
Mark Andrews
f955efd73c
add stub tests
2000-06-21 20:48:27 +00:00
Mark Andrews
33ccf0b258
remove '.st' (stub) backup file
2000-06-21 20:47:02 +00:00
Brian Wellington
567ba0ae19
Return LWRES_R_INCOMPLETE when there are aliases but no addresses.
2000-06-21 18:20:00 +00:00
Brian Wellington
864d6c7042
Add LWRES_R_INCOMPLETE
2000-06-21 18:18:22 +00:00
Andreas Gustafsson
06bc083413
added README file explaining the roles of the various
...
dnssec test servers
2000-06-21 18:16:12 +00:00
Michael Sawyer
c9defbf4b9
Sort #includes
2000-06-21 17:48:32 +00:00
Andreas Gustafsson
96e87186ba
eliminated char/unsigned char warning on solaris
2000-06-21 17:32:26 +00:00
Brian Wellington
cd4cbed56c
pull in libisc, since it's needed for inet_pton on some platforms.
2000-06-21 17:29:32 +00:00
Andreas Gustafsson
0302c5670c
do includes in alphabetical order
2000-06-21 17:27:55 +00:00