0c27b3fe77ac1d5094ba3521e8142d9e7973133f |
|
27-Jun-2016 |
Mark Andrews <marka@isc.org> |
4401. [misc] Change LICENSE to MPL 2.0. |
70e5a7403f0e0a3bd292b8287c5fed5772c15270 |
|
20-Jun-2007 |
Automatic Updater <source@isc.org> |
update copyright notice |
ec5347e2c775f027573ce5648b910361aa926c01 |
|
19-Jun-2007 |
Automatic Updater <source@isc.org> |
update copyright notice |
69fe9aaafdd6a141610e86a777d325db75422070 |
|
29-Apr-2005 |
Mark Andrews <marka@isc.org> |
update copyright notice |
ab023a65562e62b85a824509d829b6fad87e00b1 |
|
27-Apr-2005 |
Rob Austein <sra@isc.org> |
1851. [doc] Doxygen comment markup. [RT #11398] |
dafcb997e390efa4423883dafd100c975c4095d6 |
|
05-Mar-2004 |
Mark Andrews <marka@isc.org> |
update copyright notice |
499b34cea04a46823d003d4c0520c8b03e8513cb |
|
09-Jan-2001 |
Brian Wellington <source@isc.org> |
copyright update |
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 |
1a69a1a78cfaa86f3b68bbc965232b7876d4da2a |
|
08-May-2000 |
David Lawrence <source@isc.org> |
Megacommit of dozens of files.
Cleanup of redundant/useless header file inclusion.
ISC style lint, primarily for function declarations and standalone
comments -- ie, those that appear on a line without any code, which
should be written as follows:
/*
* This is a comment.
*/ |
4be63b1fd8c18dbeca1648d6cf22fa14f057a469 |
|
29-Apr-2000 |
David Lawrence <source@isc.org> |
144. [cleanup] libdns header files too numerous to name were made
to conform to the same style for multiple inclusion
protection. |
b186f1ab91faf6d46d102ecbfd55cbdb7e24feee |
|
28-Apr-2000 |
Mark Andrews <marka@isc.org> |
Add structure definitions so they can be documented.
Support functions to follow soon. |
a7d3e828eb2e68300d7daf6e9cccee87627d3d7b |
|
20-Mar-2000 |
Andreas Gustafsson <source@isc.org> |
don't indent comments by one space |
7d32c065c7bb56f281651ae3dd2888f32ce4f1d9 |
|
04-Feb-2000 |
Bob Halley <source@isc.org> |
update copyright |
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 |
4fd3e3482c7e4ce01e2cf28f13e0152c8e50d746 |
|
05-May-1999 |
Mark Andrews <marka@isc.org> |
dns_rdata_tostruct() conversion |
1ef8965366d91e02a4672c35a187d30aa4a4c72c |
|
24-Feb-1999 |
Mark Andrews <marka@isc.org> |
Add decompression. |
52637f592f705ca93fadc218e403fd55e8ce4aea |
|
22-Feb-1999 |
Mark Andrews <marka@isc.org> |
Add wire compression. |
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 |