summaryrefslogtreecommitdiff
path: root/sftp.c
Commit message (Expand)AuthorAgeFilesLines
* upstream: fix double words ok dtucker@jsg@openbsd.org2023-04-171-2/+2
* upstream: don't care about glob() return value here.djm@openbsd.org2023-04-061-2/+2
* upstream: Explictly ignore return codesdtucker@openbsd.org2023-03-311-2/+2
* upstream: Plug potential mem leak in process_put.dtucker@openbsd.org2023-03-291-1/+3
* upstream: Plug more mem leaks in sftp by makingdtucker@openbsd.org2023-03-281-7/+9
* upstream: calloc can return NULL but xcalloc can't.dtucker@openbsd.org2023-03-121-2/+2
* upstream: Plug mem leak. Coverity CID 405196, ok djm@dtucker@openbsd.org2023-03-081-2/+4
* upstream: Delete obsolete /* ARGSUSED */ lint comments.guenther@openbsd.org2023-03-081-6/+1
* upstream: Plug mem leak on globbed ls error path.dtucker@openbsd.org2023-02-281-1/+2
* upstream: suppress "Connection closed" message when in quiet modedjm@openbsd.org2023-01-061-2/+3
* upstream: add -X to usage();jmc@openbsd.org2023-01-031-2/+2
* upstream: add a -X option to both scp(1) and sftp(1) to allowdjm@openbsd.org2023-01-031-3/+28
* upstream: use users-groups-by-id@openssh.com sftp-server extensiondjm@openbsd.org2022-09-191-4/+12
* upstream: extend sftp-common.c:extend ls_file() to support supplieddjm@openbsd.org2022-09-191-3/+3
* upstream: sftp: Be a bit more clever about completionsdjm@openbsd.org2022-09-161-46/+69
* upstream: sftp: Don't attempt to complete arguments fordjm@openbsd.org2022-09-161-2/+2
* Remove seed_rng calls from scp, sftp, sftp-server.Darren Tucker2022-07-271-2/+0
* upstream: reflect the update to -D arg name in usage();jmc@openbsd.org2022-07-011-2/+2
* upstream: allow arguments to sftp -D option, e.g. sftp -Ddjm@openbsd.org2022-06-281-7/+9
* upstream: arrange for scp, when in sftp mode, to not ftruncate(3) filesdjm@openbsd.org2022-05-131-5/+5
* upstream: When performing operations that glob(3) a remote path, ensuredjm@openbsd.org2022-05-091-11/+38
* upstream: add a sftp client "cp" command that supports server-sidedjm@openbsd.org2022-03-311-1/+15
* upstream: remove blank linedjm@openbsd.org2022-03-201-2/+1
* remove sys/param.h in -portable, after upstreamDamien Miller2021-12-221-1/+0
* upstream: Do not ignore SIGINT while waiting for input if editline(3)schwarze@openbsd.org2021-09-111-11/+14
* upstream: In the editline(3) branch of the sftp(1) event loop,schwarze@openbsd.org2021-08-121-4/+20
* upstream: make scp(1) in SFTP mode follow symlinks likedjm@openbsd.org2021-08-071-3/+5
* 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