Age | Commit message (Expand) | Author |
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 |
2005-03-01 | sort options; | Jason McIntyre |
2005-03-01 | sync usage() w/ man SYNOPSIS; | Jason McIntyre |
2005-03-01 | add HashKnownHosts to -o list; | Jason McIntyre |
2005-03-01 | sort options and sync usage(); | Jason McIntyre |
2005-03-01 | whitespace; | Jason McIntyre |
2005-03-01 | new sentence, new line; | Jason McIntyre |
2005-03-01 | do not mark up punctuation; | Jason McIntyre |
2005-03-01 | remove some unneccesary macros; | Jason McIntyre |
2005-03-01 | add tools for managing known_hosts files with hashed hostnames, including | Damien Miller |
2005-03-01 | option to hash hostnames output by ssh-keyscan; ok markus@ deraadt@ | Damien Miller |
2005-03-01 | add support for hashing host names and addresses added to known_hosts files, | Damien Miller |
2005-03-01 | bz#413: allow optional specification of bind address for port forwardings. | Damien Miller |
2005-02-28 | bz#849: document timeout on untrusted x11 forwarding sessions. Reported by | Damien Miller |
2005-02-25 | add /etc/motd and $HOME/.hushlogin to FILES; | Jason McIntyre |
2005-02-20 | turn on ssh batch mode when in sftp batch mode, patch from jdmossh AT nand.net; | Damien Miller |
2005-02-18 | better error messages for getnameinfo failures; ok dtucker@ | Damien Miller |
2005-02-16 | Better diagnostic if an identity file is not accesible. ok markus@ djm@ | Otto Moerbeek |