summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sftp.c
AgeCommit message (Expand)Author
2021-09-11Do not ignore SIGINT while waiting for input if editline(3) is not used.Ingo Schwarze
2021-08-12In the editline(3) branch of the sftp(1) event loop, handle SIGINTIngo Schwarze
2021-08-07make scp(1) in SFTP mode follow symlinks like traditional scp(1)Damien Miller
2021-04-03typos in comments; GHPR#180 from Ville SkyttäDamien Miller
2021-04-03highly polished whitespace, mostly fixing spaces-for-tab and badDamien Miller
2021-03-31Use new limits@openssh.com protocol extension to let the client selectDamien Miller
2021-01-08don't try to use timespeccmp(3) directly as a qsort(3) comparisonDamien Miller
2020-12-04shuffle a few utility functions into sftp-client.c; from Jakub JelenDamien Miller
2020-10-29whitespace; no code changeDamien Miller
2020-10-18use the new variant log macros instead of prepending __func__ andDamien Miller
2020-10-04Allow full range of UIDs and GIDs for sftp chown and chgrp on 32bitDarren Tucker
2020-08-03allow -A to explicitly enable agent forwarding in scp and sftp. TheDamien Miller
2020-04-03sort -N and add it to usage();Jason McIntyre
2020-04-03Add a flag to re-enable verbose output when in batch mode;Damien Miller
2020-02-26Have sftp reject "-1" in the same way as ssh(1) and scp(1) do insteadDarren Tucker
2020-01-23Replace all calls to signal(2) with a wrapper around sigaction(2).Darren Tucker
2019-11-01fix a race condition in the SIGCHILD handler that could turn inDamien Miller
2019-10-02remove some duplicate #includesDamien Miller
2019-07-10Fix a typo and make <esc><right> move right to the closest end of a wordTheo Buehler
2019-06-19from tim:Jason McIntyre
2019-06-07Check for user@host when parsing sftp target. This allows user@[1.2.3.4]Darren Tucker
2019-06-06Replace calls to ssh_malloc_init() by a static init of malloc_options.Otto Moerbeek
2019-01-21Add a -J option as a shortcut for -o Proxyjump= to scp(1) and sftp(1)Theo Buehler
2019-01-16Add "-h" flag to sftp chown/chgrp/chmod commands to request they doDamien Miller
2018-11-16use path_absolute() for pathname checks; from Manoj AmpalamDamien Miller
2018-11-16support a prefix of '@' to suppress echo of sftp batch commands;Damien Miller
2018-09-07Add FALLTHROUGH comments where appropriate. Patch from jjelen at redhatDarren Tucker
2018-04-26Since the previous commit, ssh regress test sftp-chroot was failing.Alexander Bluhm
2018-04-13notify user immediately when underlying ssh process dies;Damien Miller
2018-04-10lots of typos in comments/docs. Patch from Karsten Weiss after checkingDamien Miller
2017-11-03allow "cd" and "lcd" commands with no explicit path argument.Damien Miller
2017-10-21Add URI support to ssh, sftp and scp. For example ssh://user@hostTodd C. Miller
2017-06-10implement sorting for globbed ls; bz#2649 ok dtucker@Damien Miller
2017-05-02remove -1 / -2 options; pointed out by jmc@Damien Miller
2017-02-15fix division by zero crash in "df" output when server returns zeroDamien Miller
2016-10-18Install a signal handler for tty-generated signals and wait for theTodd C. Miller
2016-09-12Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitionsTheo de Raadt
2016-07-22constify a few functions' arguments; patch from Jakub Jelen bz#2581Damien Miller
2016-05-25To prevent screwing up terminal settings when printing to theIngo Schwarze
2016-04-08whitespace at EOLDamien Miller
2016-02-15Add a function to enable security-related malloc_options. With and okDarren Tucker
2015-08-20Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopeTheo de Raadt
2015-01-20Reduce use of <sys/param.h> and transition to <limits.h> throughout.Theo de Raadt
2015-01-14update sftp client and server to new buffer API.Damien Miller
2014-11-26Prefer setvbuf() to setlinebuf() for portability; ok deraadt@Todd C. Miller
2014-10-06correct options in usage(); from mancha1 AT zoho.comDamien Miller
2014-08-20djm how did you make a typo like that...Theo de Raadt
2014-08-19~-expand lcd pathsDamien Miller
2014-07-09more useful error message when GLOB_NOSPACE occurs;Damien Miller
2014-05-05Zap extra whitespace.Loganaden Velvindron