Age | Commit message (Expand) | Author |
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 |
2007-01-22 | fix detection of whether we should show progress meter or not: scp | Damien Miller |
2006-08-03 | almost entirely get rid of the culture of ".h files that include .h files" | Theo de Raadt |
2006-08-01 | move #include <stdio.h> out of includes.h | Kevin Steves |
2006-07-26 | move #include <stdlib.h> out of includes.h | Kevin Steves |
2006-07-26 | move #include <sys/param.h> out of includes.h | Kevin Steves |
2006-07-25 | move #include <sys/time.h> out of includes.h | Kevin Steves |
2006-07-22 | move #include <string.h> out of includes.h | Kevin Steves |
2006-07-22 | move #include <time.h> out of includes.h | Kevin Steves |
2006-07-17 | move #include <unistd.h> out of includes.h | Kevin Steves |
2006-07-11 | move #include <errno.h> out of includes.h; ok markus@ | Kevin Steves |
2006-07-10 | move #include <stdarg.h> out of includes.h; ok markus@ | Kevin Steves |
2006-07-10 | duplicate argv at the start of main() because it gets modified later; | Damien Miller |
2006-07-09 | move #include <fcntl.h> out of includes.h | Kevin Steves |
2006-07-06 | move #include <pwd.h> out of includes.h; ok markus@ | Kevin Steves |
2006-05-17 | fix leak; coverity via Kylene Jo Hall | Markus Friedl |
2006-04-01 | xasprintification; ok deraadt@ | Damien Miller |
2006-04-01 | minimal lint cleanup (unused crud, and some size_t); ok djm | Theo de Raadt |
2006-03-25 | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | Damien Miller |
2006-03-25 | change OpenSSH's xrealloc() function from being xrealloc(p, new_size) to | Damien Miller |
2006-03-19 | RCSID() can die | Theo de Raadt |