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
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
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
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
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
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
David Lawrence
438d4a305d
include order lint
2000-06-23 21:43:46 +00:00
David Lawrence
48cfd6b4fc
omapi_protocol_connect's port argument type changed to in_port_t.
2000-06-23 21:36:57 +00:00
David Lawrence
8ab36dee9c
connect_toserver's port argument type changed to in_port_t.
...
socket variable renamed sock to avoid reserved name conflict.
2000-06-23 21:36:17 +00:00
David Lawrence
4b60cab173
"delete" function pointer changed to "expunge" to avoid C++ reserved word
...
conflict, and renamed object_methoddelete to object_methodexpunge for
consistency
2000-06-23 21:28:31 +00:00
David Lawrence
8db07dbeb9
"delete" function pointer changed to "expunge" to avoid C++ reserved word
...
conflict, and renamed object_methoddelete to object_methodexpunge for
consistency
2000-06-23 21:05:22 +00:00
Michael Sawyer
167f530b5b
Only test rendering class for != NONE/ANY in non-update messages
2000-06-23 20:47:23 +00:00
David Lawrence
1c12b87999
"remove" structure member renamed to "delete" renamed to avoid reserved word
...
conflict, and renamed object_methodremove to object_methoddelete for
consistency
2000-06-23 20:30:28 +00:00
David Lawrence
17d91fddb3
279. [bug] Private omapi function symbols shared between
...
two or more files in libomapi.a were not namespace
protected using the ISC convention of starting with
the library name and two underscores ("omapi__"...)
2000-06-23 20:19:02 +00:00
David Lawrence
107a15b0d8
index renamed to idx to avoid reserved word conflict
2000-06-23 20:05:00 +00:00
David Lawrence
b2728187cc
length should be unsigned in omapi_data_dereference
2000-06-23 20:04:25 +00:00
David Lawrence
571e433d03
argument to omapi_object_setinter should be int
2000-06-23 20:03:56 +00:00
Michael Graff
79f9369c4f
gc DOIO_UNEXPECTED as it was never used
2000-06-23 19:58:38 +00:00
David Lawrence
c244584cad
276. [bug] isc_log_categorybyname() and isc_log_modulebyname()
...
would fail to find the first member of any category
or module array apart from the internal defaults.
Thus, for example, the "notify" category was improperly
configured by named.
This resolves RT #132 , "Logging channels definition problems."
2000-06-23 17:52:20 +00:00
Mark Andrews
b74e3d974b
comment update
2000-06-23 17:30:59 +00:00
Mark Andrews
b03a619e1d
set AA in notify messages
2000-06-23 17:26:38 +00:00
David Lawrence
9b639db360
use protect netdb.h and rpc/netdb.h from check-includes.pl recommended removal
2000-06-23 03:14:04 +00:00
David Lawrence
be65f56d23
does not need stddef.h, lwres/int.h or lwres/result.h
2000-06-23 03:13:26 +00:00
David Lawrence
f7be916879
does not need lwres/lang.h
2000-06-23 03:12:42 +00:00
David Lawrence
cf203e0ece
does not need stddef.h or lwres/int.h
2000-06-23 03:12:28 +00:00
David Lawrence
a41242165c
use lwres/lang.h, protect some files from check-includes.pl recommended removal
2000-06-23 03:12:06 +00:00
David Lawrence
e6e10b96f9
protect assert.h from check-includes.pl removal recommendation
2000-06-23 03:11:01 +00:00
David Lawrence
27aa96b186
use isc/lang.h
2000-06-23 03:10:33 +00:00
David Lawrence
33f236e3a1
protect sys/types.h and unistd.h from check-includes.pl removal recommendation
2000-06-23 03:10:02 +00:00
David Lawrence
544f8fd0be
protect sys/types.h from check-includes.pl removal recommendation
2000-06-23 03:08:18 +00:00
David Lawrence
b654509b18
protect limits.h from check-includes.pl removal recommendation
2000-06-23 03:07:45 +00:00
David Lawrence
ec32c6b366
use isc/lang.h and add protective UNIX_ERRNO2RESULT_H wrapper
2000-06-23 03:03:57 +00:00
David Lawrence
ac9e556e49
use isc/lang.h and fix ISC_STDIO_H wrapper
2000-06-23 03:03:14 +00:00
David Lawrence
e9acb52098
use isc/lang.h and fix ISC_SHA1_H wrapper
2000-06-23 03:02:58 +00:00
David Lawrence
76d6c9e54f
protect isc/formatcheck.h from check-includes.pl removal recommendation
2000-06-23 03:02:41 +00:00
David Lawrence
d7984899c8
use isc/lang.h
2000-06-23 03:02:04 +00:00
David Lawrence
bac5798358
use isc/lang.h and add protective ISC_FSACCESS_H wrapper
2000-06-23 03:01:46 +00:00
David Lawrence
8dfc0c1ab0
does not need isc/magic.h
2000-06-23 03:01:12 +00:00