History log of /netbsd-src/usr.bin/rsh/Makefile (Results 1 – 20 of 20)
Revision Date Author Comments
# c1ceae17 14-Apr-2009 lukem <lukem@NetBSD.org>

Enable WARNS=4 by default for usr.bin, except for:
awk bdes checknr compile_et error gss hxtool kgetcred kinit
klist ldd less lex locale login m4 man menuc mk_cmds
mklocale msgc

Enable WARNS=4 by default for usr.bin, except for:
awk bdes checknr compile_et error gss hxtool kgetcred kinit
klist ldd less lex locale login m4 man menuc mk_cmds
mklocale msgc openssl rpcgen rpcinfo sdiff spell ssh
string2key telnet tn3270 verify_krb5_conf xlint

show more ...


# 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 ...


# 02b5f036 23-Mar-2006 wiz <wiz@NetBSD.org>

Remove some more old kerberos4 code. Simplify usage.


# d9d5b792 16-Oct-2004 christos <christos@NetBSD.org>

- Fix bug in port parsing code; s_port must be in network byte order.
- Factor out port parsing code and add error checking to it.
- WARNS=3


# bd3e12fe 05-Sep-2004 manu <manu@NetBSD.org>

Kerberos support is broken in rcommands, thus making -K -k and -x options
unavailable. Remove theses options from the man pages (it won't be very
hard to bring them back if we fix kerberos one day)


# 2c16ea6f 19-Sep-2002 lukem <lukem@NetBSD.org>

use NETBSDSRCDIR as appropriate


# 2f40c457 14-Jun-2002 wiz <wiz@NetBSD.org>

WARNS=2


# 9b22175a 18-Oct-2000 simonb <simonb@NetBSD.org>

Remove INSTALLFLAGS=-fschg, as per change to usr.bin/ssh/ssh/Makefile.


# 8ba07ab0 24-Oct-1997 lukem <lukem@NetBSD.org>

use CPPFLAGS instead of CFLAGS


# c2314d82 19-Oct-1997 lukem <lukem@NetBSD.org>

don't define WARNS=1 here


# 03507045 06-Jul-1997 christos <christos@NetBSD.org>

Fix compiler warnings.


# 701a3883 02-Jun-1997 mrg <mrg@NetBSD.org>

rsh is not setuid anymore.


# 10e180cc 08-May-1997 gwr <gwr@NetBSD.org>

Back out the .PATH.c changes. The .depend problem (and others)
will be fixed using the new .NOPATH make feature instead.


# 012e528f 06-May-1997 gwr <gwr@NetBSD.org>

Use .PATH.c: ...


# e3fdccd2 24-Feb-1997 mrg <mrg@NetBSD.org>

oops, rsh is still setuid root for the moment.


# 40095a1c 17-Feb-1997 mrg <mrg@NetBSD.org>

merge lite2 stuff; fix a bit.


# 2d7faefc 16-Feb-1997 mrg <mrg@NetBSD.org>

merge lite2 changes.


# 9d225a17 09-Jan-1997 tls <tls@NetBSD.org>

RCS ID police


# 75ff3a90 30-Jul-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers.


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources