index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
sftp.c
Age
Commit message (
Expand
)
Author
2024-06-26
save_errno wrappers inside two small signal handlers that perform
Theo de Raadt
2024-04-30
flush stdout after writing "sftp>" prompt when not using editline.
Damien Miller
2024-02-01
whitespace
Damien Miller
2023-09-10
rename remote_glob() -> sftp_glob() to match other API
Damien Miller
2023-09-08
the sftp code was one of my first contributions to OpenSSH and it
Damien Miller
2023-04-12
fix double words
Jonathan Gray
2023-04-06
don't care about glob() return value here.
Damien Miller
2023-03-31
Explictly ignore return codes where we don't check them. From Dmitry
Darren Tucker
2023-03-29
Plug another potential mem leak in process_put. It allocates abs_dst
Darren Tucker
2023-03-28
Plug more mem leaks in sftp by making make_absolute_pwd_glob work in
Darren Tucker
2023-03-12
calloc can return NULL but xcalloc cannot. From Coverity CID 291881,
Darren Tucker
2023-03-08
Plug mem leak. Coverity CID 405196, ok djm@
Darren Tucker
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2023-02-27
Plug mem leak on globbed ls error path. Spotted by Coverity, ok deraadt@
Darren Tucker
2023-01-05
suppress "Connection closed" message when in quiet mode
Damien Miller
2022-12-16
add -X to usage();
Jason McIntyre
2022-12-16
add a -X option to both scp(1) and sftp(1) to allow control over
Damien Miller
2022-09-19
use users-groups-by-id@openssh.com sftp-server extension (when
Damien Miller
2022-09-19
extend sftp-common.c:extend ls_file() to support supplied user/group
Damien Miller
2022-09-16
sftp: Be a bit more clever about completions
Damien Miller
2022-09-16
sftp: Don't attempt to complete arguments for non-existent commands
Damien Miller
2022-06-28
reflect the update to -D arg name in usage();
Jason McIntyre
2022-06-27
allow arguments to sftp -D option, e.g.
Damien Miller
2022-05-13
arrange for scp, when in sftp mode, to not ftruncate(3) files early
Damien Miller
2022-05-08
When performing operations that glob(3) a remote path, ensure that the
Damien Miller
2022-03-31
add a sftp client "cp" command that supports server-side copying
Damien Miller
2022-03-18
remove blank line
Damien Miller
2021-09-11
Do not ignore SIGINT while waiting for input if editline(3) is not used.
Ingo Schwarze
2021-08-12
In the editline(3) branch of the sftp(1) event loop, handle SIGINT
Ingo Schwarze
2021-08-07
make scp(1) in SFTP mode follow symlinks like traditional scp(1)
Damien Miller
2021-04-03
typos in comments; GHPR#180 from Ville Skyttä
Damien Miller
2021-04-03
highly polished whitespace, mostly fixing spaces-for-tab and bad
Damien Miller
2021-03-31
Use new limits@openssh.com protocol extension to let the client select
Damien Miller
2021-01-08
don't try to use timespeccmp(3) directly as a qsort(3) comparison
Damien Miller
2020-12-04
shuffle a few utility functions into sftp-client.c; from Jakub Jelen
Damien Miller
2020-10-29
whitespace; no code change
Damien Miller
2020-10-18
use the new variant log macros instead of prepending __func__ and
Damien Miller
2020-10-04
Allow full range of UIDs and GIDs for sftp chown and chgrp on 32bit
Darren Tucker
2020-08-03
allow -A to explicitly enable agent forwarding in scp and sftp. The
Damien Miller
2020-04-03
sort -N and add it to usage();
Jason McIntyre
2020-04-03
Add a flag to re-enable verbose output when in batch mode;
Damien Miller
2020-02-26
Have sftp reject "-1" in the same way as ssh(1) and scp(1) do instead
Darren Tucker
2020-01-23
Replace all calls to signal(2) with a wrapper around sigaction(2).
Darren Tucker
2019-11-01
fix a race condition in the SIGCHILD handler that could turn in
Damien Miller
2019-10-02
remove some duplicate #includes
Damien Miller
2019-07-10
Fix a typo and make <esc><right> move right to the closest end of a word
Theo Buehler
2019-06-19
from tim:
Jason McIntyre
2019-06-07
Check for user@host when parsing sftp target. This allows user@[1.2.3.4]
Darren Tucker
2019-06-06
Replace calls to ssh_malloc_init() by a static init of malloc_options.
Otto Moerbeek
2019-01-21
Add a -J option as a shortcut for -o Proxyjump= to scp(1) and sftp(1)
Theo Buehler
[next]