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