summaryrefslogtreecommitdiff
path: root/bin/rcp/rcp.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.4.0_cvscvs2svn2005-05-071-1/+1
* Turn malloc+snprintf into asnprintf.Mark Murray2003-10-141-14/+10
* 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-161-154/+5
* 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-061-2/+3
* IPv6 support for rcp.Hajimu UMEMOTO2002-08-091-20/+36
* 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-301-2/+2
* Use size_t consistently and complete some uncompleted code resulting in aJuli Mallett2002-06-201-2/+5
* Use <paths.h> rather than "pathnames.h", and fix a couple of whitespace nits.Dag-Erling Smørgrav2002-05-081-3/+10
* o __P has been reovedWarner Losh2002-02-021-56/+19
* Fixed two bugs, first not allowing '.' as a valid login name characterJim Pirzyk2001-05-301-2/+6
* 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-171-1/+2
* Use libcrypto inst=ead if libdes.Mark Murray2000-02-241-1/+1
* Fix for new Kerberos4.Mark Murray1999-09-191-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* 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
* Add JKH's auth.conf-file parser to turn Kerberos on/off in userland.Mark Murray1998-10-091-1/+8
* 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-181-3/+5
* KTH announced a weakness in their implementation of KerberosIV.Mark Murray1998-03-261-11/+24
* 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-281-3/+3
* 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-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* -Wall cleaning.Steve Price1996-12-141-3/+3
* ts_sec -> tv_secNate Williams1996-09-201-3/+3
* #include <kerberosIV/des.h> -> #include <des.h>Mark Murray1996-02-111-2/+2
* Close bin/937 - handle negative timestampsPaul Traina1996-02-081-10/+9
* Updating /usr/include/kerberosIV/des.h so eBones will build breaksMark Murray1995-09-101-1/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-8/+8
* You will find enclosed some changes to make gcc -Wall more happy inJoerg Wunsch1995-03-191-5/+5
* Added $Id$David Greenman1994-09-241-0/+2
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-261-0/+924