summaryrefslogtreecommitdiffstats
path: root/bin/rcp
Commit message (Collapse)AuthorAgeFilesLines
...
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyobrien2001-12-041-0/+1
| | | | | | set WARNS=0. Reviewed by: mike
* style(9)obrien2001-08-011-1/+1
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+1
| | | | Idea from: Theo de Raadt <deraadt@openbsd.org>
* Fixed two bugs, first not allowing '.' as a valid login name characterpirzyk2001-05-302-3/+7
| | | | | | | | | | in okname() in util.c and second, returning != 0 when you do have an error from okname in two places in rcp.c. Thanks to Garrett for the POSIX defintion of valid login and group names. PR: bin/25757 MFC after: 3 weeks
* Use PATH_MAX instead of MAXPATHLEN.imp2001-05-301-3/+4
| | | | Also use sizeof(path) in preference to PATH_MAX.
* -Wnon-const-format sweep: make format strings const char *'s, addkris2001-04-172-2/+3
| | | | | | __printflike()/__printf0like() to function prototypes, as appropriate. Reviewed by: bde, -audit
* mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.ru2001-02-131-1/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-4/+4
|
* more removal of trailing periods from SEE ALSO.ben2000-11-151-1/+1
|
* Use libcrypto inst=ead if libdes.markm2000-02-242-3/+3
|
* . mdoc(7)'fyphantom2000-01-071-4/+9
| | | | | | | | . add Xrs to hosts.equiv(5), auth.conf(5), services(5) to some pages . sort Xrs in SEE ALSO sections Patches based on PR: docs/15680 Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
* Fix for new Kerberos4.markm1999-09-192-3/+6
|
* $Id$ -> $FreeBSD$peter1999-08-276-6/+6
|
* Improved error handling in rev.1.18: don't ignore failure of execve().bde1999-07-041-5/+4
| | | | Fixed some style bugs in rev.1.18.
* Quick fix to allow transfer files >2GB.dt1999-04-251-3/+3
|
* Don't put compiler warning flags in leaf Makefiles.bde1998-12-071-2/+1
|
* Add JKH's auth.conf-file parser to turn Kerberos on/off in userland.markm1998-10-093-5/+17
|
* Fix LIBDIR (for aout/ELF).markm1998-08-061-1/+1
|
* Fixed printf format errors (time_t is not necessarily long).bde1998-08-021-3/+5
|
* Correct use of .Nm. Add rcsid.charnier1998-05-183-27/+24
|
* Rats. I was too quick. Work needs to be done on the non-Kerberosmarkm1998-03-261-3/+3
| | | | case. Re-enable SUID mode.
* KTH announced a weakness in their implementation of KerberosIV.markm1998-03-263-15/+30
| | | | | | 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.
* Add -P option to cp(1) for local to local copying.wosch1997-12-081-2/+2
| | | | Pointed out by: bde
* Use `cp -R' instead `cp -r' for local to local copingwosch1997-12-071-2/+2
| | | | (e.g.: rcp -r /tmp/1 /tmp/2). See the cp(1) manpage for more details.
* Change to use the new KTH Kerberos.markm1997-09-282-11/+13
| | | | Also make -Wall a bit quieter.
* Bury this properly.bde1997-07-011-13/+0
|
* This commit was generated by cvs2svn to compensate for changes in r27159,bde1997-07-011-0/+13
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import this unwanted file from Lite-original so that it doesn'tbde1997-07-011-0/+13
| | | | | get imported with Lite2 (there was only one missing file in src/bin, other than tags files and obj links).
* Correct usage string. Man page don't reflect reality for now.charnier1997-06-061-7/+8
|
* Ensure string termination after strncpy().joerg1997-05-091-2/+3
| | | | | PR: 2997 Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-281-2/+2
| | | | posix standard on the topic.
* Revert $FreeBSD$ to $Id$peter1997-02-226-6/+6
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-146-6/+6
| | | | | | | | 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.
* Sort cross references.wosch1997-01-131-3/+3
|
* -Wall cleaning.steve1996-12-142-5/+5
|
* ts_sec -> tv_secnate1996-09-201-3/+3
| | | | ts_nsec -> tv_nsec
* #include <kerberosIV/des.h> -> #include <des.h>markm1996-02-111-2/+2
|
* Close bin/937 - handle negative timestampspst1996-02-081-10/+9
|
* Updating /usr/include/kerberosIV/des.h so eBones will build breaksmarkm1995-09-101-1/+3
| | | | | | | rcp and rlogin. (patch supplied) Submitted by: John Capo <jc@irbs.com>
* Remove trailing whitespace.rgrimes1995-05-302-10/+10
| | | | Reviewed by: phk
* You will find enclosed some changes to make gcc -Wall more happy injoerg1995-03-192-7/+7
| | | | | | | | | /usr/src/bin. Note that some patches are still needed in that directory. I (Joerg) finished most of Philippe's cleanup. /bin/sh will still need *allot* of work, however. Submitted by: charnier@lirmm.fr (Philippe Charnier)
* Add DISTRIBUTION=krb for Kerberos case.wollman1994-11-201-1/+2
|
* First level of changes for bringing in eBones (kerberos).csgr1994-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.
* Added $Id$dg1994-09-246-0/+8
|
* Disable Kerberos for now.wollman1994-08-061-4/+4
|
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-266-0/+1352
OpenPOWER on IntegriCloud