James Brister
3cfa5fedfe
Replace bit-setting method for determining if a config file field was set.
...
Templatized(?) code with macros.
2000-03-29 15:01:14 +00:00
Andreas Gustafsson
d6d18435cd
don't access freed memory when shutting down
...
incoming zone transfer
2000-03-29 12:28:03 +00:00
James Brister
3f46e84f9f
Descriptions for latest changes.
2000-03-29 07:58:25 +00:00
Bob Halley
a5a5371b75
fix typo
2000-03-29 07:22:35 +00:00
Brian Wellington
63e11cf5a8
Modified TSIG printing to work again after removing the TSIG pseudosection
...
in the message structure.
2000-03-29 05:14:04 +00:00
Brian Wellington
c85cd83147
TSIGs don't need to be explicitly rendered
2000-03-29 05:04:45 +00:00
Andreas Gustafsson
4c2ed12aaa
don't access freed memory when shutting down
...
zone transfer (RT #82 ); added magic number (patch by Bob); 80 columns
2000-03-29 05:03:07 +00:00
Brian Wellington
5caab9f99d
TSIG and SIG(0) are no longer message pseudosections.
2000-03-29 01:32:22 +00:00
James Brister
da47a1b896
Removed listen-on from views.
...
Changed syntax of grant/deny statements so they now must be inside an
'update-policy' block.
quote rr types when printing grant/deny statements as they can
clash with config file keywords.
Added rcs Id inside comment.
2000-03-28 22:58:25 +00:00
Bob Halley
fdb12d38d3
linux portability changes
2000-03-28 19:47:46 +00:00
Bob Halley
077daa2122
Prevent capability.h from #including <linux/fs.h>. When a 2.3 <linux/fs.h> is
...
included, we get conflicts between <string.h> and <linux/string.h> that
make the compilation fail. This change also eliminates compiler warnings when
os.c is compiled on a system with a 2.2 <linux/capability.h>.
2000-03-28 19:46:53 +00:00
Brian Wellington
d497aeb8cf
The TSIG pseudosection should not be explicitly rendered.
2000-03-28 03:18:02 +00:00
Brian Wellington
43a5758df7
TKEYs go in the answer section of responses.
2000-03-28 03:16:40 +00:00
Brian Wellington
c73aafe601
dst_random_get notices when openssl complains about having no entropy, and
...
calls isc_random_get to get some. This should possibly do something
else later.
2000-03-28 03:06:38 +00:00
Brian Wellington
fcdd365bbf
Moved isc_buffer_t typedef from buffer.h to types.h
2000-03-28 02:59:46 +00:00
Bob Halley
52966d52c3
"The ISC" --> "ISC".
2000-03-28 01:33:08 +00:00
Bob Halley
49631b2c93
update
2000-03-28 01:19:54 +00:00
Bob Halley
99b80297d4
add
2000-03-28 01:19:43 +00:00
Michael Graff
ed0b018ee0
minor reformatting issue; no functional change made.
2000-03-28 00:10:02 +00:00
Michael Graff
0a48eff8c7
remove debugging printf that stuck in
2000-03-28 00:09:28 +00:00
Bob Halley
c653686224
fix typo
2000-03-27 23:46:45 +00:00
Michael Graff
0982a13bcf
update
2000-03-23 23:51:53 +00:00
Bob Halley
1854401d34
was dereferencing the wrong rdataset
2000-03-23 22:52:22 +00:00
Bob Halley
acee756e38
lint
2000-03-23 22:51:53 +00:00
Bob Halley
811fb0d705
ARM update
2000-03-23 22:32:00 +00:00
Andreas Gustafsson
1872808932
don't access freed memory
2000-03-23 20:33:15 +00:00
Andreas Gustafsson
62a84c4a27
val->view was not NULL before attach
2000-03-23 20:24:28 +00:00
Bob Halley
e81af5be3e
lint
2000-03-23 20:01:41 +00:00
Bob Halley
dda4bfe649
update copyrights
2000-03-23 19:52:19 +00:00
Bob Halley
047cc700ef
update
2000-03-23 19:51:57 +00:00
Bob Halley
75b02323f4
update copyright
2000-03-23 19:43:14 +00:00
Bob Halley
77221c2c88
update copyright
2000-03-23 19:35:59 +00:00
Bob Halley
a010b9cb61
update copyrights
2000-03-23 19:30:06 +00:00
Bob Halley
6090050823
update
2000-03-23 19:29:41 +00:00
Bob Halley
32dc06e7e8
update
2000-03-23 19:09:50 +00:00
Brian Wellington
b930c125ca
Fixed missing braces reported on bind9-workers. The rewritten keygen should
...
hopefully go in just after b2.
2000-03-23 19:03:32 +00:00
David Lawrence
e49d50b443
include config/confndc.o in CONFOBJS for libdns.a
2000-03-23 19:00:15 +00:00
David Lawrence
5090d51c22
review & bind coding style changes
2000-03-23 18:44:20 +00:00
Bob Halley
a0abd77baa
dns_name_downcase() was not calling isc_buffer_add(), so buffer would always
...
be empty. This would cause name digesting to fail as well.
Remove some unused variables left over from the removal of local compression.
2000-03-23 17:56:24 +00:00
David Lawrence
ecb6c5782e
exorcized local compression
2000-03-23 05:18:46 +00:00
Andreas Gustafsson
eb15741fc3
the 'logging' statement is now implemented
2000-03-23 00:59:41 +00:00
Andreas Gustafsson
5fe5a0c026
revised logging categories
2000-03-23 00:55:12 +00:00
Andreas Gustafsson
02fd64a1fc
put single quote around logging channel name in error message
2000-03-23 00:51:29 +00:00
Andreas Gustafsson
d132769ee8
the syslog facility for the default_syslog channel is
...
LOG_DAEMON, not LOG_INFO
2000-03-23 00:49:15 +00:00
Bob Halley
435532822d
deal with systems missing in6addr_any
2000-03-22 22:07:17 +00:00
Bob Halley
b67a66514e
update
2000-03-22 22:06:25 +00:00
Bob Halley
f0558da29c
AXFR and IXFR are not yet implemented; reject attempts to use
...
them. [RT 74]
2000-03-22 21:39:07 +00:00
Andreas Gustafsson
64b42acc5f
propagate the current and default TTLs into and out of
...
$INCLUDEd files (RT #69 )
2000-03-22 19:27:51 +00:00
Andreas Gustafsson
4cf7efa59d
typos
2000-03-22 17:59:13 +00:00
Andreas Gustafsson
4cc66f2516
typo
2000-03-22 17:54:15 +00:00