summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-05-25send SSH_RELEASE rather than SSH_VERSION in banners, preserving previousColin Watson
behaviour
2005-05-254.0p1 closes: #163933 ($HOME/.hushlogin mentioned in ssh(8) FILES)Colin Watson
2005-05-25Note in ssh_config(5) that the SetupTimeOut option is Debian-specificColin Watson
(closes: #307069).
2005-05-25Enable HashKnownHosts by default. This only affects new entries; useColin Watson
'ssh-keygen -H' to convert an entire known_hosts file to hashed format.
2005-05-254.0p1 closes: #87253, #192206 (port forwarding improvements)Colin Watson
2005-05-25close earliest merged bug (#257130 instead of #303362)Colin Watson
2005-05-254.0p1 closes: #303452Colin Watson
2005-05-254.0p1 closes: #220726Colin Watson
2005-05-25Don't build ssh-askpass-gnome on the Hurd, until GNOME is available toColin Watson
satisfy build-dependencies.
2005-05-25Hurd fixes:Colin Watson
- Link with -lcrypt. - Link with -lpthread rather than -pthread.
2005-05-25Drop workaround for #242462 on amd64; it's been fixed properly upstream.Colin Watson
2005-05-254.0p1 closes: #303362Colin Watson
2005-05-25Restore Hurd X forwarding fix from #102991, lost somewhere along the way.Colin Watson
2005-05-25Update Finnish (thanks, Matti Pöllä; closes: #303787).Colin Watson
2005-05-25Add Ukrainian (thanks, Eugeniy Meshcheryakov; closes: #301852).Colin Watson
2005-05-25Update Czech debconf template translation (thanks, Miroslav Kure; closes:Colin Watson
#298744).
2005-05-25Enable libedit support in sftp; build-depend on libedit-dev.Colin Watson
2005-05-25Merge 4.0p1 to the trunk.Colin Watson
2005-03-15Remove obsolete and unnecessary ssh/forward_warning debconf note.Colin Watson
2005-03-10Import OpenSSH 4.0p1.Colin Watson
2005-03-09 - (djm) [log.c] Fix dumb syntax error; ok dtucker@Damien Miller
2005-03-094.0 here tooDamien Miller
2005-03-09 - (djm) Release OpenSSH 4.0p1Damien Miller
2005-03-09 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]Damien Miller
[contrib/suse/openssh.spec] Update spec file versions
2005-03-09 - djm@cvs.openbsd.org 2005/03/08 23:49:48Damien Miller
[version.h] OpenSSH 4.0
2005-03-09 - jmc@cvs.openbsd.org 2005/03/07 23:41:54Damien Miller
[ssh.1 ssh_config.5] more macro simplification;
2005-03-09 - (dtucker) [regress/test-exec.sh] Set BIN_SH=xpg4 on OSF1/Digital Unix/Tru64Darren Tucker
so that regress tests behave. From Chris Adams.
2005-03-08debconf template translations:Colin Watson
- Synchronise Spanish with sarge branch (thanks, Javier Fernández-Sanguino Peña; closes: #298536).
2005-03-07 - (tim) [configure.ac] SCO 3.2v4.2 no longer supported. This platform isTim Rice
too old and too broken.
2005-03-07 - (dtucker) [regress/test-exec.sh] Put SUDO in the right place.Darren Tucker
2005-03-07 - djm@cvs.openbsd.org 2005/03/04 08:48:46Darren Tucker
[Makefile envpass.sh] regress test for SendEnv config parsing bug; ok dtucker@
2005-03-07 - djm@cvs.openbsd.org 2005/02/27 23:13:36Darren Tucker
[login-timeout.sh] avoid nameservice lookups in regress test; ok dtucker@
2005-03-07 - dtucker@cvs.openbsd.org 2005/02/27 11:33:30Darren Tucker
[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
2005-03-07 - david@cvs.openbsd.org 2005/01/14 04:21:18Darren Tucker
[Makefile test-exec.sh] pass the SUDO make variable to the individual sh tests; ok dtucker@ markus@
2005-03-07 - fgsch@cvs.openbsd.org 2004/12/10 01:31:30Darren Tucker
[Makefile sftp-glob.sh] some globbing regress; prompted and ok djm@
2005-03-07 - (dtucker) OpenBSD CVS Sync (regress/)Darren Tucker
- fgsch@cvs.openbsd.org 2004/12/10 01:31:30 [Makefile] some globbing regress; prompted and ok djm@
2005-03-07 - (dtucker) [configure.ac] Disable gettext search when configuring withDarren Tucker
BSM audit support for the time being. ok djm@
2005-03-06 - (dtucker) [session.c sshd.c] Bug #125 comment #49: Send disconnect auditDarren Tucker
events earlier, prevents mm_request_send errors reported by Matt Goebel.
2005-03-06 - (dtucker) [monitor.c] Bug #125 comment #47: fix errors returned by monitorDarren Tucker
when attempting to audit disconnect events. Reported by Phil Dibowitz.
2005-03-05 - djm@cvs.openbsd.org 2005/03/04 08:48:06Damien Miller
[readconf.c] fix SendEnv config parsing bug found by Roumen Petrov; ok dtucker@
2005-03-05 - jmc@cvs.openbsd.org 2005/03/02 11:45:01Damien Miller
[ssh.1] missing word;
2005-03-05 - (djm) [contrib/cygwin/README] Improve Cygwin build documentation. PatchDamien Miller
from vinschen at redhat.com
2005-03-02 - (tim) [regress/agent-ptrace.sh] add another possible gdb error.Tim Rice
2005-03-02 - djm@cvs.openbsd.org 2005/03/02 02:21:07Damien Miller
[ssh.1] bz#987: mention ForwardX11Trusted in ssh.1, reported by andrew.benham AT thus.net; ok deraadt@
2005-03-02 - djm@cvs.openbsd.org 2005/03/02 01:27:41Damien Miller
[ssh-keygen.c] ignore hostnames with metachars when hashing; ok deraadt@
2005-03-02 - djm@cvs.openbsd.org 2005/03/02 01:00:06Damien Miller
[sshconnect.c] fix addition of new hashed hostnames when CheckHostIP=yes; found and ok dtucker@
2005-03-02 - jmc@cvs.openbsd.org 2005/03/01 18:15:56Damien Miller
[ssh-keygen.1] sort options (no attempt made at synopsis clean up though); spelling (occurance -> occurrence); use prompt before examples; grammar;
2005-03-02 - jmc@cvs.openbsd.org 2005/03/01 17:32:19Damien Miller
[ssh-add.1] sort options;
2005-03-02 - jmc@cvs.openbsd.org 2005/03/01 17:22:06Damien Miller
[ssh.c] sync usage() w/ man SYNOPSIS; ok markus@
2005-03-02 - jmc@cvs.openbsd.org 2005/03/01 17:19:35Damien Miller
[scp.1 sftp.1] add HashKnownHosts to -o list; ok markus@