Darren Tucker
|
84ce9b455d
|
- (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Bug #1033: Provide
templates for _getshort and _getlong if missing to prevent compiler warnings
on Linux.
|
2005-05-26 20:12:15 +10:00 |
Darren Tucker
|
f00e51d1f2
|
- (dtucker) [openbsd-compat/getrrsetbyname.c] Prevent getrrsetbyname from
failing with NOMEMORY if no sigs are returned and malloc(0) returns NULL.
From Martin.Kraemer at Fujitsu-Siemens.com; ok djm@
|
2004-08-29 16:12:29 +10:00 |
Darren Tucker
|
991d95f412
|
- (dtucker) [openbsd-compat/getrrsetbyname.c] Fix typo too: HAVE_DECL_H_ERROR
-> HAVE_DECL_H_ERRNO.
|
2004-05-13 20:24:10 +10:00 |
Darren Tucker
|
cc2685577b
|
- (dtucker) [openbsd-compat/getrrsetbyname.c] Check that HAVE_DECL_H_ERROR
is defined before using.
|
2004-05-13 20:10:38 +10:00 |
Darren Tucker
|
5bb140019c
|
- (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Declare h_errno
as extern int if not already declared. Fixes compile errors on old SCO
platforms. ok tim@
|
2004-04-23 18:53:10 +10:00 |
Tim Rice
|
18959006c0
|
[openbsd-compat/getrrsetbyname.c] Make gcc 2.7.2.3 happy. ok djm@
|
2004-02-23 20:51:06 -08:00 |
Damien Miller
|
3db2e4daf7
|
- (djm) Annotate OpenBSD-derived files in openbsd-compat/ with original
source file path (in OpenBSD tree).
|
2003-11-24 13:33:34 +11:00 |
Darren Tucker
|
b8b4d0bbbe
|
Fix comments to reflect recent change.
|
2003-10-15 17:22:37 +10:00 |
Darren Tucker
|
5f88d3440e
|
- (dtucker) [acconfig.h configure.ac dns.c openbsd-compat/getrrsetbyname.c
openbsd-compat/getrrsetbyname.h] DNS fingerprint support is now always
compiled in but disabled in config.
|
2003-10-15 16:57:57 +10:00 |
Tim Rice
|
b284e16c10
|
[configure.ac acconfig.h openbsd-compat/getrrsetbyname.c] test for
HEADER.ad in arpa/nameser.h
|
2003-09-08 14:35:16 -07:00 |
Tim Rice
|
0ac16a4492
|
[configure.ac openbsd-compat/getrrsetbyname.c] wrap _getshort and
_getlong in #ifndef
|
2003-09-08 06:33:33 -07:00 |
Damien Miller
|
e323df6c48
|
- (djm) Sync openbsd-compat/ with OpenBSD CVS head
|
2003-05-18 22:24:09 +10:00 |
Damien Miller
|
b10f1cd878
|
- (djm) Only build getrrsetbyname replacement when using --with-dns
|
2003-05-15 20:55:27 +10:00 |
Damien Miller
|
d9ec370ac3
|
- (djm) Import getrrsetbyname() function from OpenBSD libc (for DNS support)
|
2003-05-15 12:27:08 +10:00 |