| Commit message (Expand) | Author | Age | Files | Lines |
* | upstream: save_errno wrappers inside two small signal handlers that | deraadt@openbsd.org | 2024-06-28 | 1 | -1/+3 |
* | upstream: flush stdout after writing "sftp>" prompt when not using | djm@openbsd.org | 2024-04-30 | 1 | -2/+4 |
* | upstream: whitespace | djm@openbsd.org | 2024-02-01 | 1 | -22/+22 |
* | upstream: rename remote_glob() -> sftp_glob() to match other API | djm@openbsd.org | 2023-09-11 | 1 | -8/+8 |
* | upstream: the sftp code was one of my first contributions to | djm@openbsd.org | 2023-09-08 | 1 | -56/+68 |
* | upstream: fix double words ok dtucker@ | jsg@openbsd.org | 2023-04-17 | 1 | -2/+2 |
* | upstream: don't care about glob() return value here. | djm@openbsd.org | 2023-04-06 | 1 | -2/+2 |
* | upstream: Explictly ignore return codes | dtucker@openbsd.org | 2023-03-31 | 1 | -2/+2 |
* | upstream: Plug potential mem leak in process_put. | dtucker@openbsd.org | 2023-03-29 | 1 | -1/+3 |
* | upstream: Plug more mem leaks in sftp by making | dtucker@openbsd.org | 2023-03-28 | 1 | -7/+9 |
* | upstream: calloc can return NULL but xcalloc can't. | dtucker@openbsd.org | 2023-03-12 | 1 | -2/+2 |
* | upstream: Plug mem leak. Coverity CID 405196, ok djm@ | dtucker@openbsd.org | 2023-03-08 | 1 | -2/+4 |
* | upstream: Delete obsolete /* ARGSUSED */ lint comments. | guenther@openbsd.org | 2023-03-08 | 1 | -6/+1 |
* | upstream: Plug mem leak on globbed ls error path. | dtucker@openbsd.org | 2023-02-28 | 1 | -1/+2 |
* | upstream: suppress "Connection closed" message when in quiet mode | djm@openbsd.org | 2023-01-06 | 1 | -2/+3 |
* | upstream: add -X to usage(); | jmc@openbsd.org | 2023-01-03 | 1 | -2/+2 |
* | upstream: add a -X option to both scp(1) and sftp(1) to allow | djm@openbsd.org | 2023-01-03 | 1 | -3/+28 |
* | upstream: use users-groups-by-id@openssh.com sftp-server extension | djm@openbsd.org | 2022-09-19 | 1 | -4/+12 |
* | upstream: extend sftp-common.c:extend ls_file() to support supplied | djm@openbsd.org | 2022-09-19 | 1 | -3/+3 |
* | upstream: sftp: Be a bit more clever about completions | djm@openbsd.org | 2022-09-16 | 1 | -46/+69 |
* | upstream: sftp: Don't attempt to complete arguments for | djm@openbsd.org | 2022-09-16 | 1 | -2/+2 |
* | Remove seed_rng calls from scp, sftp, sftp-server. | Darren Tucker | 2022-07-27 | 1 | -2/+0 |
* | upstream: reflect the update to -D arg name in usage(); | jmc@openbsd.org | 2022-07-01 | 1 | -2/+2 |
* | upstream: allow arguments to sftp -D option, e.g. sftp -D | djm@openbsd.org | 2022-06-27 | 1 | -7/+9 |
* | upstream: arrange for scp, when in sftp mode, to not ftruncate(3) files | djm@openbsd.org | 2022-05-13 | 1 | -5/+5 |
* | upstream: When performing operations that glob(3) a remote path, ensure | djm@openbsd.org | 2022-05-09 | 1 | -11/+38 |
* | upstream: add a sftp client "cp" command that supports server-side | djm@openbsd.org | 2022-03-31 | 1 | -1/+15 |
* | upstream: remove blank line | djm@openbsd.org | 2022-03-20 | 1 | -2/+1 |
* | remove sys/param.h in -portable, after upstream | Damien Miller | 2021-12-21 | 1 | -1/+0 |
* | upstream: Do not ignore SIGINT while waiting for input if editline(3) | schwarze@openbsd.org | 2021-09-11 | 1 | -11/+14 |
* | upstream: In the editline(3) branch of the sftp(1) event loop, | schwarze@openbsd.org | 2021-08-12 | 1 | -4/+20 |
* | upstream: make scp(1) in SFTP mode follow symlinks like | djm@openbsd.org | 2021-08-07 | 1 | -3/+5 |
* | upstream: typos in comments; GHPR#180 from Vill | djm@openbsd.org | 2021-04-03 | 1 | -2/+2 |
* | polish whitespace for portable files | Damien Miller | 2021-04-03 | 1 | -1/+1 |
* | upstream: highly polished whitespace, mostly fixing spaces-for-tab | djm@openbsd.org | 2021-04-03 | 1 | -2/+2 |
* | upstream: Use new limits@openssh.com protocol extension to let the | djm@openbsd.org | 2021-04-01 | 1 | -6/+3 |
* | upstream: don't try to use timespeccmp(3) directly as a qsort(3) | djm@openbsd.org | 2021-01-08 | 1 | -2/+5 |
* | upstream: shuffle a few utility functions into sftp-client.c; from | djm@openbsd.org | 2020-12-04 | 1 | -53/+5 |
* | upstream: whitespace; no code change | djm@openbsd.org | 2020-10-29 | 1 | -2/+2 |
* | upstream: use the new variant log macros instead of prepending | djm@openbsd.org | 2020-10-18 | 1 | -2/+2 |
* | upstream: Allow full range of UIDs and GIDs for sftp chown and | dtucker@openbsd.org | 2020-10-07 | 1 | -6/+6 |
* | upstream: allow -A to explicitly enable agent forwarding in scp and | djm@openbsd.org | 2020-08-03 | 1 | -4/+7 |
* | upstream: sort -N and add it to usage(); | jmc@openbsd.org | 2020-04-03 | 1 | -2/+2 |
* | upstream: Add a flag to re-enable verbose output when in batch | djm@openbsd.org | 2020-04-03 | 1 | -3/+9 |
* | upstream: Have sftp reject "-1" in the same way as ssh(1) and | dtucker@openbsd.org | 2020-02-26 | 1 | -7/+4 |
* | upstream: Replace all calls to signal(2) with a wrapper around | dtucker@openbsd.org | 2020-01-23 | 1 | -13/+13 |
* | upstream: fix a race condition in the SIGCHILD handler that could turn | djm@openbsd.org | 2019-11-01 | 1 | -4/+7 |
* | upstream: remove some duplicate #includes | djm@openbsd.org | 2019-10-02 | 1 | -2/+1 |
* | upstream: Fix a typo and make <esc><right> move right to the | tb@openbsd.org | 2019-07-12 | 1 | -2/+2 |
* | upstream: from tim: - for reput, it is remote-path which is | jmc@openbsd.org | 2019-06-21 | 1 | -5/+5 |