summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sftp.c
AgeCommit message (Expand)Author
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
2014-04-29Don't attempt to append a nul quote char to the filename. Should preventDarren Tucker
2014-04-29Move nulling of variable next to where it's freed. ok markus@Darren Tucker
2014-04-22Sort the sftp command list.Loganaden Velvindron
2014-04-21Implement sftp upload resume support.Loganaden Velvindron
2013-11-20unsigned casts for ctype macros where neccessaryTheo de Raadt
2013-10-17tweak previous;Jason McIntyre
2013-10-17fsync@openssh.com protocol extension for sftp-serverDamien Miller
2013-08-31make ^w match ksh behaviour (delete previous word instead of entire line)Damien Miller
2013-08-09enable ctrl-left-arrow and ctrl-right-arrow to move forward/back a word;Damien Miller
2013-08-09do getopt parsing for all sftp commands (with an empty optstring forDamien Miller
2013-08-08add a "-l" flag for the rename command to force it to use the sillyDamien Miller
2013-08-08fix two year old regression: symlinking a file would incorrectlyDamien Miller