Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-21 | Remove support for upgrading from ssh-nonfree. | Colin Watson | |
2013-05-21 | Remove ssh/use_old_init_script, which was a workaround for a very old | Colin Watson | |
bug in /etc/init.d/ssh. If anyone has ignored this for >10 years then they aren't going to be convinced now. | |||
2013-05-21 | Drop conffile handling for upgrades from pre-split ssh package; this was | Colin Watson | |
originally added in 1:4.3p2-7 / 1:4.3p2-8, and contained a truly ghastly hack around a misbehaviour in sarge's dpkg. Since this is now four Debian releases ago, we can afford to drop this and simplify the packaging. | |||
2013-05-21 | Change start condition of Upstart job to be just the standard "runlevel | Colin Watson | |
[2345]", rather than "filesystem or runlevel [2345]"; the latter makes it unreasonably difficult to ensure that urandom starts before ssh, and is not really necessary since one of static-network-up and failsafe-boot is guaranteed to happen and will trigger entry to the default runlevel, and we don't care about ssh starting before the network (LP: #1098299). | |||
2013-05-16 | releasing version 1:6.2p2-1 | Colin Watson | |
2013-05-16 | * New upstream release (http://www.openssh.com/txt/release-6.2p2): | Colin Watson | |
- Only warn for missing identity files that were explicitly specified (closes: #708275). - Fix bug in contributed contrib/ssh-copy-id script that could result in "rm *" being called on mktemp failure (closes: #708419). | |||
2013-05-16 | merge 6.2p2 | Colin Watson | |
2013-05-16 | Import 6.2p2 tarball | Colin Watson | |
2013-05-16 | - (djm) Release 6.2p2 | Damien Miller | |
2013-05-16 | - (djm) [contrib/ssh-copy-id] Fix bug that could cause "rm *" to be | Damien Miller | |
executed if mktemp failed; bz#2105 ok dtucker@ | |||
2013-05-13 | releasing version 1:6.2p1-3 | Colin Watson | |
2013-05-13 | Renumber Debian-specific additions to enum monitor_reqtype so that they | Colin Watson | |
fit within a single byte (thanks, Jason Conti; LP: #1179202). | |||
2013-05-13 | renumber monitor requests to allow more space | Colin Watson | |
2013-05-10 | - (djm) [README] Update release notes URL | Damien Miller | |
2013-05-10 | - (djm) [version.h contrib/caldera/openssh.spec contrib/redhat/openssh.spec] | Damien Miller | |
[contrib/suse/openssh.spec] Crank version numbers for release. | |||
2013-05-10 | - djm@cvs.openbsd.org 2013/04/11 02:27:50 | Damien Miller | |
[packet.c] quiet disconnect notifications on the server from error() back to logit() if it is a normal client closure; bz#2057 ok+feedback dtucker@ | |||
2013-05-09 | releasing version 1:6.2p1-2 | Colin Watson | |
2013-05-09 | Fix consolekit mismerges in monitor.c and monitor_wrap.c. | Colin Watson | |
2013-05-09 | * Fix build failure on Ubuntu: | Colin Watson | |
- Include openbsd-compat/sys-queue.h from consolekit.c. | |||
2013-05-07 | releasing version 1:6.2p1-1 | Colin Watson | |
2013-05-07 | Move platform_sys_dir_uid to misc.c to fix linking following ↵ | Colin Watson | |
user-group-modes.patch. | |||
2013-05-07 | * New upstream release (http://www.openssh.com/txt/release-6.2). | Colin Watson | |
- Add support for multiple required authentication in SSH protocol 2 via an AuthenticationMethods option (closes: #195716). - Fix Sophie Germain formula in moduli(5) (closes: #698612). - Update ssh-copy-id to Phil Hands' greatly revised version (closes: #99785, #322228, #620428; LP: #518883, #835901, #1074798). | |||
2013-05-07 | merge 6.2p1; reorder additions to monitor.h for easier merging in future | Colin Watson | |
2013-05-07 | Import 6.2p1 tarball | Colin Watson | |
2013-05-06 | Use dh-autoreconf. | Colin Watson | |
2013-04-05 | - djm@cvs.openbsd.org 2013/02/22 22:09:01 | Darren Tucker | |
[ssh.c] Allow IdenityFile=none; ok markus deraadt (and dtucker for an earlier version) | |||
2013-04-05 | - markus@cvs.openbsd.org 2013/02/22 19:13:56 | Darren Tucker | |
[sshconnect.c] support ProxyCommand=- (stdin/out already point to the proxy); ok djm@ | |||
2013-04-05 | - dtucker@cvs.openbsd.org 2013/02/22 04:45:09 | Darren Tucker | |
[ssh.c readconf.c readconf.h] Don't complain if IdentityFiles specified in system-wide configs are missing. ok djm, deraadt | |||
2013-04-05 | - dtucker@cvs.openbsd.org 2013/02/19 02:12:47 | Darren Tucker | |
[krl.c] Remove bogus include. ok djm (id sync only) | |||
2013-04-05 | - dtucker@cvs.openbsd.org 2013/02/17 23:16:57 | Darren Tucker | |
[readconf.c ssh.c readconf.h sshconnect2.c] Keep track of which IndentityFile options were manually supplied and which were default options, and don't warn if the latter are missing. ok markus@ | |||
2013-04-05 | - (dtucker) [openbsd-compat/bsd-cygwin_util.{c,h}] Don't include windows.h | Darren Tucker | |
to avoid conflicting definitions of __int64, adding the required bits. Patch from Corinna Vinschen. (pulled from HEAD but kept the ChangeLog date as it was) | |||
2013-04-01 | - (dtucker) [openbsd-compat/bsd-cygwin_util.{c,h}] Don't include windows.h | Darren Tucker | |
to avoid conflicting definitions of __int64, adding the required bits. Patch from Corinna Vinschen. | |||
2013-03-25 | releasing version 1:6.1p1-4 | Colin Watson | |
2013-03-25 | Add ssh-agent upstart user job. This implements something similar to | Stéphane Graber | |
the 90x11-common_ssh-agent Xsession script. That is, start ssh-agent and set the appropriate environment variables (closes: #703906). | |||
2013-03-25 | debian/openssh-server.sshd.pam: Explicitly state that ~/.pam_environment | Gunnar Hjalmarsson | |
should be read, and move the pam_env calls from "auth" to "session" so that it's also read when $HOME is encrypted (LP: #952185). | |||
2013-03-22 | - (tim) [Makefile.in] remove some duplication introduced in 20130220 commit. | Tim Rice | |
2013-03-22 | - (dtucker) [includes.h] Check if _GNU_SOURCE is already defined before | Darren Tucker | |
defining it again. Prevents warnings if someone, eg, sets it in CFLAGS. | |||
2013-03-22 | - (dtucker) [configure.ac] Add stdlib.h to zlib check for exit() prototype. | Darren Tucker | |
2013-03-22 | - (djm) Release 6.2p1 | Damien Miller | |
2013-03-22 | - (djm) [contrib/ssh-copy-id contrib/ssh-copy-id.1] Updated to Phil | Damien Miller | |
Hands' greatly revised version. | |||
2013-03-20 | - (djm) [configure.ac log.c scp.c sshconnect2.c openbsd-compat/vis.c] | Damien Miller | |
[openbsd-compat/vis.h] FreeBSD's strnvis isn't compatible with OpenBSD's so mark it as broken. Patch from des AT des.no | |||
2013-03-16 | - (tim) [configure.ac] OpenServer 5 wants lastlog even though it has none | Tim Rice | |
of the bits the configure test looks for. | |||
2013-03-15 | - (djm) [session.c] FreeBSD needs setusercontext(..., LOGIN_SETUMASK) to | Damien Miller | |
occur after UID switch; patch from John Marshall via des AT des.no; ok dtucker@ | |||
2013-03-15 | - (djm) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h] | Damien Miller | |
Add a usleep replacement for platforms that lack it; ok dtucker | |||
2013-03-15 | - (djm) [configure.ac] Disable utmp, wtmp and/or lastlog if the platform | Damien Miller | |
is unable to successfully compile them. Based on patch from des AT des.no | |||
2013-03-12 | - (dtucker) [auth.c configure.ac platform.c platform.h] Accept uid 2 ("bin") | Darren Tucker | |
in addition to root as an owner of system directories on AIX and HP-UX. ok djm@ | |||
2013-03-12 | - (dtucker) [regress/Makefile regress/cipher-speed.sh regress/test-exec.sh] | Darren Tucker | |
Improve portability of cipher-speed test, based mostly on a patch from Iain Morgan. | |||
2013-03-08 | - (djm) [configure.ac] Add a timeout to the select/rlimit test to give it a | Damien Miller | |
chance to complete on broken systems; ok dtucker@ | |||
2013-03-07 | - (tim) [Makefile.in] Add another missing $(EXEEXT) I should have seen 3 days | Tim Rice | |
ago. | |||
2013-03-07 | remove extra word | Darren Tucker | |