Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-12 | * Update to current GSSAPI patch from | Colin Watson | |
http://www.sxw.org.uk/computing/patches/openssh-4.3p2-gsskex-20060223.patch (closes: #352042). | |||
2006-05-12 | Merge 4.3p2 to the trunk. | Colin Watson | |
2006-05-12 | Import OpenSSH 4.3p2. | Colin Watson | |
2006-04-16 | * Rename KeepAlive to TCPKeepAlive in default sshd_config | Colin Watson | |
(closes: #349896). | |||
2006-04-07 | - Add Galician (thanks, Jacobo Tarrio; closes: #361220). | Colin Watson | |
2006-04-01 | * debconf template translations: | Colin Watson | |
- Update Italian (thanks, Luca Monducci; closes: #360348). | |||
2006-03-31 | releasing version 1:4.2p1-8 | Colin Watson | |
2006-03-31 | * Switch to debhelper compatibility level 4, since we now require | Colin Watson | |
debhelper 4 even on sarge anyway for udeb support. | |||
2006-03-31 | close #360068 | Colin Watson | |
2006-03-31 | * Use udeb support introduced in debhelper 4.2.0 (available in sarge) | Colin Watson | |
rather than constructing udebs by steam. * Require debhelper 5.0.22, which generates correct shared library dependencies for udebs. This build-dependency can be ignored if building on sarge. | |||
2006-03-01 | releasing version 1:4.2p1-7 | Colin Watson | |
2006-03-01 | small path reorderings, really sync with /etc/login.defs | Colin Watson | |
2006-03-01 | * I accidentally applied the default $PATH change in 1:4.2p1-6 to the udeb | Colin Watson | |
rather than the deb. Fixed. | |||
2006-02-20 | releasing version 1:4.2p1-6 | Colin Watson | |
2006-02-11 | - (djm) Release 4.3p2 | Damien Miller | |
2006-02-11 | - (dtucker) [README] Bump release notes URL. | Darren Tucker | |
2006-02-08 | - (dtucker) [configure.ac] Typo in Ultrix and NewsOS sections (NEED_SETPRGP | Darren Tucker | |
-> NEED_SETPGRP), reported by Berhard Simon. ok tim@ | |||
2006-02-07 | - (tim) [session.c] Logout records were not updated on systems with | Tim Rice | |
post auth privsep disabled due to bug 1086 changes. Analysis and patch by vinschen at redhat.com. OK tim@, dtucker@. | |||
2006-02-05 | - (tim) [configure.ac] Remove unnecessary tests for net/if.h and | Tim Rice | |
netinet/in_systm.h. OK dtucker@. | |||
2006-02-04 | - (tim) [configure.ac] Bug #1149. Changes in QNX section only. Patch by | Tim Rice | |
kraai at ftbfs.org. | |||
2006-02-04 | - (tim) [configure.ac] Add AC_REVISION. Add sys/time.h to lastlog.h test | Tim Rice | |
for Solaris. OK dtucker@. | |||
2006-02-02 | - (tim) [configure.ac] test for egrep (AC_PROG_EGREP) before first | Tim Rice | |
AC_CHECK_HEADERS test. Without it, if AC_CHECK_HEADERS is first run by a platform specific check, builtin standard includes tests will be skipped on the other platforms. Analysis and suggestion by vinschen at redhat.com, patch by dtucker@. OK tim@, djm@. | |||
2006-02-02 | - (dtucker) [configure.ac] Bug #1148: Fix "crippled AES" test so that it | Darren Tucker | |
works with picky compilers. Patch from alex.kiernan at thus.net. | |||
2006-02-01 | - (djm) Release OpenSSH 4.3p1 | Damien Miller | |
2006-02-01 | - (djm) Release OpenSSH 4.3p1 | Damien Miller | |
2006-02-01 | - markus@cvs.openbsd.org 2006/02/01 11:27:22 | Damien Miller | |
[version.h] openssh 4.3 | |||
2006-02-01 | - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] | Damien Miller | |
[contrib/suse/openssh.spec] Update versions ahead of release | |||
2006-02-01 | - jmc@cvs.openbsd.org 2006/02/01 09:11:41 | Damien Miller | |
[sshd.8] small tweak; | |||
2006-02-01 | - (djm) OpenBSD CVS Sync | Damien Miller | |
- jmc@cvs.openbsd.org 2006/02/01 09:06:50 [sshd.8] - merge sections on protocols 1 and 2 into a single section - remove configuration file section ok markus | |||
2006-02-01 | - (djm) [regress/test-exec.sh] Try 'logname' as well as 'whoami' to | Damien Miller | |
determine the user's login name - needed for regress tests on Solaris 10 and OpenSolaris | |||
2006-01-31 | - djm@cvs.openbsd.org 2006/01/31 10:35:43 | Damien Miller | |
[scp.c] "scp a b c" shouldn't clobber "c" when it is not a directory, report and fix from biorn@; ok markus@ | |||
2006-01-31 | - djm@cvs.openbsd.org 2006/01/31 10:36:33 | Damien Miller | |
[scp.sh] regress test for "scp a b c" where "c" is not a directory | |||
2006-01-31 | - djm@cvs.openbsd.org 2006/01/31 10:23:23 | Damien Miller | |
[scp.sh] regression test for CVE-2006-0225 written by dtucker@ | |||
2006-01-31 | - djm@cvs.openbsd.org 2006/01/27 06:49:21 | Damien Miller | |
[scp.sh] regress test for local to local scp copies; ok dtucker@ | |||
2006-01-31 | - dtucker@cvs.openbsd.org 2005/12/14 04:36:39 | Damien Miller | |
[regress/scp-ssh-wrapper.sh] Fix assumption about how many args scp will pass; ok djm@ NB. ID sync only, we already had this | |||
2006-01-31 | - grunk@cvs.openbsd.org 2005/11/14 21:25:56 | Damien Miller | |
[regress/agent-getpeereid.sh] all other scripts in this dir use $SUDO, not 'sudo', so pull this even ok markus@ | |||
2006-01-31 | - markus@cvs.openbsd.org 2005/06/30 11:02:37 | Damien Miller | |
[regress/scp.sh] allow SUDO=sudo; from Alexander Bluhm | |||
2006-01-31 | - djm@cvs.openbsd.org 2005/05/24 04:10:54 | Damien Miller | |
[regress/try-ciphers.sh] oops, new arcfour modes here too | |||
2006-01-31 | - djm@cvs.openbsd.org 2005/05/20 23:14:15 | Damien Miller | |
[regress/test-exec.sh] force addressfamily=inet for tests, unbreaking dynamic-forward regress for recently committed nc SOCKS5 changes | |||
2006-01-31 | - (djm) Sync regress tests to OpenBSD: | Damien Miller | |
- dtucker@cvs.openbsd.org 2005/03/10 10:20:39 [regress/forwarding.sh] Regress test for ClearAllForwardings (bz #994); ok markus@ | |||
2006-01-31 | - dtucker@cvs.openbsd.org 2005/04/25 09:54:09 | Damien Miller | |
[regress/multiplex.sh] Don't call cleanup in multiplex as test-exec will cleanup anyway found by tim@, ok djm@ NB. ID sync only, we already had this | |||
2006-01-31 | - dtucker@cvs.openbsd.org 2005/03/10 10:20:39 | Damien Miller | |
[regress/forwarding.sh] Regress test for ClearAllForwardings (bz #994); ok markus@ | |||
2006-01-31 | - djm@cvs.openbsd.org 2006/01/31 10:19:02 | Damien Miller | |
[misc.c misc.h scp.c sftp.c] fix local arbitrary command execution vulnerability on local/local and remote/remote copies (CVE-2006-0225, bz #1094), patch by t8m AT centrum.cz, polished by dtucker@ and myself; ok markus@ | |||
2006-01-31 | - jmc@cvs.openbsd.org 2006/01/30 13:37:49 | Damien Miller | |
[ssh.1] remove an incorrect sentence; reported by roumen petrov; ok djm markus | |||
2006-01-31 | - reyk@cvs.openbsd.org 2006/01/30 12:22:22 | Damien Miller | |
[channels.c] mark channel as write failed or dead instead of read failed on error of the channel output filter. ok markus@ | |||
2006-01-31 | - jmc@cvs.openbsd.org 2006/01/26 08:47:56 | Damien Miller | |
[ssh.1] add a section on verifying host keys in dns; written with a lot of help from jakob; feedback dtucker/markus; ok markus | |||
2006-01-31 | - jmc@cvs.openbsd.org 2006/01/25 09:07:22 | Damien Miller | |
[sshd.8] move subsections to full sections; | |||
2006-01-31 | - jmc@cvs.openbsd.org 2006/01/25 09:04:34 | Damien Miller | |
[sshd.8] move the options description up the page, and a few additional tweaks whilst in here; ok markus | |||
2006-01-31 | - jmc@cvs.openbsd.org 2006/01/20 11:21:45 | Damien Miller | |
[ssh_config.5] - word change, agreed w/ markus - consistency fixes | |||
2006-01-30 | - (dtucker) [configure.ac opensshd.init.in] Bug #1144: Use /bin/sh for the | Darren Tucker | |
opensshd.init script interpretter if /sbin/sh does not exist. ok tim@ |