summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2006-03-15 - stevesk@cvs.openbsd.org 2006/02/08 14:16:59Damien Miller
[sshconnect.c] <openssl/bn.h> not needed
2006-03-15 - stevesk@cvs.openbsd.org 2006/02/08 13:15:44Damien Miller
[gss-serv.c monitor.c] small KNF
2006-03-15 - stevesk@cvs.openbsd.org 2006/02/08 12:32:49Damien Miller
[includes.h misc.c] move #include <netinet/tcp.h> out of includes.h; ok markus@
2006-03-15 - stevesk@cvs.openbsd.org 2006/02/08 12:15:27Damien Miller
[auth.c clientloop.c includes.h misc.c monitor.c readpass.c] [session.c sftp.c ssh-agent.c ssh-keysign.c ssh.c sshconnect.c] [sshd.c sshpty.c] move #include <paths.h> out of includes.h; ok markus@
2006-03-15 - stevesk@cvs.openbsd.org 2006/02/07 03:59:20Damien Miller
[deattack.c] duplicate #include
2006-03-15 - stevesk@cvs.openbsd.org 2006/02/07 03:47:05Damien Miller
[hostfile.c] "packet.h" not needed
2006-03-15 - stevesk@cvs.openbsd.org 2006/02/07 01:52:50Damien Miller
[sshtty.c] "log.h" not needed
2006-03-15 - stevesk@cvs.openbsd.org 2006/02/07 01:42:00Damien Miller
[channels.c clientloop.c clientloop.h includes.h packet.h] [serverloop.c sshpty.c sshpty.h sshtty.c ttymodes.c] move #include <termios.h> out of includes.h; ok markus@
2006-03-15 - stevesk@cvs.openbsd.org 2006/02/07 01:18:09Damien Miller
[includes.h ssh-agent.c ssh-keyscan.c sshconnect2.c] move #include <sys/queue.h> out of includes.h; ok markus@
2006-03-15 - stevesk@cvs.openbsd.org 2006/02/07 01:08:04Damien Miller
[auth-rhosts.c includes.h] move #include <netgroup.h> out of includes.h; ok markus@
2006-03-15 - jmc@cvs.openbsd.org 2006/02/06 21:44:47Damien Miller
[ssh.1] make this a little less ambiguous...
2006-03-15 - msf@cvs.openbsd.org 2006/02/06 15:54:07Damien Miller
[ssh.1] - typo fix ok jmc@
2006-03-13 - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)Darren Tucker
since not all platforms support it. Instead, use internal equivalent while computing LLONG_MIN and LLONG_MAX. Remove special case for alpha-dec-osf* as it's no longer required. Tested by Bernhard Simon, ok djm@
2006-03-04typoDarren Tucker
2006-03-04 - (dtucker) [gss-serv-krb5.c] Bug #1166: Correct #ifdefs for gssapi_krb5.hDarren Tucker
includes. Patch from gentoo.riverrat at gmail.com.
2006-03-04 - (dtucker) [contrib/cygwin/ssh-host-config] Require use of lastlog as aDarren Tucker
file rather than directory, required as Cygwin will be importing lastlog(1). Also tightens up permissions on the file. Patch from vinschen@redhat.com.
2006-02-26 - (dtucker) [configure.ac] Bug #1156: QNX apparently needs SSHD_ACQUIRES_CTTYDarren Tucker
patch from kraai at ftbfs.org.
2006-02-23 - (dtucker) [sshd_config sshd_config.5] Update UsePAM to reflect currentDarren Tucker
reality. Pointed out by tryponraj at gmail.com.
2006-02-22 - (dtucker) [openbsd-compat/openssl-compat.{c,h}] Minor tidy up: onlyDarren Tucker
compile in compat code if required.
2006-02-22 - (dtucker) [openbsd-compat/openssl-compat.h] Prevent warning aboutDarren Tucker
redefinition of SSLeay_add_all_algorithms.
2006-02-20 - (dtucker) [INSTALL configure.ac openbsd-compat/openssl-compat.{c,h}]Darren Tucker
Add optional enabling of OpenSSL's (hardware) Engine support, via configure --with-ssl-engine. Based in part on a diff by michal at logix.cz.
2006-02-19 - (dtucker) [Makefile.in configure.ac, added openbsd-compat/regress/]Darren Tucker
Add first attempt at regress tests for compat library. ok djm@
2006-02-13 - (tim) [buildpkg.sh.in] Make the names consistent.Tim Rice
s/pkg_post_make_install_fixes.sh/pkg-post-make-install-fixes.sh/ OK dtucker@
2006-02-12 - (dtucker) [README version.h contrib/caldera/openssh.specDarren Tucker
contrib/redhat/openssh.spec contrib/suse/openssh.spec] Bump version strings to match 4.3p2 release.
2006-02-11 - (tim) [configure.ac] Bug #1149. Disable /etc/default/login check for QNX.Tim Rice
2006-02-12 - (dtucker) [openbsd-compat/bsd-cygwin_util.c] Make loop counter unsignedDarren Tucker
to silence compiler warning, from vinschen at redhat.com.
2006-02-08 - (dtucker) [configure.ac] Typo in Ultrix and NewsOS sections (NEED_SETPRGPDarren Tucker
-> NEED_SETPGRP), reported by Berhard Simon. ok tim@
2006-02-07 - (tim) [session.c] Logout records were not updated on systems withTim 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 andTim Rice
netinet/in_systm.h. OK dtucker@.
2006-02-04 - (tim) [configure.ac] Bug #1149. Changes in QNX section only. Patch byTim Rice
kraai at ftbfs.org.
2006-02-04 - (tim) [configure.ac] Add AC_REVISION. Add sys/time.h to lastlog.h testTim Rice
for Solaris. OK dtucker@.
2006-02-02 - (tim) [configure.ac] test for egrep (AC_PROG_EGREP) before firstTim 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 itDarren Tucker
works with picky compilers. Patch from alex.kiernan at thus.net.
2006-02-01 - (djm) Release OpenSSH 4.3p1Damien Miller
2006-02-01 - markus@cvs.openbsd.org 2006/02/01 11:27:22Damien 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:41Damien Miller
[sshd.8] small tweak;
2006-02-01 - (djm) OpenBSD CVS SyncDamien 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' toDamien 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:43Damien 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:33Damien 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:23Damien Miller
[scp.sh] regression test for CVE-2006-0225 written by dtucker@
2006-01-31 - djm@cvs.openbsd.org 2006/01/27 06:49:21Damien 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:39Damien 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:56Damien 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:37Damien Miller
[regress/scp.sh] allow SUDO=sudo; from Alexander Bluhm
2006-01-31 - djm@cvs.openbsd.org 2005/05/24 04:10:54Damien Miller
[regress/try-ciphers.sh] oops, new arcfour modes here too
2006-01-31 - djm@cvs.openbsd.org 2005/05/20 23:14:15Damien 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:09Damien 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