]> git.ipfire.org Git - thirdparty/openssh-portable.git/log
thirdparty/openssh-portable.git
12 years ago - (dtucker) [myproposal.h] Do not advertise AES GSM ciphers if we don't have V_6_2 anongit/V_6_2 github-selfhosted/V_6_2 github/V_6_2
Darren Tucker [Tue, 11 Jun 2013 01:47:40 +0000 (11:47 +1000)] 
 - (dtucker) [myproposal.h] Do not advertise AES GSM ciphers if we don't have
   the required OpenSSL support.  Patch from naddy at freebsd.

12 years ago - (djm) Release 6.2p2 V_6_2_P2
Damien Miller [Thu, 16 May 2013 01:33:40 +0000 (11:33 +1000)] 
 - (djm) Release 6.2p2

12 years ago - (djm) [contrib/ssh-copy-id] Fix bug that could cause "rm *" to be
Damien Miller [Thu, 16 May 2013 01:09:43 +0000 (11:09 +1000)] 
 - (djm) [contrib/ssh-copy-id] Fix bug that could cause "rm *" to be
    executed if mktemp failed; bz#2105 ok dtucker@

12 years ago - (djm) [README] Update release notes URL
Damien Miller [Fri, 10 May 2013 06:12:54 +0000 (16:12 +1000)] 
 - (djm) [README] Update release notes URL

12 years ago - (djm) [version.h contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
Damien Miller [Fri, 10 May 2013 06:02:20 +0000 (16:02 +1000)] 
 - (djm) [version.h contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
   [contrib/suse/openssh.spec] Crank version numbers for release.

12 years ago - djm@cvs.openbsd.org 2013/04/11 02:27:50
Damien Miller [Fri, 10 May 2013 03:41:33 +0000 (13:41 +1000)] 
   - djm@cvs.openbsd.org 2013/04/11 02:27:50
     [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@

12 years ago - djm@cvs.openbsd.org 2013/02/22 22:09:01
Darren Tucker [Fri, 5 Apr 2013 00:22:35 +0000 (11:22 +1100)] 
   - djm@cvs.openbsd.org 2013/02/22 22:09:01
     [ssh.c]
     Allow IdenityFile=none; ok markus deraadt (and dtucker for an earlier
     version)

12 years ago - markus@cvs.openbsd.org 2013/02/22 19:13:56
Darren Tucker [Fri, 5 Apr 2013 00:20:18 +0000 (11:20 +1100)] 
   - markus@cvs.openbsd.org 2013/02/22 19:13:56
     [sshconnect.c]
     support ProxyCommand=- (stdin/out already point to the proxy); ok djm@

12 years ago - dtucker@cvs.openbsd.org 2013/02/22 04:45:09
Darren Tucker [Fri, 5 Apr 2013 00:18:57 +0000 (11:18 +1100)] 
   - dtucker@cvs.openbsd.org 2013/02/22 04:45:09
     [ssh.c readconf.c readconf.h]
     Don't complain if IdentityFiles specified in system-wide configs are
     missing.  ok djm, deraadt

12 years ago - dtucker@cvs.openbsd.org 2013/02/19 02:12:47
Darren Tucker [Fri, 5 Apr 2013 00:17:08 +0000 (11:17 +1100)] 
   - dtucker@cvs.openbsd.org 2013/02/19 02:12:47
     [krl.c]
     Remove bogus include.  ok djm
(id sync only)

12 years ago - dtucker@cvs.openbsd.org 2013/02/17 23:16:57
Darren Tucker [Fri, 5 Apr 2013 00:13:30 +0000 (11:13 +1100)] 
   - dtucker@cvs.openbsd.org 2013/02/17 23:16:57
     [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@

12 years ago - (dtucker) [openbsd-compat/bsd-cygwin_util.{c,h}] Don't include windows.h
Darren Tucker [Thu, 4 Apr 2013 23:53:30 +0000 (10:53 +1100)] 
 - (dtucker) [openbsd-compat/bsd-cygwin_util.{c,h}] Don't include windows.h
   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)

12 years ago - (dtucker) [openbsd-compat/bsd-cygwin_util.{c,h}] Don't include windows.h
Darren Tucker [Mon, 1 Apr 2013 01:40:48 +0000 (12:40 +1100)] 
 - (dtucker) [openbsd-compat/bsd-cygwin_util.{c,h}] Don't include windows.h
   to avoid conflicting definitions of __int64, adding the required bits.
   Patch from Corinna Vinschen.

12 years ago - (tim) [Makefile.in] remove some duplication introduced in 20130220 commit.
Tim Rice [Fri, 22 Mar 2013 17:14:32 +0000 (10:14 -0700)] 
 - (tim) [Makefile.in] remove some duplication introduced in 20130220 commit.

12 years ago - (dtucker) [includes.h] Check if _GNU_SOURCE is already defined before
Darren Tucker [Fri, 22 Mar 2013 01:51:09 +0000 (12:51 +1100)] 
 - (dtucker) [includes.h] Check if _GNU_SOURCE is already defined before
   defining it again.  Prevents warnings if someone, eg, sets it in CFLAGS.

12 years ago - (dtucker) [configure.ac] Add stdlib.h to zlib check for exit() prototype.
Darren Tucker [Fri, 22 Mar 2013 01:49:14 +0000 (12:49 +1100)] 
 - (dtucker) [configure.ac] Add stdlib.h to zlib check for exit() prototype.

12 years ago - (djm) Release 6.2p1 V_6_2_P1
Damien Miller [Thu, 21 Mar 2013 23:25:22 +0000 (10:25 +1100)] 
 - (djm) Release 6.2p1

12 years ago - (djm) [contrib/ssh-copy-id contrib/ssh-copy-id.1] Updated to Phil
Damien Miller [Thu, 21 Mar 2013 23:17:36 +0000 (10:17 +1100)] 
 - (djm) [contrib/ssh-copy-id contrib/ssh-copy-id.1] Updated to Phil
    Hands' greatly revised version.

12 years ago - (djm) [configure.ac log.c scp.c sshconnect2.c openbsd-compat/vis.c]
Damien Miller [Wed, 20 Mar 2013 01:55:14 +0000 (12:55 +1100)] 
 - (djm) [configure.ac log.c scp.c sshconnect2.c openbsd-compat/vis.c]
   [openbsd-compat/vis.h] FreeBSD's strnvis isn't compatible with OpenBSD's
   so mark it as broken. Patch from des AT des.no

12 years ago - (tim) [configure.ac] OpenServer 5 wants lastlog even though it has none
Tim Rice [Sun, 17 Mar 2013 03:55:46 +0000 (20:55 -0700)] 
 - (tim) [configure.ac] OpenServer 5 wants lastlog even though it has none
   of the bits the configure test looks for.

12 years ago - (djm) [session.c] FreeBSD needs setusercontext(..., LOGIN_SETUMASK) to
Damien Miller [Fri, 15 Mar 2013 00:22:37 +0000 (11:22 +1100)] 
 - (djm) [session.c] FreeBSD needs setusercontext(..., LOGIN_SETUMASK) to
   occur after UID switch; patch from John Marshall via des AT des.no;
   ok dtucker@

12 years ago - (djm) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
Damien Miller [Thu, 14 Mar 2013 23:34:25 +0000 (10:34 +1100)] 
 - (djm) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
   Add a usleep replacement for platforms that lack it; ok dtucker

12 years ago - (djm) [configure.ac] Disable utmp, wtmp and/or lastlog if the platform
Damien Miller [Thu, 14 Mar 2013 23:23:07 +0000 (10:23 +1100)] 
 - (djm) [configure.ac] Disable utmp, wtmp and/or lastlog if the platform
    is unable to successfully compile them. Based on patch from des AT
    des.no

12 years ago - (dtucker) [auth.c configure.ac platform.c platform.h] Accept uid 2 ("bin")
Darren Tucker [Tue, 12 Mar 2013 00:31:05 +0000 (11:31 +1100)] 
 - (dtucker) [auth.c configure.ac platform.c platform.h] Accept uid 2 ("bin")
   in addition to root as an owner of system directories on AIX and HP-UX.
   ok djm@

12 years ago - (dtucker) [regress/Makefile regress/cipher-speed.sh regress/test-exec.sh]
Darren Tucker [Tue, 12 Mar 2013 00:19:40 +0000 (11:19 +1100)] 
 - (dtucker) [regress/Makefile regress/cipher-speed.sh regress/test-exec.sh]
   Improve portability of cipher-speed test, based mostly on a patch from
   Iain Morgan.

12 years ago - (djm) [configure.ac] Add a timeout to the select/rlimit test to give it a
Damien Miller [Fri, 8 Mar 2013 01:14:22 +0000 (12:14 +1100)] 
 - (djm) [configure.ac] Add a timeout to the select/rlimit test to give it a
    chance to complete on broken systems; ok dtucker@

12 years ago - (tim) [Makefile.in] Add another missing $(EXEEXT) I should have seen 3 days
Tim Rice [Thu, 7 Mar 2013 15:37:13 +0000 (07:37 -0800)] 
 - (tim) [Makefile.in] Add another missing $(EXEEXT) I should have seen 3 days
   ago.

12 years agoremove extra word
Darren Tucker [Thu, 7 Mar 2013 09:14:34 +0000 (20:14 +1100)] 
remove extra word

12 years ago - (dtucker) [defines.h] Remove SIZEOF_CHAR bits since the test for it is
Darren Tucker [Thu, 7 Mar 2013 09:06:13 +0000 (20:06 +1100)] 
 - (dtucker) [defines.h] Remove SIZEOF_CHAR bits since the test for it is
   was removed in configure.ac rev 1.481 as it was redundant.

12 years ago - (dtucker) [INSTALL] Bump documented autoconf version to what we're
Darren Tucker [Thu, 7 Mar 2013 01:33:35 +0000 (12:33 +1100)] 
 - (dtucker) [INSTALL] Bump documented autoconf version to what we're
   currently using.

12 years ago - (dtucker) [configure.ac] test that we can set number of file descriptors
Darren Tucker [Wed, 6 Mar 2013 06:48:48 +0000 (17:48 +1100)] 
 - (dtucker) [configure.ac] test that we can set number of file descriptors
   to zero with setrlimit before enabling the rlimit sandbox.  This affects
   (at least) HPUX 11.11.

12 years ago - (dtucker) [regress/forward-control.sh] Wait longer for the forwarding
Darren Tucker [Wed, 6 Mar 2013 03:06:48 +0000 (14:06 +1100)] 
 - (dtucker) [regress/forward-control.sh] Wait longer for the forwarding
  connection to start so that the test works on slower machines.

12 years ago - (tim) [Makefile.in] Add missing $(EXEEXT). Found by Roumen Petrov.
Tim Rice [Tue, 5 Mar 2013 22:23:58 +0000 (14:23 -0800)] 
 - (tim) [Makefile.in] Add missing $(EXEEXT). Found by Roumen Petrov.

12 years ago - (dtucker) [Makefile.in] Remove trailing "\" on PATHS, which caused obscure
Darren Tucker [Tue, 5 Mar 2013 10:50:09 +0000 (21:50 +1100)] 
 - (dtucker) [Makefile.in] Remove trailing "\" on PATHS, which caused obscure
   build breakage on (at least) HP-UX 11.11.  Found by Amit Kulkarni and Kevin
   Brott.

12 years agoadd Amit.
Darren Tucker [Tue, 5 Mar 2013 09:02:24 +0000 (20:02 +1100)] 
add Amit.

12 years ago - (dtucker) [configure.ac] use "=" for shell test and not "==". Spotted by
Darren Tucker [Tue, 5 Mar 2013 08:57:39 +0000 (19:57 +1100)] 
 - (dtucker) [configure.ac] use "=" for shell test and not "==".  Spotted by
   Kevin Brott.

12 years ago - (djm) [regress/modpipe.c] Compilation fix for AIX and parsing fix for
Damien Miller [Mon, 4 Mar 2013 22:49:00 +0000 (09:49 +1100)] 
 - (djm) [regress/modpipe.c] Compilation fix for AIX and parsing fix for
   HP/UX. Spotted by Kevin Brott

12 years ago - (tim) [regress/krl.sh] keep old solaris awk from hanging.
Tim Rice [Wed, 27 Feb 2013 06:48:31 +0000 (22:48 -0800)] 
 - (tim) [regress/krl.sh] keep old solaris awk from hanging.

12 years ago - (tim) [regress/integrity.sh] keep old solaris awk from hanging.
Tim Rice [Wed, 27 Feb 2013 05:49:09 +0000 (21:49 -0800)] 
 - (tim) [regress/integrity.sh] keep old solaris awk from hanging.

12 years ago - (tim) [regress/integrity.sh] shell portability fix.
Tim Rice [Wed, 27 Feb 2013 04:27:29 +0000 (20:27 -0800)] 
 - (tim) [regress/integrity.sh] shell portability fix.

12 years ago - (tim) [regress/forward-control.sh] use sh in case login shell is csh.
Tim Rice [Wed, 27 Feb 2013 03:35:26 +0000 (19:35 -0800)] 
 - (tim) [regress/forward-control.sh] use sh in case login shell is csh.

12 years ago - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
Damien Miller [Tue, 26 Feb 2013 23:48:18 +0000 (10:48 +1100)] 
 - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
   [contrib/suse/openssh.spec] Crank version numbers

12 years ago - (djm) [regress/integrity.sh] Run sshd via $SUDO; fixes tinderbox breakage
Damien Miller [Tue, 26 Feb 2013 08:41:30 +0000 (19:41 +1100)] 
 - (djm) [regress/integrity.sh] Run sshd via $SUDO; fixes tinderbox breakage
   for UsePAM=yes configuration

12 years ago - djm@cvs.openbsd.org 2013/02/20 08:27:50
Damien Miller [Tue, 26 Feb 2013 07:58:06 +0000 (18:58 +1100)] 
   - djm@cvs.openbsd.org 2013/02/20 08:27:50
     [integrity.sh]
     Add an option to modpipe that warns if the modification offset it not
     reached in it's stream and turn it on for t-integrity. This should catch
     cases where the session is not fuzzed for being too short (cf. my last
     "oops" commit)

12 years ago - (dtucker) [configure.ac ssh-gss.h] bz#2073: additional #includes needed
Darren Tucker [Mon, 25 Feb 2013 00:24:44 +0000 (11:24 +1100)] 
 - (dtucker) [configure.ac ssh-gss.h] bz#2073: additional #includes needed
   to use Solaris native GSS libs.  Patch from Pierre Ossman.

12 years agowelcome to 2013
Darren Tucker [Sun, 24 Feb 2013 23:32:27 +0000 (10:32 +1100)] 
welcome to 2013

12 years ago - (djm) [configure.ac includes.h loginrec.c mux.c sftp.c] Prefer
Damien Miller [Fri, 22 Feb 2013 22:12:23 +0000 (09:12 +1100)] 
 - (djm) [configure.ac includes.h loginrec.c mux.c sftp.c] Prefer
   bsd/libutil.h to libutil.h to avoid deprecation warnings on Ubuntu.
   ok tim

12 years ago - (djm) [configure.ac sandbox-seccomp-filter.c] Support for Linux
Damien Miller [Fri, 22 Feb 2013 00:37:00 +0000 (11:37 +1100)] 
 - (djm) [configure.ac sandbox-seccomp-filter.c] Support for Linux
    seccomp-bpf sandbox on ARM. Patch from shawnlandden AT gmail.com;
       ok dtucker

12 years ago - (dtucker) [configure.ac] bz#2073: look for Solaris' differently-named
Darren Tucker [Thu, 21 Feb 2013 23:43:15 +0000 (10:43 +1100)] 
 - (dtucker) [configure.ac] bz#2073: look for Solaris' differently-named
   libgss too.  Patch from Pierre Ossman, ok djm.

12 years ago - (dtucker) [Makefile.in configure.ac] bz#2072: don't link krb5 libs to
Darren Tucker [Thu, 21 Feb 2013 23:39:59 +0000 (10:39 +1100)] 
 - (dtucker) [Makefile.in configure.ac] bz#2072: don't link krb5 libs to
   ssh(1) since they're not needed.  Patch from Pierre Ossman.

12 years ago - (tim) [regress/forward-control.sh] shell portability fix.
Tim Rice [Thu, 21 Feb 2013 05:37:55 +0000 (21:37 -0800)] 
 - (tim) [regress/forward-control.sh] shell portability fix.

12 years ago - djm@cvs.openbsd.org 2013/02/20 08:29:27
Damien Miller [Wed, 20 Feb 2013 10:16:07 +0000 (21:16 +1100)] 
   - djm@cvs.openbsd.org 2013/02/20 08:29:27
     [regress/modpipe.c]
     s/Id/OpenBSD/ in RCS tag

12 years ago - djm@cvs.openbsd.org 2013/02/20 08:27:50
Damien Miller [Wed, 20 Feb 2013 10:13:27 +0000 (21:13 +1100)] 
   - djm@cvs.openbsd.org 2013/02/20 08:27:50
     [regress/integrity.sh regress/modpipe.c]
     Add an option to modpipe that warns if the modification offset it not
     reached in it's stream and turn it on for t-integrity. This should catch
     cases where the session is not fuzzed for being too short (cf. my last
     "oops" commit)

12 years ago - (tim) [krl.c Makefile.in regress/Makefile regress/modpipe.c] remove unneeded
Tim Rice [Wed, 20 Feb 2013 03:01:51 +0000 (19:01 -0800)] 
 - (tim) [krl.c Makefile.in regress/Makefile regress/modpipe.c] remove unneeded
   err.h include from krl.c. Additional portability fixes for modpipe. OK djm

12 years ago - (tim) [regress/cipher-speed.sh regress/try-ciphers.sh] shell portability fix.
Tim Rice [Tue, 19 Feb 2013 19:53:29 +0000 (11:53 -0800)] 
 - (tim) [regress/cipher-speed.sh regress/try-ciphers.sh] shell portability fix.

12 years ago - (djm) [regress/integrity.sh] Skip SHA2-based MACs on configurations that
Damien Miller [Tue, 19 Feb 2013 03:27:44 +0000 (14:27 +1100)] 
 - (djm) [regress/integrity.sh] Skip SHA2-based MACs on configurations that
   lack support for SHA2.

12 years ago - djm@cvs.openbsd.org 2013/02/19 02:14:09
Damien Miller [Tue, 19 Feb 2013 02:15:01 +0000 (13:15 +1100)] 
   - djm@cvs.openbsd.org 2013/02/19 02:14:09
     [integrity.sh]
     oops, forgot to increase the output of the ssh command to ensure that
     we actually reach $offset

12 years ago - djm@cvs.openbsd.org 2013/02/18 22:26:47
Damien Miller [Mon, 18 Feb 2013 22:28:32 +0000 (09:28 +1100)] 
   - djm@cvs.openbsd.org 2013/02/18 22:26:47
     [integrity.sh]
     crank the offset yet again; it was still fuzzing KEX one of Darren's
     portable test hosts at 2800

12 years ago - djm@cvs.openbsd.org 2013/02/17 23:16:55
Damien Miller [Sun, 17 Feb 2013 23:18:05 +0000 (10:18 +1100)] 
   - djm@cvs.openbsd.org 2013/02/17 23:16:55
     [integrity.sh]
     make the ssh command generates some output to ensure that there are at
     least offset+tries bytes in the stream.

12 years ago - djm@cvs.openbsd.org 2013/02/16 06:08:45
Damien Miller [Sat, 16 Feb 2013 06:32:31 +0000 (17:32 +1100)] 
   - djm@cvs.openbsd.org 2013/02/16 06:08:45
     [integrity.sh]
     make sure the fuzz offset is actually past the end of KEX for all KEX
     types. diffie-hellman-group-exchange-sha256 requires an offset around
     2700. Noticed via test failures in portable OpenSSH on platforms that
     lack ECC and this the more byte-frugal ECDH KEX algorithms.

12 years ago - (dtucker) [openbsd-compat/bsd-misc.c] Handle the case where setpgrp() takes
Darren Tucker [Fri, 15 Feb 2013 03:55:38 +0000 (14:55 +1100)] 
 - (dtucker) [openbsd-compat/bsd-misc.c] Handle the case where setpgrp() takes
   an argument.  Pointed out by djm.

12 years ago - (dtucker) [openbsd-compat/openbsd-compat.h] Add prototype for strtoul,
Darren Tucker [Fri, 15 Feb 2013 01:20:41 +0000 (12:20 +1100)] 
 - (dtucker) [openbsd-compat/openbsd-compat.h] Add prototype for strtoul,
   group strto* function prototypes together.

12 years ago - dtucker@cvs.openbsd.org 2013/02/15 00:21:01
Damien Miller [Fri, 15 Feb 2013 01:18:32 +0000 (12:18 +1100)] 
   - dtucker@cvs.openbsd.org 2013/02/15 00:21:01
     [sshconnect2.c]
     Warn more loudly if an IdentityFile provided by the user cannot be read.
     bz #1981, ok djm@

12 years ago - (dtucker) [configure.ac openbsd-compat/Makefile.in openbsd-compat/strtoull.c
Darren Tucker [Fri, 15 Feb 2013 01:13:01 +0000 (12:13 +1100)] 
 - (dtucker) [configure.ac openbsd-compat/Makefile.in openbsd-compat/strtoull.c
   openbsd-compat/openbsd-compat.h] Add strtoull to compat library for
   platforms that don't have it.

12 years agospacing
Darren Tucker [Fri, 15 Feb 2013 00:50:03 +0000 (11:50 +1100)] 
spacing

12 years ago - (dtucker) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
Darren Tucker [Fri, 15 Feb 2013 00:41:35 +0000 (11:41 +1100)] 
 - (dtucker) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
   Use getpgrp() if we don't have getpgid() (old BSDs, maybe others).

12 years ago - djm@cvs.openbsd.org 2013/02/14 21:35:59
Damien Miller [Thu, 14 Feb 2013 23:28:55 +0000 (10:28 +1100)] 
   - djm@cvs.openbsd.org 2013/02/14 21:35:59
     [auth2-pubkey.c]
     Correct error message that had a typo and was logging the wrong thing;
     patch from Petr Lautrbach

12 years ago - (djm) [contrib/suse/rc.sshd] Use SSHD_BIN consistently; bz#2056 from
Damien Miller [Thu, 14 Feb 2013 23:23:44 +0000 (10:23 +1100)] 
 - (djm) [contrib/suse/rc.sshd] Use SSHD_BIN consistently; bz#2056 from
   Iain Morgan

12 years ago- (djm) [regress/integrity.sh] Start fuzzing from offset 2500 (instead
Damien Miller [Wed, 13 Feb 2013 23:32:33 +0000 (10:32 +1100)] 
- (djm) [regress/integrity.sh] Start fuzzing from offset 2500 (instead
  of 2300) to avoid clobbering the end of (non-MAC'd) KEX. Verified by
  Iain Morgan

12 years ago - (djm) [regress/krl.sh] typo; found by Iain Morgan
Damien Miller [Wed, 13 Feb 2013 23:31:03 +0000 (10:31 +1100)] 
 - (djm) [regress/krl.sh] typo; found by Iain Morgan

12 years ago - (djm) [regress/krl.sh] Don't use ecdsa keys in environment that lack ECC.
Damien Miller [Wed, 13 Feb 2013 23:14:51 +0000 (10:14 +1100)] 
 - (djm) [regress/krl.sh] Don't use ecdsa keys in environment that lack ECC.

12 years ago - (djm) [regress/try-ciphers.sh] clean up CVS merge botch
Damien Miller [Tue, 12 Feb 2013 00:31:38 +0000 (11:31 +1100)] 
 - (djm) [regress/try-ciphers.sh] clean up CVS merge botch

12 years ago - djm@cvs.openbsd.org 2013/02/11 23:58:51
Damien Miller [Tue, 12 Feb 2013 00:16:57 +0000 (11:16 +1100)] 
   - djm@cvs.openbsd.org 2013/02/11 23:58:51
     [try-ciphers.sh]
     remove acss here too

12 years ago - dtucker@cvs.openbsd.org 2013/02/11 21:21:58
Damien Miller [Tue, 12 Feb 2013 00:04:48 +0000 (11:04 +1100)] 
   - dtucker@cvs.openbsd.org 2013/02/11 21:21:58
     [sshd.c]
     Add openssl version to debug output similar to the client.  ok markus@

12 years ago - djm@cvs.openbsd.org 2013/02/10 23:35:24
Damien Miller [Tue, 12 Feb 2013 00:03:58 +0000 (11:03 +1100)] 
   - djm@cvs.openbsd.org 2013/02/10 23:35:24
     [packet.c]
     record "Received disconnect" messages at ERROR rather than INFO priority,
     since they are abnormal and result in a non-zero ssh exit status; patch
     from Iain Morgan in bz#2057; ok dtucker@

12 years ago - djm@cvs.openbsd.org 2013/02/10 23:32:10
Damien Miller [Tue, 12 Feb 2013 00:03:36 +0000 (11:03 +1100)] 
   - djm@cvs.openbsd.org 2013/02/10 23:32:10
     [ssh-keygen.c]
     append to moduli file when screening candidates rather than overwriting.
     allows resumption of interrupted screen; patch from Christophe Garault
     in bz#1957; ok dtucker@

12 years ago - markus@cvs.openbsd.org 2013/02/10 21:19:34
Damien Miller [Tue, 12 Feb 2013 00:03:10 +0000 (11:03 +1100)] 
   - markus@cvs.openbsd.org 2013/02/10 21:19:34
     [version.h]
     openssh 6.2

12 years ago - djm@cvs.openbsd.org 2013/02/08 00:41:12
Damien Miller [Tue, 12 Feb 2013 00:02:46 +0000 (11:02 +1100)] 
   - djm@cvs.openbsd.org 2013/02/08 00:41:12
     [sftp.c]
     fix NULL deref when built without libedit and control characters
     entered as command; debugging and patch from Iain Morgan an
     Loganaden Velvindron in bz#1956

12 years ago - dtucker@cvs.openbsd.org 2013/02/06 00:22:21
Damien Miller [Tue, 12 Feb 2013 00:02:27 +0000 (11:02 +1100)] 
   - dtucker@cvs.openbsd.org 2013/02/06 00:22:21
     [auth.c]
     Fix comment, from jfree.e1 at gmail

12 years ago - dtucker@cvs.openbsd.org 2013/02/06 00:20:42
Damien Miller [Tue, 12 Feb 2013 00:02:08 +0000 (11:02 +1100)] 
   - dtucker@cvs.openbsd.org 2013/02/06 00:20:42
     [servconf.c sshd_config sshd_config.5]
     Change default of MaxStartups to 10:30:100 to start doing random early
     drop at 10 connections up to 100 connections.  This will make it harder
     to DoS as CPUs have come a long way since the original value was set
     back in 2000.  Prompted by nion at debian org, ok markus@

12 years ago - djm@cvs.openbsd.org 2013/01/27 10:06:12
Damien Miller [Tue, 12 Feb 2013 00:01:39 +0000 (11:01 +1100)] 
   - djm@cvs.openbsd.org 2013/01/27 10:06:12
     [krl.c]
     actually use the xrealloc() return value; spotted by xi.wang AT gmail.com

12 years ago - djm@cvs.openbsd.org 2013/01/26 06:11:05
Damien Miller [Tue, 12 Feb 2013 00:00:34 +0000 (11:00 +1100)] 
   - djm@cvs.openbsd.org 2013/01/26 06:11:05
     [Makefile.in acss.c acss.h cipher-acss.c cipher.c]
     [openbsd-compat/openssl-compat.h]
     remove ACSS, now that it is gone from libcrypto too

12 years ago - djm@cvs.openbsd.org 2013/01/25 10:22:19
Damien Miller [Mon, 11 Feb 2013 23:56:42 +0000 (10:56 +1100)] 
   - djm@cvs.openbsd.org 2013/01/25 10:22:19
     [krl.c]
     redo last commit without the vi-vomit that snuck in:
     skip serial lookup when cert's serial number is zero
     (now with 100% better comment)

12 years ago - krw@cvs.openbsd.org 2013/01/25 05:00:27
Damien Miller [Mon, 11 Feb 2013 23:55:16 +0000 (10:55 +1100)] 
   - krw@cvs.openbsd.org 2013/01/25 05:00:27
     [krl.c]
     Revert last. Breaks due to likely typo. Let djm@ fix later.
     ok djm@ via dlg@

12 years ago - djm@cvs.openbsd.org 2013/01/24 22:08:56
Damien Miller [Mon, 11 Feb 2013 23:54:54 +0000 (10:54 +1100)] 
   - djm@cvs.openbsd.org 2013/01/24 22:08:56
     [krl.c]
     skip serial lookup when cert's serial number is zero

12 years ago - (djm) OpenBSD CVS Sync
Damien Miller [Mon, 11 Feb 2013 23:54:37 +0000 (10:54 +1100)] 
 - (djm) OpenBSD CVS Sync
   - djm@cvs.openbsd.org 2013/01/24 21:45:37
     [krl.c]
     fix handling of (unused) KRL signatures; skip string in correct buffer

12 years ago - (djm) [configure.ac openbsd-compat/openssl-compat.h] Repair build on old
Damien Miller [Sun, 10 Feb 2013 23:39:12 +0000 (10:39 +1100)] 
 - (djm) [configure.ac openbsd-compat/openssl-compat.h] Repair build on old
   libcrypto that lacks EVP_CIPHER_CTX_ctrl

12 years ago - (dtucker) [configure.ac openbsd-compat/sys-tree.h] Test if compiler allows
Darren Tucker [Fri, 8 Feb 2013 00:50:09 +0000 (11:50 +1100)] 
 - (dtucker) [configure.ac openbsd-compat/sys-tree.h] Test if compiler allows
   __attribute__ on return values and work around if necessary.  ok djm@

12 years ago - (djm) [contrib/redhat/sshd.init] treat RETVAL as an integer;
Damien Miller [Thu, 7 Feb 2013 23:49:37 +0000 (10:49 +1100)] 
 - (djm) [contrib/redhat/sshd.init] treat RETVAL as an integer;
   patch from Iain Morgan in bz#2059

12 years ago - (djm) [configure.ac] Don't probe seccomp capability of running kernel
Damien Miller [Wed, 6 Feb 2013 23:11:05 +0000 (10:11 +1100)] 
 - (djm) [configure.ac] Don't probe seccomp capability of running kernel
    at configure time; the seccomp sandbox will fall back to rlimit at
       runtime anyway. Patch from plautrba AT redhat.com in bz#2011

12 years ago - (djm) [regress/krl.sh] replacement for jot; most platforms lack it
Damien Miller [Sun, 20 Jan 2013 11:58:51 +0000 (22:58 +1100)] 
 - (djm) [regress/krl.sh] replacement for jot; most platforms lack it

12 years ago - (djm) [openbsd-compat/sys-tree.h] Sync with OpenBSD. krl.c needs newer
Damien Miller [Sun, 20 Jan 2013 11:49:58 +0000 (22:49 +1100)] 
 - (djm) [openbsd-compat/sys-tree.h] Sync with OpenBSD. krl.c needs newer
    version.

12 years ago - markus@cvs.openbsd.org 2013/01/19 12:34:55
Damien Miller [Sun, 20 Jan 2013 11:35:31 +0000 (22:35 +1100)] 
   - markus@cvs.openbsd.org 2013/01/19 12:34:55
     [krl.c]
     RB_INSERT does not remove existing elments; ok djm@

12 years ago - jmc@cvs.openbsd.org 2013/01/19 07:13:25
Damien Miller [Sun, 20 Jan 2013 11:35:06 +0000 (22:35 +1100)] 
   - jmc@cvs.openbsd.org 2013/01/19 07:13:25
     [ssh-keygen.1]
     fix some formatting; ok djm

12 years ago - jmc@cvs.openbsd.org 2013/01/18 21:48:43
Damien Miller [Sun, 20 Jan 2013 11:34:46 +0000 (22:34 +1100)] 
   - jmc@cvs.openbsd.org 2013/01/18 21:48:43
     [ssh-keygen.1]
     command-line (adj.) -> command line (n.);

12 years ago - jmc@cvs.openbsd.org 2013/01/18 08:39:04
Damien Miller [Sun, 20 Jan 2013 11:34:04 +0000 (22:34 +1100)] 
   - jmc@cvs.openbsd.org 2013/01/18 08:39:04
     [ssh-keygen.1]
     add -Q to the options list; ok djm

12 years ago - jmc@cvs.openbsd.org 2013/01/18 08:00:49
Damien Miller [Sun, 20 Jan 2013 11:33:44 +0000 (22:33 +1100)] 
   - jmc@cvs.openbsd.org 2013/01/18 08:00:49
     [sshd_config.5]
     tweak previous;

12 years ago - jmc@cvs.openbsd.org 2013/01/18 07:59:46
Damien Miller [Sun, 20 Jan 2013 11:33:23 +0000 (22:33 +1100)] 
   - jmc@cvs.openbsd.org 2013/01/18 07:59:46
     [ssh-keygen.c]
     -u before -V in usage();

12 years ago - jmc@cvs.openbsd.org 2013/01/18 07:57:47
Damien Miller [Sun, 20 Jan 2013 11:33:02 +0000 (22:33 +1100)] 
   - jmc@cvs.openbsd.org 2013/01/18 07:57:47
     [ssh-keygen.1]
     tweak previous;

12 years ago - (djm) [cipher-aes.c cipher-ctr.c openbsd-compat/openssl-compat.h]
Damien Miller [Sun, 20 Jan 2013 11:31:29 +0000 (22:31 +1100)] 
 - (djm) [cipher-aes.c cipher-ctr.c openbsd-compat/openssl-compat.h]
   Move prototypes for replacement ciphers to openssl-compat.h; fix EVP
   prototypes for openssl-1.0.0-fips.