David Lawrence
5201daee91
285. [bug] A change made to the dst API for beta4 inadvertently
...
broke OMAPI's creation of a dst key from an incoming
message, causing an assertion to be triggered. Fixed.
Also fixed was a problem where a failed call to dns_name_fromtext would
have meant the mutex was not unlocked. This was fixed in the mainline too,
I just forgot to mention it.
A CHANGES entry was not committed because it isn't clear to me how we are
handling things changed on the mainline but not under other release tags.
The bind9_v9_0 CHANGES file is missing #283 and #284 from the mainline.
2000-06-28 03:18:11 +00:00
Andreas Gustafsson
badb9ee6e1
pullup: Force SIGHUP to be in state SIG_DFL when starting, since Solaris would break
...
that, if run from under cron.
2000-06-28 03:12:30 +00:00
David Lawrence
bd2db5af0b
rm -f lwresd before trying to link it to named in the install target.
...
Fixed RT #152 .
2000-06-28 02:56:24 +00:00
Andreas Gustafsson
d2380d1cb1
pullup: test gethostbyname, gethostbyname2, and gethostbyaddr
2000-06-28 01:01:34 +00:00
Andreas Gustafsson
bcc0b54f30
pullup: Changed "argc > 1" to "argc >= 1" in argument parsing; omapi_test should
...
now print a more useful usage message when using the "listen" and "connect"
arguments with no further parameters.
2000-06-28 00:32:32 +00:00
Michael Graff
0d067e29f5
[pullup, Andreas]
...
don't issue warnings saying max-ncache-ttl and max-cache-ttl are
not yet implemented, because they are
2000-06-28 00:32:18 +00:00
Andreas Gustafsson
e45f4523c0
pullup: Fix memory context leak
2000-06-28 00:19:06 +00:00
Andreas Gustafsson
7c940dd411
pullup: Return NO_RECOVERY, not HOST_NOT_FOUND if the error is not LWRES_NOTFOUND
2000-06-27 23:44:19 +00:00
Andreas Gustafsson
9cff02699c
pullup: Missing #include "assert_p.h"
2000-06-27 23:43:43 +00:00
Andreas Gustafsson
14b55d8b05
9.0.0b5 -> 9.0.0rc1
2000-06-27 23:36:13 +00:00
Andreas Gustafsson
282b4fb3db
pullups: Uninitialized variable,
...
destroy timer manager after task manager;
Instruction removed which was not only buggy, but pointless.
2000-06-27 22:58:09 +00:00
Andreas Gustafsson
552465c12f
pullup: don't print the configuration to stderr by default
2000-06-27 22:56:18 +00:00
Brian Wellington
2ff5da8275
We do support keyboard input now (pullup)
2000-06-27 21:46:31 +00:00
Andreas Gustafsson
0d2804f52c
updated for 9.0.0rc1
2000-06-27 21:10:27 +00:00
Andreas Gustafsson
c964c5c1c4
pullup: Return better errors (TRAILINGDATA, not UNEXPECTEDEND), and style changes.
2000-06-27 18:57:47 +00:00
Michael Graff
97e9ab3c7b
[pullup, andreas]
...
isc-config.sh.in was missing from list of distributed files
2000-06-27 00:46:05 +00:00
Michael Graff
b0ea0e73b7
[pullup, andreas]
...
don't generate util/conf.sh from configure, as the util directory
does not exist in the released version
2000-06-27 00:44:39 +00:00
Michael Graff
e76eeb5668
remove bin/lwresd from distribution. [pullup, Andreas]
2000-06-27 00:40:49 +00:00
Andreas Gustafsson
bf750ee1ef
pullup: Remove stdout print; Fix tabbing
2000-06-27 00:38:24 +00:00
Andreas Gustafsson
f7539e2f77
pullup: Fixed a few errors in error recovery and uses of int instead of lwres_result_t
2000-06-26 23:31:09 +00:00
Michael Graff
5dd0c5ed43
pull up 1.23 to 1.25 for Brian and Andreas
2000-06-26 23:08:45 +00:00
Andreas Gustafsson
ffea7b01c8
pullup: Don't use TCP for outgoing queries just because the client is TCP.
2000-06-26 22:38:56 +00:00
Andreas Gustafsson
71afd01cd9
pullup: Removed more pointer to integer assignments
2000-06-26 21:59:42 +00:00
Andreas Gustafsson
a3f32496fa
pullup: namespace cleanup
2000-06-26 21:47:36 +00:00
Andreas Gustafsson
fa023b811f
pullup: Casting void * to unsigned long works better than casting to isc_uint32_t
...
(actually, there is no functional change, it just eliminates a compiler warning)
2000-06-26 21:43:44 +00:00
Andreas Gustafsson
9e551dd2e0
pullup: clean up a makefile problem that caused 'make distclean' and
...
'make cleandir' to fail for some makes
2000-06-26 21:33:29 +00:00
Andreas Gustafsson
fba0fc670c
pullup: turn on BSD compatibility to avoid the annoying linux
...
'return host unreachable for unconnected UDP datagrams' bug.
2000-06-26 21:28:21 +00:00
Andreas Gustafsson
56c9c3c96d
pullup: (more than) double allowable time for servers to start up.
2000-06-26 21:21:18 +00:00
Andreas Gustafsson
4c6d1ed02d
Having a close(SOCK) seems to help mirepoix for some reason.
2000-06-26 20:50:23 +00:00
cvs2git
0203510ff7
This commit was manufactured by cvs2git to create branch 'v9_0'.
2000-06-26 01:12:36 +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
David Lawrence
df0036cbcd
backlog argument to omapi_listener_listen was changed to unsiged
2000-06-23 22:22:24 +00:00
David Lawrence
24de6390c1
"entropy.c", line 1319: remark(1552): variable "ent" was set but never used
2000-06-23 22:06:47 +00:00
Brian Wellington
8b65cde911
without -n, we can probe for the number of CPUs
2000-06-23 21:52:55 +00:00
David Lawrence
438d4a305d
include order lint
2000-06-23 21:43:46 +00:00