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
2008-06-21
use optopt to get invalid flag, instead of return value of getopt,
Martynas Venckus
2008-06-08
Have the sftp client store the statvfs replies in wire format,
Darren Tucker
2008-04-18
introduce sftp extension methods statvfs@openssh.com and
Damien Miller
2008-01-20
When uploading, correctly handle the case of an unquoted filename with
Damien Miller
2007-12-12
unbreak lls command and add a regress test that would have caught the
Damien Miller
2007-10-24
rework argument splitting and parsing to cope correctly with common shell
Damien Miller
2007-01-03
ARGSUSED for lint
Kevin Steves
2007-01-03
spaces
Kevin Steves
2006-11-23
Don't access buf[strlen(buf) - 1] for zero-length strings.
Ray Lai
2006-09-30
Clear errno before calling the strtol functions.
Ray Lai
2006-09-19
Use S_IS* macros insted of masking with S_IF* flags. The latter may
Otto Moerbeek
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
Theo de Raadt
2006-08-01
move #include <stdio.h> out of includes.h
Kevin Steves
2006-07-26
move #include <stdlib.h> out of includes.h
Kevin Steves
2006-07-26
move #include <sys/param.h> out of includes.h
Kevin Steves
2006-07-22
move #include <string.h> out of includes.h
Kevin Steves
2006-07-17
move #include <unistd.h> out of includes.h
Kevin Steves
2006-07-11
move #include <errno.h> out of includes.h; ok markus@
Kevin Steves
2006-07-10
buffer.h only needed in sftp-common.h and remove some unneeded
Kevin Steves
2006-07-08
move #include <sys/socket.h> out of includes.h
Kevin Steves
2006-05-17
fix leak; coverity via Kylene Jo Hall
Markus Friedl
2006-04-20
Switch from using pipes to socketpairs for communication between
Damien Miller
2006-03-27
always use a format string for addargs; spotted by mouring@
Damien Miller
2006-03-25
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
Damien Miller
2006-03-25
"abormally" is a perfectly cromulent word, but "abnormally" is better
Damien Miller
2006-03-19
RCSID() can die
Theo de Raadt
2006-03-19
more memory leaks detected by Coverity via elad AT netbsd.org;
Damien Miller
2006-02-20
move #include <sys/stat.h> out of includes.h; ok markus@
Kevin Steves
2006-02-20
move #include <signal.h> out of includes.h; ok markus@
Kevin Steves
2006-02-10
move #include <sys/wait.h> out of includes.h; ok markus@
Kevin Steves
2006-02-10
move #include <sys/ioctl.h> out of includes.h; ok markus@
Kevin Steves
2006-02-08
move #include <paths.h> out of includes.h; ok markus@
Kevin Steves
2006-01-31
fix local arbitrary command execution vulnerability on local/local and
Damien Miller
2005-12-06
Add support for tun(4) forwarding over OpenSSH, based on an idea and
Reyk Floeter
2005-10-31
Fix sorting with "ls -1" command. From Robert Tsai, "looks right" deraadt@
Darren Tucker
2005-09-13
ensure that stdio fds are attached; ok deraadt@
Damien Miller
2005-08-08
sftp prompt enhancements:
Jared Yanovich
2005-07-17
knf says that a 2nd level indent is four (not three or five) spaces
Damien Miller
2005-06-17
make this -Wsign-compare clean; ok avsm@ markus@
Damien Miller
2005-03-10
spacing
Theo de Raadt
2005-02-20
turn on ssh batch mode when in sftp batch mode, patch from jdmossh AT nand.net;
Damien Miller
2005-01-24
Have scp and sftp wait for the spawned ssh to exit before they exit
Darren Tucker
2004-12-10
- fix globbed ls for paths the same lenght as the globbed path when
Federico G. Schwindt
2004-11-29
Some small fixes from moritz@jodeit.org. ok deraadt@
Damien Miller
2004-11-25
leak; from mpech
Markus Friedl
2004-11-05
command editing and history support via libedit; ok markus@
Damien Miller
2004-07-11
spaces
Theo de Raadt
2004-06-25
bz #875: fix bad escape char error message; reported by f_mohr AT yahoo.de
Damien Miller
2004-06-22
don't show .files by default in ls, add -a option to turn them back on;
Damien Miller
2004-06-21
prefix ls option flags with LS_
Damien Miller
[next]