Age | Commit message (Expand) | Author |
2019-09-09 | Fix potential truncation warning. ok deraadt. | Darren Tucker |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-02-10 | when checking that filenames sent by the server side match what the | Damien Miller |
2019-01-27 | add -T to usage(); | Jason McIntyre |
2019-01-26 | check in scp client that filenames sent during remote->local directory | Damien Miller |
2019-01-24 | Have progressmeter force an update at the beginning and end of each | Darren Tucker |
2019-01-23 | Sanitize scp filenames via snmprintf. To do this we move the | Darren Tucker |
2019-01-21 | Add a -J option as a shortcut for -o Proxyjump= to scp(1) and sftp(1) | Theo Buehler |
2018-11-16 | disallow empty incoming filename or ones that refer to the current | Damien Miller |
2018-06-01 | Apply umask to all incoming files and directories not just files. | Darren Tucker |
2018-04-10 | lots of typos in comments/docs. Patch from Karsten Weiss after checking | Damien Miller |
2018-02-10 | Disable RemoteCommand and RequestTTY in the ssh session started by | Damien Miller |
2017-12-18 | Add helper function for uri handing in scp where a missing path | Todd C. Miller |
2017-10-21 | Add URI support to ssh, sftp and scp. For example ssh://user@host | Todd C. Miller |
2017-05-31 | Switch to recallocarray() for a few operations. Both growth and shrinkage | Theo de Raadt |
2017-05-02 | remove options -12 from usage(); | Jason McIntyre |
2017-04-30 | exterminate the -1 flag from scp | Damien Miller |
2017-04-28 | Avoid relying on implementation-specific behavior when detecting | Todd C. Miller |
2017-04-27 | Avoid potential signed int overflow when parsing the file size. | Todd C. Miller |
2016-09-12 | Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitions | Theo de Raadt |
2016-05-25 | To prevent screwing up terminal settings when printing to the | Ingo Schwarze |
2016-03-02 | Improve accuracy of reported transfer speeds by waiting for the ack from | Darren Tucker |
2015-11-27 | pledge "stdio rpath wpath cpath fattr tty proc exec" except for the | Theo de Raadt |
2015-10-16 | 0 -> NULL when comparing with a char*. | mmcc |
2015-04-24 | rename xrealloc() to xreallocarray() since it follows that form. | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-06-24 | when copying local->remote fails during read, don't send uninitialised | Damien Miller |
2013-11-20 | unsigned casts for ctype macros where neccessary | Theo de Raadt |
2013-06-22 | improved time_t overflow check suggested by guenther@ | Damien Miller |
2013-06-21 | make this -Wsign-compare clean after time_t conversion | Damien Miller |
2013-06-17 | Handle time_t values as long long's when formatting them and when | Philip Guenther |
2013-06-04 | use MAXPATHLEN for buffer size instead of fixed value. ok markus | Darren Tucker |
2013-06-01 | Replace S_IWRITE, which isn't standardized, with S_IWUSR, which is. Patch | Darren Tucker |
2013-05-17 | bye, bye xfree(); ok markus@ | Damien Miller |
2013-05-16 | Fix some "unused result" warnings found via clang and -portable. ok markus@ | Darren Tucker |
2011-09-09 | suppress adding '--' to remote commandlines when the first argument | Damien Miller |
2010-12-09 | scp.1: grammer fix | Jason McIntyre |
2010-12-08 | add a new -3 option to scp: Copies between two remote hosts are | Markus Friedl |
2010-11-26 | Pass through ssh command-line flags and options when doing remote-remote | Damien Miller |
2010-09-22 | add an option per-read/write callback to atomicio | Damien Miller |
2010-07-01 | Fix a longstanding problem where if you suspend scp at the | Todd C. Miller |
2009-12-20 | When passing user-controlled options with arguments to other programs, | Philip Guenthe |
2008-10-10 | spelling in comment; ok djm@ | Kevin Steves |
2008-06-13 | Prevent -Wsign-compare warnings on LP64 systems. bz #1192, ok deraadt@ | Darren Tucker |
2008-01-01 | If scp -p encounters a pre-epoch timestamp, use the epoch which is | Darren Tucker |
2007-10-24 | factor out network read/write into an atomicio()-like function, and use it | Damien Miller |
2007-08-06 | the ellipsis is not an optional argument; while here, sync the usage | Igor Sobrado |
2007-06-13 | don't ftruncate() non-regular files; bz#1236 reported by wood AT xmission.com; | Damien Miller |
2007-06-12 | Encode filename with strnvis if the name contains a newline (which can't | Darren Tucker |
2007-06-12 | make scp try to skip FIFOs rather than blocking when nothing is listening. | Damien Miller |