Age | Commit message (Expand) | Author |
2022-09-19 | sftp client library support for users-groups-by-id@openssh.com; | Damien Miller |
2022-05-15 | fix in-place copies; r1.163 incorrectly skipped truncation in all cases, | Damien Miller |
2022-05-13 | arrange for scp, when in sftp mode, to not ftruncate(3) files early | Damien Miller |
2022-03-31 | add a sftp client "cp" command that supports server-side copying | Damien Miller |
2022-01-17 | make most of the sftp errors more idiomatic, following the general form | Damien Miller |
2022-01-08 | use status error message to communicate ~user expansion failures; | Damien Miller |
2022-01-08 | more idiomatic error messages; spotted by jsg & deraadt | Damien Miller |
2022-01-01 | spelling | Jonathan Gray |
2021-11-06 | Plug a couple of minor mem leaks. From beldmit at gmail.com via github | Darren Tucker |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-09-03 | Remove redundant attrib_clear in upload_dir_internal. The subsequent | Darren Tucker |
2021-08-09 | SFTP protocol extension to allow the server to expand ~-prefixed | Damien Miller |
2021-08-09 | show only the final path component in the progress meter; | Damien Miller |
2021-08-07 | sftp-client.c needs poll.h | Damien Miller |
2021-08-07 | do_upload() used a near-identical structure for tracking | Damien Miller |
2021-08-07 | make scp(1) in SFTP mode follow symlinks like traditional scp(1) | Damien Miller |
2021-08-07 | fix incorrect directory permissions on scp -3 transfers; | Damien Miller |
2021-08-07 | a bit more debugging of file attributes being sent/received | Damien Miller |
2021-08-07 | make scp(1) in SFTP mode output better match original scp(1) by | Damien Miller |
2021-08-07 | factor out a structure duplicated between downloading and | Damien Miller |
2021-08-07 | support for "cross"-loading files/directories, i.e. downloading | Damien Miller |
2021-08-07 | factor our SSH2_FXP_OPEN calls into their own function; | Damien Miller |
2021-06-06 | degrade gracefully if a sftp-server offers the limits@openssh.com | Damien Miller |
2021-04-03 | highly polished whitespace, mostly fixing spaces-for-tab and bad | Damien Miller |
2021-03-31 | Use new limits@openssh.com protocol extension to let the client select | Damien Miller |
2021-03-10 | no need to reset buffer after send_msg() as that is done for us; | Damien Miller |
2020-12-04 | shuffle a few utility functions into sftp-client.c; from Jakub Jelen | Damien Miller |
2020-11-20 | When doing an sftp recursive upload or download of a read-only directory, | Darren Tucker |
2020-10-18 | use the new variant log macros instead of prepending __func__ and | Damien Miller |
2020-05-15 | fix off-by-one error that caused sftp downloads to make one more | Damien Miller |
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 |