Home | History | Annotate | Download | only in libwrap
History log of /src/lib/libwrap/Makefile
RevisionDateAuthorComments
 1.14  13-Mar-2021  christos record the libblocklist dependency
 1.13  07-Mar-2021  christos fix missing chars
 1.12  07-Mar-2021  christos Add blocklist support to libwrap which enables all programs using libwrap
to block access from hosts we deny. (libwrap support from Greg A. Woods)
 1.11  11-Jan-2019  christos Use a utility function to expand %m correctly...
 1.10  28-May-2007  tls branches: 1.10.74; 1.10.76;
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.
 1.9  24-May-2002  itojun cleanup some of portability #ifdefs, which are not needed for netbsd.
 1.8  07-Oct-1998  simonb Remove trailing space from LIB= line
 1.7  09-Oct-1997  christos Fix for WARNS=1 and remove WARNS override from Makefile
 1.6  09-Oct-1997  lukem - 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.
 1.5  24-Mar-1997  christos Makefile cleanups:
use INCS variable to install includes and FILES to install objects.
 1.4  11-Jan-1997  cjs Moved CFLAGS defines for program configuration from Makefile to
Makefile.cflags, so that other tcp_wrapper programs can use them.
 1.3  04-Dec-1996  mrg 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.
 1.2  28-Nov-1996  mrg we do not need percent_m.c
 1.1  26-Nov-1996  mrg branches: 1.1.1;
Initial revision
 1.1.1.1  26-Nov-1996  mrg libwrap from tcp_wrappers 7.4
 1.10.76.1  10-Jun-2019  christos Sync with HEAD
 1.10.74.1  18-Jan-2019  pgoyette Synch with HEAD

RSS XML Feed