summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sftp.c
AgeCommit message (Expand)Author
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
2005-01-24Have scp and sftp wait for the spawned ssh to exit before they exitDarren Tucker
2004-12-10- fix globbed ls for paths the same lenght as the globbed path whenFederico G. Schwindt
2004-11-29Some small fixes from moritz@jodeit.org. ok deraadt@Damien Miller
2004-11-25leak; from mpechMarkus Friedl
2004-11-05command editing and history support via libedit; ok markus@Damien Miller
2004-07-11spacesTheo de Raadt
2004-06-25bz #875: fix bad escape char error message; reported by f_mohr AT yahoo.deDamien Miller
2004-06-22don't show .files by default in ls, add -a option to turn them back on;Damien Miller
2004-06-21prefix ls option flags with LS_Damien Miller
2004-06-21introduce sorting for ls, same options as /bin/ls; ok markus@Damien Miller
2004-06-21make ssh -Wshadow clean, no functional changesAnil Madhavapeddy
2004-06-20make "ls -l" listings print user/group names, add "ls -n" to show uid/gidDamien Miller
2004-06-18Use execvp instead of execv so sftp -S ssh works. "makes sense" markus@Darren Tucker
2004-06-03initialize pointers, ok markus@Pedro Martelletto
2004-05-26exit -> _exit in forked child on error; from andrushock AT korovino.netDamien Miller
2004-05-19gracefully abort transfers on receipt of SIGINT, also ignore SIGINT whileDamien Miller
2004-03-03Fix initialisation of progress meter; ok markus@Damien Miller
2004-02-17sftp.c and sftp-int.c, together at last; ok markus@Damien Miller
2004-02-17Remove useless headers; ok deraadt@Damien Miller
2004-02-17switch to license.template for code written by me (belated, I know...)Damien Miller
2004-01-27reorder parsing so user:skey@host:file works (bugzilla #777)Damien Miller
2004-01-21initialise infile in main, rather than statically - from portableDamien Miller
2004-01-13Tidy sftp batchmode handling, eliminate junk to stderr (bugzilla #754) andDamien Miller
2003-10-08scp and sftp: add options list and sort options. options list requestedJason McIntyre
2003-07-10sync usage with manpage, add missing -RMarkus Friedl
2003-06-04kill ssh process on receipt of signal; ok markus@Damien Miller
2003-05-15Teach ls how to display multiple column display and allow users to returnmouring
2003-01-10sftp progress meter support.Federico G. Schwindt
2003-01-08Cleanup error handling for batchmodeDamien Miller