aboutsummaryrefslogtreecommitdiff
path: root/bin/rcp/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove rcmds.Jeremie Le Hen2017-10-061-19/+0
| | | | | | | | | | | | | | | | | | | | | If they are still needed, you can find them in the net/bsdrcmds port. This was proposed June, 20th and approved by various committers [1]. They have been marked as deprecated on CURRENT in r320644 [2] on July, 4th. Both stable/11 and release/11.1 contain the deprecation notice (thanks to allanjude@). Note that ruptime(1)/rwho(1)/rwhod(8) were initially thought to be part of rcmds but this was a mistake and those are therefore NOT removed. [1] https://lists.freebsd.org/pipermail/freebsd-arch/2017-June/018239.html [2] https://svnweb.freebsd.org/base?view=revision&revision=320644 Reviewed by: bapt, brooks Differential Revision: https://reviews.freebsd.org/D12573 Notes: svn path=/head/; revision=324351
* Fix Makefile entries from r323275Alan Somers2017-09-291-0/+2
| | | | | | | | | | Reported by: Vladimir Zakharov <zakharov.vv@gmail.com> Reviewed by: ngie MFC after: 3 weeks X-MFC-With: 323275 Notes: svn path=/head/; revision=324112
* Add basic tests for chflags, mkdir, rcp, and rmdirAlan Somers2017-09-071-0/+3
| | | | | | | | | | | | | | | | Add basic command line parsing test coverage for these utilities. The tests were automatically generated based on their man pages. These tests can be expanded by hand for more thorough coverage. The aim is to generate very basic amount of test coverage for all the utilities in the base system. Submitted by: shivansh Reviewed by: asomers, brooks MFC after: 3 weeks Sponsored by: Google, Inc (GSoC 2017) Differential Revision: https://reviews.freebsd.org/D12036 Notes: svn path=/head/; revision=323275
* Add rcp(1) to the rcmds package.Glen Barber2016-02-091-0/+1
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=295438
* Create a rcmds package.Glen Barber2016-01-211-0/+2
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=294517
* r* commands are not precious anymoreBaptiste Daroussin2015-03-041-1/+0
| | | | Notes: svn path=/head/; revision=279603
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarRuslan Ermilov2004-11-031-1/+1
| | | | | | | | | | | to PRECIOUSLIB from bsd.lib.mk. The side effect of this is making installing the world under jail(8) possible by using another knob, NOFSCHG. Reviewed by: oliver Notes: svn path=/head/; revision=137164
* Dekerberise. The corresponding userland stuff has been dekerberisedMark Murray2002-10-161-14/+0
| | | | | | | for ages, and no-one seems to have noticed. Viva PAM! Notes: svn path=/head/; revision=105269
* Use %jd in format string and cast argument to intmax_t instead of usingTim J. Robbins2002-10-061-2/+0
| | | | | | | | | | %qd to print struct stat.st_size. Remove WARNS=0 and WFORMAT=0 from Makefile. Tested on: alpha, sparc64, i386 Notes: svn path=/head/; revision=104549
* Replaced exists() tests with two equivalent defined().Ruslan Ermilov2002-04-181-1/+1
| | | | | | | | LIBDIR is defined in bsd.own.mk but sys.mk no longer includes bsd.own.mk as of revision 1.60. Notes: svn path=/head/; revision=94985
* Correct inadvertent style botches in previous commit.Kris Kennaway2002-02-041-2/+1
| | | | Notes: svn path=/head/; revision=90167
* Lock down with WFORMAT=1 except those directories with unfixed warnings.Kris Kennaway2002-02-041-1/+3
| | | | | | | Tested on i386 and alpha. Notes: svn path=/head/; revision=90166
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyDavid E. O'Brien2001-12-041-0/+1
| | | | | | | | | set WARNS=0. Reviewed by: mike Notes: svn path=/head/; revision=87323
* Use libcrypto inst=ead if libdes.Mark Murray2000-02-241-2/+2
| | | | Notes: svn path=/head/; revision=57454
* Fix for new Kerberos4.Mark Murray1999-09-191-3/+5
| | | | Notes: svn path=/head/; revision=51434
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50471
* Don't put compiler warning flags in leaf Makefiles.Bruce Evans1998-12-071-2/+1
| | | | Notes: svn path=/head/; revision=41585
* Add JKH's auth.conf-file parser to turn Kerberos on/off in userland.Mark Murray1998-10-091-3/+3
| | | | Notes: svn path=/head/; revision=40101
* Fix LIBDIR (for aout/ELF).Mark Murray1998-08-061-1/+1
| | | | Notes: svn path=/head/; revision=38149
* Rats. I was too quick. Work needs to be done on the non-KerberosMark Murray1998-03-261-3/+3
| | | | | | | case. Re-enable SUID mode. Notes: svn path=/head/; revision=34899
* KTH announced a weakness in their implementation of KerberosIV.Mark Murray1998-03-261-4/+4
| | | | | | | | | FreeBSD was not vulnerable, but their fix had some useful features. Incorporate the best of those - rcp(1) no longer needs to be SUID to root. Notes: svn path=/head/; revision=34898
* Change to use the new KTH Kerberos.Mark Murray1997-09-281-8/+10
| | | | | | | Also make -Wall a bit quieter. Notes: svn path=/head/; revision=29914
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22988
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Add DISTRIBUTION=krb for Kerberos case.Garrett Wollman1994-11-201-1/+2
| | | | Notes: svn path=/head/; revision=4714
* First level of changes for bringing in eBones (kerberos).Geoff Rehmet1994-09-291-5/+13
| | | | | | | | | | | - Get rid of inverse logic (NOKERBEROS and NOEBONES) in src/makefile, and replace with MAKE_KERBEROS and MAKE_EBONES. (Far fewer contortions, and both default to off.) IF YOU WANT KERBEROS, YOU HAVE TO EXPLICITLY DEFINE ONE OF THESE. - Make Makefiles kerberos-aware. Notes: svn path=/head/; revision=3197
* Added $Id$David Greenman1994-09-241-0/+1
| | | | Notes: svn path=/head/; revision=3044
* Disable Kerberos for now.Garrett Wollman1994-08-061-4/+4
| | | | Notes: svn path=/head/; revision=1881
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-261-0/+13
Notes: svn path=/head/; revision=1556