]> git.ipfire.org Git - thirdparty/openssh-portable.git/log
thirdparty/openssh-portable.git
13 years ago - (djm) Release openssh-6.1 V_6_1_P1
Damien Miller [Wed, 29 Aug 2012 00:26:20 +0000 (10:26 +1000)] 
 - (djm) Release openssh-6.1

13 years ago - (dtucker) [openbsd-compat/bsd-cygwin_util.h] define WIN32_LEAN_AND_MEAN
Darren Tucker [Tue, 28 Aug 2012 09:57:19 +0000 (19:57 +1000)] 
 - (dtucker) [openbsd-compat/bsd-cygwin_util.h] define WIN32_LEAN_AND_MEAN
   for compatibility with future mingw-w64 headers.  Patch from vinschen at
   redhat com.

13 years ago - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
Damien Miller [Wed, 22 Aug 2012 11:57:13 +0000 (21:57 +1000)] 
 - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
   [contrib/suse/openssh.spec] Update version numbers

13 years ago - markus@cvs.openbsd.org 2012/07/22 18:19:21
Damien Miller [Tue, 31 Jul 2012 02:23:16 +0000 (12:23 +1000)] 
   - markus@cvs.openbsd.org 2012/07/22 18:19:21
     [version.h]
     openssh 6.1

13 years ago - dtucker@cvs.openbsd.org 2012/07/13 01:35:21
Damien Miller [Tue, 31 Jul 2012 02:22:37 +0000 (12:22 +1000)] 
   - dtucker@cvs.openbsd.org 2012/07/13 01:35:21
     [servconf.c]
     handle long comments in config files better.  bz#2025, ok markus

13 years agofix truncated entry
Damien Miller [Tue, 31 Jul 2012 02:22:18 +0000 (12:22 +1000)] 
fix truncated entry

13 years ago - djm@cvs.openbsd.org 2012/07/10 02:19:15
Damien Miller [Tue, 31 Jul 2012 02:21:34 +0000 (12:21 +1000)] 
   - djm@cvs.openbsd.org 2012/07/10 02:19:15
     [servconf.c servconf.h sshd.c sshd_config]
     Turn on systrace sandboxing of pre-auth sshd by default for new installs
     by shipping a config that overrides the current UsePrivilegeSeparation=yes
     default. Make it easier to flip the default in the future by adding too.

13 years ago - jmc@cvs.openbsd.org 2012/07/06 06:38:03
Damien Miller [Tue, 31 Jul 2012 02:20:43 +0000 (12:20 +1000)] 
   - jmc@cvs.openbsd.org 2012/07/06 06:38:03
     [ssh-keygen.c]
     missing full stop in usage();

13 years agoImport regened moduli file.
Darren Tucker [Fri, 20 Jul 2012 00:42:06 +0000 (10:42 +1000)] 
Import regened moduli file.

13 years ago - djm@cvs.openbsd.org 2012/07/06 01:47:38
Damien Miller [Fri, 6 Jul 2012 03:45:01 +0000 (13:45 +1000)] 
   - djm@cvs.openbsd.org 2012/07/06 01:47:38
     [ssh.c]
     move setting of tty_flag to after config parsing so RequestTTY options
     are correctly picked up. bz#1995 patch from przemoc AT gmail.com;
     ok dtucker@

13 years ago - djm@cvs.openbsd.org 2012/07/06 01:37:21
Damien Miller [Fri, 6 Jul 2012 03:44:43 +0000 (13:44 +1000)] 
   - djm@cvs.openbsd.org 2012/07/06 01:37:21
     [mux.c]
     fix memory leak of passed-in environment variables and connection
     context when new session message is malformed; bz#2003 from Bert.Wesarg
     AT googlemail.com

13 years ago - dtucker@cvs.openbsd.org 2012/07/06 00:41:59
Damien Miller [Fri, 6 Jul 2012 03:44:19 +0000 (13:44 +1000)] 
   - dtucker@cvs.openbsd.org 2012/07/06 00:41:59
     [moduli.c ssh-keygen.1 ssh-keygen.c]
     Add options to specify starting line number and number of lines to process
     when screening moduli candidates.  This allows processing of different
     parts of a candidate moduli file in parallel.  man page help jmc@, ok djm@

13 years ago - (djm) [configure.ac] Recursively expand $(bindir) to ensure it has no
Damien Miller [Fri, 6 Jul 2012 01:49:28 +0000 (11:49 +1000)] 
 - (djm) [configure.ac] Recursively expand $(bindir) to ensure it has no
   unexpanded $(prefix) embedded. bz#2007 patch from nix-corp AT
   esperi.org.uk; ok dtucker@

13 years ago - (djm) [sandbox-seccomp-filter.c] fallback to rlimit if seccomp filter is
Damien Miller [Fri, 6 Jul 2012 00:27:10 +0000 (10:27 +1000)] 
 - (djm) [sandbox-seccomp-filter.c] fallback to rlimit if seccomp filter is
   not available. Allows use of sshd compiled on host with a filter-capable
   kernel on hosts that lack the support. bz#2011 ok dtucker@

13 years ago - (dtucker) [configure.ac openbsd-compat/bsd-misc.h] Add setlinebuf for
Darren Tucker [Tue, 3 Jul 2012 22:50:09 +0000 (08:50 +1000)] 
 - (dtucker) [configure.ac openbsd-compat/bsd-misc.h] Add setlinebuf for
   platforms that don't have it.  "looks good" tim@

13 years ago - (dtucker) [configure.ac sandbox-rlimit.c] Test whether or not
Darren Tucker [Tue, 3 Jul 2012 12:48:31 +0000 (22:48 +1000)] 
 - (dtucker) [configure.ac sandbox-rlimit.c] Test whether or not
   setrlimit(RLIMIT_FSIZE, rl_zero) and skip it if it's not supported.  Its
   benefit is minor, so it's not worth disabling the sandbox if it doesn't
   work.

13 years ago - (dtucker) [configure.ac] Detect platforms that can't use select(2) with
Darren Tucker [Tue, 3 Jul 2012 04:31:18 +0000 (14:31 +1000)] 
 - (dtucker) [configure.ac] Detect platforms that can't use select(2) with
   setrlimit(RLIMIT_NOFILE, rl_zero) and disable the rlimit sandbox on those.

13 years ago - (dtucker) [regress/test-exec.sh] Correct uname for cygwin/w2k.
Darren Tucker [Mon, 2 Jul 2012 15:11:28 +0000 (01:11 +1000)] 
 - (dtucker) [regress/test-exec.sh] Correct uname for cygwin/w2k.

13 years ago - (dtucker) [regress/reexec.sh regress/sftp-cmds.sh regress/test-exec.sh]
Darren Tucker [Mon, 2 Jul 2012 15:06:49 +0000 (01:06 +1000)] 
 - (dtucker) [regress/reexec.sh regress/sftp-cmds.sh regress/test-exec.sh]
   Move cygwin detection to test-exec and use to skip reexec test on cygwin.

13 years ago - dtucker@cvs.openbsd.org 2012/07/02 14:37:06
Darren Tucker [Mon, 2 Jul 2012 14:53:18 +0000 (00:53 +1000)] 
   - dtucker@cvs.openbsd.org 2012/07/02 14:37:06
     [regress/connect-privsep.sh]
     remove exit from end of test since it prevents reporting failure

13 years ago - dtucker@cvs.openbsd.org 2012/07/02 12:13:26
Darren Tucker [Mon, 2 Jul 2012 12:15:38 +0000 (22:15 +1000)] 
   - dtucker@cvs.openbsd.org 2012/07/02 12:13:26
     [ssh-pkcs11-helper.c sftp-client.c]
     fix a couple of "assigned but not used" warnings.  ok markus@

13 years ago - dtucker@cvs.openbsd.org 2012/07/02 08:50:03
Darren Tucker [Mon, 2 Jul 2012 08:55:09 +0000 (18:55 +1000)] 
   - dtucker@cvs.openbsd.org 2012/07/02 08:50:03
     [ssh.c]
     set interactive ToS for forwarded X11 sessions.  ok djm@

13 years ago - markus@cvs.openbsd.org 2012/06/30 14:35:09
Darren Tucker [Mon, 2 Jul 2012 08:54:31 +0000 (18:54 +1000)] 
   - markus@cvs.openbsd.org 2012/06/30 14:35:09
     [sandbox-systrace.c sshd.c]
     fix a during the load of the sandbox policies (child can still make
     the read-syscall and wait forever for systrace-answers) by replacing
     the read/write synchronisation with SIGSTOP/SIGCONT;
     report and help hshoexer@; ok djm@, dtucker@

13 years ago - naddy@cvs.openbsd.org 2012/06/29 13:57:25
Darren Tucker [Mon, 2 Jul 2012 08:53:37 +0000 (18:53 +1000)] 
   - naddy@cvs.openbsd.org 2012/06/29 13:57:25
     [ssh_config.5 sshd_config.5]
     match the documented MAC order of preference to the actual one;
     ok dtucker@

13 years ago - (dtucker) [key.c] ifdef out sha256 key types on platforms that don't have
Darren Tucker [Sat, 30 Jun 2012 10:05:02 +0000 (20:05 +1000)] 
 - (dtucker) [key.c] ifdef out sha256 key types on platforms that don't have
   the required functions in libcrypto.

13 years ago - (dtucker) [myproposal.h] Remove trailing backslash to fix compile error
Darren Tucker [Sat, 30 Jun 2012 09:47:01 +0000 (19:47 +1000)] 
 - (dtucker) [myproposal.h] Remove trailing backslash to fix compile error

13 years ago - dtucker@cvs.openbsd.org 2012/06/28 05:07:45
Darren Tucker [Sat, 30 Jun 2012 05:08:53 +0000 (15:08 +1000)] 
   - dtucker@cvs.openbsd.org 2012/06/28 05:07:45
     [regress/try-ciphers.sh regress/cipher-speed.sh]
     Remove hmac-sha2-256-96 and hmac-sha2-512-96 MACs since they were removed
     from draft6 of the spec and will not be in the RFC when published.  Patch
     from mdb at juniper net via bz#2023, ok markus

13 years ago - dtucker@cvs.openbsd.org 2012/06/26 12:06:59
Darren Tucker [Sat, 30 Jun 2012 05:06:28 +0000 (15:06 +1000)] 
   - dtucker@cvs.openbsd.org 2012/06/26 12:06:59
     [regress/connect-privsep.sh]
     test sandbox with every malloc option

13 years ago - djm@cvs.openbsd.org 2012/06/01 00:52:52
Darren Tucker [Sat, 30 Jun 2012 05:04:13 +0000 (15:04 +1000)] 
   - djm@cvs.openbsd.org 2012/06/01 00:52:52
     [regress/sftp-cmds.sh]
     don't delete .* on cleanup due to unintended env expansion; pointed out in
     bz#2014 by openssh AT roumenpetrov.info

13 years ago - djm@cvs.openbsd.org 2012/06/01 00:47:35
Darren Tucker [Sat, 30 Jun 2012 05:03:28 +0000 (15:03 +1000)] 
   - djm@cvs.openbsd.org 2012/06/01 00:47:35
     [multiplex.sh forwarding.sh]
     append to rather than truncate test log; bz#2013 from openssh AT
     roumenpetrov.

13 years ago - dtucker@cvs.openbsd.org 2012/05/13 01:42:32
Darren Tucker [Sat, 30 Jun 2012 05:01:22 +0000 (15:01 +1000)] 
   - dtucker@cvs.openbsd.org 2012/05/13 01:42:32
     [regress/addrmatch.sh]
     Add "Match LocalAddress" and "Match LocalPort" to sshd and adjust tests
     to match.  Feedback and ok djm@ markus@.

13 years ago - naddy@cvs.openbsd.org 2012/06/29 13:57:25
Damien Miller [Fri, 29 Jun 2012 22:35:59 +0000 (08:35 +1000)] 
   - naddy@cvs.openbsd.org 2012/06/29 13:57:25
     [ssh_config.5 sshd_config.5]
     match the documented MAC order of preference to the actual one; ok dtucker@

(actual patch accidentally committed with previous)

13 years ago - dtucker@cvs.openbsd.org 2012/06/28 05:07:45
Damien Miller [Fri, 29 Jun 2012 22:34:59 +0000 (08:34 +1000)] 
   - dtucker@cvs.openbsd.org 2012/06/28 05:07:45
     [mac.c myproposal.h ssh_config.5 sshd_config.5]
     Remove hmac-sha2-256-96 and hmac-sha2-512-96 MACs since they were removed
     from draft6 of the spec and will not be in the RFC when published.  Patch
     from mdb at juniper net via bz#2023, ok markus.

13 years ago - dtucker@cvs.openbsd.org 2012/06/26 11:02:30
Damien Miller [Fri, 29 Jun 2012 22:33:53 +0000 (08:33 +1000)] 
   - dtucker@cvs.openbsd.org 2012/06/26 11:02:30
     [sandbox-systrace.c]
     Add mquery to the list of allowed syscalls for "UsePrivilegeSeparation
     sandbox" since malloc now uses it.  From johnw.mail at gmail com.

13 years ago - dtucker@cvs.openbsd.org 2012/06/22 14:36:33
Damien Miller [Fri, 29 Jun 2012 22:33:32 +0000 (08:33 +1000)] 
   - dtucker@cvs.openbsd.org 2012/06/22 14:36:33
     [sftp.c]
     Remove unused variable leftover from tab-completion changes.
     From Steve.McClellan at radisys com, ok markus@

13 years ago - dtucker@cvs.openbsd.org 2012/06/22 12:30:26
Damien Miller [Fri, 29 Jun 2012 22:33:17 +0000 (08:33 +1000)] 
   - dtucker@cvs.openbsd.org 2012/06/22 12:30:26
     [monitor.c sshconnect2.c]
     remove dead code following 'for (;;)' loops.
     From Steve.McClellan at radisys com, ok markus@

13 years ago - dtucker@cvs.openbsd.org 2012/06/21 00:16:07
Damien Miller [Fri, 29 Jun 2012 22:32:29 +0000 (08:32 +1000)] 
   - dtucker@cvs.openbsd.org 2012/06/21 00:16:07
     [addrmatch.c]
     fix strlcpy truncation check.  from carsten at debian org, ok markus

13 years ago - (dtucker) [openbsd-compat/getrrsetbyname-ldns.c] bz #2022: prevent null
Darren Tucker [Thu, 28 Jun 2012 05:21:32 +0000 (15:21 +1000)] 
 - (dtucker) [openbsd-compat/getrrsetbyname-ldns.c] bz #2022: prevent null
   pointer deref in the client when built with LDNS and using DNSSEC with a
   CNAME.  Patch from gregdlg+mr at hochet info.

13 years ago - (dtucker) [contrib/cygwin/ssh-host-config] Ensure that user sshd runs as
Darren Tucker [Fri, 22 Jun 2012 12:02:42 +0000 (22:02 +1000)] 
 - (dtucker) [contrib/cygwin/ssh-host-config] Ensure that user sshd runs as
   can logon as a service.  Patch from vinschen at redhat com.

13 years ago - djm@cvs.openbsd.org 2012/06/20 04:42:58
Damien Miller [Wed, 20 Jun 2012 12:31:26 +0000 (22:31 +1000)] 
   - djm@cvs.openbsd.org 2012/06/20 04:42:58
     [clientloop.c serverloop.c]
     initialise accept() backoff timer to avoid EINVAL from select(2) in
     rekeying

13 years ago - jmc@cvs.openbsd.org 2012/06/19 21:35:54
Damien Miller [Wed, 20 Jun 2012 11:54:15 +0000 (21:54 +1000)] 
   - jmc@cvs.openbsd.org 2012/06/19 21:35:54
     [sshd_config.5]
     tweak previous; ok markus

13 years ago - markus@cvs.openbsd.org 2012/06/19 18:25:28
Damien Miller [Wed, 20 Jun 2012 11:53:58 +0000 (21:53 +1000)] 
   - markus@cvs.openbsd.org 2012/06/19 18:25:28
     [servconf.c servconf.h sshd_config.5]
     sshd_config: extend Match to allow AcceptEnv and {Allow,Deny}{Users,Groups}
     this allows 'Match LocalPort 1022' combined with 'AllowUser bauer'
     ok djm@ (back in March)

13 years ago - dtucker@cvs.openbsd.org 2012/06/18 12:17:18
Damien Miller [Wed, 20 Jun 2012 11:53:25 +0000 (21:53 +1000)] 
   - dtucker@cvs.openbsd.org 2012/06/18 12:17:18
     [ssh.1]
     Clarify description of -W.  Noted by Steve.McClellan at radisys com, ok jmc

13 years ago - dtucker@cvs.openbsd.org 2012/06/18 12:07:07
Damien Miller [Wed, 20 Jun 2012 11:52:58 +0000 (21:52 +1000)] 
   - dtucker@cvs.openbsd.org 2012/06/18 12:07:07
     [ssh.1 sshd.8]
     Remove mention of 'three' key files since there are now four.  From
     Steve.McClellan at radisys com.

13 years ago - dtucker@cvs.openbsd.org 2012/06/18 11:49:58
Damien Miller [Wed, 20 Jun 2012 11:52:38 +0000 (21:52 +1000)] 
   - dtucker@cvs.openbsd.org 2012/06/18 11:49:58
     [ssh_config.5]
     RSA instead of DSA twice.  From Steve.McClellan at radisys com

13 years ago - dtucker@cvs.openbsd.org 2012/06/18 11:43:53
Damien Miller [Wed, 20 Jun 2012 11:52:18 +0000 (21:52 +1000)] 
   - dtucker@cvs.openbsd.org 2012/06/18 11:43:53
     [jpake.c]
     correct sizeof usage.  patch from saw at online.de, ok deraadt

13 years ago - djm@cvs.openbsd.org 2012/06/01 01:01:22
Damien Miller [Wed, 20 Jun 2012 11:52:00 +0000 (21:52 +1000)] 
   - djm@cvs.openbsd.org 2012/06/01 01:01:22
     [mux.c]
     fix memory leak when mux socket creation fails; bz#2002 from bert.wesarg
     AT googlemail.com

13 years ago - djm@cvs.openbsd.org 2012/06/01 00:49:35
Damien Miller [Wed, 20 Jun 2012 11:51:29 +0000 (21:51 +1000)] 
   - djm@cvs.openbsd.org 2012/06/01 00:49:35
     [PROTOCOL.mux]
     correct types of port numbers (integers, not strings); bz#2004 from
     bert.wesarg AT googlemail.com

13 years ago - djm@cvs.openbsd.org 2012/05/23 03:28:28
Damien Miller [Wed, 20 Jun 2012 11:51:11 +0000 (21:51 +1000)] 
   - djm@cvs.openbsd.org 2012/05/23 03:28:28
     [dns.c dns.h key.c key.h ssh-keygen.c]
     add support for RFC6594 SSHFP DNS records for ECDSA key types.
     patch from bugzilla-m67 AT nulld.me in bz#1978; ok + tweak markus@

13 years ago - djm@cvs.openbsd.org 2012/01/07 21:11:36
Damien Miller [Wed, 20 Jun 2012 11:50:47 +0000 (21:50 +1000)] 
   - djm@cvs.openbsd.org 2012/01/07 21:11:36
     [mux.c]
     fix double-free in new session handler
     NB. Id sync only

13 years ago - djm@cvs.openbsd.org 2011/12/04 23:16:12
Damien Miller [Wed, 20 Jun 2012 11:46:57 +0000 (21:46 +1000)] 
   - djm@cvs.openbsd.org 2011/12/04 23:16:12
     [mux.c]
     revert:

     > revision 1.32
     > date: 2011/12/02 00:41:56;  author: djm;  state: Exp;  lines: +4 -1
     > fix bz#1948: ssh -f doesn't fork for multiplexed connection.
     > ok dtucker@

     it interacts badly with ControlPersist

13 years ago - djm@cvs.openbsd.org 2011/12/02 00:41:56
Damien Miller [Wed, 20 Jun 2012 11:44:56 +0000 (21:44 +1000)] 
   - djm@cvs.openbsd.org 2011/12/02 00:41:56
     [mux.c]
     fix bz#1948: ssh -f doesn't fork for multiplexed connection.
     ok dtucker@

13 years ago - dtucker@cvs.openbsd.org 2012/05/19 06:30:30
Darren Tucker [Sat, 19 May 2012 09:37:33 +0000 (19:37 +1000)] 
   - dtucker@cvs.openbsd.org 2012/05/19 06:30:30
     [sshd_config.5]
     Document PermitOpen none.  bz#2001, patch from Loganaden Velvindron

13 years ago- (dtucker) OpenBSD CVS Sync
Darren Tucker [Sat, 19 May 2012 09:37:01 +0000 (19:37 +1000)] 
- (dtucker) OpenBSD CVS Sync
   - dtucker@cvs.openbsd.org 2012/05/13 01:42:32
     [servconf.h servconf.c sshd.8 sshd.c auth.c sshd_config.5]
     Add "Match LocalAddress" and "Match LocalPort" to sshd and adjust tests
     to match.  Feedback and ok djm@ markus@.

13 years ago - (dtucker) [configure.ac contrib/Makefile] bz#1996: use AC_PATH_TOOL to find
Darren Tucker [Sat, 19 May 2012 05:24:37 +0000 (15:24 +1000)] 
 - (dtucker) [configure.ac contrib/Makefile] bz#1996: use AC_PATH_TOOL to find
   pkg-config so it does the right thing when cross-compiling.  Patch from
   cjwatson at debian org.

13 years ago - (dtucker) [configure.ac] bz#2010: fix non-portable shell construct. Patch
Darren Tucker [Sat, 19 May 2012 04:25:39 +0000 (14:25 +1000)] 
 - (dtucker) [configure.ac] bz#2010: fix non-portable shell construct.  Patch
   from cjwatson at debian org.

13 years ago - (dtucker) [configure.ac] Include <sys/param.h> rather than <sys/types.h>
Darren Tucker [Fri, 4 May 2012 01:05:45 +0000 (11:05 +1000)] 
 - (dtucker) [configure.ac] Include <sys/param.h> rather than <sys/types.h>
   to fix building on some plaforms.  Fom bowman at math utah edu and
   des at des no.

13 years ago - (dtucker) [regress/addrmatch.sh] skip tests when running on a non-ipv6
Darren Tucker [Fri, 27 Apr 2012 00:55:39 +0000 (10:55 +1000)] 
 - (dtucker) [regress/addrmatch.sh] skip tests when running on a non-ipv6
   platform rather than exiting early, so that we still clean up and return
   status to test-exec.sh

13 years ago - (djm) [auth-krb5.c] Save errno across calls that might modify it;
Damien Miller [Wed, 25 Apr 2012 23:52:15 +0000 (09:52 +1000)] 
 - (djm) [auth-krb5.c] Save errno across calls that might modify it;
   ok dtucker@

13 years ago - (djm) [auth-passwd.c] Handle crypt() returning NULL; from Paul Wouters
Damien Miller [Wed, 25 Apr 2012 23:51:26 +0000 (09:51 +1000)] 
 - (djm) [auth-passwd.c] Handle crypt() returning NULL; from Paul Wouters
   via Niels

13 years ago - djm@cvs.openbsd.org 2012/04/23 08:18:17
Damien Miller [Mon, 23 Apr 2012 08:21:05 +0000 (18:21 +1000)] 
   - djm@cvs.openbsd.org 2012/04/23 08:18:17
     [channels.c]
     fix function proto/source mismatch

13 years ago - jmc@cvs.openbsd.org 2012/04/20 16:26:22
Damien Miller [Sun, 22 Apr 2012 01:26:10 +0000 (11:26 +1000)] 
   - jmc@cvs.openbsd.org 2012/04/20 16:26:22
     [ssh.1]
     use "brackets" instead of "braces", for consistency;

13 years ago - djm@cvs.openbsd.org 2012/04/20 03:24:23
Damien Miller [Sun, 22 Apr 2012 01:25:47 +0000 (11:25 +1000)] 
   - djm@cvs.openbsd.org 2012/04/20 03:24:23
     [sftp.c]
     setlinebuf(3) is more readable than setvbuf(.., _IOLBF, ...)

13 years ago - djm@cvs.openbsd.org 2012/04/12 02:43:55
Damien Miller [Sun, 22 Apr 2012 01:25:10 +0000 (11:25 +1000)] 
   - djm@cvs.openbsd.org 2012/04/12 02:43:55
     [sshd_config sshd_config.5]
     mention AuthorizedPrincipalsFile=none default

13 years ago - djm@cvs.openbsd.org 2012/04/12 02:42:32
Damien Miller [Sun, 22 Apr 2012 01:24:43 +0000 (11:24 +1000)] 
   - djm@cvs.openbsd.org 2012/04/12 02:42:32
     [servconf.c servconf.h sshd.c sshd_config sshd_config.5]
     VersionAddendum option to allow server operators to append some arbitrary
     text to the SSH-... banner; ok deraadt@ "don't care" markus@

13 years ago - djm@cvs.openbsd.org 2012/04/11 13:34:17
Damien Miller [Sun, 22 Apr 2012 01:24:21 +0000 (11:24 +1000)] 
   - djm@cvs.openbsd.org 2012/04/11 13:34:17
     [ssh-keyscan.1 ssh-keyscan.c]
     now that sshd defaults to offering ECDSA keys, ssh-keyscan should also
     look for them by default; bz#1971

13 years ago - djm@cvs.openbsd.org 2012/04/11 13:26:40
Damien Miller [Sun, 22 Apr 2012 01:23:46 +0000 (11:23 +1000)] 
   - djm@cvs.openbsd.org 2012/04/11 13:26:40
     [sshd.c]
     don't spin in accept() when out of fds (ENFILE/ENFILE) - back off for a
     while; ok deraadt@ markus@

13 years ago - djm@cvs.openbsd.org 2012/04/11 13:17:54
Damien Miller [Sun, 22 Apr 2012 01:21:43 +0000 (11:21 +1000)] 
   - djm@cvs.openbsd.org 2012/04/11 13:17:54
     [auth.c]
     Support "none" as an argument for AuthorizedPrincipalsFile to indicate
     no file should be read.

13 years ago - djm@cvs.openbsd.org 2012/04/11 13:16:19
Damien Miller [Sun, 22 Apr 2012 01:21:10 +0000 (11:21 +1000)] 
   - djm@cvs.openbsd.org 2012/04/11 13:16:19
     [channels.c channels.h clientloop.c serverloop.c]
     don't spin in accept() when out of fds (ENFILE/ENFILE) - back off for a
     while; ok deraadt@ markus@

13 years ago - dtucker@cvs.openbsd.org 2012/03/29 23:54:36
Damien Miller [Sun, 22 Apr 2012 01:18:53 +0000 (11:18 +1000)] 
   - dtucker@cvs.openbsd.org 2012/03/29 23:54:36
     [channels.c channels.h servconf.c]
     Add PermitOpen none option based on patch from Loganaden Velvindron
     (bz #1949).  ok djm@

13 years ago - djm@cvs.openbsd.org 2012/03/28 07:23:22
Damien Miller [Sun, 22 Apr 2012 01:08:30 +0000 (11:08 +1000)] 
   - djm@cvs.openbsd.org 2012/03/28 07:23:22
     [PROTOCOL.certkeys]
     explain certificate extensions/crit split rationale. Mention requirement
     that each appear at most once per cert.

13 years ago - guenther@cvs.openbsd.org 2012/03/15 03:10:27
Damien Miller [Sun, 22 Apr 2012 01:08:10 +0000 (11:08 +1000)] 
   - guenther@cvs.openbsd.org 2012/03/15 03:10:27
     [session.c]
     root should always be excluded from the test for /etc/nologin instead
     of having it always enforced even when marked as ignorenologin.  This
     regressed when the logic was incompletely flipped around in rev 1.251
     ok halex@ millert@

13 years ago - djm@cvs.openbsd.org 2012/02/29 11:21:26
Damien Miller [Sun, 22 Apr 2012 01:07:28 +0000 (11:07 +1000)] 
   - djm@cvs.openbsd.org 2012/02/29 11:21:26
     [ssh-keygen.c]
     allow conversion of RSA1 keys to public PEM and PKCS8; "nice" markus@

13 years ago - (djm) Release openssh-6.0 V_6_0_P1
Damien Miller [Fri, 20 Apr 2012 05:01:01 +0000 (15:01 +1000)] 
 - (djm) Release openssh-6.0

13 years ago - (djm) [README] Update URL to release notes.
Damien Miller [Fri, 20 Apr 2012 04:11:04 +0000 (14:11 +1000)] 
 - (djm) [README] Update URL to release notes.

13 years ago - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
Damien Miller [Fri, 20 Apr 2012 00:58:34 +0000 (10:58 +1000)] 
 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
   [contrib/suse/openssh.spec] Update for release 6.0

13 years ago - (djm) [configure.ac] Fix compilation error on FreeBSD, whose libutil
Damien Miller [Thu, 19 Apr 2012 11:46:35 +0000 (21:46 +1000)] 
 - (djm) [configure.ac] Fix compilation error on FreeBSD, whose libutil
   contains openpty() but not login()

13 years ago - (djm) [Makefile.in configure.ac sandbox-seccomp-filter.c] Add sandbox
Damien Miller [Wed, 4 Apr 2012 01:27:54 +0000 (11:27 +1000)] 
 - (djm) [Makefile.in configure.ac sandbox-seccomp-filter.c] Add sandbox
   mode for Linux's new seccomp filter; patch from Will Drewry; feedback
   and ok dtucker@

13 years ago - (djm) [openbsd-compat/bsd-cygwin_util.h] #undef _WIN32 to avoid incorrect
Damien Miller [Fri, 30 Mar 2012 03:07:05 +0000 (14:07 +1100)] 
 - (djm) [openbsd-compat/bsd-cygwin_util.h] #undef _WIN32 to avoid incorrect
   assumptions when building on Cygwin; patch from Corinna Vinschen

13 years ago - (djm) [entropy.c] bz#1991: relax OpenSSL version test to allow running
Damien Miller [Fri, 30 Mar 2012 00:34:27 +0000 (11:34 +1100)] 
 - (djm) [entropy.c] bz#1991: relax OpenSSL version test to allow running
   openssh binaries on a newer fix release than they were compiled on.
   with and ok dtucker@

13 years ago - (dtucker) [contrib/redhat/openssh.spec] Bug #1992: remove now-gone WARNING
Darren Tucker [Thu, 29 Mar 2012 23:19:56 +0000 (10:19 +1100)] 
 - (dtucker) [contrib/redhat/openssh.spec] Bug #1992: remove now-gone WARNING
   file from spec file.  From crighter at nuclioss com.

13 years ago - (djm) [packet.c] bz#1963: Fix IPQoS not being set on non-mapped v4-in-v6
Damien Miller [Thu, 8 Mar 2012 23:28:07 +0000 (10:28 +1100)] 
 - (djm) [packet.c] bz#1963: Fix IPQoS not being set on non-mapped v4-in-v6
   addressed connections. ok dtucker@

13 years ago - (djm) [openbsd-compat/port-linux.c] bz#1960: fix crash on SELinux
Damien Miller [Thu, 8 Mar 2012 23:25:16 +0000 (10:25 +1100)] 
 - (djm) [openbsd-compat/port-linux.c] bz#1960: fix crash on SELinux
   systems where sshd is run in te wrong context. Patch from Sven
   Vermeulen; ok dtucker@

13 years ago - (dtucker) [audit-bsm.c configure.ac] bug #1968: enable workarounds for BSM
Darren Tucker [Thu, 23 Feb 2012 23:40:41 +0000 (10:40 +1100)] 
 - (dtucker) [audit-bsm.c configure.ac] bug #1968: enable workarounds for BSM
   audit breakage in Solaris 11.  Patch from Magnus Johansson.

13 years ago - (tim) [regress/keytype.sh] stderr redirection needs to be inside back quote
Tim Rice [Wed, 15 Feb 2012 07:01:42 +0000 (23:01 -0800)] 
 - (tim) [regress/keytype.sh] stderr redirection needs to be inside back quote
   to work. Spotted by Angel Gonzalez

13 years ago - (tim) [defines.h] move chunk introduced in 1.125 before MAXPATHLEN so
Tim Rice [Wed, 15 Feb 2012 04:13:05 +0000 (20:13 -0800)] 
 - (tim) [defines.h] move chunk introduced in 1.125 before MAXPATHLEN so
   it actually works.

13 years ago - (tim) [openbsd-compat/bsd-misc.h sshd.c] Fix conflicting return type for
Tim Rice [Tue, 14 Feb 2012 18:03:30 +0000 (10:03 -0800)] 
 - (tim) [openbsd-compat/bsd-misc.h sshd.c] Fix conflicting return type for
   unsetenv due to rev 1.14 change to setenv.c. Cast unsetenv to void in sshd.c
   ok dtucker@

13 years ago - (djm) [openbsd-compat/bsd-cygwin_util.c] Add PROGRAMFILES to list of
Damien Miller [Mon, 13 Feb 2012 19:38:36 +0000 (06:38 +1100)] 
 - (djm) [openbsd-compat/bsd-cygwin_util.c] Add PROGRAMFILES to list of
   preserved Cygwin environment variables; from Corinna Vinschen

13 years ago - markus@cvs.openbsd.org 2012/02/09 20:00:18
Damien Miller [Fri, 10 Feb 2012 21:19:44 +0000 (08:19 +1100)] 
   - markus@cvs.openbsd.org 2012/02/09 20:00:18
     [version.h]
     move from 6.0-beta to 6.0

13 years ago - markus@cvs.openbsd.org 2012/01/25 19:40:09
Damien Miller [Fri, 10 Feb 2012 21:19:21 +0000 (08:19 +1100)] 
   - markus@cvs.openbsd.org 2012/01/25 19:40:09
     [packet.c packet.h]
     packet_read_poll() is not used anymore.

13 years ago - markus@cvs.openbsd.org 2012/01/25 19:36:31
Damien Miller [Fri, 10 Feb 2012 21:19:02 +0000 (08:19 +1100)] 
   - markus@cvs.openbsd.org 2012/01/25 19:36:31
     [authfile.c]
     memleak in key_load_file(); from Jan Klemkow

13 years ago - markus@cvs.openbsd.org 2012/01/25 19:26:43
Damien Miller [Fri, 10 Feb 2012 21:18:43 +0000 (08:18 +1100)] 
   - markus@cvs.openbsd.org 2012/01/25 19:26:43
     [packet.c]
     do not permit SSH2_MSG_SERVICE_REQUEST/ACCEPT during rekeying;
     ok dtucker@, djm@

13 years ago - dtucker@cvs.openbsd.org 2012/01/18 21:46:43
Damien Miller [Fri, 10 Feb 2012 21:18:17 +0000 (08:18 +1100)] 
   - dtucker@cvs.openbsd.org 2012/01/18 21:46:43
     [clientloop.c]
     Ensure that $DISPLAY contains only valid characters before using it to
     extract xauth data so that it can't be used to play local shell
     metacharacter games.  Report from r00t_ati at ihteam.net, ok markus.

13 years ago - miod@cvs.openbsd.org 2012/01/16 20:34:09
Damien Miller [Fri, 10 Feb 2012 21:17:52 +0000 (08:17 +1100)] 
   - miod@cvs.openbsd.org 2012/01/16 20:34:09
     [ssh-pkcs11-client.c]
     Fix a memory leak in pkcs11_rsa_private_encrypt(), reported by Jan Klemkow.
     While there, be sure to buffer_clear() between send_msg() and recv_msg().
     ok markus@

13 years ago - miod@cvs.openbsd.org 2012/01/08 13:17:11
Damien Miller [Fri, 10 Feb 2012 21:17:27 +0000 (08:17 +1100)] 
   - miod@cvs.openbsd.org 2012/01/08 13:17:11
     [ssh-ecdsa.c]
     Fix memory leak in ssh_ecdsa_verify(); from Loganaden Velvindron,
     ok markus@

13 years ago - djm@cvs.openbsd.org 2012/01/07 21:11:36
Damien Miller [Fri, 10 Feb 2012 21:16:28 +0000 (08:16 +1100)] 
   - djm@cvs.openbsd.org 2012/01/07 21:11:36
     [mux.c]
     fix double-free in new session handler

13 years ago - djm@cvs.openbsd.org 2012/01/05 00:16:56
Damien Miller [Fri, 10 Feb 2012 21:16:06 +0000 (08:16 +1100)] 
   - djm@cvs.openbsd.org 2012/01/05 00:16:56
     [monitor.c]
     memleak on error path

13 years ago - (djm) [ssh-keygen.c] Don't fail in do_gen_all_hostkeys on platforms
Damien Miller [Sun, 5 Feb 2012 20:41:27 +0000 (07:41 +1100)] 
 - (djm) [ssh-keygen.c] Don't fail in do_gen_all_hostkeys on platforms
   that don't support ECC. Patch from Phil Oleson

13 years ago - (dtucker) [configure.ac mac.c openbsd-compat/openssl-compat.h] Add
Darren Tucker [Tue, 17 Jan 2012 03:03:34 +0000 (14:03 +1100)] 
 - (dtucker) [configure.ac mac.c openbsd-compat/openssl-compat.h]  Add
   null implementation of HMAC_CTX_init for the benefit of old versions
   of OpenSSL that don't have it.

13 years ago - djm@cvs.openbsd.org 2011/12/07 05:44:38
Damien Miller [Sun, 18 Dec 2011 23:52:50 +0000 (10:52 +1100)] 
   - djm@cvs.openbsd.org 2011/12/07 05:44:38
     [auth2.c dh.c packet.c roaming.h roaming_client.c roaming_common.c]
     fix some harmless and/or unreachable int overflows;
     reported Xi Wang, ok markus@