summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Collapse)Author
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@
2005-01-28grammar;Jason McIntyre
2005-01-28Make it clear that the example entries in ssh_config are only some of theDarren Tucker
commonly-used options and refer the user to ssh_config(5) for more details; ok djm@
2005-01-24#if -> #ifdef so builds without HAVE_LOGIN_CAP work too; ok djm@ otto@Darren Tucker
2005-01-24Have scp and sftp wait for the spawned ssh to exit before they exitDarren Tucker
themselves. This prevents ssh from being unable to restore terminal modes (not normally a problem on OpenBSD but common with -Portable on POSIX platforms). From peak at argo.troja.mff.cuni.cz (bz#950); ok djm@ markus@
2005-01-23config option "Ciphers" should be case-sensitive; ok dtucker@Damien Miller
2005-01-22Log source of connections denied by AllowUsers, DenyUsers, AllowGroups andDarren Tucker
DenyGroups. bz #909, ok djm@
2005-01-21Warn in advance for password and account expiry; initialize loginmsgOtto Moerbeek
buffer earlier and clear it after privsep fork. ok and help dtucker@ markus@
2005-01-19Have keyboard-interactive code call the drivers even for responses forDarren Tucker
invalid logins. This allows the drivers themselves to decide how to handle them and prevent leaking information where possible. Existing behaviour for bsdauth is maintained by checking authctxt->valid in the bsdauth driver. Note that any third-party kbdint drivers will now need to be able to handle responses for invalid logins. ok markus@
2005-01-17Make debugging output continue after reexec; ok djm@Darren Tucker
2005-01-17Correct spelling: SCHNOOR->SCHNORR; ok djm@Darren Tucker
2005-01-08`login'(n) -> `log in'(v);Jason McIntyre
2005-01-05remove dead code, log connect() failures with level error, ok djm@Markus Friedl
2004-12-23bz #898: support AddressFamily in sshd_config. from peak@argo.troja.mff.cuni.czDamien Miller
ok deraadt@
2004-12-23leak; from mpechMarkus Friedl
2004-12-23check for NULL; from mpechMarkus Friedl
2004-12-22remove fallback AES support for old OpenSSL, as OpenBSD has had it for manyDamien Miller
years now; ok deraadt@
2004-12-11Fix debug call in error path of authorized_keys processing and fix relatedDarren Tucker
warnings; ok djm@
2004-12-10- fix globbed ls for paths the same lenght as the globbed path whenFederico G. Schwindt
we have a unique matching. - fix globbed ls in case of a directory when we have a unique matching. - as a side effect, if the path does not exist error (used to silently ignore). - don't do extra do_lstat() if we only have one matching file. djm@ ok
2004-12-06use 0x00 not \0 since buf[] is a bignumMarkus Friedl
2004-12-06Discard over-length authorized_keys entries rather than complaining whenDarren Tucker
they don't decode. bz #884, with & ok djm@
2004-12-05- explain that patterns can be used as arguments in get/put/ls/etcJared Yanovich
commands (prodded by Michael Knudsen) - describe ls flags as a list - other minor improvements ok jmc, djm
2004-11-29Some small fixes from moritz@jodeit.org. ok deraadt@Damien Miller