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
Age
Commit message (
Expand
)
Author
2006-05-17
fix leak
Markus Friedl
2006-03-23
give correct err string; adobriyan@gmail.com
Theo de Raadt
2006-03-12
fix double shell expansion issue found in scp in rcp too; ok deraadt
Damien Miller
2005-11-25
BINOWN and BINMODE is not needed here
Theo de Raadt
2005-11-12
move to asprintf; ok dhill cloder
Theo de Raadt
2005-03-31
copy argv[] element instead of smashing the one that ps will see; ok otto
Theo de Raadt
2004-09-14
ARGSUSED before signal handler with unused signo
Theo de Raadt
2004-07-08
Prevent rcp from skipping the file following a double-error. Matches scp.c
Darren Tucker
2004-04-01
limit trust between local and remote rcp/scp process,
Markus Friedl
2003-09-26
free(NULL) is valid
Theo de Raadt
2003-07-29
spacing
Theo de Raadt
2003-07-28
rcsid should say openbsd
Ted Unangst
2003-07-25
another kerberos bit that's obsolete;
Jason McIntyre
2003-07-25
delete obsolete kerberos sections;
Jason McIntyre
2003-07-18
unsigned uid; andrushock@korovino.net
Theo de Raadt
2003-07-16
some minor DPADD changes
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-05-14
Remove krb4 support.
Magnus Holmberg
2003-04-13
0 vs NULL; andrushock@korovino.net
Theo de Raadt
2003-03-08
duplicate include; andrushock@pisem.net
Theo de Raadt
2003-01-10
Don't ftruncate after write error, creating sparse files of incorrect length
Damien Miller
2002-07-04
ansi
Theo de Raadt
2002-06-09
some knf.
Todd T. Fries
2002-05-09
Remove setuid bit; non-root uses will have rsh(1) invoked on their behalf.
Todd C. Miller
2002-05-06
Kill/adjust r(login|exec)d? references now that those are no longer in
Todd C. Miller
2002-05-06
rlogin: Lived with Joy
Theo de Raadt
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Todd C. Miller
2002-02-17
Manual cleanup of remaining userland __P use (excluding packages maintained o...
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-11-21
2GB fix (int->off_t) similar to scp; daniel@lucq.org
Markus Friedl
2001-10-01
skip filenames containing \n; report jdamery@chiark.greenend.org.uk
Markus Friedl
2001-09-06
o) __progname aria;
Mike Pechkin
2001-08-29
clear the malloc'd buffer, otherwise source() will leak malloc'd memory; ok t...
Markus Friedl
2001-07-09
correct type on last arg to execl(); nordin@cse.ogi.edu
Theo de Raadt
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
2001-01-15
avoid using warnx() in a signal handler, suggestion from aaron
Theo de Raadt
2001-01-15
use _exit() in signal handler, still a race because of warnx()...
Theo de Raadt
2000-11-09
Change all option list specifications to ".Bl -tag -width Ds". Most man
Aaron Campbell
2000-09-03
Boring... Add :L modifier to all tweakable variables tests.
Marc Espie
2000-03-17
Remove hard sentence breaks.
Aaron Campbell
1999-08-17
consistency
Aaron Campbell
1999-07-21
use .Ar on later .It Fl lines
Theo de Raadt
1999-05-23
remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
Aaron Campbell
1998-12-15
always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net
Aaron Campbell
1998-11-28
start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one
Aaron Campbell
1998-11-06
use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and future
Aaron Campbell
1998-09-23
alphabetize SEE ALSO entries and numerically order according to section
Aaron Campbell
[next]