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
2003-06-04
kill ssh process on receipt of signal; ok markus@
Damien Miller
2003-05-15
Teach ls how to display multiple column display and allow users to return
mouring
2003-01-10
sftp progress meter support.
Federico G. Schwindt
2003-01-08
Cleanup error handling for batchmode
Damien Miller
2002-11-27
allow usernames with embedded '@', e.g. scp user@vhost@realhost:file /tmp;
Markus Friedl
2002-07-25
FallBackToRsh does not exist anywhere else. Remove it from here. OK deraadt.
mouring
2002-06-23
bunch of u_int vs int stuff
Theo de Raadt
2002-04-02
always call log_init()
Markus Friedl
2002-03-30
check waitpid for EINTR; based on patch from peter@ifm.liu.se
Markus Friedl
2002-03-19
KNF whitespace
Markus Friedl
2002-02-12
Perform multiple overlapping read/write requests in file transfer. Mostly
Damien Miller
2002-02-06
sync usage() with manual.
Mike Pechkin
2002-02-05
Add "-B" option to specify copy buffer length (default 32k); ok markus@
Damien Miller
2002-02-04
Add "-P" option to directly connect to a local sftp-server. Should be useful
Damien Miller
2001-12-19
basic KNF done while i was looking for something else
Theo de Raadt
2001-09-19
add ClearAllForwardings ssh option and set it in scp and sftp; ok markus@
Kevin Steves
2001-09-17
cleanup and document -1, -s and -S; ok markus@
Kevin Steves
2001-09-17
add -Fssh_config option; ok markus@
Kevin Steves
2001-06-23
more strict prototypes. raise warning level in Makefile.inc. markus ok'ed
Jun-ichiro itojun Hagino
2001-05-08
Use addargs() in sftp plus some clean up of addargs(). OK Markus
mouring
2001-05-03
Move colon() and cleanhost() to misc.c where I should I have put it in
mouring
2001-04-16
IPv6 support for sftp (which I bungled in my last patch) which is
mouring
2001-04-12
Add support for:
mouring
2001-04-08
do not modify an actual argv[] entry
Theo de Raadt
2001-04-05
fix whitespace: unexpand + trailing spaces.
Markus Friedl
2001-03-07
Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handling
Damien Miller
2001-03-06
sftp -b batchfile; mouring@etoh.eviladmin.org
Theo de Raadt
2001-03-03
clean up arg processing. based on work by Christophe_Moret@hp.com
Markus Friedl
2001-02-28
do not kill the subprocess on termination (we will see if this helps things
Theo de Raadt
2001-02-08
allow sftp over ssh protocol 1; ok djm@
Markus Friedl
2001-02-07
Don't forward agent and X11 in sftp. Suggestion from Roumen Petrov
Damien Miller
2001-02-06
Fix -o option under getopt; ok markus@
Damien Miller
2001-02-06
Wait for ssh subprocess at exit
Damien Miller
2001-02-06
Use getopt to process commandline arguments
Damien Miller
2001-02-04
unexpand and remove end-of-line whitespace; ok markus@
Kevin Steves
2001-02-04
Basic interactive sftp client; ok theo@
Damien Miller