summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Collapse)Author
2005-04-23Add debug message if read_passphrase can't open /dev/tty; bz #471; ok djm@Darren Tucker
2005-04-21don't allocate a pty when -n flag (/dev/null stdin) is set, patch fromDamien Miller
ignasi.roca AT fujitsu-siemens.com (bz #829); ok dtucker@
2005-04-21OpenSSH doesn't ever look at the $HOME environment variable, so don't sayDamien Miller
that we do (bz #623); ok deraadt@
2005-04-20do not try to look up SSHFP for numerical hostname. ok djm@Jakob Schlyter
2005-04-14arg to -b is an address, not if_name;Jason McIntyre
ok markus@
2005-04-09replace tilde_expand_filename with a simpler implementation, ahead of moreDamien Miller
whacking; ok deraadt@
2005-04-06Fix debug call for port forwards; patch from pete at seebeyond.com, ok djm@Darren Tucker
2005-04-06avoid harmless logspam by not performing setsockopt() on non-socket; ok markus@Damien Miller
2005-04-05sync and sort usage(). ok jmc@ markus@Otto Moerbeek
2005-04-02since ssh has xstrdup, use it instead of strdup+test. unbreaks -Werror buildDamien Miller
2005-03-31copy argv[] element instead of smashing the one that ps will see; ok ottoTheo de Raadt
2005-03-18typo;Jason McIntyre
2005-03-164.1Markus Friedl
2005-03-16get the syntax right for {Local,Remote}Forward;Jason McIntyre
based on a diff from markus; problem report from ponraj; ok dtucker@ markus@ deraadt@
2005-03-14limit input buffer size for channels; bugzilla #896; with and ok dtucker@Markus Friedl
2005-03-14Populate host for log message for logins denied by AllowUsers and DenyUsers.Darren Tucker
(bz #999); ok markus@
2005-03-14Correct description of -H (bz #997); ok markus@, punctuation jmc@Darren Tucker
2005-03-12escape `.' at eol to avoid double spacing issues;Jason McIntyre
2005-03-11typo, missing \n; mpechMarkus Friedl
2005-03-10spacingTheo de Raadt
2005-03-10spacingTheo de Raadt
2005-03-10Check listen addresses for null, prevents xfree from dying duringDarren Tucker
ClearAllForwardings (bz #996). From Craig Leres, ok markus@
2005-03-08OpenSSH 4.0Damien Miller
2005-03-07more macro simplification;Jason McIntyre
2005-03-04fix SendEnv config parsing bug found by Roumen Petrov; ok dtucker@Damien Miller
2005-03-02missing word;Jason McIntyre
2005-03-02bz#987: mention ForwardX11Trusted in ssh.1,Damien Miller
reported by andrew.benham AT thus.net; ok deraadt@
2005-03-02ignore hostnames with metachars when hashing; ok deraadt@Damien Miller
2005-03-02fix addition of new hashed hostnames when CheckHostIP=yes;Damien Miller
found and ok dtucker@
2005-03-01sort options (no attempt made at synopsis clean up though);Jason McIntyre
spelling (occurance -> occurrence); use prompt before examples; grammar;
2005-03-01sort options;Jason McIntyre
2005-03-01sync usage() w/ man SYNOPSIS;Jason McIntyre
ok markus@
2005-03-01add HashKnownHosts to -o list;Jason McIntyre
ok markus@
2005-03-01sort options and sync usage();Jason McIntyre
2005-03-01whitespace;Jason McIntyre
2005-03-01new sentence, new line;Jason McIntyre
whitespace;
2005-03-01do not mark up punctuation;Jason McIntyre
whitespace;
2005-03-01remove some unneccesary macros;Jason McIntyre
do not mark up punctuation;
2005-03-01add tools for managing known_hosts files with hashed hostnames, includingDamien Miller
hashing existing files and deleting hosts by name; ok markus@ deraadt@
2005-03-01option to hash hostnames output by ssh-keyscan; ok markus@ deraadt@Damien Miller
2005-03-01add support for hashing host names and addresses added to known_hosts files,Damien Miller
to improve privacy of which hosts user have been visiting; ok markus@ deraadt@
2005-03-01bz#413: allow optional specification of bind address for port forwardings.Damien Miller
Patch originally by Dan Astorian, but worked on by several people Adds GatewayPorts=clientspecified option on server to allow remote forwards to bind to client-specified ports. ok markus@
2005-02-28bz#849: document timeout on untrusted x11 forwarding sessions. Reported byDamien Miller
orion AT cora.nwra.com; ok markus@
2005-02-25add /etc/motd and $HOME/.hushlogin to FILES;Jason McIntyre
from michael knudsen;
2005-02-20turn on ssh batch mode when in sftp batch mode, patch from jdmossh AT nand.net;Damien Miller
ok markus@
2005-02-18better error messages for getnameinfo failures; ok dtucker@Damien Miller
2005-02-16Better diagnostic if an identity file is not accesible. ok markus@ djm@Otto Moerbeek
2005-02-08Provide reason in error message if getnameinfo fails; ok markus@Darren Tucker
2005-01-30Make code match intent; ok djm@Darren Tucker
2005-01-28wording;Jason McIntyre
ok markus@