Age | Commit message (Expand) | Author |
2010-07-01 | Fix a longstanding problem where if you suspend scp at the | Todd C. Miller |
2009-12-20 | When passing user-controlled options with arguments to other programs, | Philip Guenthe |
2008-10-10 | spelling in comment; ok djm@ | Kevin Steves |
2008-06-13 | Prevent -Wsign-compare warnings on LP64 systems. bz #1192, ok deraadt@ | Darren Tucker |
2008-01-01 | If scp -p encounters a pre-epoch timestamp, use the epoch which is | Darren Tucker |
2007-10-24 | factor out network read/write into an atomicio()-like function, and use it | Damien Miller |
2007-08-06 | the ellipsis is not an optional argument; while here, sync the usage | Igor Sobrado |
2007-06-13 | don't ftruncate() non-regular files; bz#1236 reported by wood AT xmission.com; | Damien Miller |
2007-06-12 | Encode filename with strnvis if the name contains a newline (which can't | Darren Tucker |
2007-06-12 | make scp try to skip FIFOs rather than blocking when nothing is listening. | Damien Miller |
2007-01-22 | fix detection of whether we should show progress meter or not: scp | Damien Miller |
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-25 | move #include <sys/time.h> out of includes.h | Kevin Steves |
2006-07-22 | move #include <string.h> out of includes.h | Kevin Steves |
2006-07-22 | move #include <time.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 | move #include <stdarg.h> out of includes.h; ok markus@ | Kevin Steves |
2006-07-10 | duplicate argv at the start of main() because it gets modified later; | Damien Miller |
2006-07-09 | move #include <fcntl.h> out of includes.h | Kevin Steves |
2006-07-06 | move #include <pwd.h> out of includes.h; ok markus@ | Kevin Steves |
2006-05-17 | fix leak; coverity via Kylene Jo Hall | Markus Friedl |
2006-04-01 | xasprintification; ok deraadt@ | Damien Miller |
2006-04-01 | minimal lint cleanup (unused crud, and some size_t); ok djm | Theo de Raadt |
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-03-16 | Try to display errormessage even if remout == -1 | Bjorn Sandell |
2006-02-22 | move #include <ctype.h> out of includes.h; ok djm@ | Kevin Steves |
2006-02-20 | move #include <sys/stat.h> out of includes.h; ok markus@ | Kevin Steves |
2006-02-20 | move #include <signal.h> out of includes.h; ok markus@ | Kevin Steves |
2006-02-10 | move #include <sys/wait.h> out of includes.h; ok markus@ | Kevin Steves |
2006-02-08 | move #include <dirent.h> out of includes.h; ok markus@ | Kevin Steves |
2006-01-31 | "scp a b c" shouldn't clobber "c" when it is not a directory, report and | Damien Miller |
2006-01-31 | fix local arbitrary command execution vulnerability on local/local and | Damien Miller |
2005-12-06 | Add support for tun(4) forwarding over OpenSSH, based on an idea and | Reyk Floeter |
2005-11-12 | avoid close(-1), as in rcp; ok cloder | Theo de Raadt |
2005-09-13 | ensure that stdio fds are attached; ok deraadt@ | Damien Miller |
2005-07-27 | Silence bogus -Wuninitialized warnings; ok djm@ | Darren Tucker |
2005-06-17 | make this -Wsign-compare clean; ok avsm@ markus@ | Damien Miller |
2005-05-26 | If copying multiple files to a target file (which normally fails, as it | Anil Madhavapeddy |
2005-05-24 | Switch atomicio to use a simpler interface; it now returns a size_t | Anil Madhavapeddy |
2005-04-02 | since ssh has xstrdup, use it instead of strdup+test. unbreaks -Werror build | Damien Miller |
2005-03-31 | copy argv[] element instead of smashing the one that ps will see; ok otto | Theo de Raadt |
2005-01-24 | Have scp and sftp wait for the spawned ssh to exit before they exit | Darren Tucker |
2004-09-15 | scratch that do { } while (0) wrapper in this case | Theo de Raadt |
2004-08-11 | use atomicio instead of homegrown equivalents or read/write. | Anil Madhavapeddy |