Michael Graff
efe2f579ba
add LWRES_CONTEXT_SERVERMODE
2000-06-15 23:48:11 +00:00
David Lawrence
ed71ea51c6
Silence a few more warnings:
...
+ missing sigwait prototype on BSD/OS 4.0/4.0.1
+ PTHREAD_ONCE_INIT unbraced initializer warnings on Solaris 2.8.
+ IN6ADDR_ANY_INIT unbraced initializer warnings on BSD/OS 4.*, Linux and
Solaris 2.8.
2000-06-06 16:06:50 +00:00
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
ed019cabc1
fixed lines > 79 columns wide
2000-05-24 05:10:00 +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
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
8c8360e5c3
UNUSED(), INSIST(), and REQUIRE() come from assert_p.h (private to lwres source)
2000-02-03 01:42:50 +00:00
Michael Graff
37d266d288
decouple the lwres functions too. These really need to be cleaned up in many other ways.
2000-02-03 01:37:29 +00:00
Mark Andrews
7e4d75a5da
add copyright notices
2000-02-01 02:58:47 +00:00
Mark Andrews
c4cc75482f
Add missing malloc failure check
...
Correctly NULL second entry in he->h_addr_list on get*byaddr.
2000-02-01 01:58:26 +00:00
Mark Andrews
6add3af839
check result from lwres_context_create()
2000-01-28 06:24:01 +00:00
Mark Andrews
ea02307209
aix/solaris checkpoint
2000-01-27 13:04:15 +00:00
Mark Andrews
d0783e645b
check for previous definitions of INADDRSZ and IN6ADDRSZ
2000-01-24 06:52:50 +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
3b5362b073
checkpoint
2000-01-18 05:37:58 +00:00
Mark Andrews
1a03b5e685
checkpoint.
2000-01-17 03:16:25 +00:00
Mark Andrews
7d2b275f7e
checkpoint
2000-01-14 03:01:00 +00:00