Bob Halley
e9d51ec4ab
zones do not have resolvers
1999-09-21 20:03:03 +00:00
Mark Andrews
59a6d9cbcd
Set file modes based on pre updated version.
1999-09-20 02:33:32 +00:00
Bob Halley
15b1d62351
Add NS records to the authority section when answering from a zone.
...
Do not put a name into a section more than once.
Make restarts part of query state.
We were leaking the old qname after a CNAME/DNAME restart.
Update A6 follower calls to conform with interface changes.
1999-09-17 21:59:55 +00:00
Bob Halley
70e59364af
Make restarts part of query state
1999-09-17 21:57:11 +00:00
Bob Halley
e5c243997c
Make a6 follower restartable.
1999-09-17 21:51:22 +00:00
James Brister
91cf68b183
Config file parser tester.
1999-09-17 14:29:20 +00:00
James Brister
7c337a9ca9
IPv6 fixes.
...
Removed config specific address type and replced with isc_sockaddr_t
1999-09-17 14:22:06 +00:00
Mark Andrews
a86ce0b97d
Adjust function dns_zt_*() names to remove _zone, lookup -> find.
...
Add thread support.
1999-09-17 10:00:14 +00:00
Andreas Gustafsson
3ddd92da66
improved support for mnemonics in DNSSEC RR types
1999-09-17 09:25:21 +00:00
Michael Graff
5f0e2c8913
update copyright text
1999-09-16 00:02:20 +00:00
Michael Graff
e6d6ce00e2
Update all copyright info for all our files.
1999-09-16 00:01:48 +00:00
Michael Graff
f690123c15
update copyright text
1999-09-15 23:53:18 +00:00
Michael Graff
09b91abda4
Update copyright text
1999-09-15 23:49:29 +00:00
Michael Graff
d2eb164406
Update copyrights master file
1999-09-15 23:40:42 +00:00
Michael Graff
c32b87bc54
Makefile.in -> MAKE, not SH
1999-09-15 23:20:27 +00:00
Michael Graff
0ed6a92981
clean up print.h in make distclean step
1999-09-15 23:15:57 +00:00
Michael Graff
2f072c2982
Update copyrights
1999-09-15 23:03:43 +00:00
Michael Graff
cec00f05ce
Update copyrights
1999-09-15 22:40:57 +00:00
Michael Graff
2808b5a3ef
reserve events for address.[ch]
1999-09-15 21:15:44 +00:00
Michael Graff
2a80dff9f2
no rcsid, thanks
1999-09-15 21:15:18 +00:00
Michael Graff
484e0cac08
Commit address.h -- soon to be the Address DataBase.
1999-09-15 21:14:59 +00:00
Bob Halley
96ad75f520
rename functions to avoid conflict with clone() on linux
1999-09-15 19:12:24 +00:00
Michael Graff
6d26a0067d
use a lock in testing
1999-09-15 17:47:44 +00:00
Michael Graff
c9ea380175
include the right directories on -I lines
1999-09-15 17:47:27 +00:00
Michael Graff
50dfb7ee4a
implement mempool locking
1999-09-15 17:47:08 +00:00
Mark Andrews
263f8b87e9
Initial implementation.
...
*not* yet thread safe.
1999-09-15 15:11:42 +00:00
Michael Graff
7153a32ae9
memory leak fix
1999-09-14 23:48:27 +00:00
Bob Halley
e64e605ed6
bind_rdataset() was not setting the trust field
1999-09-14 20:05:16 +00:00
Mark Andrews
0da4fbb842
added print.h
1999-09-14 04:32:26 +00:00
Mark Andrews
1468e4fb6e
Now print.c
1999-09-14 04:31:11 +00:00
Mark Andrews
f7bf83d0cc
Add print.c
...
Remove vsnprintf.c
1999-09-14 04:28:07 +00:00
Mark Andrews
34884bf789
#ifdef protect long doubles
1999-09-14 04:27:11 +00:00
Mark Andrews
cba05509f3
Add #include <isc/print.h>
...
dns_zone_log_error -> dns_zone_logerror
1999-09-14 03:07:07 +00:00
Mark Andrews
b1f833cea5
Allow isc/print.h to be included multiple times.
...
cvs: ----------------------------------------------------------------------
1999-09-14 02:40:49 +00:00
Mark Andrews
cd71050434
ISC versions of vsnprint and snprintf.
1999-09-14 02:07:03 +00:00
Bob Halley
cbf943ad4a
add keygen
1999-09-14 00:16:30 +00:00
Michael Graff
aca2a14afc
Implement MSG_TRUNC faking for UDP, on systems where recvmsg() doesn't set that
...
flag for us. To see if a UDP packet was truncated, look at
done_event->attributes and see if ISC_SOCKEVENTATTR_TRUNC is set.
1999-09-13 22:00:28 +00:00
Brian Wellington
b18192fd96
more immaterial key fixes
1999-09-13 20:00:00 +00:00
Bob Halley
33bb967e5d
include stdlib.h, declaring getenv()
1999-09-13 19:02:02 +00:00
Bob Halley
870288a1fa
DNS_R_NXGLUE
1999-09-13 18:27:26 +00:00
Bob Halley
0e5d1f7463
cache support
1999-09-13 18:26:37 +00:00
Bob Halley
3dabf636a0
NXGLUE support
1999-09-13 18:26:12 +00:00
Brian Wellington
3d452d4366
better handling of immaterial signatures
1999-09-13 17:30:18 +00:00
Mark Andrews
affd6c025b
Add vsnprintf to configure.
...
Correct typo's in vsnprintf support in configure.in
1999-09-12 00:47:20 +00:00
Mark Andrews
e060caaee6
Add vsnprintf check.
1999-09-11 12:10:11 +00:00
Michael Graff
d8f304288d
Use a memory pool for rdatasets as well
1999-09-11 01:35:55 +00:00
Michael Graff
07a9b8b588
Make a few helper macros which will return lengths of regions rather than
...
requiring an isc_region_t to fill in. Use these macros in a few places.
1999-09-10 21:13:39 +00:00
Michael Graff
3b2b306f47
remove unused variable
1999-09-10 20:26:17 +00:00
Michael Graff
8aa6d34be7
use the new API rules for dns_message_t and names
1999-09-10 20:25:51 +00:00
Brian Wellington
b87a704401
added key generator
1999-09-10 19:52:56 +00:00