Age | Commit message (Expand) | Author |
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 |
2004-07-08 | Prevent scp from skipping the file following a double-error. | Darren Tucker |
2004-06-21 | make ssh -Wshadow clean, no functional changes | Anil Madhavapeddy |
2004-04-01 | limit trust between local and remote rcp/scp process, | Markus Friedl |
2003-11-23 | from portable: rename clashing variable limit-> limit_rate; ok markus@ | Damien Miller |
2003-11-21 | unexpand and delete whitespace at EOL; ok markus@ | Damien Miller |
2003-11-12 | When called with -q, pass -q to ssh; suppresses SSH2 banner. ok markus@ | Darren Tucker |
2003-10-08 | scp and sftp: add options list and sort options. options list requested | Jason McIntyre |
2003-09-19 | error handling for remote-remote copy; #638; report Harald Koenig; | Markus Friedl |
2003-07-18 | userid is unsigned, but well, force it anyways; andrushock@korovino.net | Theo de Raadt |
2003-06-28 | deal with typing of write vs read in atomicio | Theo de Raadt |
2003-06-12 | Typo. | Nils Nordman |
2003-06-04 | kill ssh process upon receipt of signal, bz #241. | Damien Miller |
2003-06-04 | ansify; ok markus@ | Damien Miller |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-03-05 | fix memory leaks; from dlheine@suif.Stanford.EDU/CLOUSEAU; ok djm@ | Markus Friedl |
2003-02-02 | call okname() only when using system(3) for remote-remote copy; | Markus Friedl |
2003-01-23 | scp -12; Sam Smith and others; ok provos@, deraadt@ | Markus Friedl |
2003-01-23 | bandwidth limitation patch (scp -l) from niels@; ok todd@, deraadt@ | Markus Friedl |
2003-01-10 | Don't ftruncate after write error, creating sparse files of incorrect length | Damien Miller |
2003-01-10 | sftp progress meter support. | Federico G. Schwindt |
2002-12-13 | 1) include stalling time in total time | Markus Friedl |
2002-12-05 | use roundup() similar to rcp/util.c and avoid problems with strange | Markus Friedl |
2002-11-27 | allow usernames with embedded '@', e.g. scp user@vhost@realhost:file /tmp; | Markus Friedl |
2002-11-26 | Remove unnecessary fflush(stderr) calls, stderr is unbuffered by default. | Wilbern Cobb |
2002-11-07 | check exit status from ssh, and exit(1) if ssh fails; bug#369; binder@arago.de | Markus Friedl |