David Lawrence
|
95e8c0f8f5
|
removed blank line before .TH
|
2001-06-10 13:58:29 +00:00 |
|
David Lawrence
|
2b403f22d4
|
Removed an obsolete XXXMLG comment, with the assent of Michael Graff.
|
2001-06-08 23:53:41 +00:00 |
|
Andreas Gustafsson
|
841179549b
|
889. [port] Eliminated blank lines before .TH in nroff man
pages since they cause problems with some versions
of nroff. [RT #1390]
|
2001-06-08 19:33:02 +00:00 |
|
Brian Wellington
|
90c845947a
|
#include <time.h>
|
2001-06-07 00:45:35 +00:00 |
|
Brian Wellington
|
53aba5065d
|
man pages were not properly installed in separate-object-dir builds
|
2001-06-01 00:45:04 +00:00 |
|
Brian Wellington
|
1969ab5360
|
copyright updates
|
2001-05-30 20:31:08 +00:00 |
|
Brian Wellington
|
a78196366c
|
move variable initialization
|
2001-05-29 23:07:28 +00:00 |
|
Brian Wellington
|
dd0fdd4426
|
the array of error messages was incomplete.
|
2001-05-29 22:40:10 +00:00 |
|
Andreas Gustafsson
|
92ba2e22ae
|
removed extraneous quotes
|
2001-04-24 18:13:47 +00:00 |
|
Andreas Gustafsson
|
8eea877894
|
untabified so that program listings line up properly
in the nroff output
|
2001-04-24 18:11:27 +00:00 |
|
Andreas Gustafsson
|
09df6c7006
|
removed unnecessary includes
|
2001-04-24 17:57:46 +00:00 |
|
Andreas Gustafsson
|
ebea68ec9c
|
regenerated man pages with pdated docbook2man-spec.pl;
now the function prototypes are formatted correctly
|
2001-04-17 18:01:53 +00:00 |
|
David Lawrence
|
ae6860081f
|
a different fix for the lwres_net_aton problem in lwres_create_addr, that
addresses any alignment issues that might have existed with casting
an unsigned char pointer to a struct pointer.
|
2001-04-12 22:45:12 +00:00 |
|
David Lawrence
|
7944c8c5f7
|
case unsigned char addrbuf pointer to struct in_addr * when used as second
argument to lwres_net_aton, to quiet compiler warning
|
2001-04-12 20:23:48 +00:00 |
|
Brian Wellington
|
d4ef65050f
|
copyright updates
(note - this doesn't touch lib/bind at all. Mark, whenever you're done with
lib/bind, make sure to do the copyright magic)
|
2001-04-10 21:52:17 +00:00 |
|
Brian Wellington
|
7b1ab9e210
|
don't do 0.0.0.0 -> 127.0.0.1 conversion for netmasks.
|
2001-04-02 23:05:14 +00:00 |
|
Brian Wellington
|
765eb27068
|
call inet_aton, not inet_pton when parsing resolv.conf
|
2001-04-02 22:33:31 +00:00 |
|
Andreas Gustafsson
|
dcd3db4310
|
install man page aliases by linking
|
2001-03-31 00:34:16 +00:00 |
|
Andreas Gustafsson
|
ddccd5811f
|
man page docbook conversion
|
2001-03-31 00:08:23 +00:00 |
|
Andreas Gustafsson
|
4b01d45a49
|
first cut at mandoc -> docbook conversion
|
2001-03-29 02:43:28 +00:00 |
|
Andreas Gustafsson
|
9ffbbce6a6
|
first cut at mandoc -> docbook conversion
|
2001-03-29 02:23:11 +00:00 |
|
David Lawrence
|
f3432e1b48
|
moved INADDR_LOOPBACK definition to lwres/net.h, because it was causing
redefinition warnings on multiple platforms
|
2001-03-08 16:09:41 +00:00 |
|
Brian Wellington
|
3fccea030d
|
#include <lwres/net.h>
|
2001-03-06 23:12:15 +00:00 |
|
Brian Wellington
|
ac3f9fa1ec
|
remove unnecessary #includes
|
2001-03-06 23:02:04 +00:00 |
|
Brian Wellington
|
93e66a44a0
|
remove #ifdef REENTRANT
|
2001-03-06 21:46:03 +00:00 |
|
Brian Wellington
|
56ea2e19a2
|
add a cast [RT #974]
|
2001-03-05 23:14:03 +00:00 |
|
Brian Wellington
|
5e2f472561
|
add casts [RT #974]
|
2001-03-05 22:39:57 +00:00 |
|
Brian Wellington
|
91425b5e72
|
730. [bug] lwres_getaddrinfo() returns the correct result when
it fails to contact a server. [RT #768]
|
2001-02-08 00:31:21 +00:00 |
|
Brian Wellington
|
7aac083523
|
The flags field of the request structures were not initialized (thanks, purify)
|
2001-02-05 20:48:42 +00:00 |
|
Brian Wellington
|
f91dc72b42
|
725. [bug] Installing man pages could fail.
|
2001-02-04 15:52:44 +00:00 |
|
Brian Wellington
|
d378ec4758
|
The return value of lwres_net_pton was checked for != 0 in a few places,
not == 1.
|
2001-01-31 22:06:33 +00:00 |
|
Andreas Gustafsson
|
b586eb4408
|
revert half of 711. - there was no off by one error in the v6 case,
only in the v4 case
|
2001-01-25 20:10:02 +00:00 |
|
Brian Wellington
|
1ac2c28488
|
711. [bug] The libisc and liblwres implementations of
inet_ntop contained an off by one error.
|
2001-01-25 19:39:48 +00:00 |
|
Mark Andrews
|
66ad1d85cb
|
703. [port] sys/select.h is needed on older platforms. [RT #695]
|
2001-01-23 04:47:56 +00:00 |
|
Mark Andrews
|
363cb30a83
|
703. [port] sys/select.h is needed on older platforms. [RT #695]
|
2001-01-23 03:07:18 +00:00 |
|
Brian Wellington
|
fd091cb3cd
|
freerrset() wasn't.
|
2001-01-23 01:51:21 +00:00 |
|
Brian Wellington
|
ea6709ec8a
|
702. [func] If the address 0.0.0.0 is seen in resolv.conf,
use 127.0.0.1 instead. [RT #693]
|
2001-01-23 00:41:55 +00:00 |
|
Brian Wellington
|
bf6d4f9cad
|
Install the lwres man pages.
|
2001-01-19 22:46:27 +00:00 |
|
Brian Wellington
|
499b34cea0
|
copyright update
|
2001-01-09 22:01:04 +00:00 |
|
Brian Wellington
|
fa5a42fbad
|
670. [bug] The lwres replacements for getaddrinfo and
getipnodebyname didn't properly check for the
existence of the sockaddr sa_len field.
|
2001-01-09 01:26:43 +00:00 |
|
Mark Andrews
|
4e7942dc76
|
648. [port] Add support for pre-RFC2133 IPv6 implementations.
|
2001-01-03 13:13:14 +00:00 |
|
Brian Wellington
|
1200b06785
|
removed LWRDATA_AUTHORITATIVE and RRSET_AUTHORITATIVE
|
2000-12-21 00:27:56 +00:00 |
|
Brian Wellington
|
2103b1d460
|
Don't allow queries of class or type ANY.
|
2000-12-13 00:22:54 +00:00 |
|
David Lawrence
|
d7f98c32d3
|
line > 79 columns
|
2000-12-06 00:35:44 +00:00 |
|
Andreas Gustafsson
|
f55dd75bca
|
minor editing
|
2000-12-04 18:37:40 +00:00 |
|
Andreas Gustafsson
|
16ef05fe1b
|
incremented
|
2000-11-30 23:06:32 +00:00 |
|
Andreas Gustafsson
|
8b4eaec405
|
removed RRSET_AUTHORITATIVE bit as decided in lengthy
teleconference discussion; some editorial changes
|
2000-11-29 22:55:11 +00:00 |
|
Andreas Gustafsson
|
f00075e753
|
getrrsetbyname() incorrectly assumed that malloc() and
calloc() return NULL only on failure, causing the lwres test to fail
on OSF/1 and AIX systems
|
2000-11-28 01:50:46 +00:00 |
|
Brian Wellington
|
cffe50abf6
|
Lots of copyright updates
|
2000-11-18 03:01:17 +00:00 |
|
Brian Wellington
|
eb4a45ebf5
|
remove sortlist
|
2000-11-16 00:06:38 +00:00 |
|