67a1122d50d24747976844db61a2c994a9b8b1e4 |
|
15-Nov-2017 |
Tinderbox User <tbox@isc.org> |
update copyright notice / whitespace |
ce37f22724353fb80d6b60da530b95b8c29da35c |
|
14-Nov-2017 |
Mark Andrews <marka@isc.org> |
more DNS_NAME_INITABSOLUTE cases
(cherry picked from commit e2f9dcfd86b3a6f42915c26e83f42243097adc6e) |
0c27b3fe77ac1d5094ba3521e8142d9e7973133f |
|
27-Jun-2016 |
Mark Andrews <marka@isc.org> |
4401. [misc] Change LICENSE to MPL 2.0. |
e0a30050c8516a3d54a4f8dcdd88435704a8a3ed |
|
17-Sep-2015 |
Mark Andrews <marka@isc.org> |
4214. [protocol] Add support for TALINK. [RT #40544] |
5855fd79e375c74fc9df57ce0b4c4ef1b9fcdc3e |
|
25-Aug-2015 |
Mark Andrews <marka@isc.org> |
4191. [protocol] Accept DNS-SD non LDH PTR records in reverse zones
as per RFC 6763. [RT #37889] |
503ffdad3bc62e6458e4b60e329aa448ce1803a1 |
|
18-Aug-2015 |
Tinderbox User <tbox@isc.org> |
update copyright notice / whitespace |
b0ba1a6059b6d6c4b3aa77d8bc84cc443b981e01 |
|
16-Aug-2015 |
Mukund Sivaraman <muks@isc.org> |
Use mnemonics for RR class and type comparisons (#40297) |
4b6dc226f78862286daa69fba761eac9fd5da16a |
|
04-Dec-2009 |
Automatic Updater <source@isc.org> |
update copyright notice |
3d17a3ba61a303d5c4d9867068d0fbe9f24d2988 |
|
04-Dec-2009 |
Mark Andrews <marka@isc.org> |
2801. [func] Detect and report records that are different according
to DNSSEC but are sematically equal according to plain
DNS. Apply plain DNS comparisons rather than DNSSEC
comparisons when processing UPDATE requests.
dnssec-signzone now removes such semantically duplicate
records prior to signing the RRset.
named-checkzone -r {ignore|warn|fail} (default warn)
named-compilezone -r {ignore|warn|fail} (default warn)
named.conf: check-dup-records {ignore|warn|fail}; |
70e5a7403f0e0a3bd292b8287c5fed5772c15270 |
|
20-Jun-2007 |
Automatic Updater <source@isc.org> |
update copyright notice |
ec5347e2c775f027573ce5648b910361aa926c01 |
|
19-Jun-2007 |
Automatic Updater <source@isc.org> |
update copyright notice |
dafcb997e390efa4423883dafd100c975c4095d6 |
|
05-Mar-2004 |
Mark Andrews <marka@isc.org> |
update copyright notice |
2047977ce2dfcfe3a0fa2d638c3242841310fad3 |
|
27-Feb-2004 |
Mark Andrews <marka@isc.org> |
1586. [func] "check-names" is now implemented. |
bddfe77128b0f16af263ff149db40f0d885f43d0 |
|
16-Jul-2001 |
Mark Andrews <marka@isc.org> |
936. [func] Warn when non dotted decimal quad's are used.
[RT #1084]
935. [bug] inet_pton failed to reject leading zeros. |
ae114ded82e773a4d9058f833f964a17514712a8 |
|
16-Mar-2001 |
Brian Wellington <source@isc.org> |
Fix a bunch of unused variable warnings that only occurred with assertions
turned off. |
9ac7076ebad044afb15e9e2687e3696868778538 |
|
06-Mar-2001 |
Mark Andrews <marka@isc.org> |
769. [func] Improved error reporting when parsing rdata. [RT #740]
Two new error codes. Also push back the last token, if it makes
sense to do so, so that it gets printed in the error message using
RETTOK macro, rather than straight return or RETERR. |
cdc50af0bff41accc02c613b9c6d8cd41b171ffe |
|
12-Feb-2001 |
Brian Wellington <source@isc.org> |
In the towire_* and additionaldata_* routines, add an offsets table to names
passed into dns_name_toregion(). This is effectively free, and reduces the
number of calls to set_offsets() and dns_name_clone() in name compression. |
499b34cea04a46823d003d4c0520c8b03e8513cb |
|
09-Jan-2001 |
Brian Wellington <source@isc.org> |
copyright update |
63cef8bde8b92aeb30ccdcf21d4e44c9be9cc6e3 |
|
01-Dec-2000 |
Andreas Gustafsson <source@isc.org> |
added UNUSED() macros for arguments that end up unused when assertion checking
is turned off |
add4043305ca411202ed9cf1929a4179016515ce |
|
08-Nov-2000 |
Brian Wellington <source@isc.org> |
The identical gettoken() routines in rdata.c, hex.c, and base64.c have
been replaced with isc_lex_getmastertoken(). |
b589e90689c6e87bf9608424ca8d99571c18bc61 |
|
25-Oct-2000 |
Mark Andrews <marka@isc.org> |
Remove the rdata->length == 0 checks, UPDATE pseudo rdata are now tagged.
Add sanity checks to rdata types where the length cannot legally be zero. |
40f53fa8d9c6a4fc38c0014495e7a42b08f52481 |
|
01-Aug-2000 |
David Lawrence <source@isc.org> |
Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your
own CVS tree will help minimize CVS conflicts. Maybe not.
Blame Graff for getting me to trim all trailing whitespace. |
15a44745412679c30a6d022733925af70a38b715 |
|
27-Jul-2000 |
David Lawrence <source@isc.org> |
word wrap copyright notice at column 70 |
28d9fd53819cc163629c867466b20d8ebcae8842 |
|
22-Jun-2000 |
David Lawrence <source@isc.org> |
update_copyrights |
6d12fdf96621801e80f3f4c2a8a569fe48766a20 |
|
01-Jun-2000 |
David Lawrence <source@isc.org> |
Megacommit of many files.
Mostly, several functions that take pointers as arguments, almost
always char * pointers, had those pointers qualified with "const".
Those that returned pointers to previously const-qualified arguments
had their return values qualified as const. Some structure members
were qualified as const to retain that attribute from the variables
from which they were assigned.
The macro DE_CONST is used to deal with a handful of very special
places where something is qualified as const but really needs to have
its const qualifier removed.
rdata.c now defines macros for the prototypes of the basic rdata functions,
and all of the lib/dns/rdata/**/*.c files now use them.
Some minor integer-compatibility issues. (IE, ~0x03 is a signed int,
so assigning it to an unsigned int should use a cast. The type of an
enum member is int, so there are some conversion issues there, too.)
A pointers-to-function should not be cast to a pointer-to-object.
Variables should not be named for C reserved identifiers.
One or two set-but-not-used variables removed.
Minor other ISC style cleanups. |
373ce67419680a398ba3dc51a14a486caaf0afb0 |
|
22-May-2000 |
Mark Andrews <marka@isc.org> |
Implement dns_rdata_fromstruct() where not already done.
Add missing REQUIRE tests to existing implementations. |
9281e7aa775026dc47c01745fdcc438645146877 |
|
05-May-2000 |
Mark Andrews <marka@isc.org> |
Implement / convert to new API for tostuct() and freestruct().
Define dns_rdata_loc_t structure.
x25 length is only 8 bits. |
94a08e09db3dc844b6ee4841c368a2d7074a9c3f |
|
05-May-2000 |
Andreas Gustafsson <source@isc.org> |
Check for edns1 and strict decompression once and for all in
dns_[de]compress_setmethods instead of separately in every caller |
82ca33427bdd4f3bc4ed3431e86bd810fe751674 |
|
28-Apr-2000 |
Andreas Gustafsson <source@isc.org> |
declare arguments as UNUSED() when used in assertions only |
6e49e91bd08778d7eae45a2229dcf41ed97cc636 |
|
27-Apr-2000 |
David Lawrence <source@isc.org> |
103. [func] libisc buffer API changes for <isc/buffer.h>:
Added:
isc_buffer_base(b) (pointer)
isc_buffer_current(b) (pointer)
isc_buffer_active(b) (pointer)
isc_buffer_used(b) (pointer)
isc_buffer_length(b) (int)
isc_buffer_usedlength(b) (int)
isc_buffer_consumedlength(b) (int)
isc_buffer_remaininglength(b) (int)
isc_buffer_activelength(b) (int)
isc_buffer_availablelength(b) (int)
Removed:
ISC_BUFFER_USEDCOUNT(b)
ISC_BUFFER_AVAILABLECOUNT(b)
isc_buffer_type(b)
Changed names:
isc_buffer_used(b, r) ->
isc_buffer_usedregion(b, r)
isc_buffer_available(b, r) ->
isc_buffer_available_region(b, r)
isc_buffer_consumed(b, r) ->
isc_buffer_consumedregion(b, r)
isc_buffer_active(b, r) ->
isc_buffer_activeregion(b, r)
isc_buffer_remaining(b, r) ->
isc_buffer_remainingregion(b, r)
Buffer types were removed, so the ISC_BUFFERTYPE_*
macros are no more, and the type argument to
isc_buffer_init and isc_buffer_allocate were removed.
isc_buffer_putstr is now void (instead of isc_result_t)
and requires that the caller ensure that there
is enough available buffer space for the string. |
6324997211a5e2d82528dcde98e8981190a35fae |
|
07-Apr-2000 |
Michael Graff <mgraff@isc.org> |
add attributes (line singleton, exlcusive, meta, etc) to rdata C files, and
build a table of them using gen.c. This means the names are stored twice,
but that will change in the near future. This will speed up number to text
conversions for rdatatypes, and I plan on speeding up text->number as
well, soon. |
419590499823ce15b5d2ad4fe71eaf04bd5a86c0 |
|
07-Apr-2000 |
Michael Graff <mgraff@isc.org> |
s/DNS_R_/ISC_R_/ change for some codes. |
940e4ef72b64a8a82a1038fdf08b324eec6e43a9 |
|
16-Mar-2000 |
Michael Graff <mgraff@isc.org> |
add reviewed, minor formatting changes |
7d32c065c7bb56f281651ae3dd2888f32ce4f1d9 |
|
04-Feb-2000 |
Bob Halley <source@isc.org> |
update copyright |
3ddd814a97de1d152ba0913c592d6e6dc83d38a6 |
|
23-Dec-1999 |
Michael Graff <mgraff@isc.org> |
dns_result_t is no more. s/dns_result_t/isc_result_t/ -- more later, when I need a break. |
e27a69f8bd9538e08f775265167ba6cc5f47c587 |
|
01-Sep-1999 |
Bob Halley <source@isc.org> |
add digest support |
4529cdaedaf1a0a5f8ff89aeca510b7a4475446c |
|
12-Aug-1999 |
Bob Halley <source@isc.org> |
make rdata functions static inline |
d981ca645597116d227a48bf37cc5edc061c854d |
|
03-Aug-1999 |
Bob Halley <source@isc.org> |
class to rdclass; additional data support |
5fc7ba3e1ac5d72239e9971e0f469dd5796738f9 |
|
08-Jun-1999 |
Andreas Gustafsson <source@isc.org> |
added dns_db_dump(), $DATE, and supporting changes |
94a3bcd132e515b4baa0884ba9dd0f361d2e17bc |
|
07-May-1999 |
Mark Andrews <marka@isc.org> |
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 |
854d0238dbc2908490197984b3b9d558008a53df |
|
05-May-1999 |
Mark Andrews <marka@isc.org> |
Adjust #ifdef *_H -> #ifdef *_C to reflect new file names. |
1ef8965366d91e02a4672c35a187d30aa4a4c72c |
|
24-Feb-1999 |
Mark Andrews <marka@isc.org> |
Add decompression. |
52637f592f705ca93fadc218e403fd55e8ce4aea |
|
22-Feb-1999 |
Mark Andrews <marka@isc.org> |
Add wire compression. |
54db0529dcab47d08996454a076c5e4a0d75e5d2 |
|
16-Feb-1999 |
Mark Andrews <marka@isc.org> |
Copyright dates now comma seperated list of years. |
0e8cf9a887c70f96ac448b06c069d90b830215cc |
|
16-Feb-1999 |
Mark Andrews <marka@isc.org> |
Style updates.
cvs: ---------------------------------------------------------------------- |
7c0539bea56022274da04263eb41fbb5b8835c38 |
|
15-Feb-1999 |
Mark Andrews <marka@isc.org> |
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(). |
1c3191528684f3dd93ebb122298c2f8ebfc6d397 |
|
22-Jan-1999 |
Mark Andrews <marka@isc.org> |
Add RR from RFC 1183
Update Copyright dates. |
deaaf94332abbfdb3aff53675546acfed16e5eb6 |
|
22-Jan-1999 |
Mark Andrews <marka@isc.org> |
dns_rdata_compare checked for RFC 1035 types
converted frometext* to use gettoken()
converted:
result = foo();
if (result != DNS_R_SUCCESS)
return (result);
to
RETERR(foo()); |
3d5cad69ec20157912e95cf3b79316dfb0a314f3 |
|
20-Jan-1999 |
Mark Andrews <marka@isc.org> |
Adjusted error codes.
txt_fromwire() was not coping with a zero length active buffer. |
f7b99290c31abeb20c55fc55391510450ce60423 |
|
19-Jan-1999 |
Mark Andrews <marka@isc.org> |
Added INSIST's |
3761c433912beabe43abeed2c3513b6201c59f64 |
|
19-Jan-1999 |
Mark Andrews <marka@isc.org> |
Add $Id$'s |
5d51e67c3b4f35c1be742574aacc1d88fe6ed444 |
|
19-Jan-1999 |
Mark Andrews <marka@isc.org> |
Initial "rdata" support. RFC 1035 RR types minus WKS
totext/fromtext should all work
towire/fromwire mostly work
tostruct/fromstruct return DNS_R_NOTIMPLEMENTED
compare untested |