Age | Commit message (Expand) | Author |
2010-12-04 | add a protocol extension to support a hard link operation. It is | Damien Miller |
2010-10-23 | escape '[' in filename tab-completion; fix a type while there. | Stuart Henderson |
2010-10-05 | use default shell /bin/sh if $SHELL is ""; ok markus@ | Damien Miller |
2010-09-26 | when performing an "ls" in columnated (short) mode, only call | Damien Miller |
2010-09-25 | make use of new glob(3) GLOB_KEEPSTAT extension to save extra server | Damien Miller |
2010-09-23 | add [-l limit] to usage(); | Jason McIntyre |
2010-09-22 | add an option per-read/write callback to atomicio | Damien Miller |
2010-06-18 | unbreak ls in working directories that contains globbing characters in | Damien Miller |
2010-05-05 | restore mput and mget which got lost in the tab-completion changes. | Darren Tucker |
2010-01-27 | add missing "p" flag to getopt optstring; | Damien Miller |
2010-01-15 | Reset SIGTERM to SIG_DFL before executing ssh, so that even if sftp | Philip Guenthe |
2010-01-13 | sftp.1: put ls -h in the right place | Jason McIntyre |
2010-01-13 | don't append a space after inserting a completion of a directory (i.e. | Damien Miller |
2010-01-13 | support '-h' (human-readable units) for sftp's ls command, just like | Damien Miller |
2010-01-09 | Prevent sftp from derefing a null pointer when given a "-" without a command. | Darren Tucker |
2010-01-08 | Fix two warnings: possibly used unitialized and use a nul byte instead of | Darren Tucker |
2010-01-04 | Implement tab-completion of commands, local and remote filenames for sftp. | Damien Miller |
2009-12-20 | When passing user-controlled options with arguments to other programs, | Philip Guenthe |
2009-12-06 | fix potential divide-by-zero in sftp's "df" output when talking to a server | Darren Tucker |
2009-11-22 | make passing of zero-length arguments to ssh safe by | Alexander Hall |
2009-11-20 | bz#1588 change "Connecting to host..." message to "Connected to host." | 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 | support most of scp(1)'s commandline arguments in sftp(1), as a first | Damien Miller |
2009-02-02 | Initialize a few variables to prevent spurious "may be used uninitialized" | Darren Tucker |
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-12-09 | Deal correctly with failures in remote stat() operation in sftp, | Damien Miller |
2008-07-13 | increase number of piplelined requests so they properly fill the | Damien Miller |
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 |