| History log of /src/usr.bin/rsh/Makefile |
| Revision | | Date | Author | Comments |
| 1.20 |
| 14-Apr-2009 |
lukem | 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
|
| 1.19 |
| 28-May-2007 |
tls | branches: 1.19.20; 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.18 |
| 23-Mar-2006 |
wiz | Remove some more old kerberos4 code. Simplify usage.
|
| 1.17 |
| 16-Oct-2004 |
christos | - 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
|
| 1.16 |
| 05-Sep-2004 |
manu | 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)
|
| 1.15 |
| 19-Sep-2002 |
lukem | branches: 1.15.2; use NETBSDSRCDIR as appropriate
|
| 1.14 |
| 14-Jun-2002 |
wiz | WARNS=2
|
| 1.13 |
| 18-Oct-2000 |
simonb | Remove INSTALLFLAGS=-fschg, as per change to usr.bin/ssh/ssh/Makefile.
|
| 1.12 |
| 24-Oct-1997 |
lukem | branches: 1.12.10; use CPPFLAGS instead of CFLAGS
|
| 1.11 |
| 19-Oct-1997 |
lukem | branches: 1.11.2; don't define WARNS=1 here
|
| 1.10 |
| 06-Jul-1997 |
christos | Fix compiler warnings.
|
| 1.9 |
| 02-Jun-1997 |
mrg | rsh is not setuid anymore.
|
| 1.8 |
| 08-May-1997 |
gwr | Back out the .PATH.c changes. The .depend problem (and others) will be fixed using the new .NOPATH make feature instead.
|
| 1.7 |
| 06-May-1997 |
gwr | Use .PATH.c: ...
|
| 1.6 |
| 24-Feb-1997 |
mrg | oops, rsh is still setuid root for the moment.
|
| 1.5 |
| 17-Feb-1997 |
mrg | merge lite2 stuff; fix a bit.
|
| 1.4 |
| 16-Feb-1997 |
mrg | merge lite2 changes.
|
| 1.3 |
| 09-Jan-1997 |
tls | RCS ID police
|
| 1.2 |
| 30-Jul-1993 |
mycroft | Add RCS identifiers.
|
| 1.1 |
| 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
| 1.1.1.2 |
| 16-Feb-1997 |
mrg | lite2
|
| 1.1.1.1 |
| 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
| 1.11.2.1 |
| 08-Nov-1997 |
lukem | sync with trunk (approved by thorpej)
|
| 1.12.10.1 |
| 18-Oct-2000 |
tv | Pull up 1.13 [simonb]: Remove INSTALLFLAGS=-fschg.
|
| 1.15.2.1 |
| 12-Nov-2004 |
jmc | Pullup patch (requested by hubert in ticket #928)
- 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.
|
| 1.19.20.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|