index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
/
rcp
/
rcp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
In the error handling path, don't call close(fd) if the error we're
cperciva
2007-05-22
1
-1
/
+2
*
Sync program's usage() with manpage's SYNOPSIS.
ru
2005-02-09
1
-2
/
+2
*
Remove the clause 3, per berkeley and mail from rwatson representing
imp
2005-01-10
1
-5
/
+1
*
Turn malloc+snprintf into asnprintf.
markm
2003-10-14
1
-14
/
+10
*
Fix a bazillion warnings. This makes almost the whole of src/bin/*
markm
2003-05-03
1
-11
/
+13
*
Make count a size_t as that is what is compared against and how it is used.
obrien
2003-05-02
1
-1
/
+2
*
Quiet warnings about copyright[].
obrien
2003-05-01
1
-2
/
+1
*
Dekerberise. The corresponding userland stuff has been dekerberised
markm
2002-10-16
1
-154
/
+5
*
Clean up use of <stdarg.h> macros: always call va_end after va_start,
tjr
2002-10-06
1
-2
/
+6
*
While removing a memory leak, rev 1.32 introduced a
charnier
2002-10-06
1
-16
/
+11
*
Use %jd in format string and cast argument to intmax_t instead of using
tjr
2002-10-06
1
-2
/
+3
*
IPv6 support for rcp.
ume
2002-08-09
1
-20
/
+36
*
err() is documented as allowing NULL for the format string but GCC isn't
dillon
2002-07-10
1
-4
/
+4
*
Consistently use FBSDID
obrien
2002-06-30
1
-2
/
+2
*
Use size_t consistently and complete some uncompleted code resulting in a
jmallett
2002-06-20
1
-2
/
+5
*
Use <paths.h> rather than "pathnames.h", and fix a couple of whitespace nits.
des
2002-05-08
1
-3
/
+10
*
o __P has been reoved
imp
2002-02-02
1
-56
/
+19
*
Fixed two bugs, first not allowing '.' as a valid login name character
pirzyk
2001-05-30
1
-2
/
+6
*
Use PATH_MAX instead of MAXPATHLEN.
imp
2001-05-30
1
-3
/
+4
*
-Wnon-const-format sweep: make format strings const char *'s, add
kris
2001-04-17
1
-1
/
+2
*
Use libcrypto inst=ead if libdes.
markm
2000-02-24
1
-1
/
+1
*
Fix for new Kerberos4.
markm
1999-09-19
1
-0
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-27
1
-1
/
+1
*
Improved error handling in rev.1.18: don't ignore failure of execve().
bde
1999-07-04
1
-5
/
+4
*
Quick fix to allow transfer files >2GB.
dt
1999-04-25
1
-3
/
+3
*
Add JKH's auth.conf-file parser to turn Kerberos on/off in userland.
markm
1998-10-09
1
-1
/
+8
*
Fixed printf format errors (time_t is not necessarily long).
bde
1998-08-02
1
-3
/
+5
*
Correct use of .Nm. Add rcsid.
charnier
1998-05-18
1
-3
/
+5
*
KTH announced a weakness in their implementation of KerberosIV.
markm
1998-03-26
1
-11
/
+24
*
Add -P option to cp(1) for local to local copying.
wosch
1997-12-08
1
-2
/
+2
*
Use `cp -R' instead `cp -r' for local to local coping
wosch
1997-12-07
1
-2
/
+2
*
Change to use the new KTH Kerberos.
markm
1997-09-28
1
-3
/
+3
*
Correct usage string. Man page don't reflect reality for now.
charnier
1997-06-06
1
-7
/
+8
*
Ensure string termination after strncpy().
joerg
1997-05-09
1
-2
/
+3
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-28
1
-2
/
+2
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
-Wall cleaning.
steve
1996-12-14
1
-3
/
+3
*
ts_sec -> tv_sec
nate
1996-09-20
1
-3
/
+3
*
#include <kerberosIV/des.h> -> #include <des.h>
markm
1996-02-11
1
-2
/
+2
*
Close bin/937 - handle negative timestamps
pst
1996-02-08
1
-10
/
+9
*
Updating /usr/include/kerberosIV/des.h so eBones will build breaks
markm
1995-09-10
1
-1
/
+3
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-8
/
+8
*
You will find enclosed some changes to make gcc -Wall more happy in
joerg
1995-03-19
1
-5
/
+5
*
Added $Id$
dg
1994-09-24
1
-0
/
+2
*
BSD 4.4 Lite bin Sources
rgrimes
1994-05-26
1
-0
/
+924