summaryrefslogtreecommitdiffstats
path: root/sftp.c
AgeCommit message (Expand)Author
2023-04-17upstream: fix double words ok dtucker@jsg@openbsd.org
2023-04-06upstream: don't care about glob() return value here.djm@openbsd.org
2023-03-31upstream: Explictly ignore return codesdtucker@openbsd.org
2023-03-29upstream: Plug potential mem leak in process_put.dtucker@openbsd.org
2023-03-28upstream: Plug more mem leaks in sftp by makingdtucker@openbsd.org
2023-03-12upstream: calloc can return NULL but xcalloc can't.dtucker@openbsd.org
2023-03-08upstream: Plug mem leak. Coverity CID 405196, ok djm@dtucker@openbsd.org
2023-03-08upstream: Delete obsolete /* ARGSUSED */ lint comments.guenther@openbsd.org
2023-02-28upstream: Plug mem leak on globbed ls error path.dtucker@openbsd.org
2023-01-06upstream: suppress "Connection closed" message when in quiet modedjm@openbsd.org
2023-01-03upstream: add -X to usage();jmc@openbsd.org
2023-01-03upstream: add a -X option to both scp(1) and sftp(1) to allowdjm@openbsd.org
2022-09-19upstream: use users-groups-by-id@openssh.com sftp-server extensiondjm@openbsd.org
2022-09-19upstream: extend sftp-common.c:extend ls_file() to support supplieddjm@openbsd.org
2022-09-16upstream: sftp: Be a bit more clever about completionsdjm@openbsd.org
2022-09-16upstream: sftp: Don't attempt to complete arguments fordjm@openbsd.org
2022-07-27Remove seed_rng calls from scp, sftp, sftp-server.Darren Tucker
2022-07-01upstream: reflect the update to -D arg name in usage();jmc@openbsd.org
2022-06-28upstream: allow arguments to sftp -D option, e.g. sftp -Ddjm@openbsd.org
2022-05-13upstream: arrange for scp, when in sftp mode, to not ftruncate(3) filesdjm@openbsd.org
2022-05-09upstream: When performing operations that glob(3) a remote path, ensuredjm@openbsd.org
2022-03-31upstream: add a sftp client "cp" command that supports server-sidedjm@openbsd.org
2022-03-20upstream: remove blank linedjm@openbsd.org
2021-12-22remove sys/param.h in -portable, after upstreamDamien Miller
2021-09-11upstream: Do not ignore SIGINT while waiting for input if editline(3)schwarze@openbsd.org
2021-08-12upstream: In the editline(3) branch of the sftp(1) event loop,schwarze@openbsd.org
2021-08-07upstream: make scp(1) in SFTP mode follow symlinks likedjm@openbsd.org
2021-04-03upstream: typos in comments; GHPR#180 from Villdjm@openbsd.org
2021-04-03polish whitespace for portable filesDamien Miller
2021-04-03upstream: highly polished whitespace, mostly fixing spaces-for-tabdjm@openbsd.org
2021-04-01upstream: Use new limits@openssh.com protocol extension to let thedjm@openbsd.org
2021-01-08upstream: don't try to use timespeccmp(3) directly as a qsort(3)djm@openbsd.org
2020-12-04upstream: shuffle a few utility functions into sftp-client.c; fromdjm@openbsd.org
2020-10-29upstream: whitespace; no code changedjm@openbsd.org
2020-10-18upstream: use the new variant log macros instead of prependingdjm@openbsd.org
2020-10-07upstream: Allow full range of UIDs and GIDs for sftp chown anddtucker@openbsd.org
2020-08-03upstream: allow -A to explicitly enable agent forwarding in scp anddjm@openbsd.org
2020-04-03upstream: sort -N and add it to usage();jmc@openbsd.org
2020-04-03upstream: Add a flag to re-enable verbose output when in batchdjm@openbsd.org
2020-02-26upstream: Have sftp reject "-1" in the same way as ssh(1) anddtucker@openbsd.org
2020-01-23upstream: Replace all calls to signal(2) with a wrapper arounddtucker@openbsd.org
2019-11-01upstream: fix a race condition in the SIGCHILD handler that could turndjm@openbsd.org
2019-10-02upstream: remove some duplicate #includesdjm@openbsd.org
2019-07-12upstream: Fix a typo and make <esc><right> move right to thetb@openbsd.org
2019-06-21upstream: from tim: - for reput, it is remote-path which isjmc@openbsd.org
2019-06-08upstream: Check for user@host when parsing sftp target. Thisdtucker@openbsd.org
2019-06-08upstream: Replace calls to ssh_malloc_init() by a static init ofotto@openbsd.org
2019-01-22upstream: Add a -J option as a shortcut for -o Proxyjump= to scp(1)tb@openbsd.org
2019-01-17upstream: Add "-h" flag to sftp chown/chgrp/chmod commands todjm@openbsd.org
2018-11-23refactor libcrypto initialisationDamien Miller