Age | Commit message (Expand) | Author |
2005-05-27 | fix -O for cases where no ControlPath has been specified or socket at | Damien Miller |
2005-05-26 | uint32_t -> u_int32_t for consistency; ok djm@ | Darren Tucker |
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-05-24 | some style nits from dmiller@, and use a fatal() instead of a printf()/exit | Anil Madhavapeddy |
2005-05-23 | add support for draft-harris-ssh-arcfour-fixes-02 improved arcfour modes; | Damien Miller |
2005-05-23 | - removes signed/unsigned comparisons in moduli generation | Anil Madhavapeddy |
2005-05-20 | split protocol 1 auth methods into separate functions, makes authloop | Damien Miller |
2005-05-20 | oops - article and spacing; | Jason McIntyre |
2005-05-20 | give a ProxyCommand example using nc(1), with and ok jmc@ | Damien Miller |
2005-05-19 | fix cast, from grunk AT pestilenz.org | Damien Miller |
2005-05-19 | whitespace nit, from grunk AT pestilenz.org | Damien Miller |
2005-05-19 | sort config options, from grunk AT pestilenz.org; ok jmc@ | Damien Miller |
2005-05-16 | check return value from strdelim() for NULL (AddressFamily); mpech | Markus Friedl |
2005-05-10 | report real errors on fallback from ControlMaster=no to normal connect | Damien Miller |
2005-05-10 | print nice error message for EADDRINUSE as well | Damien Miller |
2005-05-02 | missing {} | Markus Friedl |
2005-04-28 | add snprintf checks. ok djm@ markus@ | Moritz Jodeit |
2005-04-26 | fallback gracefully if client cannot connect to ControlPath. ok djm@ | Jakob Schlyter |
2005-04-26 | spelling correction in comment from wiz@netbsd; | Jason McIntyre |
2005-04-23 | Add debug message if read_passphrase can't open /dev/tty; bz #471; ok djm@ | Darren Tucker |
2005-04-21 | don't allocate a pty when -n flag (/dev/null stdin) is set, patch from | Damien Miller |
2005-04-21 | OpenSSH doesn't ever look at the $HOME environment variable, so don't say | Damien Miller |
2005-04-20 | do not try to look up SSHFP for numerical hostname. ok djm@ | Jakob Schlyter |
2005-04-14 | arg to -b is an address, not if_name; | Jason McIntyre |
2005-04-09 | replace tilde_expand_filename with a simpler implementation, ahead of more | Damien Miller |
2005-04-06 | Fix debug call for port forwards; patch from pete at seebeyond.com, ok djm@ | Darren Tucker |
2005-04-06 | avoid harmless logspam by not performing setsockopt() on non-socket; ok markus@ | Damien Miller |
2005-04-05 | sync and sort usage(). ok jmc@ markus@ | Otto Moerbeek |
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-03-18 | typo; | Jason McIntyre |
2005-03-16 | 4.1 | Markus Friedl |
2005-03-16 | get the syntax right for {Local,Remote}Forward; | Jason McIntyre |
2005-03-14 | limit input buffer size for channels; bugzilla #896; with and ok dtucker@ | Markus Friedl |
2005-03-14 | Populate host for log message for logins denied by AllowUsers and DenyUsers. | Darren Tucker |
2005-03-14 | Correct description of -H (bz #997); ok markus@, punctuation jmc@ | Darren Tucker |
2005-03-12 | escape `.' at eol to avoid double spacing issues; | Jason McIntyre |
2005-03-11 | typo, missing \n; mpech | Markus Friedl |
2005-03-10 | spacing | Theo de Raadt |
2005-03-10 | spacing | Theo de Raadt |
2005-03-10 | Check listen addresses for null, prevents xfree from dying during | Darren Tucker |
2005-03-08 | OpenSSH 4.0 | Damien Miller |
2005-03-07 | more macro simplification; | Jason McIntyre |
2005-03-04 | fix SendEnv config parsing bug found by Roumen Petrov; ok dtucker@ | Damien Miller |
2005-03-02 | missing word; | Jason McIntyre |
2005-03-02 | bz#987: mention ForwardX11Trusted in ssh.1, | Damien Miller |
2005-03-02 | ignore hostnames with metachars when hashing; ok deraadt@ | Damien Miller |
2005-03-02 | fix addition of new hashed hostnames when CheckHostIP=yes; | Damien Miller |
2005-03-01 | sort options (no attempt made at synopsis clean up though); | Jason McIntyre |