summaryrefslogtreecommitdiff
path: root/bin/rcp
AgeCommit message (Expand)Author
2020-05-06In sink(), upon error, avoid multiple replies to the source as thisaymeric
2012-05-07allocate a separate buffer in each call to sink().chs
2012-03-22Fix whitespace nits. Suggested by Bug Hunting.wiz
2009-08-31Fix up seriously borked mallocing of a static buffer, which seems todholland
2009-02-14Default to WARNS=4 (except for rcp & ksh)lukem
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-05-26PR/38755: murray armfield: /bin posix programs missing setprogname and/orchristos
2008-02-24Print time_t as long long, not long.dholland
2006-12-15pass lint; from Anon Ymouschristos
2006-12-15fix an unused variable warning. From Anon Ymouschristos
2006-12-15remove two (void)&foo; which are ot needed. From Anon Ymouschristos
2006-03-20Goodbye KerberosIVchristos
2006-03-18Fix Coverity CID 1863, 1864; resource leak, bp not freed when !okname()ginsbach
2005-06-26sprinkle a little const, and now everything compiles with WARNS=3christos
2005-03-11Use more macros (Sq/Dq).wiz
2005-03-11Add mechanism for escaping IPv6 address strings, since they alreadyginsbach
2005-03-09Add -4 and -6 to usage.wiz
2005-03-09- Support -4 and -6. Approved by christos.ginsbach
2005-02-17Kill __P(), use ANSI function declarations.xtraeme
2004-09-05Bump date for removal of Kerberos option descriptions.wiz
2004-09-05Kerberos support is broken in rcommands, thus making -K -k and -x optionsmanu
2004-08-19Handle RESCUEDIRchristos
2004-04-02Remove duplicate include, fixes PR bin/25018 from Jeff Ito.martin
2004-03-28IPv6 support, based on src/usr.bin/rsh/rsh.c rev. 1.13jdolecek
2003-09-19realloc pedantitojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-23include des.h, not kerberosIV/des.hitojun
2003-07-23split MKKERBEROS4 from MKKERBEROS. based on work by lha at stacken.kth.seitojun
2003-05-26* Document $RCMD_CMD in environ(7).lukem
2003-04-16misuse of strncpy. PR 21201 from Christian Biere.itojun
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2002-11-22It's a very bad habit to store file sizes in int's, so change it to off_tragge
2002-09-25New policy: New sentences start on a new line.wiz
2002-08-19Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc).lukem
2002-05-25__STDC__ is always defined on NetBSD.wiz
2002-03-22Split the notion of building Hesiod, Kerberos, S/key, and YPthorpej
2001-12-20Sort SEE ALSO.wiz
2001-12-12MKfoo=no -> NOfoo=tv
2001-09-24va_{start,end} audit:wiz
2001-01-04use more standard %ll_ in favour of %q_lukem
2000-06-23Add MK... variables to enable/disable various aspects of buildingthorpej
2000-06-20Merge a bunch of things from crypto-us and crypto-intl into basesrc,thorpej
1999-11-09Since our gcc doesn't warn about NULL format strings anymore, we candrochner
1999-07-20optionally include CRYPTOPATH Makefile.frag files.mrg
1999-07-12Use bsd.crypto.mk.thorpej
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-02-18Remove the crypto-related bits until such time as we have a fully-scottr
1999-02-17Check the rlogin source for headers ifdef KERBEROSscottr
1999-02-17Make this compile ifdef KERBEROS.scottr
1998-11-05s/MODEMASK/RCPMODEMASK/christos