summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sftp-client.c
AgeCommit message (Expand)Author
2006-10-22cancel progress meter when upload write fails; ok deraadt@Damien Miller
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 <sys/param.h> out of includes.hKevin Steves
2006-07-25move #include <sys/time.h> out of includes.hKevin Steves
2006-07-23#include <signal.h> for sig_atomic_t; need this prior to <sys/param.h>Kevin 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-09move #include <fcntl.h> out of includes.hKevin Steves
2006-04-16avoid making a tiny 4-byte write to send the packet length of sftpDamien Miller
2006-03-30replace {GET,PUT}_XXBIT macros with functionally similar functions,Damien Miller
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
2006-03-25change OpenSSH's xrealloc() function from being xrealloc(p, new_size) toDamien Miller
2006-03-19RCSID() can dieTheo de Raadt
2006-02-20move #include <sys/stat.h> out of includes.h; ok markus@Kevin Steves
2006-02-15typo in comment; ok djm@David Krause
2006-01-02use a common max. packet length, no binary changeDamien Miller
2005-07-27Silence bogus -Wuninitialized warnings; ok djm@Darren Tucker
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-05-24Switch atomicio to use a simpler interface; it now returns a size_tAnil Madhavapeddy
2005-03-10spacingTheo de Raadt
2004-11-25leak; from mpechMarkus Friedl
2004-07-11spacesTheo de Raadt
2004-06-03initialize pointers, ok markus@Pedro Martelletto
2004-05-19gracefully abort transfers on receipt of SIGINT, also ignore SIGINT whileDamien Miller
2004-03-30sync comment with realityDamien Miller
2004-03-03Don't print duplicate messages when progressmeter is offDamien Miller
2004-02-17switch to license.template for code written by me (belated, I know...)Damien Miller
2003-11-21unexpand and delete whitespace at EOL; ok markus@Damien Miller
2003-06-28deal with typing of write vs read in atomicioTheo de Raadt
2003-04-08rename log() into logit() to avoid name conflict. markus ok, from netbsdJun-ichiro itojun Hagino
2003-03-05fix memory leaks; from dlheine@suif.Stanford.EDU/CLOUSEAU; ok djm@Markus Friedl
2003-01-14Don't try to upload or download non-regular files. Report fromDamien Miller
2003-01-10Simplify and avoid redundancy in packet send and receive function; ok fgs@Damien Miller
2003-01-10sftp progress meter support.Federico G. Schwindt
2003-01-06Fix "get -p" download to not add user-write perm. mindrot bug #426 reportedDamien Miller
2002-11-21KNFTheo de Raadt
2002-11-05typo; GaryF@livevault.comMarkus Friedl
2002-09-11support for short/long listings and globbing in "ls"; ok markus@Damien Miller
2002-06-27use xfree()Theo de Raadt
2002-06-23bunch of u_int vs int stuffTheo de Raadt
2002-06-09use tab not spaces (|unexpand)Markus Friedl
2002-04-06Fix occasional corruption on upload due to bad reuse of request id, spottedDamien Miller
2002-04-01fallback to stat if server does not support lstatMarkus Friedl
2002-04-0120480 is an upper limit for older serverMarkus Friedl
2002-03-19KNF whitespaceMarkus Friedl
2002-03-11indentJun-ichiro itojun Hagino
2002-03-11correct type mismatches (u_int64_t != unsigned long long)Jun-ichiro itojun Hagino