summaryrefslogtreecommitdiff
path: root/sftp.c
Commit message (Expand)AuthorAgeFilesLines
* upstream: typos in comments; GHPR#180 from Villdjm@openbsd.org2021-04-031-2/+2
* polish whitespace for portable filesDamien Miller2021-04-031-1/+1
* upstream: highly polished whitespace, mostly fixing spaces-for-tabdjm@openbsd.org2021-04-031-2/+2
* upstream: Use new limits@openssh.com protocol extension to let thedjm@openbsd.org2021-04-011-6/+3
* upstream: don't try to use timespeccmp(3) directly as a qsort(3)djm@openbsd.org2021-01-081-2/+5
* upstream: shuffle a few utility functions into sftp-client.c; fromdjm@openbsd.org2020-12-041-53/+5
* upstream: whitespace; no code changedjm@openbsd.org2020-10-291-2/+2
* upstream: use the new variant log macros instead of prependingdjm@openbsd.org2020-10-181-2/+2
* upstream: Allow full range of UIDs and GIDs for sftp chown anddtucker@openbsd.org2020-10-071-6/+6
* upstream: allow -A to explicitly enable agent forwarding in scp anddjm@openbsd.org2020-08-031-4/+7
* upstream: sort -N and add it to usage();jmc@openbsd.org2020-04-031-2/+2
* upstream: Add a flag to re-enable verbose output when in batchdjm@openbsd.org2020-04-031-3/+9
* upstream: Have sftp reject "-1" in the same way as ssh(1) anddtucker@openbsd.org2020-02-261-7/+4
* upstream: Replace all calls to signal(2) with a wrapper arounddtucker@openbsd.org2020-01-231-13/+13
* upstream: fix a race condition in the SIGCHILD handler that could turndjm@openbsd.org2019-11-011-4/+7
* upstream: remove some duplicate #includesdjm@openbsd.org2019-10-021-2/+1
* upstream: Fix a typo and make <esc><right> move right to thetb@openbsd.org2019-07-121-2/+2
* upstream: from tim: - for reput, it is remote-path which isjmc@openbsd.org2019-06-211-5/+5
* upstream: Check for user@host when parsing sftp target. Thisdtucker@openbsd.org2019-06-081-6/+11
* upstream: Replace calls to ssh_malloc_init() by a static init ofotto@openbsd.org2019-06-081-2/+1
* upstream: Add a -J option as a shortcut for -o Proxyjump= to scp(1)tb@openbsd.org2019-01-221-7/+7
* upstream: Add "-h" flag to sftp chown/chgrp/chmod commands todjm@openbsd.org2019-01-171-8/+35
* refactor libcrypto initialisationDamien Miller2018-11-231-0/+2
* upstream: use path_absolute() for pathname checks; from Manoj Ampalamdjm@openbsd.org2018-11-161-4/+4
* upstream: support a prefix of '@' to suppress echo of sftp batchdjm@openbsd.org2018-11-161-26/+31
* upstream: Add FALLTHROUGH comments where appropriate. Patch fromdtucker@openbsd.org2018-09-091-1/+3
* upstream: Since the previous commit, ssh regress test sftp-chroot wasbluhm@openbsd.org2018-05-111-4/+6
* upstream: notify user immediately when underlying ssh process dies;djm@openbsd.org2018-04-151-1/+20
* upstream: lots of typos in comments/docs. Patch from Karsten Weissdjm@openbsd.org2018-04-101-2/+2
* upstream commitdjm@openbsd.org@openbsd.org2017-11-031-11/+21
* upstream commitmillert@openbsd.org2017-10-231-27/+31
* portability for sftp globbed ls sort by mtimeDamien Miller2017-06-101-2/+8
* upstream commitdjm@openbsd.org2017-06-101-3/+47
* upstream commitdjm@openbsd.org2017-05-081-2/+2
* upstream commitdjm@openbsd.org2017-02-171-16/+24
* Force Turkish locales back to C/POSIX; bz#2643Damien Miller2016-12-121-1/+1
* upstream commitmillert@openbsd.org2016-10-191-1/+16
* upstream commitderaadt@openbsd.org2016-09-121-10/+9
* upstream commitdjm@openbsd.org2016-07-221-14/+15
* upstream commitschwarze@openbsd.org2016-06-061-20/+26
* upstream commitdjm@openbsd.org2016-04-081-4/+4
* upstream commitdtucker@openbsd.org2016-02-161-1/+2
* upstream commitderaadt@openbsd.org2015-08-211-3/+3
* upstream commitderaadt@openbsd.org2015-01-261-2/+4
* upstream commitdjm@openbsd.org2015-01-151-2/+3
* upstream commitmillert@openbsd.org2014-12-051-3/+3
* upstream commitdjm@openbsd.org2014-10-131-6/+6
* upstream commitderaadt@openbsd.org2014-10-131-2/+2
* upstream commitdjm@openbsd.org2014-10-131-1/+4
* - djm@cvs.openbsd.org 2014/07/09 01:45:10Damien Miller2014-07-091-8/+16