History log of /netbsd-src/lib/libwrap/Makefile (Results 1 – 14 of 14)
Revision Date Author Comments
# 9c2966c1 13-Mar-2021 christos <christos@NetBSD.org>

record the libblocklist dependency


# b7a595bc 07-Mar-2021 christos <christos@NetBSD.org>

fix missing chars


# d54a6e0c 07-Mar-2021 christos <christos@NetBSD.org>

Add blocklist support to libwrap which enables all programs using libwrap
to block access from hosts we deny. (libwrap support from Greg A. Woods)


# feb39a8c 11-Jan-2019 christos <christos@NetBSD.org>

Use a utility function to expand %m correctly...


# 4147a3c5 28-May-2007 tls <tls@NetBSD.org>

Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the
FORTIFY_SOURCE feature of libssp, thus checking the size of arguments to
various string and memory copy and set functions (as

Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the
FORTIFY_SOURCE feature of libssp, thus checking the size of arguments to
various string and memory copy and set functions (as well as a few system
calls and other miscellany) where known at function entry. RedHat has
evidently built all "core system packages" with this option for some time.

This option should be used at the top of Makefiles (or Makefile.inc where
this is used for subdirectories) but after any setting of LIB.

This is only useful for userland code, and cannot be used in libc or in
any code which includes the libc internals, because it overrides certain
libc functions with macros. Some effort has been made to make USE_FORT=yes
work correctly for a full-system build by having the bsd.sys.mk logic
disable the feature where it should not be used (libc, libssp iteself,
the kernel) but no attempt has been made to build the entire system with
USE_FORT and doing so will doubtless expose numerous bugs and misfeatures.

Adjust the system build so that all programs and libraries that are setuid,
directly handle network data (including serial comm data), perform
authentication, or appear likely to have (or have a history of having)
data-driven bugs (e.g. file(1)) are built with USE_FORT=yes by default,
with the exception of libc, which cannot use USE_FORT and thus uses
only USE_SSP by default. Tested on i386 with no ill results; USE_FORT=no
per-directory or in a system build will disable if desired.

show more ...


# 2ef04ff6 24-May-2002 itojun <itojun@NetBSD.org>

cleanup some of portability #ifdefs, which are not needed for netbsd.


# f895d4aa 07-Oct-1998 simonb <simonb@NetBSD.org>

Remove trailing space from LIB= line


# d6ddaab4 09-Oct-1997 christos <christos@NetBSD.org>

Fix for WARNS=1 and remove WARNS override from Makefile


# 5542a7ca 09-Oct-1997 lukem <lukem@NetBSD.org>

- define WARNS?=1 in the top-level Makefile.inc, and don't define
anywhere else.
- for now, override WARNS=0 in librpcsvc and libwrap, until they're
cleaned up
- rcsid police

lib is now clean (e

- define WARNS?=1 in the top-level Makefile.inc, and don't define
anywhere else.
- for now, override WARNS=0 in librpcsvc and libwrap, until they're
cleaned up
- rcsid police

lib is now clean (except for librpcsvc and libwrap) on the i386, and
this should motivate the other ports to fix any other minor problems
that their compilers pick up that the i386 version doesn't.

show more ...


# 8259dd08 24-Mar-1997 christos <christos@NetBSD.org>

Makefile cleanups:
use INCS variable to install includes and FILES to install objects.


# bddc8c63 11-Jan-1997 cjs <cjs@NetBSD.org>

Moved CFLAGS defines for program configuration from Makefile to
Makefile.cflags, so that other tcp_wrapper programs can use them.


# 823928bb 04-Dec-1996 mrg <mrg@NetBSD.org>

turn on PROCESS_OPTIONS, and link in hosts.allow.5, hosts.deny.5, hosts_ctl.3,
request_init.3 and request_set.3 man pages.


# 698a54ea 28-Nov-1996 mrg <mrg@NetBSD.org>

we do not need percent_m.c


# 541be36c 26-Nov-1996 mrg <mrg@NetBSD.org>

libwrap from tcp_wrappers 7.4