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-client.c
Age
Commit message (
Expand
)
Author
2001-12-19
basic KNF done while i was looking for something else
Theo de Raadt
2001-07-14
delete spurious #includes; ok deraadt@ markus@
Kevin Steves
2001-06-23
more strict prototypes. raise warning level in Makefile.inc. markus ok'ed
Jun-ichiro itojun Hagino
2001-04-05
fix whitespace: unexpand + trailing spaces.
Markus Friedl
2001-03-19
Report ssh connection closing correctly; ok deraadt@
Damien Miller
2001-03-16
Revise globbing for get/put to be more shell-like. In particular,
Damien Miller
2001-03-14
Wall
Markus Friedl
2001-03-13
sftp client filename globbing for get, put, ch{mod,grp,own}. ok markus@
Damien Miller
2001-03-07
Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handling
Damien Miller
2001-02-14
Fix and document 'preserve modes & times' option ('-p' flag in sftp);
Damien Miller
2001-02-10
typo; ok Niels
Damien Miller
2001-02-08
%i -> %d
Kevin Steves
2001-02-07
older servers reply with SSH2_FXP_NAME + count==0 instead of EOF
Markus Friedl
2001-02-07
unsigned long long -> %llu, not %qu. markus ok
Jun-ichiro itojun Hagino
2001-02-07
Don't free handles before we are done with them. Based on work from
Damien Miller
2001-02-06
replace arc4random with counter for request ids; ok markus@
Damien Miller
2001-02-04
unexpand and remove end-of-line whitespace; ok markus@
Kevin Steves
2001-02-04
make gcc on the alpha even happier
Theo de Raadt
2001-02-04
Basic interactive sftp client; ok theo@
Damien Miller