Mark Andrews
|
0c27b3fe77
|
4401. [misc] Change LICENSE to MPL 2.0.
|
2016-06-27 14:56:38 +10:00 |
|
Automatic Updater
|
70e5a7403f
|
update copyright notice
|
2007-06-19 23:47:24 +00:00 |
|
Automatic Updater
|
ec5347e2c7
|
update copyright notice
|
2007-06-18 23:47:57 +00:00 |
|
Mark Andrews
|
dafcb997e3
|
update copyright notice
|
2004-03-05 05:14:21 +00:00 |
|
Brian Wellington
|
499b34cea0
|
copyright update
|
2001-01-09 22:01:04 +00:00 |
|
David Lawrence
|
40f53fa8d9
|
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.
|
2000-08-01 01:33:37 +00:00 |
|
David Lawrence
|
15a4474541
|
word wrap copyright notice at column 70
|
2000-07-27 09:55:03 +00:00 |
|
David Lawrence
|
28d9fd5381
|
update_copyrights
|
2000-06-21 22:45:24 +00:00 |
|
Michael Graff
|
8e3e48ff56
|
use isc_uint8_t rather than isc_int8_t for string lengths, and don't call a structure member sa_len
|
2000-05-04 23:50:56 +00:00 |
|
David Lawrence
|
4be63b1fd8
|
144. [cleanup] libdns header files too numerous to name were made
to conform to the same style for multiple inclusion
protection.
|
2000-04-29 02:02:38 +00:00 |
|
Mark Andrews
|
b186f1ab91
|
Add structure definitions so they can be documented.
Support functions to follow soon.
|
2000-04-28 21:49:03 +00:00 |
|
Andreas Gustafsson
|
a7d3e828eb
|
don't indent comments by one space
|
2000-03-20 22:57:15 +00:00 |
|
Bob Halley
|
7d32c065c7
|
update copyright
|
2000-02-03 23:50:32 +00:00 |
|
Michael Graff
|
2f072c2982
|
Update copyrights
|
1999-09-15 23:03:43 +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
|
4fd3e3482c
|
dns_rdata_tostruct() conversion
|
1999-05-05 01:55:13 +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
|
1c31915286
|
Add RR from RFC 1183
Update Copyright dates.
|
1999-01-22 05:02:49 +00:00 |
|
Mark Andrews
|
2192b44973
|
HINFO and TXT now handle quoted strings.
|
1999-01-22 01:27:30 +00:00 |
|
Mark Andrews
|
deaaf94332
|
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());
|
1999-01-22 00:36:59 +00:00 |
|
Mark Andrews
|
3d5cad69ec
|
Adjusted error codes.
txt_fromwire() was not coping with a zero length active buffer.
|
1999-01-20 05:20:24 +00:00 |
|
Mark Andrews
|
f7b99290c3
|
Added INSIST's
|
1999-01-19 06:49:33 +00:00 |
|
Mark Andrews
|
3761c43391
|
Add $Id$'s
|
1999-01-19 05:38:36 +00:00 |
|
Mark Andrews
|
bfb2a81b65
|
Fix initial towire/fromwire so they work.
|
1999-01-19 05:16:32 +00:00 |
|
Mark Andrews
|
5d51e67c3b
|
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
|
1999-01-19 02:20:26 +00:00 |
|