Age | Commit message (Collapse) | Author |
|
with a rpm -F
|
|
|
|
[buffer.c buffer.h channels.c]
limit input buffer size for channels; bugzilla #896; with and ok dtucker@
|
|
[auth.c]
Populate host for log message for logins denied by AllowUsers and
DenyUsers (bz #999); ok markus@
|
|
[ssh-keygen.1]
Correct description of -H (bz #997); ok markus@, punctuation jmc@
|
|
[ssh_config.5]
escape `.' at eol to avoid double spacing issues;
|
|
[ssh-keygen.c]
typo, missing \n; mpech
|
|
[auth-options.c]
spacing
|
|
[misc.c ssh-keygen.c servconf.c clientloop.c auth-options.c ssh-add.c
monitor.c sftp-client.c bufaux.h hostfile.c ssh.c sshconnect.c channels.c
readconf.c bufaux.c sftp.c]
spacing
|
|
- (dtucker) [regress/test-exec.sh] DEBUG can cause problems where debug
output ends up in the client's output, causing regress failures. Found
by Corinna Vinschen.
(got 4.0 branch and HEAD slightly askew, this is to resync)
|
|
[readconf.c]
Check listen addresses for null, prevents xfree from dying during
ClearAllForwardings (bz #996). From Craig Leres, ok markus@
|
|
localized name of the local administrators group more reliable. From
vinschen at redhat.com.
|
|
(pulled from 4.0 branch).
|
|
|
|
|
|
[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.
|