Home | History | Annotate | only in /src/bin/rcmd
History log of /src/bin/rcmd
RevisionDateAuthorComments
 1.11 28-May-2007  tls branches: 1.11.78;
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.10 26-Jun-2005  christos sprinkle a little const, and now everything compiles with WARNS=3
 1.9 16-Oct-2004  christos Add WARNS=3
 1.8 16-Oct-2004  dan teach rcmd about getport move in rsh directory
 1.7 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.6 19-Aug-2002  lukem branches: 1.6.2;
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc).
 1.5 10-Oct-1997  christos CFLAGS->CPPFLAGS
 1.4 20-Jul-1997  christos Remove WARNS=1 from all the subdirectory Makefiles, and add it to Makefile.inc
now that all /bin has been cleaned.
 1.3 20-Jul-1997  christos Add WARNS=1
 1.2 26-May-1997  mrg merge conflicts.
 1.1 16-Feb-1997  mrg branches: 1.1.1; 1.1.2;
file Makefile was initially added on branch mrg-rcmd.
 1.1.2.1 16-Feb-1997  mrg new rcmd(1) command, mostly cloned from rsh(1). for use with the
new rcmd(3) suite.
 1.1.1.1 26-May-1997  mrg rcmd backend.
 1.6.2.1 12-Nov-2004  he Pull up revision 1.8 (requested by martin to fix ticket #928):
Build with the new factored-out getport file in the rsh directory.
 1.11.78.2 21-Apr-2020  martin Ooops, restore accidently removed files from merge mishap
 1.11.78.1 21-Apr-2020  martin Sync with HEAD
 1.22 03-Jul-2017  wiz branches: 1.22.6;
Remove workaround for ancient HTML generation code.
 1.21 31-May-2011  wiz Sort options in SYNOPSIS, sort option descriptions, remove some extra
space, bump date for previous.
 1.20 31-May-2011  christos PR/45008: Martin Neitzel: document all rcmd(1) options. -46p were missing,
and -d was not in the synopsis.
 1.19 30-May-2008  mrg convert the rest of my licenses to 2-clause, extracting myself out
from a group as necessary.

bozohttpd remains, but it will get fixed next time i update it.
 1.18 05-Sep-2004  wiz branches: 1.18.24; 1.18.26;
Bump date for removal of Kerberos option descriptions.
Remove dots at end of SEE ALSO.
 1.17 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.16 13-Oct-2003  agc Move Matt Green's code from a 4-clause to a 3-clause licence by removing
the advertising clause. Diffs provided in PR 22396 by Joel Baker, the changes
were confirmed to the board by Matt Green.
 1.15 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22249, verified by myself.
 1.14 26-May-2003  lukem * Document $RCMD_CMD in environ(7).
* Cross-reference rcmd(1), rcmd(3), and environ(7) as appropriate.

Should fix [bin/21670] from Geoff Wing.
 1.13 25-Sep-2002  wiz New policy: New sentences start on a new line.
Patches by Robert Elz <kre at munnari oz au>, with minimal changes by me.
 1.12 05-Mar-2002  wiz Drop duplicate .Pp.
 1.11 08-Feb-2002  ross Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
 1.10 15-Jan-2002  wiz We don't want trailing dots in .Nd.
 1.9 20-Dec-2001  wiz Punctuation nit, sort SEE ALSO.
 1.8 03-Apr-2001  wiz Xref kerberos 8, not 3.
XXX: trailing xrefs to krb_sendauth(3) and krb_realmofhost(3) -- remove them?
 1.7 22-Mar-1999  garbled branches: 1.7.10;
More and more .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages. Many more to
come.
 1.6 14-Jan-1998  scottr Grammar police, plus a bit of general cleanup of the BUGS section.
 1.5 20-Oct-1997  enami Fix .Nm usage.
 1.4 09-Jun-1997  mrg expand HISTORY section a bit.
 1.3 08-Jun-1997  jeremy Fix typo. [PR/3722]
 1.2 26-May-1997  mrg merge conflicts.
 1.1 16-Feb-1997  mrg branches: 1.1.1; 1.1.2;
file rcmd.1 was initially added on branch mrg-rcmd.
 1.1.2.1 16-Feb-1997  mrg new rcmd(1) command, mostly cloned from rsh(1). for use with the
new rcmd(3) suite.
 1.1.1.1 26-May-1997  mrg rcmd backend.
 1.7.10.1 04-Apr-2001  he Pull up revision 1.8 (requested by wiz):
Xref kerberos 8, not 3.
XXX: trailing xrefs to krb_sendauth(3) and krb_realmofhost(3) -- remove them?
 1.18.26.1 23-Jun-2008  wrstuden Sync w/ -current. 34 merge conflicts to follow.
 1.18.24.1 04-Jun-2008  yamt sync with head
 1.22.6.2 21-Apr-2020  martin Ooops, restore accidently removed files from merge mishap
 1.22.6.1 21-Apr-2020  martin Sync with HEAD

RSS XML Feed