index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sftp-client.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
upstream: spelling; ok djm@
jsg@openbsd.org
2024-05-17
1
-2
/
+2
*
upstream: Make sure sftp_get_limits() only returns 0 if 'limits'
tobhe@openbsd.org
2023-11-15
1
-2
/
+2
*
upstream: fix recursive remote-remote copies of directories that
djm@openbsd.org
2023-09-08
1
-14
/
+22
*
upstream: the sftp code was one of my first contributions to
djm@openbsd.org
2023-09-08
1
-164
/
+160
*
upstream: fix scp in SFTP mode recursive upload and download of
djm@openbsd.org
2023-09-08
1
-23
/
+50
*
upstream: adjust ftruncate() logic to handle servers that reorder
djm@openbsd.org
2023-05-01
1
-11
/
+39
*
upstream: Plug more mem leaks in sftp by making
dtucker@openbsd.org
2023-03-28
1
-1
/
+5
*
upstream: Delete obsolete /* ARGSUSED */ lint comments.
guenther@openbsd.org
2023-03-08
1
-2
/
+1
*
upstream: clamp the minimum buffer lengths and number of inflight
djm@openbsd.org
2023-01-13
1
-1
/
+5
*
upstream: ignore bogus upload/download buffer lengths in the limits
djm@openbsd.org
2023-01-13
1
-6
/
+11
*
upstream: add a -X option to both scp(1) and sftp(1) to allow
djm@openbsd.org
2023-01-03
1
-3
/
+3
*
upstream: sftp client library support for
djm@openbsd.org
2022-09-19
1
-10
/
+130
*
upstream: fix in-place copies; r1.163 incorrectly skipped truncation in
djm@openbsd.org
2022-05-16
1
-5
/
+8
*
upstream: arrange for scp, when in sftp mode, to not ftruncate(3) files
djm@openbsd.org
2022-05-13
1
-25
/
+45
*
upstream: add a sftp client "cp" command that supports server-side
djm@openbsd.org
2022-03-31
1
-1
/
+121
*
Remove line leftover from upstream sync.
Darren Tucker
2022-01-18
1
-1
/
+0
*
upstream: make most of the sftp errors more idiomatic, following
djm@openbsd.org
2022-01-18
1
-72
/
+110
*
upstream: use status error message to communicate ~user expansion
djm@openbsd.org
2022-01-08
1
-3
/
+7
*
upstream: more idiomatic error messages; spotted by jsg & deraadt
djm@openbsd.org
2022-01-08
1
-3
/
+3
*
upstream: spelling ok dtucker@
jsg@openbsd.org
2022-01-01
1
-3
/
+3
*
upstream: Plug a couple of minor mem leaks. From beldmit at
dtucker@openbsd.org
2021-11-06
1
-1
/
+2
*
upstream: For open/openat, if the flags parameter does not contain
deraadt@openbsd.org
2021-10-28
1
-2
/
+2
*
upstream: Remove redundant attrib_clear in upload_dir_internal.
dtucker@openbsd.org
2021-09-03
1
-2
/
+1
*
upstream: SFTP protocol extension to allow the server to expand
djm@openbsd.org
2021-08-10
1
-10
/
+49
*
upstream: show only the final path component in the progress meter;
djm@openbsd.org
2021-08-10
1
-8
/
+26
*
upstream: sftp-client.c needs poll.h
djm@openbsd.org
2021-08-07
1
-3
/
+2
*
Include poll.h and friends for struct pollfd.
Darren Tucker
2021-08-07
1
-0
/
+7
*
upstream: do_upload() used a near-identical structure for
djm@openbsd.org
2021-08-07
1
-42
/
+39
*
upstream: make scp(1) in SFTP mode follow symlinks like
djm@openbsd.org
2021-08-07
1
-19
/
+39
*
upstream: fix incorrect directory permissions on scp -3
djm@openbsd.org
2021-08-07
1
-12
/
+30
*
upstream: a bit more debugging of file attributes being
djm@openbsd.org
2021-08-07
1
-3
/
+5
*
upstream: make scp(1) in SFTP mode output better match original
djm@openbsd.org
2021-08-07
1
-3
/
+3
*
upstream: factor out a structure duplicated between downloading
djm@openbsd.org
2021-08-07
1
-15
/
+12
*
upstream: support for "cross"-loading files/directories, i.e.
djm@openbsd.org
2021-08-07
1
-1
/
+424
*
upstream: factor our SSH2_FXP_OPEN calls into their own function;
djm@openbsd.org
2021-08-07
1
-43
/
+55
*
upstream: degrade gracefully if a sftp-server offers the
djm@openbsd.org
2021-06-06
1
-2
/
+6
*
upstream: highly polished whitespace, mostly fixing spaces-for-tab
djm@openbsd.org
2021-04-03
1
-5
/
+6
*
upstream: Use new limits@openssh.com protocol extension to let the
djm@openbsd.org
2021-04-01
1
-11
/
+100
*
upstream: no need to reset buffer after send_msg() as that is done
djm@openbsd.org
2021-03-13
1
-3
/
+1
*
upstream: shuffle a few utility functions into sftp-client.c; from
djm@openbsd.org
2020-12-04
1
-1
/
+50
*
upstream: When doing an sftp recursive upload or download of a
dtucker@openbsd.org
2020-11-20
1
-6
/
+16
*
upstream: use the new variant log macros instead of prepending
djm@openbsd.org
2020-10-18
1
-86
/
+79
*
upstream: fix off-by-one error that caused sftp downloads to make
djm@openbsd.org
2020-05-27
1
-2
/
+2
*
upstream: fix memory leak in error path; bz#3074 patch from
djm@openbsd.org
2019-10-04
1
-3
/
+2
*
upstream: print explicit "not modified" message if a file was
djm@openbsd.org
2019-07-12
1
-3
/
+6
*
upstream: Have progressmeter force an update at the beginning and
dtucker@openbsd.org
2019-01-24
1
-2
/
+2
*
upstream: Sanitize scp filenames via snmprintf. To do this we move
dtucker@openbsd.org
2019-01-24
1
-8
/
+10
*
upstream: Add "-h" flag to sftp chown/chgrp/chmod commands to
djm@openbsd.org
2019-01-17
1
-4
/
+38
*
upstream: fix some memory leaks spotted by Coverity via Jakub Jelen
djm@openbsd.org
2018-07-31
1
-8
/
+12
*
upstream: Fix return value confusion in several functions (readdir,
djm@openbsd.org
2018-05-25
1
-4
/
+4
[next]