Bob Halley
|
4529cdaeda
|
make rdata functions static inline
|
1999-08-12 01:32:42 +00:00 |
|
Bob Halley
|
b1bc194f94
|
additional data support
|
1999-08-03 20:55:19 +00:00 |
|
Bob Halley
|
f1b0e9107d
|
additional data support
|
1999-08-03 01:21:23 +00:00 |
|
Bob Halley
|
d981ca6455
|
class to rdclass; additional data support
|
1999-08-02 22:18:31 +00:00 |
|
Andreas Gustafsson
|
96594ea32e
|
define dns_rdataclass_none as 254, not 0 (RFC2136); remove dns_rdatatype_none for consistency
|
1999-07-23 09:15:10 +00:00 |
|
Bob Halley
|
8360c3dc0f
|
eliminate inet.h; do not use UNIX-specific .h files
|
1999-07-16 00:24:33 +00:00 |
|
Andreas Gustafsson
|
df7f20ae77
|
the WKS protocol field is 8 bits, not 16
|
1999-07-05 05:50:52 +00:00 |
|
Mark Andrews
|
e205d63cbb
|
Missing #include
|
1999-07-05 00:32:37 +00:00 |
|
Bob Halley
|
58b3ed8a34
|
fix a static declaration
|
1999-07-03 20:58:13 +00:00 |
|
Andreas Gustafsson
|
fad44a20ee
|
omit parenthesis when DNS_STYLEFLAG_MULTILINE is not set
|
1999-06-08 20:41:31 +00:00 |
|
Andreas Gustafsson
|
5fc7ba3e1a
|
added dns_db_dump(), $DATE, and supporting changes
|
1999-06-08 10:35:23 +00:00 |
|
Andreas Gustafsson
|
0745aa7369
|
various bug fixes
|
1999-05-19 09:15:52 +00:00 |
|
Andreas Gustafsson
|
5dcb42f5bb
|
not all combinations of quoted and unquoted strings were supported in ISDN records
|
1999-05-19 09:14:58 +00:00 |
|
Brian Wellington
|
822f6cdabb
|
Created isc_base64_to{text,buffer} and removed the static versions
from lib/dns/rdata.c.
|
1999-05-18 17:46:59 +00:00 |
|
Mark Andrews
|
94a3bcd132
|
dns_rdata_tostruct() may require memory to be allocted and hence
it will need to be freed, dns_rdata_freestruct().
Changes to implement this.
Added C++ support to rdatastruct.h
|
1999-05-07 03:24:15 +00:00 |
|
Mark Andrews
|
189e18de11
|
include/dns/rdatastruct.h header (pre) and footer (suf) files.
|
1999-05-07 03:19:11 +00:00 |
|
Mark Andrews
|
4fd3e3482c
|
dns_rdata_tostruct() conversion
|
1999-05-05 01:55:13 +00:00 |
|
Mark Andrews
|
a560a0bfb2
|
Implement _tostruct().
|
1999-05-05 00:20:36 +00:00 |
|
Mark Andrews
|
854d0238db
|
Adjust #ifdef *_H -> #ifdef *_C to reflect new file names.
|
1999-05-05 00:19:04 +00:00 |
|
Mark Andrews
|
1ef8965366
|
Add decompression.
|
1999-02-24 06:31:35 +00:00 |
|
Mark Andrews
|
52637f592f
|
Add wire compression.
|
1999-02-22 07:24:05 +00:00 |
|
Mark Andrews
|
54db0529dc
|
Copyright dates now comma seperated list of years.
|
1999-02-16 22:51:19 +00:00 |
|
Mark Andrews
|
0e8cf9a887
|
Style updates.
cvs: ----------------------------------------------------------------------
|
1999-02-16 22:42:33 +00:00 |
|
Mark Andrews
|
7c0539bea5
|
Created dns_name_rdatacompare() to do DNSSEC rdata comparisions
as opposed to DNSSEC owner name comparisions of names. Changed
all rdata types that were using dns_name_compare() to use
dns_name_rdatacompare().
|
1999-02-15 05:44:22 +00:00 |
|
Mark Andrews
|
ccedaf210f
|
Don't assign north / east as a side effect of if.
Add 'm' to the altitude output.
Negative altitudes were not being read in correctly. Fractional part
was being added rather that subtracted.
|
1999-02-11 14:00:29 +00:00 |
|
Mark Andrews
|
0751254ce6
|
return DNS_R_BADDOTTEDQUAD on isc_inet_aton failure
|
1999-02-09 07:58:57 +00:00 |
|
Mark Andrews
|
b8ea456f92
|
Failure to pass a valid IPv6 address now returns DNS_R_BADAAAA.
|
1999-02-09 07:52:32 +00:00 |
|
Bob Halley
|
83ac7ce833
|
lint
|
1999-02-06 01:45:11 +00:00 |
|
Mark Andrews
|
2cd8a160b9
|
Missing space totext_tkey()
|
1999-02-05 05:15:16 +00:00 |
|
Mark Andrews
|
15330e4fa2
|
isc_strtouq()
|
1999-02-05 04:57:20 +00:00 |
|
Mark Andrews
|
54c26ab21c
|
dns_cert_{to,from}text()
dns_secalg_{to,from}text()
|
1999-02-05 00:05:46 +00:00 |
|
Mark Andrews
|
5901928ef8
|
fix up TKEY
|
1999-02-04 07:00:32 +00:00 |
|
Mark Andrews
|
8d3e74b168
|
gen to generate dns_rdata{type,class}_{type,class}
dns_rcode_{to,from}text()
TKEY was missing the Algorithm
|
1999-02-04 06:38:43 +00:00 |
|
Mark Andrews
|
f427e78509
|
Initial Implementation
|
1999-02-04 02:09:04 +00:00 |
|
Mark Andrews
|
f9d7040e8d
|
TSIG initial implementation.
|
1999-02-04 01:06:40 +00:00 |
|
Mark Andrews
|
904294c0c9
|
region_compare() return wrong result when regions were the same.
base64_tobuffer() need a way to read a specific length of base64
data, not just read to eol.
|
1999-02-04 00:03:29 +00:00 |
|
Mark Andrews
|
e59c5fc23f
|
UNSPEC Initial Implementation
|
1999-02-03 06:00:51 +00:00 |
|
Mark Andrews
|
217f572018
|
NSAP-PTR Initial implementation.
Modified gen.c to support "-" in class and type names.
|
1999-02-02 22:34:20 +00:00 |
|
Mark Andrews
|
5d15501996
|
Fix incorrect fix for valid strtol conversion sig_24.h
Make tests for full string consumption by strtol consistant
(*e == 0) || (*e != 0)
|
1999-02-02 13:31:46 +00:00 |
|
Mark Andrews
|
bdfffc68db
|
Initial Implementation
|
1999-02-02 05:03:10 +00:00 |
|
Mark Andrews
|
901b5fb3b3
|
Initial Implementation.
|
1999-02-02 04:52:31 +00:00 |
|
Bob Halley
|
8272eed68f
|
fix typo
|
1999-02-02 01:43:47 +00:00 |
|
Mark Andrews
|
12a12d8ab4
|
Initial Implementation
|
1999-02-02 01:19:22 +00:00 |
|
Bob Halley
|
af6dfd762e
|
eliminate compiler warnings (char vs. uchar)
|
1999-02-02 01:17:49 +00:00 |
|
Bob Halley
|
6acb28c304
|
use isc_inet_pton
|
1999-02-02 00:38:50 +00:00 |
|
Mark Andrews
|
a3c5ba000a
|
Initial implementation
|
1999-02-01 23:49:47 +00:00 |
|
Mark Andrews
|
12c6f4b3b2
|
SRV RR
|
1999-02-01 22:05:56 +00:00 |
|
Mark Andrews
|
d42be4bb84
|
LOC
|
1999-02-01 07:58:13 +00:00 |
|
Mark Andrews
|
e4bea1f716
|
Added GPOS and AAAA
|
1999-02-01 00:15:55 +00:00 |
|
Mark Andrews
|
eb7a2b3291
|
PX X.400 mail mapping information
|
1999-01-31 22:38:40 +00:00 |
|