Michael Sawyer
|
d334b341f6
|
Remove stdout print
Fix tabbing
|
2000-06-27 00:31:36 +00:00 |
|
Brian Wellington
|
6f4317150b
|
remove dead code
|
2000-06-27 00:24:27 +00:00 |
|
Brian Wellington
|
50719689ef
|
coding style
|
2000-06-27 00:24:12 +00:00 |
|
Andreas Gustafsson
|
e96581d622
|
isc-config.sh.in was missing from list of distributed files
|
2000-06-27 00:09:58 +00:00 |
|
Andreas Gustafsson
|
32b2edb3a8
|
don't generate util/conf.sh from configure, as the util directory
does not exist in the released version
|
2000-06-27 00:01:07 +00:00 |
|
Michael Sawyer
|
1f29b6b7ab
|
RH seems to have a problem if you open the sockets too quickly; add a sleep
in hopes of getting mirepoix to pass the tests
|
2000-06-26 23:46:20 +00:00 |
|
Brian Wellington
|
c1ecf4ace2
|
Remove declaration of REQUIRE
|
2000-06-26 23:35:00 +00:00 |
|
Brian Wellington
|
347ccc2716
|
Fixed a few errors in error recovery and uses of int instead of lwres_result_t
|
2000-06-26 23:23:28 +00:00 |
|
Andreas Gustafsson
|
1a8cda5f0d
|
added 'mkdir bin' missing from previous change
|
2000-06-26 23:09:01 +00:00 |
|
Andreas Gustafsson
|
e91cd8b6ce
|
removed bin/lwresd directory from distribution
|
2000-06-26 23:03:03 +00:00 |
|
Andreas Gustafsson
|
a7d4703552
|
commented
|
2000-06-26 22:59:22 +00:00 |
|
Andreas Gustafsson
|
aa57fcf820
|
two more unchecked calls to strdup() found by Brian
|
2000-06-26 22:50:20 +00:00 |
|
Andreas Gustafsson
|
f264d3cb2c
|
sense of strcmp() wrong; missing test of strdup() return value
(find by Brian by inspection)
|
2000-06-26 22:30:32 +00:00 |
|
Andreas Gustafsson
|
95e7cd1ecb
|
commented
|
2000-06-26 22:09:49 +00:00 |
|
Michael Graff
|
7618ec31e3
|
bump restarts to 4. After 3, we change the retry times. This lets the query take longer, but it is more likely to succeed with EDNS0 if the server or the network is just slow, not broken.
|
2000-06-26 21:46:25 +00:00 |
|
Michael Graff
|
4ecbc9c96f
|
Don't use TCP for outgoing queries just because the client is TCP.
|
2000-06-26 21:42:33 +00:00 |
|
David Lawrence
|
2298aec5a1
|
test for high bit being set in isc_file_settime needed to use an
unsigned long long constant to work correctly on platforms that have
a 64 bit timeval.tv_sec and 32 bit ints.
|
2000-06-26 21:33:57 +00:00 |
|
Andreas Gustafsson
|
2188cdbef8
|
added test schedule
|
2000-06-26 21:30:34 +00:00 |
|
Michael Sawyer
|
3f13e5969b
|
Don't have dig (et al) fall back to TCP mode after non-responsive UDP
attempts.
|
2000-06-26 21:28:17 +00:00 |
|
Brian Wellington
|
bc9470d240
|
*** empty log message ***
|
2000-06-26 21:27:14 +00:00 |
|
Michael Graff
|
57ebb859ee
|
After N restarts (currently 3) try again with EDNS0 disabled.
|
2000-06-26 21:07:36 +00:00 |
|
Brian Wellington
|
e1e309c63d
|
Removed more pointer to integer assignments.
|
2000-06-26 20:58:52 +00:00 |
|
Michael Sawyer
|
1dce9a099e
|
Double allowable time for servers to start up.
|
2000-06-26 20:56:33 +00:00 |
|
Brian Wellington
|
9a6bbb206e
|
namespace cleanup
|
2000-06-26 20:50:00 +00:00 |
|
Brian Wellington
|
234878743f
|
Cast a pointer to an unsigned long, not an unsigned int, before doing bit
manipulations.
|
2000-06-26 20:39:42 +00:00 |
|
Brian Wellington
|
1d1d2fa57a
|
Seed a (not really) random value with time(NULL), not the pointer value.
|
2000-06-26 20:30:37 +00:00 |
|
Brian Wellington
|
98164bc1ad
|
Printing a size_t as either %d or %u doesn't work on some 64 bit architectures.
|
2000-06-26 20:27:42 +00:00 |
|
Michael Graff
|
a72ca8608c
|
revert part of a previous commit. This makes net/host unreachable hard errors again.
|
2000-06-26 20:16:01 +00:00 |
|
Brian Wellington
|
0191211ce5
|
Casting void * to unsigned long works better than casting to isc_uint32_t
|
2000-06-26 18:41:06 +00:00 |
|
Michael Graff
|
53b63f5467
|
minor change to make certain 'on' is defined. This used to be used only by USE_CMSG, but is also used to turn on BSD compatibility, so test on SO_BSDCOMPAT too.
|
2000-06-26 18:20:25 +00:00 |
|
Michael Graff
|
b111b8527b
|
put an alias for cleandir (same as distclean) in the master makefile, rather than only at the top level.
|
2000-06-26 18:14:05 +00:00 |
|
Michael Graff
|
a3cf4d394a
|
clean up a makefile problem that caused 'make distclean' and 'make cleandir' to fail for some makes
|
2000-06-26 18:00:15 +00:00 |
|
Brian Wellington
|
2d9f7b2971
|
Having a close(SOCK) seems to help mirepoix for some reason.
|
2000-06-26 17:53:25 +00:00 |
|
Michael Graff
|
18a8c21c77
|
turn on BSD compatibility to avoid the annoying linux 'return host unreachable for unconnected UDP datagrams' bug.
|
2000-06-26 17:48:26 +00:00 |
|
Andreas Gustafsson
|
787ad47ae4
|
increased timeout when waiting for server response; limits test did
not start in 44 seconds on irix
|
2000-06-26 01:12:35 +00:00 |
|
Andreas Gustafsson
|
84df8c98f0
|
when doing AXFR/IXFR, dig sometimes called
dns_message_currentname() with a non-NULL name
|
2000-06-26 00:57:18 +00:00 |
|
Andreas Gustafsson
|
5ff3d89153
|
don't create or delete /var/run/system_test_ifsetup;
it's not needed any more, and it causes error messages on irix which
does not have /var/run
|
2000-06-25 16:52:31 +00:00 |
|
Andreas Gustafsson
|
54aa59731f
|
check that server sockets can be bound to before attempting
to start servers; fixed bug that caused us not to perform version.bind queries
to subsequent servers if the first one succeeded
|
2000-06-25 16:47:42 +00:00 |
|
Andreas Gustafsson
|
0e3fa3bf10
|
more detailed error reporting
|
2000-06-25 02:30:18 +00:00 |
|
Andreas Gustafsson
|
c2398b11d7
|
added -p option for setting port number
|
2000-06-25 01:40:05 +00:00 |
|
Andreas Gustafsson
|
45340ebd2d
|
don't call gethostbyname() with dotted quad argument;
don't hardcode PF_INET and SOCK_STREAM; improve error reporting;
indent by 8 spaces
|
2000-06-24 23:09:44 +00:00 |
|
Andreas Gustafsson
|
34274c3cd6
|
edited
|
2000-06-24 21:36:38 +00:00 |
|
Michael Sawyer
|
258b178806
|
It's probably not a good idea to check in the test script with a debugging
patch intended to make it fail, regardless of the test status.
|
2000-06-24 01:44:28 +00:00 |
|
Brian Wellington
|
0529b1c2bf
|
Hopefully work on some more platforms.
|
2000-06-23 22:39:21 +00:00 |
|
Brian Wellington
|
3d776d7629
|
Add CCOPT to hold compiler options that aren't includes or defines
|
2000-06-23 22:38:26 +00:00 |
|
David Lawrence
|
ace0d6e296
|
util/Makefile.in not needed now that distclean removes util/conf.sh from the
top level directory
|
2000-06-23 22:37:46 +00:00 |
|
Michael Graff
|
d0971f8d82
|
Only call AC_CHECK_LIB(pthread, ...) if not on NetBSD, since it is handled specially elsewhere.
|
2000-06-23 22:32:52 +00:00 |
|
James Brister
|
8775909be9
|
282. [bug] lexer now returns ISC_R_RANGE if parsed integer is
too big for an usigned long.
|
2000-06-23 22:32:10 +00:00 |
|
James Brister
|
406ce0cd96
|
281. [bug] fixed list of recognised config file category names.
|
2000-06-23 22:30:02 +00:00 |
|
David Lawrence
|
c4c5c242cd
|
when changing the name of a parameter, remember to change the uses of it. duh.
|
2000-06-23 22:28:22 +00:00 |
|