Age | Commit message (Expand) | Author |
2019-10-04 | fix memory leak in error path; bz#3074 | Damien Miller |
2019-07-12 | print explicit "not modified" message if a file was requested for | 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-16 | Add "-h" flag to sftp chown/chgrp/chmod commands to request they do | Damien Miller |
2018-07-31 | fix some memory leaks spotted by Coverity via Jakub Jelen in bz#2366 | Damien Miller |
2018-05-25 | Fix return value confusion in several functions (readdir, download and | Damien Miller |
2017-11-28 | Have sftp print a warning about shell cleanliness when decoding the first | Darren Tucker |
2017-08-11 | don't print verbose error message when ssh disconnects under sftp; | Damien Miller |
2017-01-03 | check number of entries in SSH2_FXP_NAME response; avoids | Damien 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-05-02 | fix signed/unsigned errors reported by clang-3.7; add | Damien Miller |
2016-04-08 | whitespace at EOL | Damien Miller |
2016-02-11 | fix regression in openssh-6.8 sftp client: existing destination | Damien Miller |
2015-05-28 | add error message on ftruncate failure; bz#2176 | Damien Miller |
2015-05-23 | fix a memory leak in an error path | Jonathan Gray |
2015-04-24 | rename xrealloc() to xreallocarray() since it follows that form. | Theo de Raadt |
2015-01-20 | Reduce use of <sys/param.h> and transition to <limits.h> throughout. | Theo de Raadt |
2015-01-14 | update sftp client and server to new buffer API. | Damien Miller |
2014-04-21 | Implement sftp upload resume support. | Loganaden Velvindron |
2014-01-31 | replace most bzero with explicit_bzero, except a few that cna be memset | Ted Unangst |
2014-01-17 | signed/unsigned comparison warning fix; from portable | Damien Miller |
2014-01-16 | needless and incorrect cast to size_t can break resumption of | Damien Miller |
2013-12-05 | fix memory leak in error path in do_readdir(); pointed out by | Damien Miller |
2013-12-04 | bz#2171: don't leak local_fd on error; from Loganaden Velvindron @ | Damien Miller |
2013-11-08 | Include stdlib.h for free() as per the man page. | Darren Tucker |
2013-11-08 | use calloc for all structure allocations; from markus@ | Damien Miller |
2013-10-17 | fsync@openssh.com protocol extension for sftp-server | Damien Miller |
2013-10-11 | missed one arg reorder | Damien Miller |
2013-10-11 | rename flag arguments to be more clear and consistent. | Damien Miller |
2013-09-19 | fix swapped pflag and printflag in sftp upload_dir; from Iain Morgan | Damien Miller |
2013-08-09 | two problems found by a to-be-committed regress test: 1) msg_id was not | Damien Miller |
2013-08-08 | add a "-l" flag for the rename command to force it to use the silly | Damien Miller |
2013-07-25 | sftp support for resuming partial downloads; patch mostly by Loganaden | Damien Miller |
2013-06-01 | Update progressmeter when data is acked, not when it's sent. bz#2108, from | 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 |
2012-07-02 | fix a couple of "assigned but not used" warnings. ok markus@ | Darren Tucker |
2011-09-12 | fix leak in do_lsreaddir(); ok djm | Markus Friedl |
2011-09-11 | fix leaks in do_hardlink() and do_readlink(); bz#1921 | Markus Friedl |
2010-12-04 | add a protocol extension to support a hard link operation. It is | Damien Miller |
2010-09-22 | add an option per-read/write callback to atomicio | Damien Miller |
2010-07-19 | bz#1797: fix swapped args in upload_dir_internal(), breaking recursive | Damien Miller |
2010-06-18 | fix memory leak in do_realpath() error path; bz#1771, patch from | Damien Miller |
2009-10-11 | d_type isn't portable so use lstat to get dirent modes. Suggested by and | Darren Tucker |
2009-08-18 | recursive transfer support for get/put and on the commandline | Damien Miller |
2009-08-14 | make the "get_handle: ..." error messages vaguely useful by allowing | Damien Miller |
2009-06-22 | alphabetize includes; reduces diff vs portable and style(9). ok stevesk djm | Darren Tucker |
2008-06-26 | allow the sftp chmod(2)-equivalent operation to set set[ug]id/sticky | Damien Miller |