index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
rcp
/
rcp.c
Age
Commit message (
Expand
)
Author
2001-10-01
skip filenames containing \n; report jdamery@chiark.greenend.org.uk
Markus Friedl
2001-09-06
o) __progname aria;
Mike Pechkin
2001-06-13
exit(errs) -> exit(errs!=0); sync with scp.c, ok deraadt@
Markus Friedl
2001-06-13
va_start/end for every call to vfprintf and friends, from scp.c
Markus Friedl
2001-05-11
use strlcpy instead of strncpy+a[len-1]='\0'
Michael Shalayeff
2001-04-06
remove trailing / from source paths; fixes pr#1756
Theo de Raadt
1997-12-08
use cp -R for local copies
Theo de Raadt
1997-11-05
avoid having pw_ information active when calling rcmd(); tacha@tera.fukui-med...
Theo de Raadt
1997-09-12
-Wall
Todd C. Miller
1997-09-01
i am bored enough to fix terminal space/tab uglies
Theo de Raadt
1997-07-25
#if __STDC__ --> #ifdef __STDC__
Michael Shalayeff
1997-07-23
tabify
kstailey
1997-06-29
new location of des.h
Niels Provos
1997-06-06
fix
Theo de Raadt
1997-03-26
unterminated buffer; charnier@xp11.frmug.org
Theo de Raadt
1997-01-15
getopt(3) returns -1 when out of args, not EOF, whee!
Todd C. Miller
1996-12-22
Deal with _POSIX_SAVED_IDS when relinquishing privileges
Thorsten Lockert
1996-12-14
-Wall'ing.
Michael Shalayeff
1996-08-02
zap getopt() case of -?, come on, it is the default!
Theo de Raadt
1996-08-02
more robust deliting, and handle negative timestamps; from freebsd
Theo de Raadt
1996-03-02
timespec members are now named tv_{,u}sec again
Thorsten Lockert
1995-12-27
Only warn about non-kerberos protocol if kerberos has been configured with
Thorsten Lockert
1995-12-16
Make it possible to build without SKEY support
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt