Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
[contrib/suse/openssh.spec] Update spec file versions
|
|
[version.h]
OpenSSH 4.0
|
|
[ssh.1 ssh_config.5]
more macro simplification;
|
|
so that regress tests behave. From Chris Adams.
|
|
too old and too broken.
|
|
|
|
[Makefile envpass.sh]
regress test for SendEnv config parsing bug; ok dtucker@
|
|
[login-timeout.sh]
avoid nameservice lookups in regress test; ok dtucker@
|
|
[multiplex.sh test-exec.sh sshd-log-wrapper.sh]
Add optional capability to log output from regress commands; ok markus@
Use with: make TEST_SSH_LOGFILE=/tmp/regress.log
|
|
[Makefile test-exec.sh]
pass the SUDO make variable to the individual sh tests; ok dtucker@ markus@
|
|
[Makefile sftp-glob.sh]
some globbing regress; prompted and ok djm@
|
|
- fgsch@cvs.openbsd.org 2004/12/10 01:31:30
[Makefile]
some globbing regress; prompted and ok djm@
|
|
BSM audit support for the time being. ok djm@
|
|
events earlier, prevents mm_request_send errors reported by Matt Goebel.
|
|
when attempting to audit disconnect events. Reported by Phil Dibowitz.
|
|
[readconf.c]
fix SendEnv config parsing bug found by Roumen Petrov; ok dtucker@
|
|
[ssh.1]
missing word;
|
|
from vinschen at redhat.com
|
|
|
|
[ssh.1]
bz#987: mention ForwardX11Trusted in ssh.1,
reported by andrew.benham AT thus.net; ok deraadt@
|
|
[ssh-keygen.c]
ignore hostnames with metachars when hashing; ok deraadt@
|
|
[sshconnect.c]
fix addition of new hashed hostnames when CheckHostIP=yes;
found and ok dtucker@
|
|
[ssh-keygen.1]
sort options (no attempt made at synopsis clean up though);
spelling (occurance -> occurrence);
use prompt before examples;
grammar;
|
|
[ssh-add.1]
sort options;
|
|
[ssh.c]
sync usage() w/ man SYNOPSIS;
ok markus@
|
|
[scp.1 sftp.1]
add HashKnownHosts to -o list;
ok markus@
|
|
[ssh-keyscan.1 ssh-keyscan.c]
sort options and sync usage();
|
|
[ssh-keygen.1]
whitespace;
|
|
[sshd.8]
new sentence, new line;
whitespace;
|
|
[ssh_config.5]
do not mark up punctuation;
whitespace;
|
|
[ssh.1]
remove some unneccesary macros;
do not mark up punctuation;
|
|
[ssh-keygen.1 ssh-keygen.c ssh_config.5]
add tools for managing known_hosts files with hashed hostnames, including
hashing existing files and deleting hosts by name; ok markus@ deraadt@
|
|
[ssh-keyscan.1 ssh-keyscan.c]
option to hash hostnames output by ssh-keyscan; ok markus@ deraadt@
|
|
[hostfile.c hostfile.h readconf.c readconf.h ssh.1 ssh_config.5]
[sshconnect.c sshd.8]
add support for hashing host names and addresses added to known_hosts
files, to improve privacy of which hosts user have been visiting; ok
markus@ deraadt@
|
|
[auth-options.c channels.c channels.h clientloop.c compat.c compat.h]
[misc.c misc.h readconf.c readconf.h servconf.c ssh.1 ssh.c ssh_config.5]
[sshd_config.5]
bz#413: allow optional specification of bind address for port forwardings.
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.
|
|
[ssh_config.5]
bz#849: document timeout on untrusted x11 forwarding sessions. Reported by
orion AT cora.nwra.com; ok markus@
|
|
[sshd.8]
add /etc/motd and $HOME/.hushlogin to FILES;
from michael knudsen;
|
|
[sftp.c]
turn on ssh batch mode when in sftp batch mode, patch from
jdmossh AT nand.net;
ok markus@
|
|
[canohost.c]
better error messages for getnameinfo failures; ok dtucker@
|
|
[ssh.c]
Better diagnostic if an identity file is not accesible. ok markus@ djm@
|
|
binaries without the config files. Primarily useful for packaging.
Patch from phil at usc.edu. ok djm@
|
|
Remove SETGROUPS_NOOP, was only used by Cygwin, which doesn't need it any
more. Patch from vinschen at redhat.com.
|
|
Remove two obsolete Cygwin #ifdefs. Patch from vinschen at redhat.com.
|
|
|
|
vinschen at redhat.com.
|
|
unrelated platforms to be configured incorrectly.
|
|
defines.h] Bug #125: Add *EXPERIMENTAL* BSM audit support. Configure
--with-audit=bsm to enable. Patch originally from Sun Microsystems,
parts by John R. Jackson. ok djm@
|