David Lawrence
ca81c3971c
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.
Minor other ISC style cleanups.
2000-06-01 17:39:26 +00:00
David Lawrence
80056496f0
line 307: remark(1692): prototyped function redeclared without prototype.
...
Fixed.
2000-05-14 03:26:31 +00:00
David Lawrence
f2fdfe7c42
Silence "end-of-loop condition not reached" warnings from Solaris compiler
2000-05-10 03:33:57 +00:00
David Lawrence
6b7257f756
include config.h
2000-04-28 02:08:20 +00:00
Michael Graff
d736db6dc5
lwres get-addr-by-name returns a linked list, not an array, of names. This
...
was needed to make adding the sortlist code, which will be checked in
in a few minutes.
2000-03-10 23:11:36 +00:00
Bob Halley
5b64759e40
deal with strsep portability. grr.
2000-02-04 06:17:22 +00:00
Bob Halley
35c842e05d
deal with lwres portability issues
2000-02-04 06:04:16 +00:00
Mark Andrews
af9cfbc643
move reference implementations into lwres_ namespace.
2000-02-03 21:54:10 +00:00
Michael Graff
7a166c5c61
completely decouple the lwres library from libisc. Bad michael for using isc/int.h and isc/lang.h, bad Mark for adding isc/tring.h, isc/net.h, and a few others.
2000-02-03 01:28:52 +00:00
Mark Andrews
c69eec29aa
lwres_getaddrsbyname called with v4 flag when v6 required.
2000-02-01 06:55:36 +00:00
Mark Andrews
fccbfc6504
complete prototype
2000-01-28 01:56:36 +00:00
Mark Andrews
af5315fd93
<string.h> -> <isc/sting.h> for strsep().
2000-01-21 02:03:16 +00:00
Michael Graff
88ed7381f1
checkpoint; return lengths of each name as well as the name itself.
2000-01-20 23:58:27 +00:00
Mark Andrews
a32d332e52
Remove AI_MASK
2000-01-18 23:38:19 +00:00
Mark Andrews
369083db00
Link get*.c into build
...
INADDR_LOOPBACK is not defined for all OSs
2000-01-18 05:37:19 +00:00
Mark Andrews
1a03b5e685
checkpoint.
2000-01-17 03:16:25 +00:00
Mark Andrews
5d1293f3d3
gethostbyname2() -> lwres_getaddrsbyname()
2000-01-14 05:15:52 +00:00
Mark Andrews
7d2b275f7e
checkpoint
2000-01-14 03:01:00 +00:00