Age | Commit message (Expand) | Author |
2014-04-22 | zap eol whitespace; | Jason McIntyre |
2014-04-22 | Document sftp upload resume. | Loganaden Velvindron |
2013-10-20 | add canonicalisation options to -o lists | Damien Miller |
2013-10-17 | tweak previous; | Jason McIntyre |
2013-10-17 | fsync@openssh.com protocol extension for sftp-server | Damien Miller |
2013-08-07 | sort -a; | Jason McIntyre |
2013-08-06 | document top-level -a option (the -a option to 'get' was already documented) | Damien Miller |
2013-07-25 | sftp support for resuming partial downloads; patch mostly by Loganaden | Damien Miller |
2011-09-05 | mention ControlPersist and KbdInteractiveAuthentication in the -o | Damien Miller |
2011-08-07 | typo, fix from Laurent Gautrot | Darren Tucker |
2011-05-06 | mention that IPv6 addresses must be enclosed in square brackets; | Damien Miller |
2010-12-04 | add a protocol extension to support a hard link operation. It is | Damien Miller |
2010-11-18 | add IPQoS to the various -o lists, and zap some trailing whitespace; | Jason McIntyre |
2010-09-23 | add KexAlgorithms to the -o list; | Jason McIntyre |
2010-09-22 | add an option per-read/write callback to atomicio | Damien Miller |
2010-09-19 | more wacky macro fixing; | Jason McIntyre |
2010-02-08 | replace our obsolete smartcard code with PKCS#11. | Markus Friedl |
2010-01-13 | sftp.1: put ls -h in the right place | Jason McIntyre |
2010-01-13 | support '-h' (human-readable units) for sftp's ls command, just like | Damien Miller |
2010-01-09 | Remove RoutingDomain from ssh since it's now not needed. It can be replaced | Darren Tucker |
2009-12-29 | Rename RDomain config option to RoutingDomain to be more clear and | Kevin Steves |
2009-10-28 | tweak previous; | Jason McIntyre |
2009-10-28 | Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan. | Reyk Floeter |
2009-08-19 | ether -> either; | Jason McIntyre |
2009-08-18 | fix "get" command usage, spotted by jmc@ | Damien Miller |
2009-08-18 | recursive transfer support for get/put and on the commandline | Damien Miller |
2009-08-13 | sync synopsis and usage(); | Jason McIntyre |
2009-08-13 | Swizzle options: "-P sftp_server_path" moves to "-D sftp_server_path", | Damien Miller |
2009-08-12 | sort options; | Jason McIntyre |
2009-08-12 | support most of scp(1)'s commandline arguments in sftp(1), as a first | Damien Miller |
2008-12-09 | update for the synopses displayed by the 'help' command, there are a | Igor Sobrado |
2008-12-09 | correct sftp(1) and corresponding usage syntax; | Damien Miller |
2008-07-15 | number of pipelined requests is not 64; prodded by Iain.Morgan AT nasa.gov | Damien Miller |
2008-04-18 | macro fixage; | Jason McIntyre |
2008-04-18 | introduce sftp extension methods statvfs@openssh.com and | Damien Miller |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2006-01-20 | Document RekeyLimit. Based on patch from jan.iven at cern.ch from mindrot #1056 | Darren Tucker |
2005-12-30 | do not suggest that interactive authentication will work | Jason McIntyre |
2005-03-01 | add HashKnownHosts to -o list; | Jason McIntyre |
2004-12-05 | - explain that patterns can be used as arguments in get/put/ls/etc | Jared Yanovich |
2004-11-29 | missing full stop; | Jason McIntyre |
2004-10-07 | document KbdInteractiveDevices; ok markus@ | Damien Miller |
2004-06-21 | document sort options | Damien Miller |
2004-06-20 | mention new -n flag | Damien Miller |
2004-06-13 | implement session multiplexing in the client (the server has supported this | Damien Miller |
2004-05-02 | ConnectionTimeout -> ConnectTimeout here too, pointed out by jmc@ | Darren Tucker |
2004-04-28 | add SendEnv to -o list; | Jason McIntyre |
2004-03-05 | add IdentitiesOnly; ok djm@, pb@ | Markus Friedl |
2004-01-13 | remove unnecessary Ic's; | Jason McIntyre |
2004-01-13 | Tidy sftp batchmode handling, eliminate junk to stderr (bugzilla #754) and | Damien Miller |