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
2014-05-05
Zap extra whitespace.
Loganaden Velvindron
2014-04-29
Don't attempt to append a nul quote char to the filename. Should prevent
Darren Tucker
2014-04-29
Move nulling of variable next to where it's freed. ok markus@
Darren Tucker
2014-04-22
Sort the sftp command list.
Loganaden Velvindron
2014-04-21
Implement sftp upload resume support.
Loganaden Velvindron
2013-11-20
unsigned casts for ctype macros where neccessary
Theo de Raadt
2013-10-17
tweak previous;
Jason McIntyre
2013-10-17
fsync@openssh.com protocol extension for sftp-server
Damien Miller
2013-08-31
make ^w match ksh behaviour (delete previous word instead of entire line)
Damien Miller
2013-08-09
enable ctrl-left-arrow and ctrl-right-arrow to move forward/back a word;
Damien Miller
2013-08-09
do getopt parsing for all sftp commands (with an empty optstring for
Damien Miller
2013-08-08
add a "-l" flag for the rename command to force it to use the silly
Damien Miller
2013-08-08
fix two year old regression: symlinking a file would incorrectly
Damien Miller
2013-08-07
sort -a;
Jason McIntyre
2013-08-06
fix some whitespace at EOL
Damien Miller
2013-07-25
sftp support for resuming partial downloads; patch mostly by Loganaden
Damien Miller
2013-07-12
fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@
Damien Miller
2013-06-04
Make sftp's libedit interface marginally multibyte aware by building up the
Darren Tucker
2013-05-17
bye, bye xfree(); ok markus@
Damien Miller
2013-05-16
Fix some "unused result" warnings found via clang and -portable. ok markus@
Darren Tucker
2013-04-18
make "sftp -q" do what it says on the sticker: hush everything but errors;
Damien Miller
2013-02-08
fix NULL deref when built without libedit and control characters
Damien Miller
2012-10-05
fix signed vs unsigned warning; feedback & ok: djm@
Markus Friedl
2012-09-21
Fix handling of filenames containing escaped globbing characters and escape
Darren Tucker
2012-09-21
Fix improper handling of absolute paths when PWD is part of the completed
Darren Tucker
2012-09-18
Add bounds check on sftp tab-completion. Part of a patch from from Jean-Marc
Darren Tucker
2012-09-17
an XXX for later
Damien Miller
2012-06-22
Remove unused variable leftover from tab-completion changes.
Darren Tucker
2012-04-20
setlinebuf(3) is more readable than setvbuf(.., _IOLBF, ...)
Damien Miller
2011-11-16
Don't leak list in complete_cmd_parse if there are no commands found.
Owain Ainsworth
2011-09-22
don't let remote_glob() implicitly sort its results in do_globbed_ls() -
Damien Miller
2010-12-04
add a protocol extension to support a hard link operation. It is
Damien Miller
2010-10-23
escape '[' in filename tab-completion; fix a type while there.
Stuart Henderson
2010-10-05
use default shell /bin/sh if $SHELL is ""; ok markus@
Damien Miller
2010-09-26
when performing an "ls" in columnated (short) mode, only call
Damien Miller
2010-09-25
make use of new glob(3) GLOB_KEEPSTAT extension to save extra server
Damien Miller
2010-09-23
add [-l limit] to usage();
Jason McIntyre
2010-09-22
add an option per-read/write callback to atomicio
Damien Miller
2010-06-18
unbreak ls in working directories that contains globbing characters in
Damien Miller
2010-05-05
restore mput and mget which got lost in the tab-completion changes.
Darren Tucker
2010-01-27
add missing "p" flag to getopt optstring;
Damien Miller
2010-01-15
Reset SIGTERM to SIG_DFL before executing ssh, so that even if sftp
Philip Guenthe
2010-01-13
sftp.1: put ls -h in the right place
Jason McIntyre
2010-01-13
don't append a space after inserting a completion of a directory (i.e.
Damien Miller
2010-01-13
support '-h' (human-readable units) for sftp's ls command, just like
Damien Miller
2010-01-09
Prevent sftp from derefing a null pointer when given a "-" without a command.
Darren Tucker
2010-01-08
Fix two warnings: possibly used unitialized and use a nul byte instead of
Darren Tucker
2010-01-04
Implement tab-completion of commands, local and remote filenames for sftp.
Damien Miller
2009-12-20
When passing user-controlled options with arguments to other programs,
Philip Guenthe
2009-12-06
fix potential divide-by-zero in sftp's "df" output when talking to a server
Darren Tucker
[next]