Age | Commit message (Expand) | Author |
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 |
2008-06-12 | print extension revisions for extensions that we understand | Damien Miller |
2008-06-08 | Have the sftp client store the statvfs replies in wire format, | Darren Tucker |
2008-06-07 | statvfs member fsid needs to be wider, increase it to 64 bits and | Damien Miller |
2008-04-18 | introduce sftp extension methods statvfs@openssh.com and | Damien Miller |
2008-03-23 | prefer POSIX-style file renaming over filexfer rename behaviour if the server | Damien Miller |
2008-01-21 | when a remote write error occurs during an upload, ensure that ACKs for all | Damien Miller |
2008-01-19 | fix remote handle leak in do_download() local file open error path; | Damien Miller |
2008-01-11 | disable unused functions | Charles Longeau |
2007-09-16 | use off_t instead of u_int64_t for file offsets, matching what the | Damien Miller |
2007-01-22 | return error from do_upload() when a write fails. fixes bz#1252: zero | Damien Miller |
2006-10-22 | cancel progress meter when upload write fails; ok deraadt@ | 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 <sys/param.h> out of includes.h | Kevin Steves |
2006-07-25 | move #include <sys/time.h> out of includes.h | Kevin Steves |