Mark Andrews
|
cbdd3a318b
|
update lib copyrights
|
2004-03-06 08:15:48 +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
|
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 |
|
Mark Andrews
|
2e8215dda9
|
checkpoint to/from struct support
|
2000-01-17 03:21:53 +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
|
0e8cf9a887
|
Style updates.
cvs: ----------------------------------------------------------------------
|
1999-02-16 22:42:33 +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 |
|
Bob Halley
|
af6dfd762e
|
eliminate compiler warnings (char vs. uchar)
|
1999-02-02 01:17:49 +00:00 |
|
Michael Graff
|
c810fcbf6c
|
Add isc_inet_aton() and a check to use system inet_aton()
|
1999-01-30 04:27:48 +00:00 |
|
Mark Andrews
|
1c31915286
|
Add RR from RFC 1183
Update Copyright dates.
|
1999-01-22 05:02:49 +00:00 |
|
Michael Graff
|
64ba6e4cc3
|
make this go on the Alpha.
|
1999-01-22 04:35:11 +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
|
44a966dff6
|
Added WKS.
|
1999-01-21 06:02:15 +00:00 |
|