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
2016-07-22
constify a few functions' arguments; patch from Jakub Jelen bz#2581
Damien Miller
2016-05-25
To prevent screwing up terminal settings when printing to the
Ingo Schwarze
2016-04-08
whitespace at EOL
Damien Miller
2016-02-15
Add a function to enable security-related malloc_options. With and ok
Darren Tucker
2015-08-20
Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope
Theo de Raadt
2015-01-20
Reduce use of <sys/param.h> and transition to <limits.h> throughout.
Theo de Raadt
2015-01-14
update sftp client and server to new buffer API.
Damien Miller
2014-11-26
Prefer setvbuf() to setlinebuf() for portability; ok deraadt@
Todd C. Miller
2014-10-06
correct options in usage(); from mancha1 AT zoho.com
Damien Miller
2014-08-20
djm how did you make a typo like that...
Theo de Raadt
2014-08-19
~-expand lcd paths
Damien Miller
2014-07-09
more useful error message when GLOB_NOSPACE occurs;
Damien Miller
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
[next]