aboutsummaryrefslogtreecommitdiff
path: root/bin/rcp
Commit message (Expand)AuthorAgeFilesLines
* Fix a bazillion warnings. This makes almost the whole of src/bin/*Mark Murray2003-05-031-11/+13
* Make count a size_t as that is what is compared against and how it is used.David E. O'Brien2003-05-021-1/+2
* Quiet warnings about copyright[].David E. O'Brien2003-05-011-2/+1
* Dekerberise. The corresponding userland stuff has been dekerberisedMark Murray2002-10-163-169/+6
* Clean up use of <stdarg.h> macros: always call va_end after va_start,Tim J. Robbins2002-10-061-2/+6
* While removing a memory leak, rev 1.32 introduced aPhilippe Charnier2002-10-061-16/+11
* Use %jd in format string and cast argument to intmax_t instead of usingTim J. Robbins2002-10-062-4/+3
* Mark the signo as __unused in a lazy signal handler.Juli Mallett2002-09-291-1/+1
* IPv6 support for rcp.Hajimu UMEMOTO2002-08-092-22/+42
* err() is documented as allowing NULL for the format string but GCC isn'tMatthew Dillon2002-07-101-4/+4
* Consistently use FBSDIDDavid E. O'Brien2002-06-302-4/+4
* Use size_t consistently and complete some uncompleted code resulting in aJuli Mallett2002-06-202-3/+6
* Use <paths.h> rather than "pathnames.h", and fix a couple of whitespace nits.Dag-Erling Smørgrav2002-05-082-45/+10
* Replaced exists() tests with two equivalent defined().Ruslan Ermilov2002-04-181-1/+1
* Use `The .Nm utility'Philippe Charnier2002-04-161-6/+9
* Correct inadvertent style botches in previous commit.Kris Kennaway2002-02-041-2/+1
* Lock down with WFORMAT=1 except those directories with unfixed warnings.Kris Kennaway2002-02-041-1/+3
* o __P has been reovedWarner Losh2002-02-023-78/+33
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyDavid E. O'Brien2001-12-041-0/+1
* style(9)David E. O'Brien2001-08-011-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+1
* Fixed two bugs, first not allowing '.' as a valid login name characterJim Pirzyk2001-05-302-3/+7
* Use PATH_MAX instead of MAXPATHLEN.Warner Losh2001-05-301-3/+4
* -Wnon-const-format sweep: make format strings const char *'s, addKris Kennaway2001-04-172-2/+3
* mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.Ruslan Ermilov2001-02-131-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-4/+4
* more removal of trailing periods from SEE ALSO.Ben Smithurst2000-11-151-1/+1
* Use libcrypto inst=ead if libdes.Mark Murray2000-02-242-3/+3
* . mdoc(7)'fyAlexey Zelkin2000-01-071-4/+9
* Fix for new Kerberos4.Mark Murray1999-09-192-3/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-276-6/+6
* Improved error handling in rev.1.18: don't ignore failure of execve().Bruce Evans1999-07-041-5/+4
* Quick fix to allow transfer files >2GB.Dmitrij Tejblum1999-04-251-3/+3
* Don't put compiler warning flags in leaf Makefiles.Bruce Evans1998-12-071-2/+1
* Add JKH's auth.conf-file parser to turn Kerberos on/off in userland.Mark Murray1998-10-093-5/+17
* Fix LIBDIR (for aout/ELF).Mark Murray1998-08-061-1/+1
* Fixed printf format errors (time_t is not necessarily long).Bruce Evans1998-08-021-3/+5
* Correct use of .Nm. Add rcsid.Philippe Charnier1998-05-183-27/+24
* Rats. I was too quick. Work needs to be done on the non-KerberosMark Murray1998-03-261-3/+3
* KTH announced a weakness in their implementation of KerberosIV.Mark Murray1998-03-263-15/+30
* Add -P option to cp(1) for local to local copying.Wolfram Schneider1997-12-081-2/+2
* Use `cp -R' instead `cp -r' for local to local copingWolfram Schneider1997-12-071-2/+2
* Change to use the new KTH Kerberos.Mark Murray1997-09-282-11/+13
* Bury this properly.Bruce Evans1997-07-011-13/+0
* Import this unwanted file from Lite-original so that it doesn'tBruce Evans1997-07-011-0/+13
* Correct usage string. Man page don't reflect reality for now.Philippe Charnier1997-06-061-7/+8
* Ensure string termination after strncpy().Joerg Wunsch1997-05-091-2/+3
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-281-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-226-6/+6