summaryrefslogtreecommitdiff
path: root/bin/rcp
AgeCommit message (Collapse)Author
2001-04-06remove trailing / from source paths; fixes pr#1756Theo de Raadt
2001-01-15avoid using warnx() in a signal handler, suggestion from aaronTheo de Raadt
2001-01-15use _exit() in signal handler, still a race because of warnx()...Theo de Raadt
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
Closes PR 1246
2000-03-17Remove hard sentence breaks.Aaron Campbell
1999-08-17consistencyAaron Campbell
1999-07-21use .Ar on later .It Fl linesTheo de Raadt
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-11-28start killing redundant .Nm macro arguments (mandoc ``remembers'' the first oneAaron Campbell
it's given)
1998-11-06use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and futureAaron Campbell
processing); kill redundant .Pp macros; other misc fixes
1998-09-23alphabetize SEE ALSO entries and numerically order according to sectionAaron Campbell
1998-09-14First complete sweep of man pages, bin/. Command/function names previouslyAaron Campbell
(incorrectly) capatilized are fixed. Comma splices, hyphenations, SYNOPSIS cleanups, other miscellaneous typos.
1998-08-15fix reallocTheo de Raadt
1997-12-08use cp -R for local copiesTheo de Raadt
1997-11-05avoid having pw_ information active when calling rcmd(); ↵Theo de Raadt
tacha@tera.fukui-med.ac.jp
1997-09-21$OpenBSD$Theo de Raadt
1997-09-12-WallTodd C. Miller
1997-09-01i am bored enough to fix terminal space/tab ugliesTheo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-23tabifykstailey
1997-06-29new location of des.hNiels Provos
1997-06-06fixTheo de Raadt
1997-04-19Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''Todd C. Miller
Same change doen for SKEY, YP, and KERBEROS5. This allows people to override those setting in /etc/mk.conf.
1997-03-26unterminated buffer; charnier@xp11.frmug.orgTheo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-22Deal with _POSIX_SAVED_IDS when relinquishing privilegesThorsten Lockert
1996-12-14-Wall'ing.Michael Shalayeff
1996-09-03kill useless codeTheo de Raadt
1996-08-02zap getopt() case of -?, come on, it is the default!Theo de Raadt
1996-08-02more robust deliting, and handle negative timestamps; from freebsdTheo de Raadt
1996-06-23update rcsidTheo de Raadt
1996-03-02timespec members are now named tv_{,u}sec againThorsten Lockert
1995-12-27Only warn about non-kerberos protocol if kerberos has been configured withThorsten Lockert
a local realm (/etc/kerberosIV/krb.conf is set up).
1995-12-16Make it possible to build without SKEY supportThorsten Lockert
Add support for building with kerberosIV
1995-10-18initial import of NetBSD treeTheo de Raadt