summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sftp.c
AgeCommit message (Expand)Author
2009-08-18recursive transfer support for get/put and on the commandlineDamien Miller
2009-08-13sync synopsis and usage();Jason McIntyre
2009-08-13Swizzle options: "-P sftp_server_path" moves to "-D sftp_server_path",Damien Miller
2009-08-12support most of scp(1)'s commandline arguments in sftp(1), as a firstDamien Miller
2009-02-02Initialize a few variables to prevent spurious "may be used uninitialized"Darren Tucker
2008-12-09update for the synopses displayed by the 'help' command, there are aIgor Sobrado
2008-12-09correct sftp(1) and corresponding usage syntax;Damien Miller
2008-12-09Deal correctly with failures in remote stat() operation in sftp,Damien Miller
2008-07-13increase number of piplelined requests so they properly fill theDamien Miller
2008-06-21use optopt to get invalid flag, instead of return value of getopt,Martynas Venckus
2008-06-08Have the sftp client store the statvfs replies in wire format,Darren Tucker
2008-04-18introduce sftp extension methods statvfs@openssh.com andDamien Miller
2008-01-20When uploading, correctly handle the case of an unquoted filename withDamien Miller
2007-12-12unbreak lls command and add a regress test that would have caught theDamien Miller
2007-10-24rework argument splitting and parsing to cope correctly with common shellDamien Miller
2007-01-03ARGSUSED for lintKevin Steves
2007-01-03spacesKevin Steves
2006-11-23Don't access buf[strlen(buf) - 1] for zero-length strings.Ray Lai
2006-09-30Clear errno before calling the strtol functions.Ray Lai
2006-09-19Use S_IS* macros insted of masking with S_IF* flags. The latter mayOtto Moerbeek
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-08-01move #include <stdio.h> out of includes.hKevin Steves
2006-07-26move #include <stdlib.h> out of includes.hKevin Steves
2006-07-26move #include <sys/param.h> out of includes.hKevin Steves
2006-07-22move #include <string.h> out of includes.hKevin Steves
2006-07-17move #include <unistd.h> out of includes.hKevin Steves
2006-07-11move #include <errno.h> out of includes.h; ok markus@Kevin Steves
2006-07-10buffer.h only needed in sftp-common.h and remove some unneededKevin Steves
2006-07-08move #include <sys/socket.h> out of includes.hKevin Steves
2006-05-17fix leak; coverity via Kylene Jo HallMarkus Friedl
2006-04-20Switch from using pipes to socketpairs for communication betweenDamien Miller
2006-03-27always use a format string for addargs; spotted by mouring@Damien Miller
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
2006-03-25"abormally" is a perfectly cromulent word, but "abnormally" is betterDamien Miller
2006-03-19RCSID() can dieTheo de Raadt
2006-03-19more memory leaks detected by Coverity via elad AT netbsd.org;Damien Miller
2006-02-20move #include <sys/stat.h> out of includes.h; ok markus@Kevin Steves
2006-02-20move #include <signal.h> out of includes.h; ok markus@Kevin Steves
2006-02-10move #include <sys/wait.h> out of includes.h; ok markus@Kevin Steves
2006-02-10move #include <sys/ioctl.h> out of includes.h; ok markus@Kevin Steves
2006-02-08move #include <paths.h> out of includes.h; ok markus@Kevin Steves
2006-01-31fix local arbitrary command execution vulnerability on local/local andDamien Miller
2005-12-06Add support for tun(4) forwarding over OpenSSH, based on an idea andReyk Floeter
2005-10-31Fix sorting with "ls -1" command. From Robert Tsai, "looks right" deraadt@Darren Tucker
2005-09-13ensure that stdio fds are attached; ok deraadt@Damien Miller
2005-08-08sftp prompt enhancements:Jared Yanovich
2005-07-17knf says that a 2nd level indent is four (not three or five) spacesDamien Miller
2005-06-17make this -Wsign-compare clean; ok avsm@ markus@Damien Miller
2005-03-10spacingTheo de Raadt
2005-02-20turn on ssh batch mode when in sftp batch mode, patch from jdmossh AT nand.net;Damien Miller