| Commit message (Expand) | Author | Age | Files | Lines |
* | rename xrealloc() to xreallocarray() since it follows that form. |  deraadt | 2015-04-24 | 1 | -2/+2 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -4/+5 |
* | when copying local->remote fails during read, don't send uninitialised |  djm | 2014-06-24 | 1 | -3/+7 |
* | unsigned casts for ctype macros where neccessary |  deraadt | 2013-11-20 | 1 | -3/+3 |
* | improved time_t overflow check suggested by guenther@ |  djm | 2013-06-22 | 1 | -3/+5 |
* | make this -Wsign-compare clean after time_t conversion |  djm | 2013-06-21 | 1 | -3/+3 |
* | Handle time_t values as long long's when formatting them and when |  guenther | 2013-06-17 | 1 | -25/+38 |
* | use MAXPATHLEN for buffer size instead of fixed value. ok markus |  dtucker | 2013-06-04 | 1 | -2/+2 |
* | Replace S_IWRITE, which isn't standardized, with S_IWUSR, which is. Patch |  dtucker | 2013-06-01 | 1 | -2/+2 |
* | bye, bye xfree(); ok markus@ |  djm | 2013-05-17 | 1 | -12/+10 |
* | Fix some "unused result" warnings found via clang and -portable. ok markus@ |  dtucker | 2013-05-16 | 1 | -2/+2 |
* | suppress adding '--' to remote commandlines when the first argument |  djm | 2011-09-09 | 1 | -5/+9 |
* | scp.1: grammer fix |  jmc | 2010-12-09 | 1 | -2/+2 |
* | add a new -3 option to scp: Copies between two remote hosts are |  markus | 2010-12-08 | 1 | -3/+86 |
* | Pass through ssh command-line flags and options when doing remote-remote |  djm | 2010-11-26 | 1 | -10/+22 |
* | add an option per-read/write callback to atomicio |  djm | 2010-09-22 | 1 | -99/+22 |
* | Fix a longstanding problem where if you suspend scp at the |  millert | 2010-07-01 | 1 | -1/+19 |
* | When passing user-controlled options with arguments to other programs, |  guenther | 2009-12-20 | 1 | -7/+14 |
* | spelling in comment; ok djm@ |  stevesk | 2008-10-10 | 1 | -2/+2 |
* | Prevent -Wsign-compare warnings on LP64 systems. bz #1192, ok deraadt@ |  dtucker | 2008-06-13 | 1 | -3/+8 |
* | If scp -p encounters a pre-epoch timestamp, use the epoch which is |  dtucker | 2008-01-01 | 1 | -3/+9 |
* | factor out network read/write into an atomicio()-like function, and use it |  djm | 2007-10-24 | 1 | -27/+63 |
* | the ellipsis is not an optional argument; while here, sync the usage |  sobrado | 2007-08-06 | 1 | -2/+2 |
* | don't ftruncate() non-regular files; bz#1236 reported by wood AT xmission.com; |  djm | 2007-06-13 | 1 | -2/+3 |
* | Encode filename with strnvis if the name contains a newline (which can't |  dtucker | 2007-06-12 | 1 | -7/+7 |
* | make scp try to skip FIFOs rather than blocking when nothing is listening. |  djm | 2007-06-12 | 1 | -2/+3 |
* | fix detection of whether we should show progress meter or not: scp |  djm | 2007-01-22 | 1 | -2/+2 |
* | almost entirely get rid of the culture of ".h files that include .h files" |  deraadt | 2006-08-03 | 1 | -4/+3 |
* | move #include <stdio.h> out of includes.h |  stevesk | 2006-08-01 | 1 | -1/+2 |
* | move #include <stdlib.h> out of includes.h |  stevesk | 2006-07-26 | 1 | -1/+2 |
* | move #include <sys/param.h> out of includes.h |  stevesk | 2006-07-26 | 1 | -1/+2 |
* | move #include <sys/time.h> out of includes.h |  stevesk | 2006-07-25 | 1 | -1/+2 |
* | move #include <string.h> out of includes.h |  stevesk | 2006-07-22 | 1 | -1/+2 |
* | move #include <time.h> out of includes.h |  stevesk | 2006-07-22 | 1 | -1/+2 |
* | move #include <unistd.h> out of includes.h |  stevesk | 2006-07-17 | 1 | -1/+2 |
* | move #include <errno.h> out of includes.h; ok markus@ |  stevesk | 2006-07-11 | 1 | -1/+2 |
* | move #include <stdarg.h> out of includes.h; ok markus@ |  stevesk | 2006-07-10 | 1 | -1/+2 |
* | duplicate argv at the start of main() because it gets modified later; |  djm | 2006-07-10 | 1 | -3/+9 |
* | move #include <fcntl.h> out of includes.h |  stevesk | 2006-07-09 | 1 | -1/+2 |
* | move #include <pwd.h> out of includes.h; ok markus@ |  stevesk | 2006-07-06 | 1 | -1/+2 |
* | fix leak; coverity via Kylene Jo Hall |  markus | 2006-05-17 | 1 | -2/+4 |
* | xasprintification; ok deraadt@ |  djm | 2006-04-01 | 1 | -9/+3 |
* | minimal lint cleanup (unused crud, and some size_t); ok djm |  deraadt | 2006-04-01 | 1 | -9/+11 |
* | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that |  djm | 2006-03-25 | 1 | -0/+1 |
* | change OpenSSH's xrealloc() function from being xrealloc(p, new_size) to |  djm | 2006-03-25 | 1 | -1/+1 |
* | RCSID() can die |  deraadt | 2006-03-19 | 1 | -1/+0 |
* | Try to display errormessage even if remout == -1 |  biorn | 2006-03-16 | 1 | -10/+10 |
* | move #include <ctype.h> out of includes.h; ok djm@ |  stevesk | 2006-02-22 | 1 | -1/+2 |
* | move #include <sys/stat.h> out of includes.h; ok markus@ |  stevesk | 2006-02-20 | 1 | -1/+2 |
* | move #include <signal.h> out of includes.h; ok markus@ |  stevesk | 2006-02-20 | 1 | -1/+2 |