Age | Commit message (Expand) | Author |
2006-04-16 | avoid making a tiny 4-byte write to send the packet length of sftp | Damien Miller |
2006-03-30 | replace {GET,PUT}_XXBIT macros with functionally similar functions, | Damien Miller |
2006-03-25 | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | Damien Miller |
2006-03-25 | change OpenSSH's xrealloc() function from being xrealloc(p, new_size) to | Damien Miller |
2006-03-19 | RCSID() can die | Theo de Raadt |
2006-02-20 | move #include <sys/stat.h> out of includes.h; ok markus@ | Kevin Steves |
2006-02-15 | typo in comment; ok djm@ | David Krause |
2006-01-02 | use a common max. packet length, no binary change | Damien Miller |
2005-07-27 | Silence bogus -Wuninitialized warnings; ok djm@ | Darren Tucker |
2005-07-17 | knf says that a 2nd level indent is four (not three or five) spaces | Damien Miller |
2005-06-17 | make this -Wsign-compare clean; ok avsm@ markus@ | Damien Miller |
2005-05-24 | Switch atomicio to use a simpler interface; it now returns a size_t | Anil Madhavapeddy |
2005-03-10 | spacing | Theo de Raadt |
2004-11-25 | leak; from mpech | Markus Friedl |
2004-07-11 | spaces | Theo de Raadt |
2004-06-03 | initialize pointers, ok markus@ | Pedro Martelletto |
2004-05-19 | gracefully abort transfers on receipt of SIGINT, also ignore SIGINT while | Damien Miller |
2004-03-30 | sync comment with reality | Damien Miller |
2004-03-03 | Don't print duplicate messages when progressmeter is off | Damien Miller |
2004-02-17 | switch to license.template for code written by me (belated, I know...) | Damien Miller |
2003-11-21 | unexpand and delete whitespace at EOL; ok markus@ | Damien Miller |
2003-06-28 | deal with typing of write vs read in atomicio | Theo de Raadt |
2003-04-08 | rename log() into logit() to avoid name conflict. markus ok, from netbsd | Jun-ichiro itojun Hagino |
2003-03-05 | fix memory leaks; from dlheine@suif.Stanford.EDU/CLOUSEAU; ok djm@ | Markus Friedl |
2003-01-14 | Don't try to upload or download non-regular files. Report from | Damien Miller |
2003-01-10 | Simplify and avoid redundancy in packet send and receive function; ok fgs@ | Damien Miller |
2003-01-10 | sftp progress meter support. | Federico G. Schwindt |
2003-01-06 | Fix "get -p" download to not add user-write perm. mindrot bug #426 reported | Damien Miller |
2002-11-21 | KNF | Theo de Raadt |
2002-11-05 | typo; GaryF@livevault.com | Markus Friedl |
2002-09-11 | support for short/long listings and globbing in "ls"; ok markus@ | Damien Miller |
2002-06-27 | use xfree() | Theo de Raadt |
2002-06-23 | bunch of u_int vs int stuff | Theo de Raadt |
2002-06-09 | use tab not spaces (|unexpand) | Markus Friedl |
2002-04-06 | Fix occasional corruption on upload due to bad reuse of request id, spotted | Damien Miller |
2002-04-01 | fallback to stat if server does not support lstat | Markus Friedl |
2002-04-01 | 20480 is an upper limit for older server | Markus Friedl |
2002-03-19 | KNF whitespace | Markus Friedl |
2002-03-11 | indent | Jun-ichiro itojun Hagino |
2002-03-11 | correct type mismatches (u_int64_t != unsigned long long) | Jun-ichiro itojun Hagino |
2002-03-08 | printf type mismatch | Jun-ichiro itojun Hagino |
2002-02-24 | early close(), missing free; ok stevesk@ | Markus Friedl |
2002-02-13 | API cleanup and backwards compat for filexfer v.0 servers; ok markus@ | Damien Miller |
2002-02-12 | Let overlapped upload path handle servers which reorder ACKs. This may be | Damien Miller |
2002-02-12 | Perform multiple overlapping read/write requests in file transfer. Mostly | Damien Miller |
2002-02-05 | Add "-B" option to specify copy buffer length (default 32k); ok markus@ | Damien Miller |
2001-12-19 | basic KNF done while i was looking for something else | Theo de Raadt |
2001-07-14 | delete spurious #includes; ok deraadt@ markus@ | Kevin Steves |
2001-06-23 | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | Jun-ichiro itojun Hagino |
2001-04-05 | fix whitespace: unexpand + trailing spaces. | Markus Friedl |