Damien Miller | 51504ce | 2014-07-02 12:47:25 +1000 | [diff] [blame] | 1 | 20140702 |
| 2 | - OpenBSD CVS Sync |
| 3 | - deraadt@cvs.openbsd.org 2014/06/13 08:26:29 |
| 4 | [sandbox-systrace.c] |
| 5 | permit SYS_getentropy |
| 6 | from matthew |
Damien Miller | 84a8916 | 2014-07-02 12:47:48 +1000 | [diff] [blame] | 7 | - matthew@cvs.openbsd.org 2014/06/18 02:59:13 |
| 8 | [sandbox-systrace.c] |
| 9 | Now that we have a dedicated getentropy(2) system call for |
| 10 | arc4random(3), we can disallow __sysctl(2) in OpenSSH's systrace |
| 11 | sandbox. |
| 12 | |
| 13 | ok djm |
Damien Miller | 99db840 | 2014-07-02 12:48:04 +1000 | [diff] [blame] | 14 | - naddy@cvs.openbsd.org 2014/06/18 15:42:09 |
| 15 | [sshbuf-getput-crypto.c] |
| 16 | The ssh_get_bignum functions must accept the same range of bignums |
| 17 | the corresponding ssh_put_bignum functions create. This fixes the |
| 18 | use of 16384-bit RSA keys (bug reported by Eivind Evensen). |
| 19 | ok djm@ |
Damien Miller | 2cd7929 | 2014-07-02 12:48:30 +1000 | [diff] [blame] | 20 | - djm@cvs.openbsd.org 2014/06/24 00:52:02 |
| 21 | [krl.c] |
| 22 | fix bug in KRL generation: multiple consecutive revoked certificate |
| 23 | serial number ranges could be serialised to an invalid format. |
| 24 | |
| 25 | Readers of a broken KRL caused by this bug will fail closed, so no |
| 26 | should-have-been-revoked key will be accepted. |
Damien Miller | 8668706 | 2014-07-02 15:28:02 +1000 | [diff] [blame] | 27 | - djm@cvs.openbsd.org 2014/06/24 01:13:21 |
| 28 | [Makefile.in auth-bsdauth.c auth-chall.c auth-options.c auth-rsa.c |
| 29 | [auth2-none.c auth2-pubkey.c authfile.c authfile.h cipher-3des1.c |
| 30 | [cipher-chachapoly.c cipher-chachapoly.h cipher.c cipher.h |
| 31 | [digest-libc.c digest-openssl.c digest.h dns.c entropy.c hmac.h |
| 32 | [hostfile.c key.c key.h krl.c monitor.c packet.c rsa.c rsa.h |
| 33 | [ssh-add.c ssh-agent.c ssh-dss.c ssh-ecdsa.c ssh-ed25519.c |
| 34 | [ssh-keygen.c ssh-pkcs11-client.c ssh-pkcs11-helper.c ssh-pkcs11.c |
| 35 | [ssh-rsa.c sshbuf-misc.c sshbuf.h sshconnect.c sshconnect1.c |
| 36 | [sshconnect2.c sshd.c sshkey.c sshkey.h |
| 37 | [openbsd-compat/openssl-compat.c openbsd-compat/openssl-compat.h] |
| 38 | New key API: refactor key-related functions to be more library-like, |
| 39 | existing API is offered as a set of wrappers. |
| 40 | |
| 41 | with and ok markus@ |
| 42 | |
| 43 | Thanks also to Ben Hawkes, David Tomaschik, Ivan Fratric, Matthew |
| 44 | Dempsky and Ron Bowes for a detailed review a few months ago. |
| 45 | NB. This commit also removes portable OpenSSH support for OpenSSL |
| 46 | <0.9.8e. |
Damien Miller | 19439e9 | 2014-07-02 15:28:40 +1000 | [diff] [blame^] | 47 | - djm@cvs.openbsd.org 2014/06/24 02:19:48 |
| 48 | [ssh.c] |
| 49 | don't fatal() when hostname canonicalisation fails with a |
| 50 | ProxyCommand in use; continue and allow the ProxyCommand to |
| 51 | connect anyway (e.g. to a host with a name outside the DNS |
| 52 | behind a bastion) |
Damien Miller | 51504ce | 2014-07-02 12:47:25 +1000 | [diff] [blame] | 53 | |
Tim Rice | a261b8d | 2014-06-18 16:17:28 -0700 | [diff] [blame] | 54 | 20140618 |
| 55 | - (tim) [openssh/session.c] Work around to get chroot sftp working on UnixWare |
| 56 | |
Darren Tucker | 316fac6 | 2014-06-17 23:06:07 +1000 | [diff] [blame] | 57 | 20140617 |
| 58 | - (dtucker) [entropy.c openbsd-compat/openssl-compat.{c,h} |
| 59 | openbsd-compat/regress/{.cvsignore,Makefile.in,opensslvertest.c}] |
| 60 | Move the OpenSSL header/library version test into its own function and add |
| 61 | tests for it. Fix it to allow fix version upgrades (but not downgrades). |
| 62 | Prompted by chl@ via OpenSMTPD (issue #462) and Debian (bug #748150). |
| 63 | ok djm@ chl@ |
| 64 | |
Darren Tucker | af665bb | 2014-06-16 22:50:55 +1000 | [diff] [blame] | 65 | 20140616 |
| 66 | - (dtucker) [defines.h] Fix undef of _PATH_MAILDIR. From rak at debian via |
| 67 | OpenSMTPD and chl@ |
| 68 | |
Darren Tucker | f969656 | 2014-06-13 11:06:04 +1000 | [diff] [blame] | 69 | 20140612 |
| 70 | - (dtucker) [configure.ac] Remove tcpwrappers support, support has already |
| 71 | been removed from sshd.c. |
| 72 | |
Darren Tucker | cf5392c | 2014-06-12 05:22:49 +1000 | [diff] [blame] | 73 | 20140611 |
| 74 | - (dtucker) [defines.h] Add va_copy if we don't already have it, taken from |
| 75 | openbsd-compat/bsd-asprintf.c. |
Darren Tucker | 985ee2c | 2014-06-12 05:32:29 +1000 | [diff] [blame] | 76 | - (dtucker) [regress/unittests/sshbuf/*.c regress/unittests/test_helper/*] |
| 77 | Wrap stdlib.h include an ifdef for platforms that don't have it. |
Tim Rice | 5e2b889 | 2014-06-11 18:31:10 -0700 | [diff] [blame] | 78 | - (tim) [regress/unittests/test_helper/test_helper.h] Add includes.h for |
| 79 | u_intXX_t types. |
Darren Tucker | cf5392c | 2014-06-12 05:22:49 +1000 | [diff] [blame] | 80 | |
Darren Tucker | 67508ac | 2014-06-11 06:27:16 +1000 | [diff] [blame] | 81 | 20140610 |
| 82 | - (dtucker) [regress/unittests/sshbuf/test_sshbuf_getput_crypto.c |
| 83 | regress/unittests/sshbuf/test_sshbuf_getput_fuzz.c] Only do NISTP256 |
| 84 | curve tests if OpenSSL has them. |
Darren Tucker | d7af0cc | 2014-06-11 07:37:25 +1000 | [diff] [blame] | 85 | - (dtucker) [myprosal.h] Don't include curve25519-sha256@libssh.org in |
| 86 | the proposal if the version of OpenSSL we're using doesn't support ECC. |
Darren Tucker | 15c254a | 2014-06-11 07:38:49 +1000 | [diff] [blame] | 87 | - (dtucker) [regress/unittests/sshbuf/test_sshbuf_getput_fuzz.c] ifdef |
| 88 | ECC variable too. |
Darren Tucker | 9f92c53 | 2014-06-11 07:57:58 +1000 | [diff] [blame] | 89 | - (dtucker) OpenBSD CVS Sync |
| 90 | - djm@cvs.openbsd.org 2014/06/05 22:17:50 |
| 91 | [sshconnect2.c] |
| 92 | fix inverted test that caused PKCS#11 keys that were explicitly listed |
| 93 | not to be preferred. Reported by Dirk-Willem van Gulik |
Darren Tucker | a54a040 | 2014-06-11 07:58:35 +1000 | [diff] [blame] | 94 | - dtucker@cvs.openbsd.org 2014/06/10 21:46:11 |
| 95 | [sshbuf.h] |
| 96 | Group ECC functions together to make things a little easier in -portable. |
| 97 | "doesn't bother me" deraadt@ |
Darren Tucker | b9609fd | 2014-06-11 08:04:02 +1000 | [diff] [blame] | 98 | - (dtucker) [sshbuf.h] Only declare ECC functions if building without |
| 99 | OpenSSL or if OpenSSL has ECC. |
Darren Tucker | eb012ac | 2014-06-11 13:10:00 +1000 | [diff] [blame] | 100 | - (dtucker) [openbsd-compat/arc4random.c] Use explicit_bzero instead of an |
| 101 | assigment that might get optimized out. ok djm@ |
Darren Tucker | 58538d7 | 2014-06-11 13:39:24 +1000 | [diff] [blame] | 102 | - (dtucker) [bufaux.c bufbn.c bufec.c buffer.c] Pull in includes.h for |
| 103 | compat stuff, specifically whether or not OpenSSL has ECC. |
Darren Tucker | 67508ac | 2014-06-11 06:27:16 +1000 | [diff] [blame] | 104 | |
Damien Miller | eae8874 | 2014-05-27 14:27:02 +1000 | [diff] [blame] | 105 | 20140527 |
| 106 | - (djm) [cipher.c] Fix merge botch. |
Damien Miller | f9eb5e0 | 2014-05-27 14:31:58 +1000 | [diff] [blame] | 107 | - (djm) [contrib/cygwin/ssh-host-config] Updated Cygwin ssh-host-config |
| 108 | from Corinna Vinschen, fixing a number of bugs and preparing for |
| 109 | Cygwin 1.7.30. |
Damien Miller | 6482d90 | 2014-05-27 14:34:42 +1000 | [diff] [blame] | 110 | - (djm) [configure.ac openbsd-compat/bsd-cygwin_util.c] |
| 111 | [openbsd-compat/bsd-cygwin_util.h] On Cygwin, determine privilege |
| 112 | separation user at runtime, since it may need to be a domain account. |
| 113 | Patch from Corinna Vinschen. |
Damien Miller | eae8874 | 2014-05-27 14:27:02 +1000 | [diff] [blame] | 114 | |
Damien Miller | 564b5e2 | 2014-05-22 08:23:59 +1000 | [diff] [blame] | 115 | 20140522 |
| 116 | - (djm) [Makefile.in] typo in path |
| 117 | |
Damien Miller | 1891277 | 2014-05-21 17:06:46 +1000 | [diff] [blame] | 118 | 20140521 |
| 119 | - (djm) [commit configure.ac defines.h sshpty.c] don't attempt to use |
| 120 | vhangup on Linux. It doens't work for non-root users, and for them |
| 121 | it just messes up the tty settings. |
Damien Miller | 795b863 | 2014-05-21 17:12:53 +1000 | [diff] [blame] | 122 | - (djm) [misc.c] Use CLOCK_BOOTTIME in preference to CLOCK_MONOTONIC |
| 123 | when it is available. It takes into account time spent suspended, |
| 124 | thereby ensuring timeouts (e.g. for expiring agent keys) fire |
| 125 | correctly. bz#2228 reported by John Haxby |
Damien Miller | 1891277 | 2014-05-21 17:06:46 +1000 | [diff] [blame] | 126 | |
Damien Miller | ec0b67e | 2014-05-15 13:45:26 +1000 | [diff] [blame] | 127 | 20140519 |
| 128 | - (djm) [rijndael.c rijndael.h] Sync with newly-ressurected versions ine |
| 129 | OpenBSD |
Damien Miller | 16cd392 | 2014-05-15 13:45:58 +1000 | [diff] [blame] | 130 | - OpenBSD CVS Sync |
| 131 | - logan@cvs.openbsd.org 2014/04/20 09:24:26 |
| 132 | [dns.c dns.h ssh-keygen.c] |
| 133 | Add support for SSHFP DNS records for ED25519 key types. |
| 134 | OK from djm@ |
Damien Miller | d8accc0 | 2014-05-15 13:46:25 +1000 | [diff] [blame] | 135 | - logan@cvs.openbsd.org 2014/04/21 14:36:16 |
| 136 | [sftp-client.c sftp-client.h sftp.c] |
| 137 | Implement sftp upload resume support. |
| 138 | OK from djm@, with input from guenther@, mlarkin@ and |
| 139 | okan@ |
Damien Miller | b15cd7b | 2014-05-15 13:46:52 +1000 | [diff] [blame] | 140 | - logan@cvs.openbsd.org 2014/04/22 10:07:12 |
| 141 | [sftp.c] |
| 142 | Sort the sftp command list. |
| 143 | OK from djm@ |
Damien Miller | d875ff7 | 2014-05-15 13:47:15 +1000 | [diff] [blame] | 144 | - logan@cvs.openbsd.org 2014/04/22 12:42:04 |
| 145 | [sftp.1] |
| 146 | Document sftp upload resume. |
| 147 | OK from djm@, with feedback from okan@. |
Damien Miller | 798a025 | 2014-05-15 13:47:37 +1000 | [diff] [blame] | 148 | - jmc@cvs.openbsd.org 2014/04/22 14:16:30 |
| 149 | [sftp.1] |
| 150 | zap eol whitespace; |
Damien Miller | 1527190 | 2014-05-15 13:47:56 +1000 | [diff] [blame] | 151 | - djm@cvs.openbsd.org 2014/04/23 12:42:34 |
| 152 | [readconf.c] |
| 153 | don't record duplicate IdentityFiles |
Damien Miller | 633de33 | 2014-05-15 13:48:26 +1000 | [diff] [blame] | 154 | - djm@cvs.openbsd.org 2014/04/28 03:09:18 |
| 155 | [authfile.c bufaux.c buffer.h channels.c krl.c mux.c packet.c packet.h] |
| 156 | [ssh-keygen.c] |
| 157 | buffer_get_string_ptr's return should be const to remind |
| 158 | callers that futzing with it will futz with the actual buffer |
| 159 | contents |
Damien Miller | c589378 | 2014-05-15 13:48:49 +1000 | [diff] [blame] | 160 | - djm@cvs.openbsd.org 2014/04/29 13:10:30 |
| 161 | [clientloop.c serverloop.c] |
| 162 | bz#1818 - don't send channel success/failre replies on channels that |
| 163 | have sent a close already; analysis and patch from Simon Tatham; |
| 164 | ok markus@ |
Damien Miller | 1f0311c | 2014-05-15 14:24:09 +1000 | [diff] [blame] | 165 | - markus@cvs.openbsd.org 2014/04/29 18:01:49 |
| 166 | [auth.c authfd.c authfile.c bufaux.c cipher.c cipher.h hostfile.c] |
| 167 | [kex.c key.c mac.c monitor.c monitor_wrap.c myproposal.h packet.c] |
| 168 | [roaming_client.c ssh-agent.c ssh-keygen.c ssh-keyscan.c ssh-keysign.c] |
| 169 | [ssh-pkcs11.h ssh.c sshconnect.c sshconnect2.c sshd.c] |
| 170 | make compiling against OpenSSL optional (make OPENSSL=no); |
| 171 | reduces algorithms to curve25519, aes-ctr, chacha, ed25519; |
| 172 | allows us to explore further options; with and ok djm |
Damien Miller | d7fd8be | 2014-05-15 14:24:59 +1000 | [diff] [blame] | 173 | - dtucker@cvs.openbsd.org 2014/04/29 19:58:50 |
| 174 | [sftp.c] |
| 175 | Move nulling of variable next to where it's freed. ok markus@ |
Damien Miller | 3809481 | 2014-05-15 14:25:18 +1000 | [diff] [blame] | 176 | - dtucker@cvs.openbsd.org 2014/04/29 20:36:51 |
| 177 | [sftp.c] |
| 178 | Don't attempt to append a nul quote char to the filename. Should prevent |
| 179 | fatal'ing with "el_insertstr failed" when there's a single quote char |
| 180 | somewhere in the string. bz#2238, ok markus@ |
Damien Miller | 05e82c3 | 2014-05-15 14:33:43 +1000 | [diff] [blame] | 181 | - djm@cvs.openbsd.org 2014/04/30 05:29:56 |
| 182 | [bufaux.c bufbn.c bufec.c buffer.c buffer.h sshbuf-getput-basic.c] |
| 183 | [sshbuf-getput-crypto.c sshbuf-misc.c sshbuf.c sshbuf.h ssherr.c] |
| 184 | [ssherr.h] |
| 185 | New buffer API; the first installment of the conversion/replacement |
| 186 | of OpenSSH's internals to make them usable as a standalone library. |
| 187 | |
| 188 | This includes a set of wrappers to make it compatible with the |
| 189 | existing buffer API so replacement can occur incrementally. |
| 190 | |
| 191 | With and ok markus@ |
| 192 | |
| 193 | Thanks also to Ben Hawkes, David Tomaschik, Ivan Fratric, Matthew |
| 194 | Dempsky and Ron Bowes for a detailed review. |
Damien Miller | 294c58a | 2014-05-15 14:35:03 +1000 | [diff] [blame] | 195 | - naddy@cvs.openbsd.org 2014/04/30 19:07:48 |
| 196 | [mac.c myproposal.h umac.c] |
| 197 | UMAC can use our local fallback implementation of AES when OpenSSL isn't |
| 198 | available. Glue code straight from Ted Krovetz's original umac.c. |
| 199 | ok markus@ |
Damien Miller | 686c7d9 | 2014-05-15 14:37:03 +1000 | [diff] [blame] | 200 | - djm@cvs.openbsd.org 2014/05/02 03:27:54 |
| 201 | [chacha.h cipher-chachapoly.h digest.h hmac.h kex.h kexc25519.c] |
| 202 | [misc.h poly1305.h ssh-pkcs11.c defines.h] |
| 203 | revert __bounded change; it causes way more problems for portable than |
| 204 | it solves; pointed out by dtucker@ |
Damien Miller | c31a0cd | 2014-05-15 14:37:39 +1000 | [diff] [blame] | 205 | - markus@cvs.openbsd.org 2014/05/03 17:20:34 |
| 206 | [monitor.c packet.c packet.h] |
| 207 | unbreak compression, by re-init-ing the compression code in the |
| 208 | post-auth child. the new buffer code is more strict, and requires |
| 209 | buffer_init() while the old code was happy after a bzero(); |
| 210 | originally from djm@ |
Damien Miller | 3dc2717 | 2014-05-15 14:37:59 +1000 | [diff] [blame] | 211 | - logan@cvs.openbsd.org 2014/05/05 07:02:30 |
| 212 | [sftp.c] |
| 213 | Zap extra whitespace. |
| 214 | |
| 215 | OK from djm@ and dtucker@ |
Damien Miller | b9c5667 | 2014-05-15 14:43:37 +1000 | [diff] [blame] | 216 | - (djm) [configure.ac] Unconditionally define WITH_OPENSSL until we write |
| 217 | portability glue to support building without libcrypto |
Damien Miller | e5b9f0f | 2014-05-15 14:58:07 +1000 | [diff] [blame] | 218 | - (djm) [Makefile.in configure.ac sshbuf-getput-basic.c] |
| 219 | [sshbuf-getput-crypto.c sshbuf.c] compilation and portability fixes |
Damien Miller | 54343e9 | 2014-05-15 15:07:33 +1000 | [diff] [blame] | 220 | - OpenBSD CVS Sync |
| 221 | - djm@cvs.openbsd.org 2014/03/13 20:44:49 |
| 222 | [login-timeout.sh] |
| 223 | this test is a sorry mess of race conditions; add another sleep |
| 224 | to avoid a failure on slow machines (at least until I find a |
| 225 | better way) |
Damien Miller | edb1af5 | 2014-05-15 15:07:53 +1000 | [diff] [blame] | 226 | - djm@cvs.openbsd.org 2014/04/21 22:15:37 |
| 227 | [dhgex.sh integrity.sh kextype.sh rekey.sh try-ciphers.sh] |
| 228 | repair regress tests broken by server-side default cipher/kex/mac changes |
| 229 | by ensuring that the option under test is included in the server's |
| 230 | algorithm list |
Damien Miller | d0b69fe | 2014-05-15 15:08:19 +1000 | [diff] [blame] | 231 | - dtucker@cvs.openbsd.org 2014/05/03 18:46:14 |
| 232 | [proxy-connect.sh] |
| 233 | Add tests for with and without compression, with and without privsep. |
Damien Miller | 1676857 | 2014-05-15 15:08:40 +1000 | [diff] [blame] | 234 | - logan@cvs.openbsd.org 2014/05/04 10:40:59 |
| 235 | [connect-privsep.sh] |
| 236 | Remove the Z flag from the list of malloc options as it |
| 237 | was removed from malloc.c 10 days ago. |
| 238 | |
| 239 | OK from miod@ |
Damien Miller | def1de0 | 2014-05-15 15:17:15 +1000 | [diff] [blame] | 240 | - (djm) [regress/unittests/Makefile] |
| 241 | [regress/unittests/Makefile.inc] |
| 242 | [regress/unittests/sshbuf/Makefile] |
| 243 | [regress/unittests/sshbuf/test_sshbuf.c] |
| 244 | [regress/unittests/sshbuf/test_sshbuf_fixed.c] |
| 245 | [regress/unittests/sshbuf/test_sshbuf_fuzz.c] |
| 246 | [regress/unittests/sshbuf/test_sshbuf_getput_basic.c] |
| 247 | [regress/unittests/sshbuf/test_sshbuf_getput_crypto.c] |
| 248 | [regress/unittests/sshbuf/test_sshbuf_getput_fuzz.c] |
| 249 | [regress/unittests/sshbuf/test_sshbuf_misc.c] |
| 250 | [regress/unittests/sshbuf/tests.c] |
| 251 | [regress/unittests/test_helper/Makefile] |
| 252 | [regress/unittests/test_helper/fuzz.c] |
| 253 | [regress/unittests/test_helper/test_helper.c] |
| 254 | [regress/unittests/test_helper/test_helper.h] |
| 255 | Import new unit tests from OpenBSD; not yet hooked up to build. |
Damien Miller | e7429f2 | 2014-05-15 18:01:01 +1000 | [diff] [blame] | 256 | - (djm) [regress/Makefile Makefile.in] |
| 257 | [regress/unittests/sshbuf/test_sshbuf.c |
| 258 | [regress/unittests/sshbuf/test_sshbuf_fixed.c] |
| 259 | [regress/unittests/sshbuf/test_sshbuf_fuzz.c] |
| 260 | [regress/unittests/sshbuf/test_sshbuf_getput_basic.c] |
| 261 | [regress/unittests/sshbuf/test_sshbuf_getput_crypto.c] |
| 262 | [regress/unittests/sshbuf/test_sshbuf_getput_fuzz.c] |
| 263 | [regress/unittests/sshbuf/test_sshbuf_misc.c] |
| 264 | [regress/unittests/sshbuf/tests.c] |
| 265 | [regress/unittests/test_helper/fuzz.c] |
| 266 | [regress/unittests/test_helper/test_helper.c] |
| 267 | Hook new unit tests into the build and "make tests" |
Damien Miller | 7f1c264 | 2014-05-15 18:01:52 +1000 | [diff] [blame] | 268 | - (djm) [sshbuf.c] need __predict_false |
Damien Miller | ec0b67e | 2014-05-15 13:45:26 +1000 | [diff] [blame] | 269 | |
Darren Tucker | f028460 | 2014-05-01 02:24:35 +1000 | [diff] [blame] | 270 | 20140430 |
| 271 | - (dtucker) [defines.h] Define __GNUC_PREREQ__ macro if we don't already |
| 272 | have it. Only attempt to use __attribute__(__bounded__) for gcc. |
| 273 | |
Damien Miller | c10bf4d | 2014-04-20 12:58:04 +1000 | [diff] [blame] | 274 | 20140420 |
| 275 | - OpenBSD CVS Sync |
| 276 | - djm@cvs.openbsd.org 2014/03/03 22:22:30 |
| 277 | [session.c] |
| 278 | ignore enviornment variables with embedded '=' or '\0' characters; |
| 279 | spotted by Jann Horn; ok deraadt@ |
| 280 | Id sync only - portable already has this. |
Damien Miller | 1c7ef4b | 2014-04-20 12:59:46 +1000 | [diff] [blame] | 281 | - djm@cvs.openbsd.org 2014/03/12 04:44:58 |
| 282 | [ssh-keyscan.c] |
| 283 | scan for Ed25519 keys by default too |
Damien Miller | 8f9cd70 | 2014-04-20 13:00:11 +1000 | [diff] [blame] | 284 | - djm@cvs.openbsd.org 2014/03/12 04:50:32 |
| 285 | [auth-bsdauth.c ssh-keygen.c] |
| 286 | don't count on things that accept arguments by reference to clear |
| 287 | things for us on error; most things do, but it's unsafe form. |
Damien Miller | 3819519 | 2014-04-20 13:00:28 +1000 | [diff] [blame] | 288 | - djm@cvs.openbsd.org 2014/03/12 04:51:12 |
| 289 | [authfile.c] |
| 290 | correct test that kdf name is not "none" or "bcrypt" |
Damien Miller | 94bfe0f | 2014-04-20 13:00:51 +1000 | [diff] [blame] | 291 | - naddy@cvs.openbsd.org 2014/03/12 13:06:59 |
| 292 | [ssh-keyscan.1] |
| 293 | scan for Ed25519 keys by default too |
Damien Miller | f0858de | 2014-04-20 13:01:30 +1000 | [diff] [blame] | 294 | - deraadt@cvs.openbsd.org 2014/03/15 17:28:26 |
| 295 | [ssh-agent.c ssh-keygen.1 ssh-keygen.c] |
| 296 | Improve usage() and documentation towards the standard form. |
| 297 | In particular, this line saves a lot of man page reading time. |
| 298 | usage: ssh-keygen [-q] [-b bits] [-t dsa | ecdsa | ed25519 | rsa | rsa1] |
| 299 | [-N new_passphrase] [-C comment] [-f output_keyfile] |
| 300 | ok schwarze jmc |
Damien Miller | 6e1777f | 2014-04-20 13:02:58 +1000 | [diff] [blame] | 301 | - tedu@cvs.openbsd.org 2014/03/17 19:44:10 |
| 302 | [ssh.1] |
| 303 | old descriptions of des and blowfish are old. maybe ok deraadt |
| 304 | - tedu@cvs.openbsd.org 2014/03/19 14:42:44 |
| 305 | [scp.1] |
| 306 | there is no need for rcp anymore |
| 307 | ok deraadt millert |
Damien Miller | 9235a03 | 2014-04-20 13:17:20 +1000 | [diff] [blame] | 308 | - markus@cvs.openbsd.org 2014/03/25 09:40:03 |
| 309 | [myproposal.h] |
| 310 | trimm default proposals. |
| 311 | |
| 312 | This commit removes the weaker pre-SHA2 hashes, the broken ciphers |
| 313 | (arcfour), and the broken modes (CBC) from the default configuration |
| 314 | (the patch only changes the default, all the modes are still available |
| 315 | for the config files). |
| 316 | |
| 317 | ok djm@, reminded by tedu@ & naddy@ and discussed with many |
| 318 | - deraadt@cvs.openbsd.org 2014/03/26 17:16:26 |
| 319 | [myproposal.h] |
| 320 | The current sharing of myproposal[] between both client and server code |
| 321 | makes the previous diff highly unpallatable. We want to go in that |
| 322 | direction for the server, but not for the client. Sigh. |
| 323 | Brought up by naddy. |
| 324 | - markus@cvs.openbsd.org 2014/03/27 23:01:27 |
| 325 | [myproposal.h ssh-keyscan.c sshconnect2.c sshd.c] |
| 326 | disable weak proposals in sshd, but keep them in ssh; ok djm@ |
Damien Miller | 4f40209 | 2014-04-20 13:21:22 +1000 | [diff] [blame] | 327 | - djm@cvs.openbsd.org 2014/03/26 04:55:35 |
| 328 | [chacha.h cipher-chachapoly.h digest.h hmac.h kex.h kexc25519.c |
| 329 | [misc.h poly1305.h ssh-pkcs11.c] |
| 330 | use __bounded(...) attribute recently added to sys/cdefs.h instead of |
| 331 | longform __attribute__(__bounded(...)); |
| 332 | |
| 333 | for brevity and a warning free compilation with llvm/clang |
Damien Miller | f2719b7 | 2014-04-20 13:22:18 +1000 | [diff] [blame] | 334 | - tedu@cvs.openbsd.org 2014/03/26 19:58:37 |
| 335 | [sshd.8 sshd.c] |
| 336 | remove libwrap support. ok deraadt djm mfriedl |
Damien Miller | c1621c8 | 2014-04-20 13:22:46 +1000 | [diff] [blame] | 337 | - naddy@cvs.openbsd.org 2014/03/28 05:17:11 |
| 338 | [ssh_config.5 sshd_config.5] |
| 339 | sync available and default algorithms, improve algorithm list formatting |
| 340 | help from jmc@ and schwarze@, ok deraadt@ |
Damien Miller | 43b156c | 2014-04-20 13:23:03 +1000 | [diff] [blame] | 341 | - jmc@cvs.openbsd.org 2014/03/31 13:39:34 |
| 342 | [ssh-keygen.1] |
| 343 | the text for the -K option was inserted in the wrong place in -r1.108; |
| 344 | fix From: Matthew Clarke |
Damien Miller | fcd62c0 | 2014-04-20 13:23:21 +1000 | [diff] [blame] | 345 | - djm@cvs.openbsd.org 2014/04/01 02:05:27 |
| 346 | [ssh-keysign.c] |
| 347 | include fingerprint of key not found |
| 348 | use arc4random_buf() instead of loop+arc4random() |
Damien Miller | 7d6a9fb | 2014-04-20 13:23:43 +1000 | [diff] [blame] | 349 | - djm@cvs.openbsd.org 2014/04/01 03:34:10 |
| 350 | [sshconnect.c] |
| 351 | When using VerifyHostKeyDNS with a DNSSEC resolver, down-convert any |
| 352 | certificate keys to plain keys and attempt SSHFP resolution. |
| 353 | |
| 354 | Prevents a server from skipping SSHFP lookup and forcing a new-hostkey |
| 355 | dialog by offering only certificate keys. |
| 356 | |
| 357 | Reported by mcv21 AT cam.ac.uk |
Damien Miller | 2a32843 | 2014-04-20 13:24:01 +1000 | [diff] [blame] | 358 | - djm@cvs.openbsd.org 2014/04/01 05:32:57 |
| 359 | [packet.c] |
| 360 | demote a debug3 to PACKET_DEBUG; ok markus@ |
Damien Miller | 75c6272 | 2014-04-20 13:24:31 +1000 | [diff] [blame] | 361 | - djm@cvs.openbsd.org 2014/04/12 04:55:53 |
| 362 | [sshd.c] |
| 363 | avoid crash at exit: check that pmonitor!=NULL before dereferencing; |
| 364 | bz#2225, patch from kavi AT juniper.net |
Damien Miller | adbfdbb | 2014-04-20 13:24:49 +1000 | [diff] [blame] | 365 | - djm@cvs.openbsd.org 2014/04/16 23:22:45 |
| 366 | [bufaux.c] |
| 367 | skip leading zero bytes in buffer_put_bignum2_from_string(); |
| 368 | reported by jan AT mojzis.com; ok markus@ |
Damien Miller | 8c492da | 2014-04-20 13:25:09 +1000 | [diff] [blame] | 369 | - djm@cvs.openbsd.org 2014/04/16 23:28:12 |
| 370 | [ssh-agent.1] |
| 371 | remove the identity files from this manpage - ssh-agent doesn't deal |
| 372 | with them at all and the same information is duplicated in ssh-add.1 |
| 373 | (which does deal with them); prodded by deraadt@ |
Damien Miller | 9395b28 | 2014-04-20 13:25:30 +1000 | [diff] [blame] | 374 | - djm@cvs.openbsd.org 2014/04/18 23:52:25 |
| 375 | [compat.c compat.h sshconnect2.c sshd.c version.h] |
| 376 | OpenSSH 6.5 and 6.6 have a bug that causes ~0.2% of connections |
| 377 | using the curve25519-sha256@libssh.org KEX exchange method to fail |
| 378 | when connecting with something that implements the spec properly. |
| 379 | |
| 380 | Disable this KEX method when speaking to one of the affected |
| 381 | versions. |
| 382 | |
| 383 | reported by Aris Adamantiadis; ok markus@ |
Damien Miller | 0e6b674 | 2014-04-20 13:27:01 +1000 | [diff] [blame] | 384 | - djm@cvs.openbsd.org 2014/04/19 05:54:59 |
| 385 | [compat.c] |
| 386 | missing wildcard; pointed out by naddy@ |
Damien Miller | 84c1e7b | 2014-04-20 13:27:53 +1000 | [diff] [blame] | 387 | - tedu@cvs.openbsd.org 2014/04/19 14:53:48 |
| 388 | [ssh-keysign.c sshd.c] |
| 389 | Delete futile calls to RAND_seed. ok djm |
| 390 | NB. Id sync only. This only applies to OpenBSD's libcrypto slashathon |
Damien Miller | 69cb24b | 2014-04-20 13:29:06 +1000 | [diff] [blame] | 391 | - tedu@cvs.openbsd.org 2014/04/19 18:15:16 |
| 392 | [sshd.8] |
| 393 | remove some really old rsh references |
Damien Miller | 16f85cb | 2014-04-20 13:29:28 +1000 | [diff] [blame] | 394 | - tedu@cvs.openbsd.org 2014/04/19 18:42:19 |
| 395 | [ssh.1] |
| 396 | delete .xr to hosts.equiv. there's still an unfortunate amount of |
| 397 | documentation referring to rhosts equivalency in here. |
Damien Miller | 8885669 | 2014-04-20 13:33:19 +1000 | [diff] [blame] | 398 | - djm@cvs.openbsd.org 2014/04/20 02:30:25 |
| 399 | [misc.c misc.h umac.c] |
| 400 | use get/put_u32 to load values rather than *((UINT32 *)p) that breaks on |
| 401 | strict-alignment architectures; reported by and ok stsp@ |
Damien Miller | b628cc4 | 2014-04-20 13:33:58 +1000 | [diff] [blame] | 402 | - djm@cvs.openbsd.org 2014/04/20 02:49:32 |
| 403 | [compat.c] |
| 404 | add a canonical 6.6 + curve25519 bignum fix fake version that I can |
| 405 | recommend people use ahead of the openssh-6.7 release |
Damien Miller | c10bf4d | 2014-04-20 12:58:04 +1000 | [diff] [blame] | 406 | |
Damien Miller | 14928b7 | 2014-04-01 14:38:07 +1100 | [diff] [blame] | 407 | 20140401 |
| 408 | - (djm) On platforms that support it, use prctl() to prevent sftp-server |
| 409 | from accessing /proc/self/{mem,maps}; patch from jann AT thejh.net |
Damien Miller | c2e4906 | 2014-04-01 14:42:46 +1100 | [diff] [blame] | 410 | - (djm) Use full release (e.g. 6.5p1) in debug output rather than just |
| 411 | version. From des@des.no |
Damien Miller | 14928b7 | 2014-04-01 14:38:07 +1100 | [diff] [blame] | 412 | |
Damien Miller | 48abc47 | 2014-03-17 14:45:56 +1100 | [diff] [blame] | 413 | 20140317 |
| 414 | - (djm) [sandbox-seccomp-filter.c] Soft-fail stat() syscalls. Add XXX to |
| 415 | remind myself to add sandbox violation logging via the log socket. |
| 416 | |
Tim Rice | 9c36698 | 2014-03-14 12:45:01 -0700 | [diff] [blame] | 417 | 20140314 |
| 418 | - (tim) [opensshd.init.in] Add support for ed25519 |
| 419 | |
Damien Miller | 19158b2 | 2014-03-13 13:14:21 +1100 | [diff] [blame] | 420 | 20140313 |
| 421 | - (djm) Release OpenSSH 6.6 |
| 422 | |
Damien Miller | 8569eba | 2014-03-04 09:35:17 +1100 | [diff] [blame] | 423 | 20140304 |
| 424 | - OpenBSD CVS Sync |
| 425 | - djm@cvs.openbsd.org 2014/03/03 22:22:30 |
| 426 | [session.c] |
| 427 | ignore enviornment variables with embedded '=' or '\0' characters; |
| 428 | spotted by Jann Horn; ok deraadt@ |
| 429 | |
Damien Miller | 2476c31 | 2014-03-02 04:01:00 +1100 | [diff] [blame] | 430 | 20140301 |
| 431 | - (djm) [regress/Makefile] Disable dhgex regress test; it breaks when |
| 432 | no moduli file exists at the expected location. |
| 433 | |
Damien Miller | f9a9aab | 2014-02-28 10:00:27 +1100 | [diff] [blame] | 434 | 20140228 |
| 435 | - OpenBSD CVS Sync |
| 436 | - djm@cvs.openbsd.org 2014/02/27 00:41:49 |
| 437 | [bufbn.c] |
| 438 | fix unsigned overflow that could lead to reading a short ssh protocol |
| 439 | 1 bignum value; found by Ben Hawkes; ok deraadt@ |
Damien Miller | 172ec7e | 2014-02-28 10:00:57 +1100 | [diff] [blame] | 440 | - djm@cvs.openbsd.org 2014/02/27 08:25:09 |
| 441 | [bufbn.c] |
| 442 | off by one in range check |
Damien Miller | fc5d675 | 2014-02-28 10:01:28 +1100 | [diff] [blame] | 443 | - djm@cvs.openbsd.org 2014/02/27 22:47:07 |
| 444 | [sshd_config.5] |
| 445 | bz#2184 clarify behaviour of a keyword that appears in multiple |
| 446 | matching Match blocks; ok dtucker@ |
Damien Miller | 92cf5ad | 2014-02-28 10:01:53 +1100 | [diff] [blame] | 447 | - djm@cvs.openbsd.org 2014/02/27 22:57:40 |
| 448 | [version.h] |
| 449 | openssh-6.6 |
Damien Miller | f483cc1 | 2014-02-28 10:19:11 +1100 | [diff] [blame] | 450 | - dtucker@cvs.openbsd.org 2014/01/19 23:43:02 |
| 451 | [regress/sftp-chroot.sh] |
| 452 | Don't use -q on sftp as it suppresses logging, instead redirect the |
| 453 | output to the regress logfile. |
Damien Miller | 1e2aa3d | 2014-02-28 10:19:51 +1100 | [diff] [blame] | 454 | - dtucker@cvs.openbsd.org 2014/01/20 00:00:30 |
Damien Miller | b843923 | 2014-02-28 10:21:26 +1100 | [diff] [blame] | 455 | [sregress/ftp-chroot.sh] |
Damien Miller | 1e2aa3d | 2014-02-28 10:19:51 +1100 | [diff] [blame] | 456 | append to rather than truncating the log file |
Damien Miller | b843923 | 2014-02-28 10:21:26 +1100 | [diff] [blame] | 457 | - dtucker@cvs.openbsd.org 2014/01/25 04:35:32 |
| 458 | [regress/Makefile regress/dhgex.sh] |
| 459 | Add a test for DH GEX sizes |
Damien Miller | 624a3ca | 2014-02-28 10:22:37 +1100 | [diff] [blame] | 460 | - djm@cvs.openbsd.org 2014/01/26 10:22:10 |
| 461 | [regress/cert-hostkey.sh] |
| 462 | automatically generate revoked keys from listed keys rather than |
| 463 | manually specifying each type; from portable |
| 464 | (Id sync only) |
Damien Miller | d705d98 | 2014-02-28 10:23:26 +1100 | [diff] [blame] | 465 | - djm@cvs.openbsd.org 2014/01/26 10:49:17 |
| 466 | [scp-ssh-wrapper.sh scp.sh] |
| 467 | make sure $SCP is tested on the remote end rather than whichever one |
| 468 | happens to be in $PATH; from portable |
| 469 | (Id sync only) |
Damien Miller | 4f7f1a9 | 2014-02-28 10:24:11 +1100 | [diff] [blame] | 470 | - djm@cvs.openbsd.org 2014/02/27 20:04:16 |
| 471 | [login-timeout.sh] |
| 472 | remove any existing LoginGraceTime from sshd_config before adding |
| 473 | a specific one for the test back in |
Damien Miller | 834aeac | 2014-02-28 10:25:16 +1100 | [diff] [blame] | 474 | - djm@cvs.openbsd.org 2014/02/27 21:21:25 |
| 475 | [agent-ptrace.sh agent.sh] |
| 476 | keep return values that are printed in error messages; |
| 477 | from portable |
| 478 | (Id sync only) |
Damien Miller | 6486f16 | 2014-02-28 10:03:52 +1100 | [diff] [blame] | 479 | - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec] |
| 480 | [contrib/suse/openssh.spec] Crank version numbers |
Damien Miller | c83fdf3 | 2014-02-28 10:34:03 +1100 | [diff] [blame] | 481 | - (djm) [regress/host-expand.sh] Add RCS Id |
Damien Miller | f9a9aab | 2014-02-28 10:00:27 +1100 | [diff] [blame] | 482 | |
Damien Miller | 08b57c6 | 2014-02-27 10:17:13 +1100 | [diff] [blame] | 483 | 20140227 |
| 484 | - OpenBSD CVS Sync |
| 485 | - djm@cvs.openbsd.org 2014/02/26 20:18:37 |
| 486 | [ssh.c] |
| 487 | bz#2205: avoid early hostname lookups unless canonicalisation is enabled; |
| 488 | ok dtucker@ markus@ |
Damien Miller | e6a74ae | 2014-02-27 10:17:49 +1100 | [diff] [blame] | 489 | - djm@cvs.openbsd.org 2014/02/26 20:28:44 |
| 490 | [auth2-gss.c gss-serv.c ssh-gss.h sshd.c] |
| 491 | bz#2107 - cache OIDs of supported GSSAPI mechanisms before privsep |
| 492 | sandboxing, as running this code in the sandbox can cause violations; |
| 493 | ok markus@ |
Damien Miller | 1348129 | 2014-02-27 10:18:32 +1100 | [diff] [blame] | 494 | - djm@cvs.openbsd.org 2014/02/26 20:29:29 |
| 495 | [channels.c] |
| 496 | don't assume that the socks4 username is \0 terminated; |
| 497 | spotted by Ben Hawkes; ok markus@ |
Damien Miller | fb3423b | 2014-02-27 10:20:07 +1100 | [diff] [blame] | 498 | - markus@cvs.openbsd.org 2014/02/26 21:53:37 |
| 499 | [sshd.c] |
| 500 | ssh_gssapi_prepare_supported_oids needs GSSAPI |
Damien Miller | 08b57c6 | 2014-02-27 10:17:13 +1100 | [diff] [blame] | 501 | |
Damien Miller | d3cf67e | 2014-02-24 15:55:36 +1100 | [diff] [blame] | 502 | 20140224 |
| 503 | - OpenBSD CVS Sync |
| 504 | - djm@cvs.openbsd.org 2014/02/07 06:55:54 |
| 505 | [cipher.c mac.c] |
| 506 | remove some logging that makes ssh debugging output very verbose; |
| 507 | ok markus |
Damien Miller | 0890dc8 | 2014-02-24 15:56:07 +1100 | [diff] [blame] | 508 | - djm@cvs.openbsd.org 2014/02/15 23:05:36 |
| 509 | [channels.c] |
| 510 | avoid spurious "getsockname failed: Bad file descriptor" errors in ssh -W; |
| 511 | bz#2200, debian#738692 via Colin Watson; ok dtucker@ |
Damien Miller | 0628780 | 2014-02-24 15:56:45 +1100 | [diff] [blame] | 512 | - djm@cvs.openbsd.org 2014/02/22 01:32:19 |
| 513 | [readconf.c] |
| 514 | when processing Match blocks, skip 'exec' clauses if previous predicates |
| 515 | failed to match; ok markus@ |
Damien Miller | bee3a23 | 2014-02-24 15:57:22 +1100 | [diff] [blame] | 516 | - djm@cvs.openbsd.org 2014/02/23 20:03:42 |
| 517 | [ssh-ed25519.c] |
| 518 | check for unsigned overflow; not reachable in OpenSSH but others might |
| 519 | copy our code... |
Damien Miller | 13f97b2 | 2014-02-24 15:57:55 +1100 | [diff] [blame] | 520 | - djm@cvs.openbsd.org 2014/02/23 20:11:36 |
| 521 | [readconf.c readconf.h ssh.c ssh_config.5] |
| 522 | reparse ssh_config and ~/.ssh/config if hostname canonicalisation changes |
| 523 | the hostname. This allows users to write configurations that always |
| 524 | refer to canonical hostnames, e.g. |
| 525 | |
| 526 | CanonicalizeHostname yes |
| 527 | CanonicalDomains int.example.org example.org |
| 528 | CanonicalizeFallbackLocal no |
| 529 | |
| 530 | Host *.int.example.org |
| 531 | Compression off |
| 532 | Host *.example.org |
| 533 | User djm |
| 534 | |
| 535 | ok markus@ |
Tim Rice | 03ae081 | 2014-02-21 09:09:34 -0800 | [diff] [blame] | 536 | |
Darren Tucker | 4a20959 | 2014-02-13 16:38:32 +1100 | [diff] [blame] | 537 | 20140213 |
| 538 | - (dtucker) [configure.ac openbsd-compat/openssl-compat.{c,h}] Add compat |
| 539 | code for older OpenSSL versions that don't have EVP_MD_CTX_copy_ex. |
| 540 | |
Damien Miller | 6ce35b6 | 2014-02-07 09:24:14 +1100 | [diff] [blame] | 541 | 20140207 |
| 542 | - OpenBSD CVS Sync |
| 543 | - naddy@cvs.openbsd.org 2014/02/05 20:13:25 |
| 544 | [ssh-keygen.1 ssh-keygen.c] |
| 545 | tweak synopsis: calling ssh-keygen without any arguments is fine; ok jmc@ |
| 546 | while here, fix ordering in usage(); requested by jmc@ |
Damien Miller | d1a7a9c | 2014-02-07 09:24:33 +1100 | [diff] [blame] | 547 | - djm@cvs.openbsd.org 2014/02/06 22:21:01 |
| 548 | [sshconnect.c] |
| 549 | in ssh_create_socket(), only do the getaddrinfo for BindAddress when |
| 550 | BindAddress is actually specified. Fixes regression in 6.5 for |
| 551 | UsePrivilegedPort=yes; patch from Corinna Vinschen |
Damien Miller | 6ce35b6 | 2014-02-07 09:24:14 +1100 | [diff] [blame] | 552 | |
Darren Tucker | 8d36f9a | 2014-02-06 10:44:13 +1100 | [diff] [blame] | 553 | 20140206 |
| 554 | - (dtucker) [openbsd-compat/bsd-poll.c] Don't bother checking for non-NULL |
| 555 | before freeing since free(NULL) is a no-op. ok djm. |
Damien Miller | 6434cb2 | 2014-02-06 11:17:50 +1100 | [diff] [blame] | 556 | - (djm) [sandbox-seccomp-filter.c] Not all Linux architectures define |
| 557 | __NR_shutdown; some go via the socketcall(2) multiplexer. |
Darren Tucker | 8d36f9a | 2014-02-06 10:44:13 +1100 | [diff] [blame] | 558 | |
Damien Miller | a0959da | 2014-02-05 10:33:45 +1100 | [diff] [blame] | 559 | 20140205 |
| 560 | - (djm) [sandbox-capsicum.c] Don't fatal if Capsicum is offered by |
| 561 | headers/libc but not supported by the kernel. Patch from Loganaden |
| 562 | Velvindron @ AfriNIC |
| 563 | |
Damien Miller | 4e8d937 | 2014-02-04 11:02:42 +1100 | [diff] [blame] | 564 | 20140204 |
| 565 | - OpenBSD CVS Sync |
| 566 | - markus@cvs.openbsd.org 2014/01/27 18:58:14 |
| 567 | [Makefile.in digest.c digest.h hostfile.c kex.h mac.c hmac.c hmac.h] |
| 568 | replace openssl HMAC with an implementation based on our ssh_digest_* |
| 569 | ok and feedback djm@ |
Damien Miller | 4a1c7aa | 2014-02-04 11:03:36 +1100 | [diff] [blame] | 570 | - markus@cvs.openbsd.org 2014/01/27 19:18:54 |
| 571 | [auth-rsa.c cipher.c ssh-agent.c sshconnect1.c sshd.c] |
| 572 | replace openssl MD5 with our ssh_digest_*; ok djm@ |
Damien Miller | ec93d15 | 2014-02-04 11:07:13 +1100 | [diff] [blame] | 573 | - markus@cvs.openbsd.org 2014/01/27 20:13:46 |
| 574 | [digest.c digest-openssl.c digest-libc.c Makefile.in] |
| 575 | rename digest.c to digest-openssl.c and add libc variant; ok djm@ |
Damien Miller | f8f35bc | 2014-02-04 11:09:12 +1100 | [diff] [blame] | 576 | - jmc@cvs.openbsd.org 2014/01/28 14:13:39 |
| 577 | [ssh-keyscan.1] |
| 578 | kill some bad Pa; |
| 579 | From: Jan Stary |
Damien Miller | b0f2654 | 2014-02-04 11:10:01 +1100 | [diff] [blame] | 580 | - djm@cvs.openbsd.org 2014/01/29 00:19:26 |
| 581 | [sshd.c] |
| 582 | use kill(0, ...) instead of killpg(0, ...); on most operating systems |
| 583 | they are equivalent, but SUSv2 describes the latter as having undefined |
| 584 | behaviour; from portable; ok dtucker |
| 585 | (Id sync only; change is already in portable) |
Damien Miller | 7cc194f | 2014-02-04 11:12:56 +1100 | [diff] [blame] | 586 | - djm@cvs.openbsd.org 2014/01/29 06:18:35 |
| 587 | [Makefile.in auth.h auth2-jpake.c auth2.c jpake.c jpake.h monitor.c] |
| 588 | [monitor.h monitor_wrap.c monitor_wrap.h readconf.c readconf.h] |
| 589 | [schnorr.c schnorr.h servconf.c servconf.h ssh2.h sshconnect2.c] |
| 590 | remove experimental, never-enabled JPAKE code; ok markus@ |
Damien Miller | e1e480a | 2014-02-04 11:13:17 +1100 | [diff] [blame] | 591 | - jmc@cvs.openbsd.org 2014/01/29 14:04:51 |
| 592 | [sshd_config.5] |
| 593 | document kbdinteractiveauthentication; |
| 594 | requested From: Ross L Richardson |
| 595 | |
| 596 | dtucker/markus helped explain its workings; |
Damien Miller | 3928de0 | 2014-02-04 11:13:54 +1100 | [diff] [blame] | 597 | - djm@cvs.openbsd.org 2014/01/30 22:26:14 |
| 598 | [sandbox-systrace.c] |
| 599 | allow shutdown(2) syscall in sandbox - it may be called by packet_close() |
| 600 | from portable |
| 601 | (Id sync only; change is already in portable) |
Damien Miller | 1d2c456 | 2014-02-04 11:18:20 +1100 | [diff] [blame] | 602 | - tedu@cvs.openbsd.org 2014/01/31 16:39:19 |
| 603 | [auth2-chall.c authfd.c authfile.c bufaux.c bufec.c canohost.c] |
| 604 | [channels.c cipher-chachapoly.c clientloop.c configure.ac hostfile.c] |
| 605 | [kexc25519.c krl.c monitor.c sandbox-systrace.c session.c] |
| 606 | [sftp-client.c ssh-keygen.c ssh.c sshconnect2.c sshd.c sshlogin.c] |
| 607 | [openbsd-compat/explicit_bzero.c openbsd-compat/openbsd-compat.h] |
| 608 | replace most bzero with explicit_bzero, except a few that cna be memset |
| 609 | ok djm dtucker |
Damien Miller | a5103f4 | 2014-02-04 11:20:14 +1100 | [diff] [blame] | 610 | - djm@cvs.openbsd.org 2014/02/02 03:44:32 |
| 611 | [auth1.c auth2-chall.c auth2-passwd.c authfile.c bufaux.c bufbn.c] |
| 612 | [buffer.c cipher-3des1.c cipher.c clientloop.c gss-serv.c kex.c] |
| 613 | [kexdhc.c kexdhs.c kexecdhc.c kexgexc.c kexecdhs.c kexgexs.c key.c] |
| 614 | [monitor.c monitor_wrap.c packet.c readpass.c rsa.c serverloop.c] |
| 615 | [ssh-add.c ssh-agent.c ssh-dss.c ssh-ecdsa.c ssh-ed25519.c] |
| 616 | [ssh-keygen.c ssh-rsa.c sshconnect.c sshconnect1.c sshconnect2.c] |
| 617 | [sshd.c] |
| 618 | convert memset of potentially-private data to explicit_bzero() |
Damien Miller | aae07e2 | 2014-02-04 11:20:40 +1100 | [diff] [blame] | 619 | - djm@cvs.openbsd.org 2014/02/03 23:28:00 |
| 620 | [ssh-ecdsa.c] |
| 621 | fix memory leak; ECDSA_SIG_new() allocates 'r' and 's' for us, unlike |
| 622 | DSA_SIG_new. Reported by Batz Spear; ok markus@ |
Damien Miller | db3c595 | 2014-02-04 11:25:45 +1100 | [diff] [blame] | 623 | - djm@cvs.openbsd.org 2014/02/02 03:44:31 |
| 624 | [digest-libc.c digest-openssl.c] |
| 625 | convert memset of potentially-private data to explicit_bzero() |
Damien Miller | eb6d870 | 2014-02-04 11:26:34 +1100 | [diff] [blame] | 626 | - djm@cvs.openbsd.org 2014/02/04 00:24:29 |
| 627 | [ssh.c] |
| 628 | delay lowercasing of hostname until right before hostname |
| 629 | canonicalisation to unbreak case-sensitive matching of ssh_config; |
| 630 | reported by Ike Devolder; ok markus@ |
Damien Miller | bf7e0f0 | 2014-02-04 11:37:50 +1100 | [diff] [blame] | 631 | - (djm) [openbsd-compat/Makefile.in] Add missing explicit_bzero.o |
Damien Miller | 9c449bc | 2014-02-04 11:38:28 +1100 | [diff] [blame] | 632 | - (djm) [regress/setuid-allowed.c] Missing string.h for strerror() |
Damien Miller | 4e8d937 | 2014-02-04 11:02:42 +1100 | [diff] [blame] | 633 | |
Damien Miller | 7e5cec6 | 2014-01-31 09:25:34 +1100 | [diff] [blame] | 634 | 20140131 |
| 635 | - (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2) |
| 636 | syscall from sandboxes; it may be called by packet_close. |
Darren Tucker | 0eeafcd | 2014-01-31 14:18:51 +1100 | [diff] [blame] | 637 | - (dtucker) [readconf.c] Include <arpa/inet.h> for the hton macros. Fixes |
| 638 | build with HP-UX's compiler. Patch from Kevin Brott. |
Tim Rice | 69d0d09 | 2014-01-31 14:25:18 -0800 | [diff] [blame] | 639 | - (tim) [Makefile.in] build regress/setuid-allow. |
Damien Miller | 7e5cec6 | 2014-01-31 09:25:34 +1100 | [diff] [blame] | 640 | |
Damien Miller | c286819 | 2014-01-30 10:21:19 +1100 | [diff] [blame] | 641 | 20140130 |
| 642 | - (djm) [configure.ac] Only check for width-specified integer types |
| 643 | in headers that actually exist. patch from Tom G. Christensen; |
| 644 | ok dtucker@ |
Damien Miller | f5bbd3b | 2014-01-30 11:26:46 +1100 | [diff] [blame] | 645 | - (djm) [configure.ac atomicio.c] Kludge around NetBSD offering |
| 646 | different symbols for 'read' when various compiler flags are |
| 647 | in use, causing atomicio.c comparisons against it to break and |
| 648 | read/write operations to hang; ok dtucker |
Damien Miller | cdb6c90 | 2014-01-30 12:50:17 +1100 | [diff] [blame] | 649 | - (djm) Release openssh-6.5p1 |
Damien Miller | c286819 | 2014-01-30 10:21:19 +1100 | [diff] [blame] | 650 | |
| 651 | 20140129 |
Damien Miller | c161fc9 | 2014-01-29 21:01:33 +1100 | [diff] [blame] | 652 | - (djm) [configure.ac] Fix broken shell test '==' vs '='; patch from |
| 653 | Tom G. Christensen |
| 654 | |
Damien Miller | ab03949 | 2014-01-28 15:07:10 +1100 | [diff] [blame] | 655 | 20140128 |
| 656 | - (djm) [configure.ac] Search for inet_ntop in libnsl and libresovl; |
| 657 | ok dtucker |
Damien Miller | ab16ef4 | 2014-01-28 15:08:12 +1100 | [diff] [blame] | 658 | - (djm) [sshd.c] Use kill(0, ...) instead of killpg(0, ...); the |
| 659 | latter being specified to have undefined behaviour in SUSv3; |
| 660 | ok dtucker |
Tim Rice | 6f917ad | 2014-01-28 10:26:25 -0800 | [diff] [blame] | 661 | - (tim) [regress/agent.sh regress/agent-ptrace.sh] Assign $? to a variable |
| 662 | when used as an error message inside an if statement so we display the |
| 663 | correct into. agent.sh patch from Petr Lautrbach. |
Damien Miller | ab03949 | 2014-01-28 15:07:10 +1100 | [diff] [blame] | 664 | |
Darren Tucker | 4ab20a8 | 2014-01-27 17:35:04 +1100 | [diff] [blame] | 665 | 20140127 |
| 666 | - (dtucker) [Makefile.in] Remove trailing backslash which some make |
| 667 | implementations (eg older Solaris) do not cope with. |
| 668 | |
Darren Tucker | e7e8b3c | 2014-01-27 17:32:50 +1100 | [diff] [blame] | 669 | 20140126 |
Damien Miller | 76eea4a | 2014-01-26 09:37:25 +1100 | [diff] [blame] | 670 | - OpenBSD CVS Sync |
| 671 | - dtucker@cvs.openbsd.org 2014/01/25 10:12:50 |
| 672 | [cipher.c cipher.h kex.c kex.h kexgexc.c] |
| 673 | Add a special case for the DH group size for 3des-cbc, which has an |
| 674 | effective strength much lower than the key size. This causes problems |
| 675 | with some cryptlib implementations, which don't support group sizes larger |
| 676 | than 4k but also don't use the largest group size it does support as |
| 677 | specified in the RFC. Based on a patch from Petr Lautrbach at Redhat, |
| 678 | reduced by me with input from Markus. ok djm@ markus@ |
Damien Miller | a92ac74 | 2014-01-26 09:38:03 +1100 | [diff] [blame] | 679 | - markus@cvs.openbsd.org 2014/01/25 20:35:37 |
| 680 | [kex.c] |
| 681 | dh_need needs to be set to max(seclen, blocksize, ivlen, mac_len) |
| 682 | ok dtucker@, noted by mancha |
Damien Miller | 2035b22 | 2014-01-26 09:39:53 +1100 | [diff] [blame] | 683 | - (djm) [configure.ac sandbox-capsicum.c sandbox-rlimit.c] Disable |
| 684 | RLIMIT_NOFILE pseudo-sandbox on FreeBSD. In some configurations, |
| 685 | libc will attempt to open additional file descriptors for crypto |
| 686 | offload and crash if they cannot be opened. |
Damien Miller | 5b447c0 | 2014-01-26 09:46:53 +1100 | [diff] [blame] | 687 | - (djm) [configure.ac] correct AC_DEFINE for previous. |
Damien Miller | 76eea4a | 2014-01-26 09:37:25 +1100 | [diff] [blame] | 688 | |
Darren Tucker | e7e8b3c | 2014-01-27 17:32:50 +1100 | [diff] [blame] | 689 | 20140125 |
Damien Miller | f62ecef | 2014-01-25 12:34:38 +1100 | [diff] [blame] | 690 | - (djm) [configure.ac] Fix detection of capsicum sandbox on FreeBSD |
Damien Miller | c96d853 | 2014-01-25 13:12:28 +1100 | [diff] [blame] | 691 | - (djm) [configure.ac] Do not attempt to use capsicum sandbox unless |
| 692 | sys/capability.h exists and cap_rights_limit is in libc. Fixes |
| 693 | build on FreeBSD9x which provides the header but not the libc |
| 694 | support. |
Damien Miller | 603b8f4 | 2014-01-25 13:16:59 +1100 | [diff] [blame] | 695 | - (djm) [configure.ac] autoconf sets finds to 'yes' not '1', so test |
| 696 | against the correct thing. |
Damien Miller | f62ecef | 2014-01-25 12:34:38 +1100 | [diff] [blame] | 697 | |
Darren Tucker | e7e8b3c | 2014-01-27 17:32:50 +1100 | [diff] [blame] | 698 | 20140124 |
Damien Miller | b0e0f76 | 2014-01-24 14:27:04 +1100 | [diff] [blame] | 699 | - (djm) [Makefile.in regress/scp-ssh-wrapper.sh regress/scp.sh] Make |
| 700 | the scp regress test actually test the built scp rather than the one |
| 701 | in $PATH. ok dtucker@ |
| 702 | |
Darren Tucker | e7e8b3c | 2014-01-27 17:32:50 +1100 | [diff] [blame] | 703 | 20140123 |
Tim Rice | 617da33 | 2014-01-22 19:16:10 -0800 | [diff] [blame] | 704 | - (tim) [session.c] Improve error reporting on set_id(). |
Darren Tucker | 42a0925 | 2014-01-23 23:14:39 +1100 | [diff] [blame] | 705 | - (dtucker) [configure.ac] NetBSD's (and FreeBSD's) strnvis is gratuitously |
| 706 | incompatible with OpenBSD's despite post-dating it by more than a decade. |
| 707 | Declare it as broken, and document FreeBSD's as the same. ok djm@ |
Tim Rice | 617da33 | 2014-01-22 19:16:10 -0800 | [diff] [blame] | 708 | |
Darren Tucker | e7e8b3c | 2014-01-27 17:32:50 +1100 | [diff] [blame] | 709 | 20140122 |
Damien Miller | ee87838 | 2014-01-22 16:30:15 +1100 | [diff] [blame] | 710 | - (djm) [openbsd-compat/setproctitle.c] Don't fail to compile if a |
| 711 | platform that is expected to use the reuse-argv style setproctitle |
| 712 | hack surprises us by providing a setproctitle in libc; ok dtucker |
Damien Miller | 852472a | 2014-01-22 16:31:18 +1100 | [diff] [blame] | 713 | - (djm) [configure.ac] Unless specifically requested, only attempt |
| 714 | to build Position Independent Executables on gcc >= 4.x; ok dtucker |
Damien Miller | 5c2ff5e | 2014-01-22 21:30:12 +1100 | [diff] [blame] | 715 | - (djm) [configure.ac aclocal.m4] More tests to detect fallout from |
| 716 | platform hardening options: include some long long int arithmatic |
| 717 | to detect missing support functions for -ftrapv in libgcc and |
| 718 | equivalents, actually test linking when -ftrapv is supplied and |
| 719 | set either both -pie/-fPIE or neither. feedback and ok dtucker@ |
Damien Miller | ee87838 | 2014-01-22 16:30:15 +1100 | [diff] [blame] | 720 | |
Darren Tucker | 096118d | 2014-01-21 12:48:51 +1100 | [diff] [blame] | 721 | 20140121 |
| 722 | - (dtucker) [configure.ac] Make PIE a configure-time option which defaults |
| 723 | to on platforms where it's known to be reliably detected and off elsewhere. |
| 724 | Works around platforms such as FreeBSD 9.1 where it does not interop with |
| 725 | -ftrapv (it seems to work but fails when trying to link ssh). ok djm@ |
Darren Tucker | a6d573c | 2014-01-21 12:50:46 +1100 | [diff] [blame] | 726 | - (dtucker) [aclocal.m4] Differentiate between compile-time and link-time |
| 727 | tests in the configure output. ok djm. |
Tim Rice | 9464ba6 | 2014-01-20 17:59:28 -0800 | [diff] [blame] | 728 | - (tim) [platform.c session.c] Fix bug affecting SVR5 platforms introduced |
| 729 | with sftp chroot support. Move set_id call after chroot. |
Damien Miller | 5c96a15 | 2014-01-21 13:10:26 +1100 | [diff] [blame] | 730 | - (djm) [aclocal.m4] Flesh out the code run in the OSSH_CHECK_CFLAG_COMPILE |
| 731 | and OSSH_CHECK_LDFLAG_LINK tests to give them a better chance of |
| 732 | detecting toolchain-related problems; ok dtucker |
Darren Tucker | 096118d | 2014-01-21 12:48:51 +1100 | [diff] [blame] | 733 | |
Damien Miller | 3510979 | 2014-01-20 12:41:53 +1100 | [diff] [blame] | 734 | 20140120 |
Darren Tucker | c74e70e | 2014-01-20 13:18:09 +1100 | [diff] [blame] | 735 | - (dtucker) [gss-serv-krb5.c] Fall back to krb5_cc_gen_new if the Kerberos |
| 736 | implementation does not have krb5_cc_new_unique, similar to what we do |
| 737 | in auth-krb5.c. |
Damien Miller | f9df7f6 | 2014-01-20 20:07:15 +1100 | [diff] [blame] | 738 | - (djm) [regress/cert-hostkey.sh] Fix regress failure on platforms that |
| 739 | skip one or more key types (e.g. RHEL/CentOS 6.5); ok dtucker@ |
Damien Miller | 3510979 | 2014-01-20 12:41:53 +1100 | [diff] [blame] | 740 | - (djm) OpenBSD CVS Sync |
| 741 | - djm@cvs.openbsd.org 2014/01/20 00:08:48 |
| 742 | [digest.c] |
| 743 | memleak; found by Loganaden Velvindron @ AfriNIC; ok markus@ |
| 744 | |
Darren Tucker | 2aca159 | 2014-01-19 15:25:34 +1100 | [diff] [blame] | 745 | 20140119 |
| 746 | - (dtucker) OpenBSD CVS Sync |
| 747 | - dtucker@cvs.openbsd.org 2014/01/17 06:23:24 |
| 748 | [sftp-server.c] |
| 749 | fix log message statvfs. ok djm |
Darren Tucker | 293ee3c | 2014-01-19 15:28:01 +1100 | [diff] [blame] | 750 | - dtucker@cvs.openbsd.org 2014/01/18 09:36:26 |
| 751 | [session.c] |
| 752 | explicitly define USE_PIPES to 1 to prevent redefinition warnings in |
Darren Tucker | 7b1ded0 | 2014-01-19 15:30:02 +1100 | [diff] [blame] | 753 | portable on platforms that use pipes for everything. From vinschen at |
| 754 | redhat. |
| 755 | - dtucker@cvs.openbsd.org 2014/01/19 04:17:29 |
| 756 | [canohost.c addrmatch.c] |
| 757 | Cast socklen_t when comparing to size_t and use socklen_t to iterate over |
| 758 | the ip options, both to prevent signed/unsigned comparison warnings. |
| 759 | Patch from vinschen at redhat via portable openssh, begrudging ok deraadt. |
Darren Tucker | b7e01c0 | 2014-01-19 22:36:13 +1100 | [diff] [blame] | 760 | - djm@cvs.openbsd.org 2014/01/19 04:48:08 |
| 761 | [ssh_config.5] |
| 762 | fix inverted meaning of 'no' and 'yes' for CanonicalizeFallbackLocal |
Darren Tucker | 7eee358 | 2014-01-19 22:37:02 +1100 | [diff] [blame] | 763 | - dtucker@cvs.openbsd.org 2014/01/19 11:21:51 |
| 764 | [addrmatch.c] |
| 765 | Cast the sizeof to socklen_t so it'll work even if the supplied len is |
| 766 | negative. Suggested by and ok djm, ok deraadt. |
Darren Tucker | 2aca159 | 2014-01-19 15:25:34 +1100 | [diff] [blame] | 767 | |
Darren Tucker | 89c532d | 2014-01-18 20:43:49 +1100 | [diff] [blame] | 768 | 20140118 |
| 769 | - (dtucker) [uidswap.c] Prevent unused variable warnings on Cygwin. Patch |
| 770 | from vinschen at redhat.com |
Darren Tucker | 1411c92 | 2014-01-18 21:03:59 +1100 | [diff] [blame] | 771 | - (dtucker) [openbsd-compat/bsd-cygwin_util.h] Add missing function |
| 772 | declarations that stopped being included when we stopped including |
| 773 | <windows.h> from openbsd-compat/bsd-cygwin_util.h. Patch from vinschen at |
| 774 | redhat.com. |
Darren Tucker | fdce373 | 2014-01-18 21:12:42 +1100 | [diff] [blame] | 775 | - (dtucker) [configure.ac] On Cygwin the getopt variables (like optargs, |
| 776 | optind) are defined in getopt.h already. Unfortunately they are defined as |
| 777 | "declspec(dllimport)" for historical reasons, because the GNU linker didn't |
| 778 | allow auto-import on PE/COFF targets way back when. The problem is the |
| 779 | dllexport attributes collide with the definitions in the various source |
| 780 | files in OpenSSH, which obviousy define the variables without |
| 781 | declspec(dllimport). The least intrusive way to get rid of these warnings |
| 782 | is to disable warnings for GCC compiler attributes when building on Cygwin. |
| 783 | Patch from vinschen at redhat.com. |
Darren Tucker | 841f7da | 2014-01-18 22:12:15 +1100 | [diff] [blame] | 784 | - (dtucker) [sandbox-capsicum.c] Correct some error messages and make the |
| 785 | return value check for cap_enter() consistent with the other uses in |
| 786 | FreeBSD. From by Loganaden Velvindron @ AfriNIC via bz#2140. |
Darren Tucker | 89c532d | 2014-01-18 20:43:49 +1100 | [diff] [blame] | 787 | |
Darren Tucker | fd99437 | 2014-01-17 09:53:24 +1100 | [diff] [blame] | 788 | 20140117 |
| 789 | - (dtucker) [aclocal.m4 configure.ac] Add some additional compiler/toolchain |
| 790 | hardening flags including -fstack-protector-strong. These default to on |
| 791 | if the toolchain supports them, but there is a configure-time knob |
| 792 | (--without-hardening) to disable them if necessary. ok djm@ |
Damien Miller | c3d483f | 2014-01-17 11:20:26 +1100 | [diff] [blame] | 793 | - (djm) [sftp-client.c] signed/unsigned comparison fix |
Darren Tucker | 1c4a011 | 2014-01-17 12:23:23 +1100 | [diff] [blame] | 794 | - (dtucker) [loginrec.c] Cast to the types specfied in the format |
| 795 | specification to prevent warnings. |
Darren Tucker | ac413b6 | 2014-01-17 12:31:33 +1100 | [diff] [blame] | 796 | - (dtucker) [crypto_api.h] Wrap stdlib.h include inside #ifdef HAVE_STDINT_H. |
Darren Tucker | 99df369 | 2014-01-17 12:42:17 +1100 | [diff] [blame] | 797 | - (dtucker) [poly1305.c] Wrap stdlib.h include inside #ifdef HAVE_STDINT_H. |
Darren Tucker | f45f78a | 2014-01-17 12:43:43 +1100 | [diff] [blame] | 798 | - (dtucker) [blocks.c fe25519.c ge25519.c hash.c sc25519.c verify.c] Include |
| 799 | includes.h to pull in all of the compatibility stuff. |
Darren Tucker | c3ed065 | 2014-01-17 14:18:45 +1100 | [diff] [blame] | 800 | - (dtucker) [openbsd-compat/bcrypt_pbkdf.c] Wrap stdlib.h include inside |
| 801 | #ifdef HAVE_STDINT_H. |
Darren Tucker | acad351 | 2014-01-17 14:20:05 +1100 | [diff] [blame] | 802 | - (dtucker) [defines.h] Add typedefs for uintXX_t types for platforms that |
| 803 | don't have them. |
Darren Tucker | c548722 | 2014-01-17 15:12:16 +1100 | [diff] [blame] | 804 | - (dtucker) [configure.ac] Split AC_CHECK_FUNCS for OpenSSL functions into |
| 805 | separate lines and alphabetize for easier diffing of changes. |
Darren Tucker | 5f1c57a | 2014-01-17 16:29:45 +1100 | [diff] [blame] | 806 | - (dtucker) OpenBSD CVS Sync |
| 807 | - djm@cvs.openbsd.org 2014/01/17 00:21:06 |
| 808 | [sftp-client.c] |
| 809 | signed/unsigned comparison warning fix; from portable (Id sync only) |
Darren Tucker | a9d186a | 2014-01-17 16:30:49 +1100 | [diff] [blame] | 810 | - dtucker@cvs.openbsd.org 2014/01/17 05:26:41 |
| 811 | [digest.c] |
| 812 | remove unused includes. ok djm@ |
Damien Miller | 868ea1e | 2014-01-17 16:47:04 +1100 | [diff] [blame] | 813 | - (djm) [Makefile.in configure.ac sandbox-capsicum.c sandbox-darwin.c] |
| 814 | [sandbox-null.c sandbox-rlimit.c sandbox-seccomp-filter.c] |
| 815 | [sandbox-systrace.c ssh-sandbox.h sshd.c] Support preauth sandboxing |
| 816 | using the Capsicum API introduced in FreeBSD 10. Patch by Dag-Erling |
| 817 | Smorgrav, updated by Loganaden Velvindron @ AfriNIC; ok dtucker@ |
Darren Tucker | d23a91f | 2014-01-17 17:32:30 +1100 | [diff] [blame] | 818 | - (dtucker) [configure.ac digest.c openbsd-compat/openssl-compat.c |
| 819 | openbsd-compat/openssl-compat.h] Add compatibility layer for older |
| 820 | openssl versions. ok djm@ |
Darren Tucker | 1357d71 | 2014-01-17 18:00:40 +1100 | [diff] [blame] | 821 | - (dtucker) Fix typo in #ifndef. |
Darren Tucker | a5cf1e2 | 2014-01-17 18:10:58 +1100 | [diff] [blame] | 822 | - (dtucker) [configure.ac openbsd-compat/bsd-statvfs.c |
| 823 | openbsd-compat/bsd-statvfs.h] Implement enough of statvfs on top of statfs |
| 824 | to be useful (and for the regression tests to pass) on platforms that |
| 825 | have statfs and fstatfs. ok djm@ |
Darren Tucker | 5055699 | 2014-01-17 18:48:22 +1100 | [diff] [blame] | 826 | - (dtucker) [openbsd-compat/bsd-statvfs.h] Only start including headers if we |
| 827 | need them to cut down on the name collisions. |
Darren Tucker | 6d72568 | 2014-01-17 19:17:34 +1100 | [diff] [blame] | 828 | - (dtucker) [configure.ac] Also look in inttypes.h for uintXX_t types. |
Darren Tucker | 9edcbff | 2014-01-17 21:54:32 +1100 | [diff] [blame] | 829 | - (dtucker) [configure.ac] Have --without-hardening not turn off |
| 830 | stack-protector since that has a separate flag that's been around a while. |
Darren Tucker | a335766 | 2014-01-18 00:03:57 +1100 | [diff] [blame] | 831 | - (dtucker) [readconf.c] Wrap paths.h inside an ifdef. Allows building on |
| 832 | Solaris. |
Darren Tucker | 355f861 | 2014-01-18 00:12:38 +1100 | [diff] [blame] | 833 | - (dtucker) [defines.h] Move our definitions of uintXX_t types down to after |
| 834 | they're defined if we have to define them ourselves. Fixes builds on old |
| 835 | AIX. |
Darren Tucker | fd99437 | 2014-01-17 09:53:24 +1100 | [diff] [blame] | 836 | |
Damien Miller | 52c371c | 2014-01-16 18:42:10 +1100 | [diff] [blame] | 837 | 20140118 |
| 838 | - (djm) OpenBSD CVS Sync |
| 839 | - djm@cvs.openbsd.org 2014/01/16 07:31:09 |
| 840 | [sftp-client.c] |
| 841 | needless and incorrect cast to size_t can break resumption of |
| 842 | large download; patch from tobias@ |
Damien Miller | 0fa29e6 | 2014-01-16 18:42:31 +1100 | [diff] [blame] | 843 | - djm@cvs.openbsd.org 2014/01/16 07:32:00 |
| 844 | [version.h] |
| 845 | openssh-6.5 |
Damien Miller | 2ae77e6 | 2014-01-16 18:51:07 +1100 | [diff] [blame] | 846 | - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] |
| 847 | [contrib/suse/openssh.spec] Crank RPM spec version numbers. |
Damien Miller | 366224d | 2014-01-16 18:51:44 +1100 | [diff] [blame] | 848 | - (djm) [README] update release notes URL. |
Damien Miller | 52c371c | 2014-01-16 18:42:10 +1100 | [diff] [blame] | 849 | |
Damien Miller | af5d448 | 2014-01-12 19:20:47 +1100 | [diff] [blame] | 850 | 20140112 |
| 851 | - (djm) OpenBSD CVS Sync |
| 852 | - djm@cvs.openbsd.org 2014/01/10 05:59:19 |
| 853 | [sshd_config] |
| 854 | the /etc/ssh/ssh_host_ed25519_key is loaded by default too |
Damien Miller | 91b580e | 2014-01-12 19:21:22 +1100 | [diff] [blame] | 855 | - djm@cvs.openbsd.org 2014/01/12 08:13:13 |
| 856 | [bufaux.c buffer.h kex.c kex.h kexc25519.c kexc25519c.c kexc25519s.c] |
| 857 | [kexdhc.c kexdhs.c kexecdhc.c kexecdhs.c kexgexc.c kexgexs.c] |
| 858 | avoid use of OpenSSL BIGNUM type and functions for KEX with |
| 859 | Curve25519 by adding a buffer_put_bignum2_from_string() that stores |
| 860 | a string using the bignum encoding rules. Will make it easier to |
| 861 | build a reduced-feature OpenSSH without OpenSSL in the future; |
| 862 | ok markus@ |
Damien Miller | af5d448 | 2014-01-12 19:20:47 +1100 | [diff] [blame] | 863 | |
Damien Miller | 3e49853 | 2014-01-10 10:37:05 +1100 | [diff] [blame] | 864 | 20140110 |
| 865 | - (djm) OpenBSD CVS Sync |
| 866 | - tedu@cvs.openbsd.org 2014/01/04 17:50:55 |
| 867 | [mac.c monitor_mm.c monitor_mm.h xmalloc.c] |
| 868 | use standard types and formats for size_t like variables. ok dtucker |
Damien Miller | e00e413 | 2014-01-10 10:40:45 +1100 | [diff] [blame] | 869 | - guenther@cvs.openbsd.org 2014/01/09 03:26:00 |
| 870 | [sftp-common.c] |
| 871 | When formating the time for "ls -l"-style output, show dates in the future |
| 872 | with the year, and rearrange a comparison to avoid a potentional signed |
| 873 | arithmetic overflow that would give the wrong result. |
| 874 | ok djm@ |
Damien Miller | b3051d0 | 2014-01-10 10:58:53 +1100 | [diff] [blame] | 875 | - djm@cvs.openbsd.org 2014/01/09 23:20:00 |
| 876 | [digest.c digest.h hostfile.c kex.c kex.h kexc25519.c kexc25519c.c] |
| 877 | [kexc25519s.c kexdh.c kexecdh.c kexecdhc.c kexecdhs.c kexgex.c kexgexc.c] |
| 878 | [kexgexs.c key.c key.h roaming_client.c roaming_common.c schnorr.c] |
| 879 | [schnorr.h ssh-dss.c ssh-ecdsa.c ssh-rsa.c sshconnect2.c] |
| 880 | Introduce digest API and use it to perform all hashing operations |
| 881 | rather than calling OpenSSL EVP_Digest* directly. Will make it easier |
| 882 | to build a reduced-feature OpenSSH without OpenSSL in future; |
| 883 | feedback, ok markus@ |
Damien Miller | 58cd63b | 2014-01-10 10:59:24 +1100 | [diff] [blame] | 884 | - djm@cvs.openbsd.org 2014/01/09 23:26:48 |
| 885 | [sshconnect.c sshd.c] |
| 886 | ban clients/servers that suffer from SSH_BUG_DERIVEKEY, they are ancient, |
| 887 | deranged and might make some attacks on KEX easier; ok markus@ |
Damien Miller | 3e49853 | 2014-01-10 10:37:05 +1100 | [diff] [blame] | 888 | |
Damien Miller | a9c1e50 | 2014-01-08 16:13:12 +1100 | [diff] [blame] | 889 | 20140108 |
| 890 | - (djm) [regress/.cvsignore] Ignore regress test droppings; ok dtucker@ |
| 891 | |
Damien Miller | 324541e | 2013-12-31 12:25:40 +1100 | [diff] [blame] | 892 | 20131231 |
| 893 | - (djm) OpenBSD CVS Sync |
| 894 | - djm@cvs.openbsd.org 2013/12/30 23:52:28 |
| 895 | [auth2-hostbased.c auth2-pubkey.c compat.c compat.h ssh-rsa.c] |
| 896 | [sshconnect.c sshconnect2.c sshd.c] |
| 897 | refuse RSA keys from old proprietary clients/servers that use the |
| 898 | obsolete RSA+MD5 signature scheme. it will still be possible to connect |
| 899 | with these clients/servers but only DSA keys will be accepted, and we'll |
| 900 | deprecate them entirely in a future release. ok markus@ |
| 901 | |
Damien Miller | 7d97fd9 | 2013-12-29 17:40:18 +1100 | [diff] [blame] | 902 | 20131229 |
| 903 | - (djm) [loginrec.c] Check for username truncation when looking up lastlog |
| 904 | entries |
Damien Miller | 9f4c8e7 | 2013-12-29 17:57:46 +1100 | [diff] [blame] | 905 | - (djm) [regress/Makefile] Add some generated files for cleaning |
Damien Miller | ef275ea | 2013-12-29 17:44:07 +1100 | [diff] [blame] | 906 | - (djm) OpenBSD CVS Sync |
| 907 | - djm@cvs.openbsd.org 2013/12/19 00:10:30 |
| 908 | [ssh-add.c] |
| 909 | skip requesting smartcard PIN when removing keys from agent; bz#2187 |
| 910 | patch from jay AT slushpupie.com; ok dtucker |
Damien Miller | bb3dafe | 2013-12-29 17:44:29 +1100 | [diff] [blame] | 911 | - dtucker@cvs.openbsd.org 2013/12/19 00:19:12 |
| 912 | [serverloop.c] |
| 913 | Cast client_alive_interval to u_int64_t before assinging to |
| 914 | max_time_milliseconds to avoid potential integer overflow in the timeout. |
| 915 | bz#2170, patch from Loganaden Velvindron, ok djm@ |
Damien Miller | bf25d11 | 2013-12-29 17:44:56 +1100 | [diff] [blame] | 916 | - djm@cvs.openbsd.org 2013/12/19 00:27:57 |
| 917 | [auth-options.c] |
| 918 | simplify freeing of source-address certificate restriction |
Damien Miller | 4def184 | 2013-12-29 17:45:26 +1100 | [diff] [blame] | 919 | - djm@cvs.openbsd.org 2013/12/19 01:04:36 |
| 920 | [channels.c] |
| 921 | bz#2147: fix multiple remote forwardings with dynamically assigned |
| 922 | listen ports. In the s->c message to open the channel we were sending |
| 923 | zero (the magic number to request a dynamic port) instead of the actual |
| 924 | listen port. The client therefore had no way of discriminating between |
| 925 | them. |
| 926 | |
| 927 | Diagnosis and fix by ronf AT timeheart.net |
Damien Miller | 0b36c83 | 2013-12-29 17:45:51 +1100 | [diff] [blame] | 928 | - djm@cvs.openbsd.org 2013/12/19 01:19:41 |
| 929 | [ssh-agent.c] |
| 930 | bz#2186: don't crash (NULL deref) when deleting PKCS#11 keys from an agent |
| 931 | that has a mix of normal and PKCS#11 keys; fix from jay AT slushpupie.com; |
| 932 | ok dtucker |
Damien Miller | 339a48f | 2013-12-29 17:46:49 +1100 | [diff] [blame] | 933 | - djm@cvs.openbsd.org 2013/12/19 22:57:13 |
| 934 | [poly1305.c poly1305.h] |
| 935 | use full name for author, with his permission |
Damien Miller | 1379771 | 2013-12-29 17:47:14 +1100 | [diff] [blame] | 936 | - tedu@cvs.openbsd.org 2013/12/21 07:10:47 |
| 937 | [ssh-keygen.1] |
| 938 | small typo |
Damien Miller | 3e19295 | 2013-12-29 17:47:50 +1100 | [diff] [blame] | 939 | - djm@cvs.openbsd.org 2013/12/27 22:30:17 |
| 940 | [ssh-dss.c ssh-ecdsa.c ssh-rsa.c] |
| 941 | make the original RSA and DSA signing/verification code look more like |
| 942 | the ECDSA/Ed25519 ones: use key_type_plain() when checking the key type |
| 943 | rather than tediously listing all variants, use __func__ for debug/ |
| 944 | error messages |
Damien Miller | 06122e9 | 2013-12-29 17:48:15 +1100 | [diff] [blame] | 945 | - djm@cvs.openbsd.org 2013/12/27 22:37:18 |
| 946 | [ssh-rsa.c] |
| 947 | correct comment |
Damien Miller | 83f2fe2 | 2013-12-29 17:48:38 +1100 | [diff] [blame] | 948 | - djm@cvs.openbsd.org 2013/12/29 02:28:10 |
| 949 | [key.c] |
| 950 | allow ed25519 keys to appear as certificate authorities |
Damien Miller | 5baeacf | 2013-12-29 17:48:55 +1100 | [diff] [blame] | 951 | - djm@cvs.openbsd.org 2013/12/29 02:37:04 |
| 952 | [key.c] |
| 953 | correct comment for key_to_certified() |
Damien Miller | 9de4fcd | 2013-12-29 17:49:13 +1100 | [diff] [blame] | 954 | - djm@cvs.openbsd.org 2013/12/29 02:49:52 |
| 955 | [key.c] |
| 956 | correct comment for key_drop_cert() |
Damien Miller | 29ace1c | 2013-12-29 17:49:31 +1100 | [diff] [blame] | 957 | - djm@cvs.openbsd.org 2013/12/29 04:20:04 |
| 958 | [key.c] |
| 959 | to make sure we don't omit any key types as valid CA keys again, |
| 960 | factor the valid key type check into a key_type_is_valid_ca() |
| 961 | function |
Damien Miller | f72cdde | 2013-12-29 17:49:55 +1100 | [diff] [blame] | 962 | - djm@cvs.openbsd.org 2013/12/29 04:29:25 |
| 963 | [authfd.c] |
| 964 | allow deletion of ed25519 keys from the agent |
Damien Miller | b9a9549 | 2013-12-29 17:50:15 +1100 | [diff] [blame] | 965 | - djm@cvs.openbsd.org 2013/12/29 04:35:50 |
| 966 | [authfile.c] |
| 967 | don't refuse to load Ed25519 certificates |
Damien Miller | 0fa47cf | 2013-12-29 17:53:39 +1100 | [diff] [blame] | 968 | - djm@cvs.openbsd.org 2013/12/29 05:42:16 |
| 969 | [ssh.c] |
| 970 | don't forget to load Ed25519 certs too |
Damien Miller | 106bf1c | 2013-12-29 17:54:03 +1100 | [diff] [blame] | 971 | - djm@cvs.openbsd.org 2013/12/29 05:57:02 |
| 972 | [sshconnect.c] |
| 973 | when showing other hostkeys, don't forget Ed25519 keys |
Damien Miller | 7d97fd9 | 2013-12-29 17:40:18 +1100 | [diff] [blame] | 974 | |
Darren Tucker | 77244af | 2013-12-21 17:02:39 +1100 | [diff] [blame] | 975 | 20131221 |
| 976 | - (dtucker) [regress/keytype.sh] Actually test ecdsa key types. |
| 977 | |
Darren Tucker | 1fcec9d | 2013-12-19 11:00:12 +1100 | [diff] [blame] | 978 | 20131219 |
| 979 | - (dtucker) [configure.ac] bz#2178: Don't try to use BSM on Solaris versions |
| 980 | greater than 11 either rather than just 11. Patch from Tomas Kuthan. |
Darren Tucker | 53f8e78 | 2013-12-19 11:31:44 +1100 | [diff] [blame] | 981 | - (dtucker) [auth-pam.c] bz#2163: check return value from pam_get_item(). |
| 982 | Patch from Loganaden Velvindron. |
Darren Tucker | 1fcec9d | 2013-12-19 11:00:12 +1100 | [diff] [blame] | 983 | |
Damien Miller | 4f752cf | 2013-12-18 17:45:35 +1100 | [diff] [blame] | 984 | 20131218 |
| 985 | - (djm) OpenBSD CVS Sync |
| 986 | - djm@cvs.openbsd.org 2013/12/07 08:08:26 |
| 987 | [ssh-keygen.1] |
| 988 | document -a and -o wrt new key format |
Damien Miller | 8ba0ead | 2013-12-18 17:46:27 +1100 | [diff] [blame] | 989 | - naddy@cvs.openbsd.org 2013/12/07 11:58:46 |
| 990 | [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8 ssh.1] |
| 991 | [ssh_config.5 sshd.8 sshd_config.5] |
| 992 | add missing mentions of ed25519; ok djm@ |
Damien Miller | 6575c3a | 2013-12-18 17:47:02 +1100 | [diff] [blame] | 993 | - dtucker@cvs.openbsd.org 2013/12/08 09:53:27 |
| 994 | [sshd_config.5] |
| 995 | Use a literal for the default value of KEXAlgorithms. ok deraadt jmc |
Damien Miller | 8a56dc2 | 2013-12-18 17:48:11 +1100 | [diff] [blame] | 996 | - markus@cvs.openbsd.org 2013/12/09 11:03:45 |
| 997 | [blocks.c ed25519.c fe25519.c fe25519.h ge25519.c ge25519.h] |
| 998 | [ge25519_base.data hash.c sc25519.c sc25519.h verify.c] |
| 999 | Add Authors for the public domain ed25519/nacl code. |
| 1000 | see also http://nacl.cr.yp.to/features.html |
| 1001 | All of the NaCl software is in the public domain. |
| 1002 | and http://ed25519.cr.yp.to/software.html |
| 1003 | The Ed25519 software is in the public domain. |
Damien Miller | 155b5a5 | 2013-12-18 17:48:32 +1100 | [diff] [blame] | 1004 | - markus@cvs.openbsd.org 2013/12/09 11:08:17 |
| 1005 | [crypto_api.h] |
| 1006 | remove unused defines |
Damien Miller | 059321d | 2013-12-18 17:49:48 +1100 | [diff] [blame] | 1007 | - pascal@cvs.openbsd.org 2013/12/15 18:17:26 |
| 1008 | [ssh-add.c] |
| 1009 | Make ssh-add also add .ssh/id_ed25519; fixes lie in manual page. |
| 1010 | ok markus@ |
Damien Miller | d58a596 | 2013-12-18 17:50:13 +1100 | [diff] [blame] | 1011 | - djm@cvs.openbsd.org 2013/12/15 21:42:35 |
| 1012 | [cipher-chachapoly.c] |
| 1013 | add some comments and constify a constant |
Damien Miller | 6674eb9 | 2013-12-18 17:50:39 +1100 | [diff] [blame] | 1014 | - markus@cvs.openbsd.org 2013/12/17 10:36:38 |
| 1015 | [crypto_api.h] |
| 1016 | I've assempled the header file by cut&pasting from generated headers |
| 1017 | and the source files. |
Damien Miller | 4f752cf | 2013-12-18 17:45:35 +1100 | [diff] [blame] | 1018 | |
Damien Miller | 7e6e42f | 2013-12-08 08:23:08 +1100 | [diff] [blame] | 1019 | 20131208 |
| 1020 | - (djm) [openbsd-compat/bsd-setres_id.c] Missing header; from Corinna |
| 1021 | Vinschen |
Damien Miller | 6d6fcd1 | 2013-12-08 15:53:28 +1100 | [diff] [blame] | 1022 | - (djm) [Makefile.in regress/Makefile regress/agent-ptrace.sh] |
| 1023 | [regress/setuid-allowed.c] Check that ssh-agent is not on a no-setuid |
| 1024 | filesystem before running agent-ptrace.sh; ok dtucker |
Damien Miller | 7e6e42f | 2013-12-08 08:23:08 +1100 | [diff] [blame] | 1025 | |
Damien Miller | 3939207 | 2013-12-07 10:31:08 +1100 | [diff] [blame] | 1026 | 20131207 |
| 1027 | - (djm) OpenBSD CVS Sync |
| 1028 | - djm@cvs.openbsd.org 2013/12/05 22:59:45 |
| 1029 | [sftp-client.c] |
| 1030 | fix memory leak in error path in do_readdir(); pointed out by |
| 1031 | Loganaden Velvindron @ AfriNIC in bz#2163 |
Damien Miller | 0f8536d | 2013-12-07 10:31:37 +1100 | [diff] [blame] | 1032 | - djm@cvs.openbsd.org 2013/12/06 03:40:51 |
| 1033 | [ssh-keygen.c] |
| 1034 | remove duplicated character ('g') in getopt() string; |
| 1035 | document the (few) remaining option characters so we don't have to |
| 1036 | rummage next time. |
Damien Miller | f0e9060 | 2013-12-07 10:40:26 +1100 | [diff] [blame] | 1037 | - markus@cvs.openbsd.org 2013/12/06 13:30:08 |
| 1038 | [authfd.c key.c key.h ssh-agent.c] |
| 1039 | move private key (de)serialization to key.c; ok djm |
Damien Miller | bcd00ab | 2013-12-07 10:41:55 +1100 | [diff] [blame] | 1040 | - markus@cvs.openbsd.org 2013/12/06 13:34:54 |
| 1041 | [authfile.c authfile.h cipher.c cipher.h key.c packet.c ssh-agent.c] |
| 1042 | [ssh-keygen.c PROTOCOL.key] new private key format, bcrypt as KDF by |
| 1043 | default; details in PROTOCOL.key; feedback and lots help from djm; |
| 1044 | ok djm@ |
Damien Miller | 5be9d9e | 2013-12-07 11:24:01 +1100 | [diff] [blame] | 1045 | - markus@cvs.openbsd.org 2013/12/06 13:39:49 |
| 1046 | [authfd.c authfile.c key.c key.h myproposal.h pathnames.h readconf.c] |
| 1047 | [servconf.c ssh-agent.c ssh-keygen.c ssh-keyscan.1 ssh-keyscan.c] |
| 1048 | [ssh-keysign.c ssh.c ssh_config.5 sshd.8 sshd.c verify.c ssh-ed25519.c] |
| 1049 | [sc25519.h sc25519.c hash.c ge25519_base.data ge25519.h ge25519.c] |
| 1050 | [fe25519.h fe25519.c ed25519.c crypto_api.h blocks.c] |
| 1051 | support ed25519 keys (hostkeys and user identities) using the public |
| 1052 | domain ed25519 reference code from SUPERCOP, see |
| 1053 | http://ed25519.cr.yp.to/software.html |
| 1054 | feedback, help & ok djm@ |
Damien Miller | a7827c1 | 2013-12-07 11:24:30 +1100 | [diff] [blame] | 1055 | - jmc@cvs.openbsd.org 2013/12/06 15:29:07 |
| 1056 | [sshd.8] |
| 1057 | missing comma; |
Damien Miller | ca570a5 | 2013-12-07 11:29:09 +1100 | [diff] [blame] | 1058 | - djm@cvs.openbsd.org 2013/12/07 00:19:15 |
| 1059 | [key.c] |
| 1060 | set k->cert = NULL after freeing it |
Damien Miller | f54542a | 2013-12-07 16:32:44 +1100 | [diff] [blame] | 1061 | - markus@cvs.openbsd.org 2013/12/06 13:52:46 |
| 1062 | [regress/Makefile regress/agent.sh regress/cert-hostkey.sh] |
| 1063 | [regress/cert-userkey.sh regress/keytype.sh] |
| 1064 | test ed25519 support; from djm@ |
Damien Miller | f104da2 | 2013-12-07 12:37:53 +1100 | [diff] [blame] | 1065 | - (djm) [blocks.c ed25519.c fe25519.c fe25519.h ge25519.c ge25519.h] |
Damien Miller | 3cccc0e | 2013-12-07 11:27:47 +1100 | [diff] [blame] | 1066 | [ge25519_base.data hash.c sc25519.c sc25519.h verify.c] Fix RCS idents |
Damien Miller | f104da2 | 2013-12-07 12:37:53 +1100 | [diff] [blame] | 1067 | - (djm) [Makefile.in] Add ed25519 sources |
| 1068 | - (djm) [authfile.c] Conditionalise inclusion of util.h |
| 1069 | - (djm) [configure.ac openbsd-compat/Makefile.in openbsd-compat/bcrypt_pbkdf.c] |
Damien Miller | 1ff130d | 2013-12-07 11:51:51 +1100 | [diff] [blame] | 1070 | [openbsd-compat/blf.h openbsd-compat/blowfish.c] |
| 1071 | [openbsd-compat/openbsd-compat.h] Start at supporting bcrypt_pbkdf in |
| 1072 | portable. |
Damien Miller | f104da2 | 2013-12-07 12:37:53 +1100 | [diff] [blame] | 1073 | - (djm) [ed25519.c ssh-ed25519.c openbsd-compat/Makefile.in] |
| 1074 | [openbsd-compat/bcrypt_pbkdf.c] Make ed25519/new key format compile on |
| 1075 | Linux |
Damien Miller | eb40158 | 2013-12-07 17:07:15 +1100 | [diff] [blame] | 1076 | - (djm) [regress/cert-hostkey.sh] Fix merge botch |
Damien Miller | da3ca35 | 2013-12-07 21:43:46 +1100 | [diff] [blame] | 1077 | - (djm) [Makefile.in] PATHSUBS and keygen bits for Ed25519; from |
| 1078 | Loganaden Velvindron @ AfriNIC in bz#2179 |
Damien Miller | 3939207 | 2013-12-07 10:31:08 +1100 | [diff] [blame] | 1079 | |
Damien Miller | dec0393 | 2013-12-05 10:18:43 +1100 | [diff] [blame] | 1080 | 20131205 |
| 1081 | - (djm) OpenBSD CVS Sync |
| 1082 | - jmc@cvs.openbsd.org 2013/11/21 08:05:09 |
| 1083 | [ssh_config.5 sshd_config.5] |
| 1084 | no need for .Pp before displays; |
Damien Miller | d937dc0 | 2013-12-05 10:19:54 +1100 | [diff] [blame] | 1085 | - deraadt@cvs.openbsd.org 2013/11/25 18:04:21 |
| 1086 | [ssh.1 ssh.c] |
| 1087 | improve -Q usage and such. One usage change is that the option is now |
| 1088 | case-sensitive |
| 1089 | ok dtucker markus djm |
Damien Miller | bdb352a | 2013-12-05 10:20:52 +1100 | [diff] [blame] | 1090 | - jmc@cvs.openbsd.org 2013/11/26 12:14:54 |
| 1091 | [ssh.1 ssh.c] |
| 1092 | - put -Q in the right place |
| 1093 | - Ar was a poor choice for the arguments to -Q. i've chosen an |
| 1094 | admittedly equally poor Cm, at least consistent with the rest |
| 1095 | of the docs. also no need for multiple instances |
| 1096 | - zap a now redundant Nm |
| 1097 | - usage() sync |
Damien Miller | 1d2f880 | 2013-12-05 10:22:03 +1100 | [diff] [blame] | 1098 | - deraadt@cvs.openbsd.org 2013/11/26 19:15:09 |
| 1099 | [pkcs11.h] |
| 1100 | cleanup 1 << 31 idioms. Resurrection of this issue pointed out by |
| 1101 | Eitan Adler ok markus for ssh, implies same change in kerberosV |
Damien Miller | e4870c0 | 2013-12-05 10:22:39 +1100 | [diff] [blame] | 1102 | - djm@cvs.openbsd.org 2013/12/01 23:19:05 |
| 1103 | [PROTOCOL] |
| 1104 | mention curve25519-sha256@libssh.org key exchange algorithm |
Damien Miller | 114e540 | 2013-12-05 10:22:57 +1100 | [diff] [blame] | 1105 | - djm@cvs.openbsd.org 2013/12/02 02:50:27 |
| 1106 | [PROTOCOL.chacha20poly1305] |
| 1107 | typo; from Jon Cave |
Damien Miller | f1e44ea | 2013-12-05 10:23:21 +1100 | [diff] [blame] | 1108 | - djm@cvs.openbsd.org 2013/12/02 02:56:17 |
| 1109 | [ssh-pkcs11-helper.c] |
| 1110 | use-after-free; bz#2175 patch from Loganaden Velvindron @ AfriNIC |
Damien Miller | f7e8a87 | 2013-12-05 10:25:51 +1100 | [diff] [blame] | 1111 | - djm@cvs.openbsd.org 2013/12/02 03:09:22 |
| 1112 | [key.c] |
| 1113 | make key_to_blob() return a NULL blob on failure; part of |
| 1114 | bz#2175 from Loganaden Velvindron @ AfriNIC |
Damien Miller | 960f6a2 | 2013-12-05 10:26:14 +1100 | [diff] [blame] | 1115 | - djm@cvs.openbsd.org 2013/12/02 03:13:14 |
| 1116 | [cipher.c] |
| 1117 | correct bzero of chacha20+poly1305 key context. bz#2177 from |
| 1118 | Loganaden Velvindron @ AfriNIC |
| 1119 | |
| 1120 | Also make it a memset for consistency with the rest of cipher.c |
Damien Miller | 9275df3 | 2013-12-05 10:26:32 +1100 | [diff] [blame] | 1121 | - djm@cvs.openbsd.org 2013/12/04 04:20:01 |
| 1122 | [sftp-client.c] |
| 1123 | bz#2171: don't leak local_fd on error; from Loganaden Velvindron @ |
| 1124 | AfriNIC |
Damien Miller | 534b2cc | 2013-12-05 14:07:27 +1100 | [diff] [blame] | 1125 | - djm@cvs.openbsd.org 2013/12/05 01:16:41 |
| 1126 | [servconf.c servconf.h] |
| 1127 | bz#2161 - fix AuthorizedKeysCommand inside a Match block and |
| 1128 | rearrange things so the same error is harder to make next time; |
| 1129 | with and ok dtucker@ |
Darren Tucker | 8369c8e | 2013-12-05 11:00:16 +1100 | [diff] [blame] | 1130 | - (dtucker) [configure.ac] bz#2173: use pkg-config --libs to include correct |
| 1131 | -L location for libedit. Patch from Serge van den Boom. |
Damien Miller | dec0393 | 2013-12-05 10:18:43 +1100 | [diff] [blame] | 1132 | |
Damien Miller | 0600c70 | 2013-11-21 13:55:43 +1100 | [diff] [blame] | 1133 | 20131121 |
| 1134 | - (djm) OpenBSD CVS Sync |
| 1135 | - dtucker@cvs.openbsd.org 2013/11/08 11:15:19 |
| 1136 | [bufaux.c bufbn.c buffer.c sftp-client.c sftp-common.c sftp-glob.c] |
| 1137 | [uidswap.c] Include stdlib.h for free() as per the man page. |
Damien Miller | 867e693 | 2013-11-21 13:56:06 +1100 | [diff] [blame] | 1138 | - markus@cvs.openbsd.org 2013/11/13 13:48:20 |
| 1139 | [ssh-pkcs11.c] |
| 1140 | add missing braces found by pedro |
Damien Miller | 23e00aa | 2013-11-21 13:56:28 +1100 | [diff] [blame] | 1141 | - djm@cvs.openbsd.org 2013/11/20 02:19:01 |
| 1142 | [sshd.c] |
| 1143 | delay closure of in/out fds until after "Bad protocol version |
| 1144 | identification..." message, as get_remote_ipaddr/get_remote_port |
| 1145 | require them open. |
Damien Miller | e001673 | 2013-11-21 13:56:49 +1100 | [diff] [blame] | 1146 | - deraadt@cvs.openbsd.org 2013/11/20 20:53:10 |
| 1147 | [scp.c] |
| 1148 | unsigned casts for ctype macros where neccessary |
| 1149 | ok guenther millert markus |
Damien Miller | fdb2306 | 2013-11-21 13:57:15 +1100 | [diff] [blame] | 1150 | - deraadt@cvs.openbsd.org 2013/11/20 20:54:10 |
| 1151 | [canohost.c clientloop.c match.c readconf.c sftp.c] |
| 1152 | unsigned casts for ctype macros where neccessary |
| 1153 | ok guenther millert markus |
Damien Miller | 0fde8ac | 2013-11-21 14:12:23 +1100 | [diff] [blame] | 1154 | - djm@cvs.openbsd.org 2013/11/21 00:45:44 |
| 1155 | [Makefile.in PROTOCOL PROTOCOL.chacha20poly1305 authfile.c chacha.c] |
| 1156 | [chacha.h cipher-chachapoly.c cipher-chachapoly.h cipher.c cipher.h] |
| 1157 | [dh.c myproposal.h packet.c poly1305.c poly1305.h servconf.c ssh.1] |
| 1158 | [ssh.c ssh_config.5 sshd_config.5] Add a new protocol 2 transport |
| 1159 | cipher "chacha20-poly1305@openssh.com" that combines Daniel |
| 1160 | Bernstein's ChaCha20 stream cipher and Poly1305 MAC to build an |
| 1161 | authenticated encryption mode. |
| 1162 | |
| 1163 | Inspired by and similar to Adam Langley's proposal for TLS: |
| 1164 | http://tools.ietf.org/html/draft-agl-tls-chacha20poly1305-03 |
| 1165 | but differs in layout used for the MAC calculation and the use of a |
| 1166 | second ChaCha20 instance to separately encrypt packet lengths. |
| 1167 | Details are in the PROTOCOL.chacha20poly1305 file. |
| 1168 | |
| 1169 | Feedback markus@, naddy@; manpage bits Loganden Velvindron @ AfriNIC |
| 1170 | ok markus@ naddy@ |
Damien Miller | fa7a20b | 2013-11-21 14:24:08 +1100 | [diff] [blame] | 1171 | - naddy@cvs.openbsd.org 2013/11/18 05:09:32 |
| 1172 | [regress/forward-control.sh] |
| 1173 | bump timeout to 10 seconds to allow slow machines (e.g. Alpha PC164) |
| 1174 | to successfully run this; ok djm@ |
Damien Miller | 36aba25 | 2013-11-21 14:24:42 +1100 | [diff] [blame] | 1175 | - djm@cvs.openbsd.org 2013/11/21 03:15:46 |
| 1176 | [regress/krl.sh] |
| 1177 | add some reminders for additional tests that I'd like to implement |
Damien Miller | ea61b21 | 2013-11-21 14:25:15 +1100 | [diff] [blame] | 1178 | - djm@cvs.openbsd.org 2013/11/21 03:16:47 |
| 1179 | [regress/modpipe.c] |
| 1180 | use unsigned long long instead of u_int64_t here to avoid warnings |
| 1181 | on some systems portable OpenSSH is built on. |
Damien Miller | 8a073cf | 2013-11-21 14:26:18 +1100 | [diff] [blame] | 1182 | - djm@cvs.openbsd.org 2013/11/21 03:18:51 |
| 1183 | [regress/cipher-speed.sh regress/integrity.sh regress/rekey.sh] |
| 1184 | [regress/try-ciphers.sh] |
| 1185 | use new "ssh -Q cipher-auth" query to obtain lists of authenticated |
| 1186 | encryption ciphers instead of specifying them manually; ensures that |
| 1187 | the new chacha20poly1305@openssh.com mode is tested; |
| 1188 | |
| 1189 | ok markus@ and naddy@ as part of the diff to add |
| 1190 | chacha20poly1305@openssh.com |
Damien Miller | 0600c70 | 2013-11-21 13:55:43 +1100 | [diff] [blame] | 1191 | |
Darren Tucker | b6a75b0 | 2013-11-10 20:25:22 +1100 | [diff] [blame] | 1192 | 20131110 |
| 1193 | - (dtucker) [regress/keytype.sh] Populate ECDSA key types to be tested by |
| 1194 | querying the ones that are compiled in. |
| 1195 | |
Darren Tucker | 6e2fe81 | 2013-11-09 16:55:03 +1100 | [diff] [blame] | 1196 | 20131109 |
| 1197 | - (dtucker) OpenBSD CVS Sync |
| 1198 | - dtucker@cvs.openbsd.org 2013/11/09 05:41:34 |
| 1199 | [regress/test-exec.sh regress/rekey.sh] |
| 1200 | Use smaller test data files to speed up tests. Grow test datafiles |
| 1201 | where necessary for a specific test. |
Darren Tucker | 37bcef5 | 2013-11-09 18:39:25 +1100 | [diff] [blame] | 1202 | - (dtucker) [configure.ac kex.c key.c myproposal.h] Test for the presence of |
| 1203 | NID_X9_62_prime256v1, NID_secp384r1 and NID_secp521r1 and test that the |
| 1204 | latter actually works before using it. Fedora (at least) has NID_secp521r1 |
| 1205 | that doesn't work (see https://bugzilla.redhat.com/show_bug.cgi?id=1021897). |
Darren Tucker | 95cb2d4 | 2013-11-09 22:02:31 +1100 | [diff] [blame] | 1206 | - (dtucker) [configure.ac] Fix brackets in NID_secp521r1 test. |
Darren Tucker | dd5264d | 2013-11-09 22:32:51 +1100 | [diff] [blame] | 1207 | - (dtucker) [configure.ac] Add missing "test". |
Darren Tucker | 2c89430 | 2013-11-10 12:38:42 +1100 | [diff] [blame] | 1208 | - (dtucker) [key.c] Check for the correct defines for NID_secp521r1. |
Darren Tucker | 6e2fe81 | 2013-11-09 16:55:03 +1100 | [diff] [blame] | 1209 | |
Darren Tucker | 08998c5 | 2013-11-08 12:11:46 +1100 | [diff] [blame] | 1210 | 20131108 |
| 1211 | - (dtucker) OpenBSD CVS Sync |
| 1212 | - dtucker@cvs.openbsd.org 2013/11/08 01:06:14 |
| 1213 | [regress/rekey.sh] |
| 1214 | Rekey less frequently during tests to speed them up |
Damien Miller | 690d989 | 2013-11-08 12:16:49 +1100 | [diff] [blame] | 1215 | - (djm) OpenBSD CVS Sync |
| 1216 | - dtucker@cvs.openbsd.org 2013/11/07 11:58:27 |
| 1217 | [cipher.c cipher.h kex.c kex.h mac.c mac.h servconf.c ssh.c] |
| 1218 | Output the effective values of Ciphers, MACs and KexAlgorithms when |
| 1219 | the default has not been overridden. ok markus@ |
Damien Miller | 6c81fee | 2013-11-08 12:19:55 +1100 | [diff] [blame] | 1220 | - djm@cvs.openbsd.org 2013/11/08 00:39:15 |
| 1221 | [auth-options.c auth2-chall.c authfd.c channels.c cipher-3des1.c] |
| 1222 | [clientloop.c gss-genr.c monitor_mm.c packet.c schnorr.c umac.c] |
| 1223 | [sftp-client.c sftp-glob.c] |
| 1224 | use calloc for all structure allocations; from markus@ |
Damien Miller | 3ac4a23 | 2013-11-08 12:39:49 +1100 | [diff] [blame] | 1225 | - djm@cvs.openbsd.org 2013/11/08 01:38:11 |
| 1226 | [version.h] |
| 1227 | openssh-6.4 |
Damien Miller | 3420a50 | 2013-11-08 16:48:13 +1100 | [diff] [blame] | 1228 | - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec] |
| 1229 | [contrib/suse/openssh.spec] Update version numbers following release. |
Darren Tucker | ccdb9be | 2013-11-08 18:54:38 +1100 | [diff] [blame] | 1230 | - (dtucker) [openbsd-compat/openbsd-compat.h] Add null implementation of |
| 1231 | arc4random_stir for platforms that have arc4random but don't have |
| 1232 | arc4random_stir (right now this is only OpenBSD -current). |
Darren Tucker | 1c8ce34 | 2013-11-08 19:50:32 +1100 | [diff] [blame] | 1233 | - (dtucker) [kex.c] Only enable CURVE25519_SHA256 if we actually have |
| 1234 | EVP_sha256. |
Darren Tucker | d94240b | 2013-11-08 21:10:04 +1100 | [diff] [blame] | 1235 | - (dtucker) [myproposal.h] Conditionally enable CURVE25519_SHA256. |
Darren Tucker | 8c333ec | 2013-11-08 21:12:58 +1100 | [diff] [blame] | 1236 | - (dtucker) [openbsd-compat/bsd-poll.c] Add headers to prevent compile |
| 1237 | warnings. |
Darren Tucker | 882abfd | 2013-11-09 00:17:41 +1100 | [diff] [blame] | 1238 | - (dtucker) [Makefile.in configure.ac] Set MALLOC_OPTIONS per platform |
Darren Tucker | aff7ef1 | 2013-11-09 00:19:22 +1100 | [diff] [blame] | 1239 | and pass in TEST_ENV. use stderr to get polluted |
Darren Tucker | 882abfd | 2013-11-09 00:17:41 +1100 | [diff] [blame] | 1240 | and the stderr-data test to fail. |
Darren Tucker | aff7ef1 | 2013-11-09 00:19:22 +1100 | [diff] [blame] | 1241 | - (dtucker) [contrib/cygwin/ssh-host-config] Simplify host key generation: |
| 1242 | rather than testing and generating each key, call ssh-keygen -A. |
| 1243 | Patch from vinschen at redhat.com. |
Darren Tucker | 6e2fe81 | 2013-11-09 16:55:03 +1100 | [diff] [blame] | 1244 | - (dtucker) OpenBSD CVS Sync |
| 1245 | - dtucker@cvs.openbsd.org 2013/11/09 05:41:34 |
| 1246 | [regress/test-exec.sh regress/rekey.sh] |
| 1247 | Use smaller test data files to speed up tests. Grow test datafiles |
| 1248 | where necessary for a specific test. |
Darren Tucker | 08998c5 | 2013-11-08 12:11:46 +1100 | [diff] [blame] | 1249 | |
Damien Miller | 61c5c23 | 2013-11-07 11:34:14 +1100 | [diff] [blame] | 1250 | 20131107 |
| 1251 | - (djm) [ssh-pkcs11.c] Bring back "non-constant initialiser" fix (rev 1.5) |
| 1252 | that got lost in recent merge. |
Damien Miller | c983197 | 2013-11-07 12:00:23 +1100 | [diff] [blame] | 1253 | - (djm) [Makefile.in monitor.c] Missed chunks of curve25519 KEX diff |
Damien Miller | a6fd1d3 | 2013-11-07 12:03:26 +1100 | [diff] [blame] | 1254 | - (djm) [regress/modpipe.c regress/rekey.sh] Never intended to commit these |
Damien Miller | df8b030 | 2013-11-07 13:28:16 +1100 | [diff] [blame] | 1255 | - (djm) [configure.ac defines.h] Skip arc4random_stir() calls on platforms |
| 1256 | that lack it but have arc4random_uniform() |
Damien Miller | 67a8800 | 2013-11-07 13:32:51 +1100 | [diff] [blame] | 1257 | - (djm) OpenBSD CVS Sync |
| 1258 | - markus@cvs.openbsd.org 2013/11/04 11:51:16 |
| 1259 | [monitor.c] |
| 1260 | fix rekeying for KEX_C25519_SHA256; noted by dtucker@ |
| 1261 | RCSID sync only; I thought this was a merge botch and fixed it already |
Damien Miller | 49c145c | 2013-11-07 13:35:39 +1100 | [diff] [blame] | 1262 | - markus@cvs.openbsd.org 2013/11/06 16:52:11 |
| 1263 | [monitor_wrap.c] |
| 1264 | fix rekeying for AES-GCM modes; ok deraadt |
Damien Miller | c8908aa | 2013-11-07 13:38:35 +1100 | [diff] [blame] | 1265 | - djm@cvs.openbsd.org 2013/11/06 23:05:59 |
| 1266 | [ssh-pkcs11.c] |
| 1267 | from portable: s/true/true_val/ to avoid name collisions on dump platforms |
| 1268 | RCSID sync only |
Darren Tucker | aa19548 | 2013-11-07 14:50:09 +1100 | [diff] [blame] | 1269 | - (dtucker) OpenBSD CVS Sync |
| 1270 | - djm@cvs.openbsd.org 2013/10/09 23:44:14 |
| 1271 | [regress/Makefile] (ID sync only) |
| 1272 | regression test for sftp request white/blacklisting and readonly mode. |
Darren Tucker | bbfb9b0 | 2013-11-07 14:56:43 +1100 | [diff] [blame] | 1273 | - markus@cvs.openbsd.org 2013/11/02 22:39:53 |
| 1274 | [regress/kextype.sh] |
| 1275 | add curve25519-sha256@libssh.org |
Darren Tucker | 2345577 | 2013-11-07 15:00:51 +1100 | [diff] [blame] | 1276 | - dtucker@cvs.openbsd.org 2013/11/04 12:27:42 |
| 1277 | [regress/rekey.sh] |
| 1278 | Test rekeying with all KexAlgorithms. |
Darren Tucker | 651dc8b | 2013-11-07 15:04:44 +1100 | [diff] [blame] | 1279 | - dtucker@cvs.openbsd.org 2013/11/07 00:12:05 |
| 1280 | [regress/rekey.sh] |
| 1281 | Test rekeying for every Cipher, MAC and KEX, plus test every KEX with |
| 1282 | the GCM ciphers. |
Darren Tucker | 06595d6 | 2013-11-07 15:08:02 +1100 | [diff] [blame] | 1283 | - dtucker@cvs.openbsd.org 2013/11/07 01:12:51 |
| 1284 | [regress/rekey.sh] |
| 1285 | Factor out the data transfer rekey tests |
Darren Tucker | a955041 | 2013-11-07 15:21:19 +1100 | [diff] [blame] | 1286 | - dtucker@cvs.openbsd.org 2013/11/07 02:48:38 |
| 1287 | [regress/integrity.sh regress/cipher-speed.sh regress/try-ciphers.sh] |
| 1288 | Use ssh -Q instead of hardcoding lists of ciphers or MACs. |
Darren Tucker | 74cbc22 | 2013-11-07 15:26:12 +1100 | [diff] [blame] | 1289 | - dtucker@cvs.openbsd.org 2013/11/07 03:55:41 |
| 1290 | [regress/kextype.sh] |
| 1291 | Use ssh -Q to get kex types instead of a static list. |
Darren Tucker | 6e9d6f4 | 2013-11-07 15:32:37 +1100 | [diff] [blame] | 1292 | - dtucker@cvs.openbsd.org 2013/11/07 04:26:56 |
| 1293 | [regress/kextype.sh] |
| 1294 | trailing space |
Darren Tucker | 4bf7e50 | 2013-11-07 22:33:48 +1100 | [diff] [blame] | 1295 | - (dtucker) [Makefile.in configure.ac] Remove TEST_SSH_SHA256 environment |
| 1296 | variable. It's no longer used now that we get the supported MACs from |
| 1297 | ssh -Q. |
Damien Miller | 61c5c23 | 2013-11-07 11:34:14 +1100 | [diff] [blame] | 1298 | |
Damien Miller | d2252c7 | 2013-11-04 07:41:48 +1100 | [diff] [blame] | 1299 | 20131104 |
| 1300 | - (djm) OpenBSD CVS Sync |
| 1301 | - markus@cvs.openbsd.org 2013/11/02 20:03:54 |
| 1302 | [ssh-pkcs11.c] |
| 1303 | support pkcs#11 tokes that only provide x509 zerts instead of raw pubkeys; |
| 1304 | fixes bz#1908; based on patch from Laurent Barbe; ok djm |
Damien Miller | 1e12426 | 2013-11-04 08:26:52 +1100 | [diff] [blame] | 1305 | - markus@cvs.openbsd.org 2013/11/02 21:59:15 |
| 1306 | [kex.c kex.h myproposal.h ssh-keyscan.c sshconnect2.c sshd.c] |
| 1307 | use curve25519 for default key exchange (curve25519-sha256@libssh.org); |
| 1308 | initial patch from Aris Adamantiadis; ok djm@ |
Damien Miller | abdca98 | 2013-11-04 08:30:05 +1100 | [diff] [blame] | 1309 | - markus@cvs.openbsd.org 2013/11/02 22:10:15 |
| 1310 | [kexdhs.c kexecdhs.c] |
| 1311 | no need to include monitor_wrap.h |
Damien Miller | 660621b | 2013-11-04 08:37:51 +1100 | [diff] [blame] | 1312 | - markus@cvs.openbsd.org 2013/11/02 22:24:24 |
| 1313 | [kexdhs.c kexecdhs.c] |
| 1314 | no need to include ssh-gss.h |
Damien Miller | 4c3ba07 | 2013-11-04 08:40:13 +1100 | [diff] [blame] | 1315 | - markus@cvs.openbsd.org 2013/11/02 22:34:01 |
| 1316 | [auth-options.c] |
| 1317 | no need to include monitor_wrap.h and ssh-gss.h |
Damien Miller | 0bd8f15 | 2013-11-04 08:55:43 +1100 | [diff] [blame] | 1318 | - markus@cvs.openbsd.org 2013/11/02 22:39:19 |
| 1319 | [ssh_config.5 sshd_config.5] |
| 1320 | the default kex is now curve25519-sha256@libssh.org |
Damien Miller | ca67a7e | 2013-11-04 09:05:17 +1100 | [diff] [blame] | 1321 | - djm@cvs.openbsd.org 2013/11/03 10:37:19 |
| 1322 | [roaming_common.c] |
| 1323 | fix a couple of function definitions foo() -> foo(void) |
| 1324 | (-Wold-style-definition) |
Damien Miller | 094003f | 2013-11-04 22:59:27 +1100 | [diff] [blame] | 1325 | - (djm) [kexc25519.c kexc25519c.c kexc25519s.c] Import missed files from |
| 1326 | KEX/curve25519 change |
Damien Miller | d2252c7 | 2013-11-04 07:41:48 +1100 | [diff] [blame] | 1327 | |
Darren Tucker | d527704 | 2013-11-03 16:30:46 +1100 | [diff] [blame] | 1328 | 20131103 |
| 1329 | - (dtucker) [openbsd-compat/bsd-misc.c] Include time.h for nanosleep. |
| 1330 | From OpenSMTPD where it prevents "implicit declaration" warnings (it's |
| 1331 | a no-op in OpenSSH). From chl at openbsd. |
Darren Tucker | 710f374 | 2013-11-03 17:20:34 +1100 | [diff] [blame] | 1332 | - (dtucker) [openbsd-compat/setproctitle.c] Handle error case form the 2nd |
| 1333 | vsnprintf. From eric at openbsd via chl@. |
Darren Tucker | 007e3b3 | 2013-11-03 18:43:55 +1100 | [diff] [blame] | 1334 | - (dtucker) [configure.ac defines.h] Add typedefs for intmax_t and uintmax_t |
| 1335 | for platforms that don't have them. |
Darren Tucker | d527704 | 2013-11-03 16:30:46 +1100 | [diff] [blame] | 1336 | |
Damien Miller | 4a3a9d4 | 2013-10-30 22:19:47 +1100 | [diff] [blame] | 1337 | 20131030 |
| 1338 | - (djm) OpenBSD CVS Sync |
| 1339 | - djm@cvs.openbsd.org 2013/10/29 09:42:11 |
| 1340 | [key.c key.h] |
| 1341 | fix potential stack exhaustion caused by nested certificates; |
| 1342 | report by Mateusz Kocielski; ok dtucker@ markus@ |
Damien Miller | 5ff30c6 | 2013-10-30 22:21:50 +1100 | [diff] [blame] | 1343 | - djm@cvs.openbsd.org 2013/10/29 09:48:02 |
| 1344 | [servconf.c servconf.h session.c sshd_config sshd_config.5] |
| 1345 | shd_config PermitTTY to disallow TTY allocation, mirroring the |
| 1346 | longstanding no-pty authorized_keys option; |
| 1347 | bz#2070, patch from Teran McKinney; ok markus@ |
Damien Miller | 63857c9 | 2013-10-30 22:31:06 +1100 | [diff] [blame] | 1348 | - jmc@cvs.openbsd.org 2013/10/29 18:49:32 |
| 1349 | [sshd_config.5] |
| 1350 | pty(4), not pty(7); |
Damien Miller | 4a3a9d4 | 2013-10-30 22:19:47 +1100 | [diff] [blame] | 1351 | |
Damien Miller | 28631ce | 2013-10-26 10:07:56 +1100 | [diff] [blame] | 1352 | 20131026 |
| 1353 | - (djm) OpenBSD CVS Sync |
| 1354 | - djm@cvs.openbsd.org 2013/10/25 23:04:51 |
| 1355 | [ssh.c] |
| 1356 | fix crash when using ProxyCommand caused by previous commit - was calling |
| 1357 | freeaddrinfo(NULL); spotted by sthen@ and Tim Ruehsen, patch by sthen@ |
| 1358 | |
Damien Miller | 26506ad | 2013-10-26 10:05:46 +1100 | [diff] [blame] | 1359 | 20131025 |
| 1360 | - (djm) [ssh-keygen.c ssh-keysign.c sshconnect1.c sshd.c] Remove |
| 1361 | unnecessary arc4random_stir() calls. The only ones left are to ensure |
| 1362 | that the PRNG gets a different state after fork() for platforms that |
| 1363 | have broken the API. |
| 1364 | |
Damien Miller | 8f18731 | 2013-10-24 10:53:02 +1100 | [diff] [blame] | 1365 | 20131024 |
| 1366 | - (djm) [auth-krb5.c] bz#2032 - use local username in krb5_kuserok check |
| 1367 | rather than full client name which may be of form user@REALM; |
| 1368 | patch from Miguel Sanders; ok dtucker@ |
Damien Miller | 03bf2e6 | 2013-10-24 21:01:26 +1100 | [diff] [blame] | 1369 | - (djm) OpenBSD CVS Sync |
| 1370 | - dtucker@cvs.openbsd.org 2013/10/23 05:40:58 |
| 1371 | [servconf.c] |
| 1372 | fix comment |
Damien Miller | 5ecb416 | 2013-10-24 21:02:02 +1100 | [diff] [blame] | 1373 | - djm@cvs.openbsd.org 2013/10/23 23:35:32 |
| 1374 | [sshd.c] |
| 1375 | include local address and port in "Connection from ..." message (only |
| 1376 | shown at loglevel>=verbose) |
Damien Miller | 4bedd40 | 2013-10-24 21:02:26 +1100 | [diff] [blame] | 1377 | - dtucker@cvs.openbsd.org 2013/10/24 00:49:49 |
| 1378 | [moduli.c] |
| 1379 | Periodically print progress and, if possible, expected time to completion |
| 1380 | when screening moduli for DH groups. ok deraadt djm |
Damien Miller | cf31f38 | 2013-10-24 21:02:56 +1100 | [diff] [blame] | 1381 | - dtucker@cvs.openbsd.org 2013/10/24 00:51:48 |
| 1382 | [readconf.c servconf.c ssh_config.5 sshd_config.5] |
| 1383 | Disallow empty Match statements and add "Match all" which matches |
| 1384 | everything. ok djm, man page help jmc@ |
Damien Miller | a90c033 | 2013-10-24 21:03:17 +1100 | [diff] [blame] | 1385 | - djm@cvs.openbsd.org 2013/10/24 08:19:36 |
| 1386 | [ssh.c] |
| 1387 | fix bug introduced in hostname canonicalisation commit: don't try to |
| 1388 | resolve hostnames when a ProxyCommand is set unless the user has forced |
| 1389 | canonicalisation; spotted by Iain Morgan |
Tim Rice | bd43e88 | 2013-10-24 12:22:49 -0700 | [diff] [blame] | 1390 | - (tim) [regress/sftp-perm.sh] We need a shell that understands "! somecmd" |
Damien Miller | 8f18731 | 2013-10-24 10:53:02 +1100 | [diff] [blame] | 1391 | |
Damien Miller | 5c86ebd | 2013-10-23 16:29:12 +1100 | [diff] [blame] | 1392 | 20131023 |
| 1393 | - (djm) OpenBSD CVS Sync |
| 1394 | - djm@cvs.openbsd.org 2013/10/20 04:39:28 |
| 1395 | [ssh_config.5] |
| 1396 | document % expansions performed by "Match command ..." |
Damien Miller | 8a04be7 | 2013-10-23 16:29:40 +1100 | [diff] [blame] | 1397 | - djm@cvs.openbsd.org 2013/10/20 06:19:28 |
| 1398 | [readconf.c ssh_config.5] |
| 1399 | rename "command" subclause of the recently-added "Match" keyword to |
| 1400 | "exec"; it's shorter, clearer in intent and we might want to add the |
| 1401 | ability to match against the command being executed at the remote end in |
| 1402 | the future. |
Damien Miller | c0049bd | 2013-10-23 16:29:59 +1100 | [diff] [blame] | 1403 | - djm@cvs.openbsd.org 2013/10/20 09:51:26 |
| 1404 | [scp.1 sftp.1] |
| 1405 | add canonicalisation options to -o lists |
Damien Miller | 8e5a67f | 2013-10-23 16:30:25 +1100 | [diff] [blame] | 1406 | - jmc@cvs.openbsd.org 2013/10/20 18:00:13 |
| 1407 | [ssh_config.5] |
| 1408 | tweak the "exec" description, as worded by djm; |
Damien Miller | 084bcd2 | 2013-10-23 16:30:51 +1100 | [diff] [blame] | 1409 | - djm@cvs.openbsd.org 2013/10/23 03:03:07 |
| 1410 | [readconf.c] |
| 1411 | Hostname may have %h sequences that should be expanded prior to Match |
| 1412 | evaluation; spotted by Iain Morgan |
Damien Miller | eff5cad | 2013-10-23 16:31:10 +1100 | [diff] [blame] | 1413 | - djm@cvs.openbsd.org 2013/10/23 03:05:19 |
| 1414 | [readconf.c ssh.c] |
| 1415 | comment |
Damien Miller | 5b01b0d | 2013-10-23 16:31:31 +1100 | [diff] [blame] | 1416 | - djm@cvs.openbsd.org 2013/10/23 04:16:22 |
| 1417 | [ssh-keygen.c] |
| 1418 | Make code match documentation: relative-specified certificate expiry time |
| 1419 | should be relative to current time and not the validity start time. |
| 1420 | Reported by Petr Lautrbach; ok deraadt@ |
Damien Miller | 5c86ebd | 2013-10-23 16:29:12 +1100 | [diff] [blame] | 1421 | |
Damien Miller | a176e18 | 2013-10-18 09:05:41 +1100 | [diff] [blame] | 1422 | 20131018 |
| 1423 | - (djm) OpenBSD CVS Sync |
| 1424 | - djm@cvs.openbsd.org 2013/10/09 23:44:14 |
| 1425 | [regress/Makefile regress/sftp-perm.sh] |
| 1426 | regression test for sftp request white/blacklisting and readonly mode. |
Damien Miller | 1edcbf6 | 2013-10-18 10:17:17 +1100 | [diff] [blame] | 1427 | - jmc@cvs.openbsd.org 2013/10/17 07:35:48 |
| 1428 | [sftp.1 sftp.c] |
| 1429 | tweak previous; |
Damien Miller | 4502f88 | 2013-10-18 10:17:36 +1100 | [diff] [blame] | 1430 | - djm@cvs.openbsd.org 2013/10/17 22:08:04 |
| 1431 | [sshd.c] |
| 1432 | include remote port in bad banner message; bz#2162 |
Damien Miller | a176e18 | 2013-10-18 09:05:41 +1100 | [diff] [blame] | 1433 | |
Damien Miller | d77b81f | 2013-10-17 11:39:00 +1100 | [diff] [blame] | 1434 | 20131017 |
| 1435 | - (djm) OpenBSD CVS Sync |
| 1436 | - jmc@cvs.openbsd.org 2013/10/15 14:10:25 |
| 1437 | [ssh.1 ssh_config.5] |
| 1438 | tweak previous; |
Damien Miller | 0faf747 | 2013-10-17 11:47:23 +1100 | [diff] [blame] | 1439 | - djm@cvs.openbsd.org 2013/10/16 02:31:47 |
| 1440 | [readconf.c readconf.h roaming_client.c ssh.1 ssh.c ssh_config.5] |
| 1441 | [sshconnect.c sshconnect.h] |
| 1442 | Implement client-side hostname canonicalisation to allow an explicit |
| 1443 | search path of domain suffixes to use to convert unqualified host names |
| 1444 | to fully-qualified ones for host key matching. |
| 1445 | This is particularly useful for host certificates, which would otherwise |
| 1446 | need to list unqualified names alongside fully-qualified ones (and this |
| 1447 | causes a number of problems). |
| 1448 | "looks fine" markus@ |
Damien Miller | 607af34 | 2013-10-17 11:47:51 +1100 | [diff] [blame] | 1449 | - jmc@cvs.openbsd.org 2013/10/16 06:42:25 |
| 1450 | [ssh_config.5] |
| 1451 | tweak previous; |
Damien Miller | 3850559 | 2013-10-17 11:48:13 +1100 | [diff] [blame] | 1452 | - djm@cvs.openbsd.org 2013/10/16 22:49:39 |
| 1453 | [readconf.c readconf.h ssh.1 ssh.c ssh_config.5] |
| 1454 | s/canonicalise/canonicalize/ for consistency with existing spelling, |
| 1455 | e.g. authorized_keys; pointed out by naddy@ |
Damien Miller | 51682fa | 2013-10-17 11:48:31 +1100 | [diff] [blame] | 1456 | - djm@cvs.openbsd.org 2013/10/16 22:58:01 |
| 1457 | [ssh.c ssh_config.5] |
| 1458 | one I missed in previous: s/isation/ization/ |
Damien Miller | f29238e | 2013-10-17 11:48:52 +1100 | [diff] [blame] | 1459 | - djm@cvs.openbsd.org 2013/10/17 00:30:13 |
| 1460 | [PROTOCOL sftp-client.c sftp-client.h sftp-server.c sftp.1 sftp.c] |
| 1461 | fsync@openssh.com protocol extension for sftp-server |
| 1462 | client support to allow calling fsync() faster successful transfer |
| 1463 | patch mostly by imorgan AT nas.nasa.gov; bz#1798 |
| 1464 | "fine" markus@ "grumble OK" deraadt@ "doesn't sound bad to me" millert@ |
Damien Miller | e3ea094 | 2013-10-17 11:57:23 +1100 | [diff] [blame] | 1465 | - djm@cvs.openbsd.org 2013/10/17 00:46:49 |
| 1466 | [ssh.c] |
| 1467 | rearrange check to reduce diff against -portable |
| 1468 | (Id sync only) |
Damien Miller | d77b81f | 2013-10-17 11:39:00 +1100 | [diff] [blame] | 1469 | |
Damien Miller | 6eaeebf | 2013-10-15 11:55:57 +1100 | [diff] [blame] | 1470 | 20131015 |
| 1471 | - (djm) OpenBSD CVS Sync |
| 1472 | - djm@cvs.openbsd.org 2013/10/09 23:42:17 |
| 1473 | [sftp-server.8 sftp-server.c] |
| 1474 | Add ability to whitelist and/or blacklist sftp protocol requests by name. |
| 1475 | Refactor dispatch loop and consolidate read-only mode checks. |
| 1476 | Make global variables static, since sftp-server is linked into sshd(8). |
| 1477 | ok dtucker@ |
Damien Miller | 73600e5 | 2013-10-15 11:56:25 +1100 | [diff] [blame] | 1478 | - djm@cvs.openbsd.org 2013/10/10 00:53:25 |
| 1479 | [sftp-server.c] |
| 1480 | add -Q, -P and -p to usage() before jmc@ catches me |
Damien Miller | 61ee4d6 | 2013-10-15 11:56:47 +1100 | [diff] [blame] | 1481 | - djm@cvs.openbsd.org 2013/10/10 01:43:03 |
| 1482 | [sshd.c] |
| 1483 | bz#2139: fix re-exec fallback by ensuring that startup_pipe is correctly |
| 1484 | updated; ok dtucker@ |
Damien Miller | bda5c84 | 2013-10-15 12:05:58 +1100 | [diff] [blame] | 1485 | - djm@cvs.openbsd.org 2013/10/11 02:45:36 |
| 1486 | [sftp-client.c] |
| 1487 | rename flag arguments to be more clear and consistent. |
| 1488 | reorder some internal function arguments to make adding additional flags |
| 1489 | easier. |
| 1490 | no functional change |
Damien Miller | 2f93d05 | 2013-10-15 12:06:27 +1100 | [diff] [blame] | 1491 | - djm@cvs.openbsd.org 2013/10/11 02:52:23 |
| 1492 | [sftp-client.c] |
| 1493 | missed one arg reorder |
Damien Miller | 61c7de8 | 2013-10-15 12:06:45 +1100 | [diff] [blame] | 1494 | - djm@cvs.openbsd.org 2013/10/11 02:53:45 |
| 1495 | [sftp-client.h] |
| 1496 | obsolete comment |
Damien Miller | 6efab27 | 2013-10-15 12:07:05 +1100 | [diff] [blame] | 1497 | - jmc@cvs.openbsd.org 2013/10/14 14:18:56 |
| 1498 | [sftp-server.8 sftp-server.c] |
| 1499 | tweak previous; |
| 1500 | ok djm |
Damien Miller | 71df752 | 2013-10-15 12:12:02 +1100 | [diff] [blame] | 1501 | - djm@cvs.openbsd.org 2013/10/14 21:20:52 |
| 1502 | [session.c session.h] |
| 1503 | Add logging of session starts in a useful format; ok markus@ feedback and |
| 1504 | ok dtucker@ |
Damien Miller | 194fd90 | 2013-10-15 12:13:05 +1100 | [diff] [blame] | 1505 | - djm@cvs.openbsd.org 2013/10/14 22:22:05 |
| 1506 | [readconf.c readconf.h ssh-keysign.c ssh.c ssh_config.5] |
| 1507 | add a "Match" keyword to ssh_config that allows matching on hostname, |
| 1508 | user and result of arbitrary commands. "nice work" markus@ |
Damien Miller | e9fc72e | 2013-10-15 12:14:12 +1100 | [diff] [blame] | 1509 | - djm@cvs.openbsd.org 2013/10/14 23:28:23 |
| 1510 | [canohost.c misc.c misc.h readconf.c sftp-server.c ssh.c] |
| 1511 | refactor client config code a little: |
| 1512 | add multistate option partsing to readconf.c, similar to servconf.c's |
| 1513 | existing code. |
| 1514 | move checking of options that accept "none" as an argument to readconf.c |
| 1515 | add a lowercase() function and use it instead of explicit tolower() in |
| 1516 | loops |
| 1517 | part of a larger diff that was ok markus@ |
Damien Miller | 386feab | 2013-10-15 12:14:49 +1100 | [diff] [blame] | 1518 | - djm@cvs.openbsd.org 2013/10/14 23:31:01 |
| 1519 | [ssh.c] |
| 1520 | whitespace at EOL; pointed out by markus@ |
Damien Miller | dcd39f2 | 2013-10-17 11:31:40 +1100 | [diff] [blame] | 1521 | - [ssh.c] g/c unused variable. |
Damien Miller | 6eaeebf | 2013-10-15 11:55:57 +1100 | [diff] [blame] | 1522 | |
Darren Tucker | ad92df7 | 2013-10-10 10:24:11 +1100 | [diff] [blame] | 1523 | 20131010 |
| 1524 | - (dtucker) OpenBSD CVS Sync |
| 1525 | - sthen@cvs.openbsd.org 2013/09/16 11:35:43 |
| 1526 | [ssh_config] |
| 1527 | Remove gssapi config parts from ssh_config, as was already done for |
| 1528 | sshd_config. Req by/ok ajacoutot@ |
| 1529 | ID SYNC ONLY for portable; kerberos/gssapi is still pretty popular |
Darren Tucker | 5d80e45 | 2013-10-10 10:25:09 +1100 | [diff] [blame] | 1530 | - djm@cvs.openbsd.org 2013/09/19 00:24:52 |
| 1531 | [progressmeter.c] |
| 1532 | store the initial file offset so the progress meter doesn't freak out |
| 1533 | when resuming sftp transfers. bz#2137; patch from Iain Morgan; ok dtucker@` |
Darren Tucker | b59aaf3 | 2013-10-10 10:26:21 +1100 | [diff] [blame] | 1534 | - djm@cvs.openbsd.org 2013/09/19 00:49:12 |
| 1535 | [sftp-client.c] |
| 1536 | fix swapped pflag and printflag in sftp upload_dir; from Iain Morgan |
Darren Tucker | 71152bc | 2013-10-10 10:27:21 +1100 | [diff] [blame] | 1537 | - djm@cvs.openbsd.org 2013/09/19 01:24:46 |
| 1538 | [channels.c] |
| 1539 | bz#1297 - tell the client (via packet_send_debug) when their preferred |
| 1540 | listen address has been overridden by the server's GatewayPorts; |
| 1541 | ok dtucker@ |
Darren Tucker | e6e52f8 | 2013-10-10 10:28:07 +1100 | [diff] [blame] | 1542 | - djm@cvs.openbsd.org 2013/09/19 01:26:29 |
| 1543 | [sshconnect.c] |
| 1544 | bz#1211: make BindAddress work with UsePrivilegedPort=yes; patch from |
| 1545 | swp AT swp.pp.ru; ok dtucker@ |
Darren Tucker | df62d71 | 2013-10-10 10:32:39 +1100 | [diff] [blame] | 1546 | - dtucker@cvs.openbsd.org 2013/10/08 11:42:13 |
| 1547 | [dh.c dh.h] |
| 1548 | Increase the size of the Diffie-Hellman groups requested for a each |
| 1549 | symmetric key size. New values from NIST Special Publication 800-57 with |
| 1550 | the upper limit specified by RFC4419. Pointed out by Peter Backes, ok |
| 1551 | djm@. |
Darren Tucker | ad92df7 | 2013-10-10 10:24:11 +1100 | [diff] [blame] | 1552 | |
Damien Miller | 9159310 | 2013-10-09 10:42:32 +1100 | [diff] [blame] | 1553 | 20131009 |
| 1554 | - (djm) [openbsd-compat/arc4random.c openbsd-compat/chacha_private.h] Pull |
| 1555 | in OpenBSD implementation of arc4random, shortly to replace the existing |
| 1556 | bsd-arc4random.c |
Damien Miller | 7207119 | 2013-10-09 10:44:47 +1100 | [diff] [blame] | 1557 | - (djm) [openbsd-compat/Makefile.in openbsd-compat/arc4random.c] |
| 1558 | [openbsd-compat/bsd-arc4random.c] Replace old RC4-based arc4random |
| 1559 | implementation with recent OpenBSD's ChaCha-based PRNG. ok dtucker@, |
| 1560 | tested tim@ |
Damien Miller | 9159310 | 2013-10-09 10:42:32 +1100 | [diff] [blame] | 1561 | |
Darren Tucker | f2bf36c | 2013-09-22 19:02:40 +1000 | [diff] [blame] | 1562 | 20130922 |
| 1563 | - (dtucker) [platform.c platform.h sshd.c] bz#2156: restore Linux oom_adj |
| 1564 | setting when handling SIGHUP to maintain behaviour over retart. Patch |
| 1565 | from Matthew Ife. |
| 1566 | |
Darren Tucker | e90a06a | 2013-09-18 15:09:38 +1000 | [diff] [blame] | 1567 | 20130918 |
| 1568 | - (dtucker) [sshd_config] Trailing whitespace; from jstjohn at purdue edu. |
| 1569 | |
Damien Miller | 045bda5 | 2013-09-14 09:44:37 +1000 | [diff] [blame] | 1570 | 20130914 |
| 1571 | - (djm) OpenBSD CVS Sync |
| 1572 | - djm@cvs.openbsd.org 2013/08/22 19:02:21 |
| 1573 | [sshd.c] |
| 1574 | Stir PRNG after post-accept fork. The child gets a different PRNG state |
| 1575 | anyway via rexec and explicit privsep reseeds, but it's good to be sure. |
| 1576 | ok markus@ |
Damien Miller | 6608548 | 2013-09-14 09:45:03 +1000 | [diff] [blame] | 1577 | - mikeb@cvs.openbsd.org 2013/08/28 12:34:27 |
| 1578 | [ssh-keygen.c] |
| 1579 | improve batch processing a bit by making use of the quite flag a bit |
| 1580 | more often and exit with a non zero code if asked to find a hostname |
| 1581 | in a known_hosts file and it wasn't there; |
| 1582 | originally from reyk@, ok djm |
Damien Miller | 61353b3 | 2013-09-14 09:45:32 +1000 | [diff] [blame] | 1583 | - djm@cvs.openbsd.org 2013/08/31 00:13:54 |
| 1584 | [sftp.c] |
| 1585 | make ^w match ksh behaviour (delete previous word instead of entire line) |
Damien Miller | 8bab5e7 | 2013-09-14 09:47:00 +1000 | [diff] [blame] | 1586 | - deraadt@cvs.openbsd.org 2013/09/02 22:00:34 |
| 1587 | [ssh-keygen.c sshconnect1.c sshd.c] |
| 1588 | All the instances of arc4random_stir() are bogus, since arc4random() |
| 1589 | does this itself, inside itself, and has for a very long time.. Actually, |
| 1590 | this was probably reducing the entropy available. |
| 1591 | ok djm |
| 1592 | ID SYNC ONLY for portable; we don't trust other arc4random implementations |
| 1593 | to do this right. |
Damien Miller | ff9d6c2 | 2013-09-14 09:48:55 +1000 | [diff] [blame] | 1594 | - sthen@cvs.openbsd.org 2013/09/07 13:53:11 |
| 1595 | [sshd_config] |
| 1596 | Remove commented-out kerberos/gssapi config options from sample config, |
| 1597 | kerberos support is currently not enabled in ssh in OpenBSD. Discussed with |
| 1598 | various people; ok deraadt@ |
| 1599 | ID SYNC ONLY for portable; kerberos/gssapi is still pretty popular |
Damien Miller | 7018252 | 2013-09-14 09:49:19 +1000 | [diff] [blame] | 1600 | - djm@cvs.openbsd.org 2013/09/12 01:41:12 |
| 1601 | [clientloop.c] |
| 1602 | fix connection crash when sending break (~B) on ControlPersist'd session; |
| 1603 | ok dtucker@ |
Damien Miller | 13840e0 | 2013-09-14 09:49:43 +1000 | [diff] [blame] | 1604 | - djm@cvs.openbsd.org 2013/09/13 06:54:34 |
| 1605 | [channels.c] |
| 1606 | avoid unaligned access in code that reused a buffer to send a |
| 1607 | struct in_addr in a reply; simpler just use use buffer_put_int(); |
| 1608 | from portable; spotted by and ok dtucker@ |
Damien Miller | 045bda5 | 2013-09-14 09:44:37 +1000 | [diff] [blame] | 1609 | |
Damien Miller | 04be8b9 | 2013-08-28 12:49:43 +1000 | [diff] [blame] | 1610 | 20130828 |
| 1611 | - (djm) [openbsd-compat/bsd-snprintf.c] teach our local snprintf code the |
| 1612 | 'j' (intmax_t/uintmax_t) and 'z' (size_t/ssize_t) conversions in case we |
| 1613 | start to use them in the future. |
Damien Miller | 43968a8 | 2013-08-28 14:00:54 +1000 | [diff] [blame] | 1614 | - (djm) [openbsd-compat/bsd-snprintf.c] #ifdef noytet for intmax_t bits |
| 1615 | until we have configure support. |
Damien Miller | 04be8b9 | 2013-08-28 12:49:43 +1000 | [diff] [blame] | 1616 | |
Damien Miller | 02e8780 | 2013-08-21 02:38:51 +1000 | [diff] [blame] | 1617 | 20130821 |
| 1618 | - (djm) OpenBSD CVS Sync |
| 1619 | - djm@cvs.openbsd.org 2013/08/06 23:03:49 |
| 1620 | [sftp.c] |
| 1621 | fix some whitespace at EOL |
| 1622 | make list of commands an enum rather than a long list of defines |
| 1623 | add -a to usage() |
Damien Miller | eec8406 | 2013-08-21 02:39:39 +1000 | [diff] [blame] | 1624 | - djm@cvs.openbsd.org 2013/08/06 23:05:01 |
| 1625 | [sftp.1] |
| 1626 | document top-level -a option (the -a option to 'get' was already |
| 1627 | documented) |
Damien Miller | a6d6c1f | 2013-08-21 02:40:01 +1000 | [diff] [blame] | 1628 | - djm@cvs.openbsd.org 2013/08/06 23:06:01 |
| 1629 | [servconf.c] |
| 1630 | add cast to avoid format warning; from portable |
Damien Miller | c6895c5 | 2013-08-21 02:40:21 +1000 | [diff] [blame] | 1631 | - jmc@cvs.openbsd.org 2013/08/07 06:24:51 |
| 1632 | [sftp.1 sftp.c] |
| 1633 | sort -a; |
Damien Miller | 034f27a | 2013-08-21 02:40:44 +1000 | [diff] [blame] | 1634 | - djm@cvs.openbsd.org 2013/08/08 04:52:04 |
| 1635 | [sftp.c] |
| 1636 | fix two year old regression: symlinking a file would incorrectly |
| 1637 | canonicalise the target path. bz#2129 report from delphij AT freebsd.org |
Damien Miller | c7dba12 | 2013-08-21 02:41:15 +1000 | [diff] [blame] | 1638 | - djm@cvs.openbsd.org 2013/08/08 05:04:03 |
| 1639 | [sftp-client.c sftp-client.h sftp.c] |
| 1640 | add a "-l" flag for the rename command to force it to use the silly |
| 1641 | standard SSH_FXP_RENAME command instead of the POSIX-rename- like |
| 1642 | posix-rename@openssh.com extension. |
Damien Miller | 02e8780 | 2013-08-21 02:38:51 +1000 | [diff] [blame] | 1643 | |
Damien Miller | c7dba12 | 2013-08-21 02:41:15 +1000 | [diff] [blame] | 1644 | intended for use in regress tests, so no documentation. |
Damien Miller | 036d307 | 2013-08-21 02:41:46 +1000 | [diff] [blame] | 1645 | - djm@cvs.openbsd.org 2013/08/09 03:37:25 |
| 1646 | [sftp.c] |
| 1647 | do getopt parsing for all sftp commands (with an empty optstring for |
| 1648 | commands without arguments) to ensure consistent behaviour |
Damien Miller | fec029f | 2013-08-21 02:42:12 +1000 | [diff] [blame] | 1649 | - djm@cvs.openbsd.org 2013/08/09 03:39:13 |
| 1650 | [sftp-client.c] |
| 1651 | two problems found by a to-be-committed regress test: 1) msg_id was not |
| 1652 | being initialised so was starting at a random value from the heap |
| 1653 | (harmless, but confusing). 2) some error conditions were not being |
| 1654 | propagated back to the caller |
Damien Miller | e0ee727 | 2013-08-21 02:42:35 +1000 | [diff] [blame] | 1655 | - djm@cvs.openbsd.org 2013/08/09 03:56:42 |
| 1656 | [sftp.c] |
| 1657 | enable ctrl-left-arrow and ctrl-right-arrow to move forward/back a word; |
| 1658 | matching ksh's relatively recent change. |
Damien Miller | d234afb | 2013-08-21 02:42:58 +1000 | [diff] [blame] | 1659 | - djm@cvs.openbsd.org 2013/08/13 18:32:08 |
| 1660 | [ssh-keygen.c] |
| 1661 | typo in error message; from Stephan Rickauer |
Damien Miller | d5d9d7b | 2013-08-21 02:43:27 +1000 | [diff] [blame] | 1662 | - djm@cvs.openbsd.org 2013/08/13 18:33:08 |
| 1663 | [ssh-keygen.c] |
| 1664 | another of the same typo |
Damien Miller | b7727df | 2013-08-21 02:43:49 +1000 | [diff] [blame] | 1665 | - jmc@cvs.openbsd.org 2013/08/14 08:39:27 |
| 1666 | [scp.1 ssh.1] |
| 1667 | some Bx/Ox conversion; |
| 1668 | From: Jan Stary |
Damien Miller | 1262b66 | 2013-08-21 02:44:24 +1000 | [diff] [blame] | 1669 | - djm@cvs.openbsd.org 2013/08/20 00:11:38 |
| 1670 | [readconf.c readconf.h ssh_config.5 sshconnect.c] |
| 1671 | Add a ssh_config ProxyUseFDPass option that supports the use of |
| 1672 | ProxyCommands that establish a connection and then pass a connected |
| 1673 | file descriptor back to ssh(1). This allows the ProxyCommand to exit |
| 1674 | rather than have to shuffle data back and forth and enables ssh to use |
| 1675 | getpeername, etc. to obtain address information just like it does with |
| 1676 | regular directly-connected sockets. ok markus@ |
Damien Miller | f2f6c31 | 2013-08-21 02:44:58 +1000 | [diff] [blame] | 1677 | - jmc@cvs.openbsd.org 2013/08/20 06:56:07 |
| 1678 | [ssh.1 ssh_config.5] |
| 1679 | some proxyusefdpass tweaks; |
Damien Miller | 036d307 | 2013-08-21 02:41:46 +1000 | [diff] [blame] | 1680 | |
Darren Tucker | a5a3cbf | 2013-08-08 10:58:49 +1000 | [diff] [blame] | 1681 | 20130808 |
| 1682 | - (dtucker) [regress/Makefile regress/test-exec.sh] Don't try to use test -nt |
| 1683 | since some platforms (eg really old FreeBSD) don't have it. Instead, |
| 1684 | run "make clean" before a complete regress run. ok djm. |
Darren Tucker | 94396b7 | 2013-08-08 11:52:37 +1000 | [diff] [blame] | 1685 | - (dtucker) [misc.c] Fall back to time(2) at runtime if clock_gettime( |
| 1686 | CLOCK_MONOTONIC...) fails. Some older versions of RHEL have the |
| 1687 | CLOCK_MONOTONIC define but don't actually support it. Found and tested |
| 1688 | by Kevin Brott, ok djm. |
Darren Tucker | 9542de4 | 2013-08-08 12:50:06 +1000 | [diff] [blame] | 1689 | - (dtucker) [misc.c] Remove define added for fallback testing that was |
| 1690 | mistakenly included in the previous commit. |
Darren Tucker | acd2060 | 2013-08-08 17:02:12 +1000 | [diff] [blame] | 1691 | - (dtucker) [regress/Makefile regress/test-exec.sh] Roll back the -nt |
| 1692 | removal. The "make clean" removes modpipe which is built by the top-level |
| 1693 | directory before running the tests. Spotted by tim@ |
Damien Miller | ed4af41 | 2013-09-14 09:40:51 +1000 | [diff] [blame] | 1694 | - (djm) Release 6.3p1 |
Darren Tucker | a5a3cbf | 2013-08-08 10:58:49 +1000 | [diff] [blame] | 1695 | |
Darren Tucker | f3ab2c5 | 2013-08-04 21:48:41 +1000 | [diff] [blame] | 1696 | 20130804 |
| 1697 | - (dtucker) [auth-krb5.c configure.ac openbsd-compat/bsd-misc.h] Add support |
| 1698 | for building with older Heimdal versions. ok djm. |
| 1699 | |
Damien Miller | c192a4c | 2013-08-01 14:29:20 +1000 | [diff] [blame] | 1700 | 20130801 |
| 1701 | - (djm) [channels.c channels.h] bz#2135: On Solaris, isatty() on a non- |
| 1702 | blocking connecting socket will clear any stored errno that might |
| 1703 | otherwise have been retrievable via getsockopt(). A hack to limit writes |
| 1704 | to TTYs on AIX was triggering this. Since only AIX needs the hack, wrap |
| 1705 | it in an #ifdef. Diagnosis and patch from Ivo Raisr. |
Damien Miller | ab3575c | 2013-08-01 14:34:16 +1000 | [diff] [blame] | 1706 | - (djm) [sshlogin.h] Fix prototype merge botch from 2006; bz#2134 |
Damien Miller | c192a4c | 2013-08-01 14:29:20 +1000 | [diff] [blame] | 1707 | |
Damien Miller | c8669a8 | 2013-07-25 11:52:48 +1000 | [diff] [blame] | 1708 | 20130725 |
| 1709 | - (djm) OpenBSD CVS Sync |
| 1710 | - djm@cvs.openbsd.org 2013/07/20 22:20:42 |
| 1711 | [krl.c] |
| 1712 | fix verification error in (as-yet usused) KRL signature checking path |
Damien Miller | c331dbd | 2013-07-25 11:55:20 +1000 | [diff] [blame] | 1713 | - djm@cvs.openbsd.org 2013/07/22 05:00:17 |
| 1714 | [umac.c] |
| 1715 | make MAC key, data to be hashed and nonce for final hash const; |
| 1716 | checked with -Wcast-qual |
Damien Miller | 94c9cd3 | 2013-07-25 11:55:39 +1000 | [diff] [blame] | 1717 | - djm@cvs.openbsd.org 2013/07/22 12:20:02 |
| 1718 | [umac.h] |
| 1719 | oops, forgot to commit corresponding header change; |
| 1720 | spotted by jsg and jasper |
Damien Miller | 98e27dc | 2013-07-25 11:55:52 +1000 | [diff] [blame] | 1721 | - djm@cvs.openbsd.org 2013/07/25 00:29:10 |
| 1722 | [ssh.c] |
| 1723 | daemonise backgrounded (ControlPersist'ed) multiplexing master to ensure |
| 1724 | it is fully detached from its controlling terminal. based on debugging |
Damien Miller | 0d03241 | 2013-07-25 11:56:52 +1000 | [diff] [blame] | 1725 | - djm@cvs.openbsd.org 2013/07/25 00:56:52 |
| 1726 | [sftp-client.c sftp-client.h sftp.1 sftp.c] |
| 1727 | sftp support for resuming partial downloads; patch mostly by Loganaden |
| 1728 | Velvindron/AfriNIC with some tweaks by me; feedback and ok dtucker@ |
Damien Miller | 53435b2 | 2013-07-25 11:57:15 +1000 | [diff] [blame] | 1729 | "Just be careful" deraadt@ |
| 1730 | - djm@cvs.openbsd.org 2013/07/25 00:57:37 |
| 1731 | [version.h] |
| 1732 | openssh-6.3 for release |
Damien Miller | fea4406 | 2013-07-25 12:08:07 +1000 | [diff] [blame] | 1733 | - dtucker@cvs.openbsd.org 2013/05/30 20:12:32 |
| 1734 | [regress/test-exec.sh] |
| 1735 | use ssh and sshd as testdata since it needs to be >256k for the rekey test |
Damien Miller | 78d47b7 | 2013-07-25 12:08:46 +1000 | [diff] [blame] | 1736 | - dtucker@cvs.openbsd.org 2013/06/10 21:56:43 |
| 1737 | [regress/forwarding.sh] |
| 1738 | Add test for forward config parsing |
Damien Miller | d1e26cf | 2013-07-25 12:11:18 +1000 | [diff] [blame] | 1739 | - djm@cvs.openbsd.org 2013/06/21 02:26:26 |
| 1740 | [regress/sftp-cmds.sh regress/test-exec.sh] |
| 1741 | unbreak sftp-cmds for renamed test data (s/ls/data/) |
Tim Rice | ed899eb | 2013-07-25 15:40:00 -0700 | [diff] [blame] | 1742 | - (tim) [sftp-client.c] Use of a gcc extension trips up native compilers on |
| 1743 | Solaris and UnixWare. Feedback and OK djm@ |
Tim Rice | 81f7cf1 | 2013-07-25 18:41:40 -0700 | [diff] [blame] | 1744 | - (tim) [regress/forwarding.sh] Fix for building outside source tree. |
Damien Miller | c8669a8 | 2013-07-25 11:52:48 +1000 | [diff] [blame] | 1745 | |
Damien Miller | 85b45e0 | 2013-07-20 13:21:52 +1000 | [diff] [blame] | 1746 | 20130720 |
| 1747 | - (djm) OpenBSD CVS Sync |
| 1748 | - markus@cvs.openbsd.org 2013/07/19 07:37:48 |
| 1749 | [auth.h kex.h kexdhs.c kexecdhs.c kexgexs.c monitor.c servconf.c] |
| 1750 | [servconf.h session.c sshd.c sshd_config.5] |
| 1751 | add ssh-agent(1) support to sshd(8); allows encrypted hostkeys, |
| 1752 | or hostkeys on smartcards; most of the work by Zev Weiss; bz #1974 |
| 1753 | ok djm@ |
Damien Miller | 32ecfa0 | 2013-07-20 13:22:13 +1000 | [diff] [blame] | 1754 | - djm@cvs.openbsd.org 2013/07/20 01:43:46 |
| 1755 | [umac.c] |
| 1756 | use a union to ensure correct alignment; ok deraadt |
Damien Miller | 3009d3c | 2013-07-20 13:22:31 +1000 | [diff] [blame] | 1757 | - djm@cvs.openbsd.org 2013/07/20 01:44:37 |
| 1758 | [ssh-keygen.c ssh.c] |
| 1759 | More useful error message on missing current user in /etc/passwd |
Damien Miller | 1f0e86f | 2013-07-20 13:22:49 +1000 | [diff] [blame] | 1760 | - djm@cvs.openbsd.org 2013/07/20 01:50:20 |
| 1761 | [ssh-agent.c] |
| 1762 | call cleanup_handler on SIGINT when in debug mode to ensure sockets |
| 1763 | are cleaned up on manual exit; bz#2120 |
Damien Miller | 63ddc89 | 2013-07-20 13:35:45 +1000 | [diff] [blame] | 1764 | - djm@cvs.openbsd.org 2013/07/20 01:55:13 |
| 1765 | [auth-krb5.c gss-serv-krb5.c gss-serv.c] |
| 1766 | fix kerberos/GSSAPI deprecation warnings and linking; "looks okay" millert@ |
Damien Miller | 85b45e0 | 2013-07-20 13:21:52 +1000 | [diff] [blame] | 1767 | |
Damien Miller | 9a66155 | 2013-07-18 16:09:04 +1000 | [diff] [blame] | 1768 | 20130718 |
| 1769 | - (djm) OpenBSD CVS Sync |
| 1770 | - dtucker@cvs.openbsd.org 2013/06/10 19:19:44 |
| 1771 | [readconf.c] |
| 1772 | revert 1.203 while we investigate crashes reported by okan@ |
Damien Miller | 044bd2a | 2013-07-18 16:09:25 +1000 | [diff] [blame] | 1773 | - guenther@cvs.openbsd.org 2013/06/17 04:48:42 |
| 1774 | [scp.c] |
| 1775 | Handle time_t values as long long's when formatting them and when |
| 1776 | parsing them from remote servers. |
| 1777 | Improve error checking in parsing of 'T' lines. |
| 1778 | ok dtucker@ deraadt@ |
Damien Miller | 3071070 | 2013-07-18 16:09:44 +1000 | [diff] [blame] | 1779 | - markus@cvs.openbsd.org 2013/06/20 19:15:06 |
| 1780 | [krl.c] |
| 1781 | don't leak the rdata blob on errors; ok djm@ |
Damien Miller | 20bdcd7 | 2013-07-18 16:10:09 +1000 | [diff] [blame] | 1782 | - djm@cvs.openbsd.org 2013/06/21 00:34:49 |
| 1783 | [auth-rsa.c auth.h auth2-hostbased.c auth2-pubkey.c monitor.c] |
| 1784 | for hostbased authentication, print the client host and user on |
| 1785 | the auth success/failure line; bz#2064, ok dtucker@ |
Damien Miller | 7f2b438 | 2013-07-18 16:10:29 +1000 | [diff] [blame] | 1786 | - djm@cvs.openbsd.org 2013/06/21 00:37:49 |
| 1787 | [ssh_config.5] |
| 1788 | explicitly mention that IdentitiesOnly can be used with IdentityFile |
| 1789 | to control which keys are offered from an agent. |
Damien Miller | bbeb1da | 2013-07-18 16:10:49 +1000 | [diff] [blame] | 1790 | - djm@cvs.openbsd.org 2013/06/21 05:42:32 |
| 1791 | [dh.c] |
| 1792 | sprinkle in some error() to explain moduli(5) parse failures |
Damien Miller | 8158441 | 2013-07-18 16:11:07 +1000 | [diff] [blame] | 1793 | - djm@cvs.openbsd.org 2013/06/21 05:43:10 |
| 1794 | [scp.c] |
| 1795 | make this -Wsign-compare clean after time_t conversion |
Damien Miller | bc35d92 | 2013-07-18 16:11:25 +1000 | [diff] [blame] | 1796 | - djm@cvs.openbsd.org 2013/06/22 06:31:57 |
| 1797 | [scp.c] |
| 1798 | improved time_t overflow check suggested by guenther@ |
Damien Miller | fecfd11 | 2013-07-18 16:11:50 +1000 | [diff] [blame] | 1799 | - jmc@cvs.openbsd.org 2013/06/27 14:05:37 |
| 1800 | [ssh-keygen.1 ssh.1 ssh_config.5 sshd.8 sshd_config.5] |
| 1801 | do not use Sx for sections outwith the man page - ingo informs me that |
| 1802 | stuff like html will render with broken links; |
| 1803 | issue reported by Eric S. Raymond, via djm |
Damien Miller | 0d02c3e | 2013-07-18 16:12:06 +1000 | [diff] [blame] | 1804 | - markus@cvs.openbsd.org 2013/07/02 12:31:43 |
| 1805 | [dh.c] |
| 1806 | remove extra whitespace |
Damien Miller | ce98654 | 2013-07-18 16:12:44 +1000 | [diff] [blame] | 1807 | - djm@cvs.openbsd.org 2013/07/12 00:19:59 |
| 1808 | [auth-options.c auth-rsa.c bufaux.c buffer.h channels.c hostfile.c] |
| 1809 | [hostfile.h mux.c packet.c packet.h roaming_common.c serverloop.c] |
| 1810 | fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@ |
Damien Miller | 746d1a6 | 2013-07-18 16:13:02 +1000 | [diff] [blame] | 1811 | - djm@cvs.openbsd.org 2013/07/12 00:20:00 |
| 1812 | [sftp.c ssh-keygen.c ssh-pkcs11.c] |
| 1813 | fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@ |
Damien Miller | 7313fc9 | 2013-07-18 16:13:19 +1000 | [diff] [blame] | 1814 | - djm@cvs.openbsd.org 2013/07/12 00:43:50 |
| 1815 | [misc.c] |
| 1816 | in ssh_gai_strerror() don't fallback to strerror for EAI_SYSTEM when |
| 1817 | errno == 0. Avoids confusing error message in some broken resolver |
| 1818 | cases. bz#2122 patch from plautrba AT redhat.com; ok dtucker |
Damien Miller | 5bb8833 | 2013-07-18 16:13:37 +1000 | [diff] [blame] | 1819 | - djm@cvs.openbsd.org 2013/07/12 05:42:03 |
| 1820 | [ssh-keygen.c] |
| 1821 | do_print_resource_record() can never be called with a NULL filename, so |
| 1822 | don't attempt (and bungle) asking for one if it has not been specified |
| 1823 | bz#2127 ok dtucker@ |
Damien Miller | 649fe02 | 2013-07-18 16:13:55 +1000 | [diff] [blame] | 1824 | - djm@cvs.openbsd.org 2013/07/12 05:48:55 |
| 1825 | [ssh.c] |
| 1826 | set TCP nodelay for connections started with -N; bz#2124 ok dtucker@ |
Damien Miller | bf836e5 | 2013-07-18 16:14:13 +1000 | [diff] [blame] | 1827 | - schwarze@cvs.openbsd.org 2013/07/16 00:07:52 |
| 1828 | [scp.1 sftp-server.8 ssh-keyscan.1 ssh-keysign.8 ssh-pkcs11-helper.8] |
| 1829 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ |
Damien Miller | d93340c | 2013-07-18 16:14:34 +1000 | [diff] [blame] | 1830 | - djm@cvs.openbsd.org 2013/07/18 01:12:26 |
| 1831 | [ssh.1] |
| 1832 | be more exact wrt perms for ~/.ssh/config; bz#2078 |
Damien Miller | 9a66155 | 2013-07-18 16:09:04 +1000 | [diff] [blame] | 1833 | |
Darren Tucker | b7482cf | 2013-07-02 20:06:46 +1000 | [diff] [blame] | 1834 | 20130702 |
| 1835 | - (dtucker) [contrib/cygwin/README contrib/cygwin/ssh-host-config |
| 1836 | contrib/cygwin/ssh-user-config] Modernizes and improve readability of |
| 1837 | the Cygwin README file (which hasn't been updated for ages), drop |
| 1838 | unsupported OSes from the ssh-host-config help text, and drop an |
| 1839 | unneeded option from ssh-user-config. Patch from vinschen at redhat com. |
| 1840 | |
Damien Miller | 3618709 | 2013-06-10 13:07:11 +1000 | [diff] [blame] | 1841 | 20130610 |
| 1842 | - (djm) OpenBSD CVS Sync |
| 1843 | - dtucker@cvs.openbsd.org 2013/06/07 15:37:52 |
| 1844 | [channels.c channels.h clientloop.c] |
| 1845 | Add an "ABANDONED" channel state and use for mux sessions that are |
| 1846 | disconnected via the ~. escape sequence. Channels in this state will |
| 1847 | be able to close if the server responds, but do not count as active channels. |
| 1848 | This means that if you ~. all of the mux clients when using ControlPersist |
| 1849 | on a broken network, the backgrounded mux master will exit when the |
| 1850 | Control Persist time expires rather than hanging around indefinitely. |
| 1851 | bz#1917, also reported and tested by tedu@. ok djm@ markus@. |
Darren Tucker | 6d8bd57 | 2013-06-11 11:26:10 +1000 | [diff] [blame] | 1852 | - (dtucker) [Makefile.in configure.ac fixalgorithms] Remove unsupported |
| 1853 | algorithms (Ciphers, MACs and HostKeyAlgorithms) from man pages. |
Darren Tucker | 97b62f4 | 2013-06-11 11:47:24 +1000 | [diff] [blame] | 1854 | - (dtucker) [myproposal.h] Do not advertise AES GSM ciphers if we don't have |
| 1855 | the required OpenSSL support. Patch from naddy at freebsd. |
Darren Tucker | b8ae92d | 2013-06-11 12:10:02 +1000 | [diff] [blame] | 1856 | - (dtucker) [myproposal.h] Make the conditional algorithm support consistent |
| 1857 | and add some comments so it's clear what goes where. |
Damien Miller | 3618709 | 2013-06-10 13:07:11 +1000 | [diff] [blame] | 1858 | |
Darren Tucker | 2ea9eb7 | 2013-06-05 15:04:00 +1000 | [diff] [blame] | 1859 | 20130605 |
Darren Tucker | b4e0094 | 2013-06-05 22:48:44 +1000 | [diff] [blame] | 1860 | - (dtucker) [myproposal.h] Enable sha256 kex methods based on the presence of |
| 1861 | the necessary functions, not from the openssl version. |
| 1862 | - (dtucker) [contrib/ssh-copy-id] bz#2117: Use portable operator in test. |
| 1863 | Patch from cjwatson at debian. |
Darren Tucker | 2a22873 | 2013-06-06 01:59:13 +1000 | [diff] [blame] | 1864 | - (dtucker) [regress/forwarding.sh] For (as yet unknown) reason, the |
| 1865 | forwarding test is extremely slow copying data on some machines so switch |
| 1866 | back to copying the much smaller ls binary until we can figure out why |
| 1867 | this is. |
Darren Tucker | dc62edb | 2013-06-06 05:12:35 +1000 | [diff] [blame] | 1868 | - (dtucker) [Makefile.in] append $CFLAGS to compiler options when building |
| 1869 | modpipe in case there's anything in there we need. |
Darren Tucker | 5d12b8f | 2013-06-06 08:09:10 +1000 | [diff] [blame] | 1870 | - (dtucker) OpenBSD CVS Sync |
| 1871 | - dtucker@cvs.openbsd.org 2013/06/02 21:01:51 |
| 1872 | [channels.h] |
| 1873 | typo in comment |
Darren Tucker | ea8342c | 2013-06-06 08:11:40 +1000 | [diff] [blame] | 1874 | - dtucker@cvs.openbsd.org 2013/06/02 23:36:29 |
| 1875 | [clientloop.h clientloop.c mux.c] |
| 1876 | No need for the mux cleanup callback to be visible so restore it to static |
| 1877 | and call it through the detach_user function pointer. ok djm@ |
Darren Tucker | 4ac66af | 2013-06-06 08:12:37 +1000 | [diff] [blame] | 1878 | - dtucker@cvs.openbsd.org 2013/06/03 00:03:18 |
| 1879 | [mac.c] |
| 1880 | force the MAC output to be 64-bit aligned so umac won't see unaligned |
| 1881 | accesses on strict-alignment architectures. bz#2101, patch from |
| 1882 | tomas.kuthan at oracle.com, ok djm@ |
Darren Tucker | 194454d | 2013-06-06 08:16:04 +1000 | [diff] [blame] | 1883 | - dtucker@cvs.openbsd.org 2013/06/04 19:12:23 |
| 1884 | [scp.c] |
| 1885 | use MAXPATHLEN for buffer size instead of fixed value. ok markus |
Darren Tucker | ea64721 | 2013-06-06 08:19:09 +1000 | [diff] [blame] | 1886 | - dtucker@cvs.openbsd.org 2013/06/04 20:42:36 |
| 1887 | [sftp.c] |
| 1888 | Make sftp's libedit interface marginally multibyte aware by building up |
| 1889 | the quoted string by character instead of by byte. Prevents failures |
| 1890 | when linked against a libedit built with wide character support (bz#1990). |
| 1891 | "looks ok" djm |
Darren Tucker | 746e906 | 2013-06-06 08:20:13 +1000 | [diff] [blame] | 1892 | - dtucker@cvs.openbsd.org 2013/06/05 02:07:29 |
| 1893 | [mux.c] |
| 1894 | fix leaks in mux error paths, from Zhenbo Xu, found by Melton. bz#1967, |
| 1895 | ok djm |
Darren Tucker | 0cca17f | 2013-06-06 08:21:14 +1000 | [diff] [blame] | 1896 | - dtucker@cvs.openbsd.org 2013/06/05 02:27:50 |
| 1897 | [sshd.c] |
| 1898 | When running sshd -D, close stderr unless we have explicitly requesting |
| 1899 | logging to stderr. From james.hunt at ubuntu.com via bz#1976, djm's patch |
| 1900 | so, err, ok dtucker. |
Darren Tucker | e52a260 | 2013-06-06 08:22:05 +1000 | [diff] [blame] | 1901 | - dtucker@cvs.openbsd.org 2013/06/05 12:52:38 |
| 1902 | [sshconnect2.c] |
| 1903 | Fix memory leaks found by Zhenbo Xu and the Melton tool. bz#1967, ok djm |
Darren Tucker | 408eaf3 | 2013-06-06 08:22:46 +1000 | [diff] [blame] | 1904 | - dtucker@cvs.openbsd.org 2013/06/05 22:00:28 |
| 1905 | [readconf.c] |
| 1906 | plug another memleak. bz#1967, from Zhenbo Xu, detected by Melton, ok djm |
Darren Tucker | ae133d4 | 2013-06-06 08:30:20 +1000 | [diff] [blame] | 1907 | - (dtucker) [configure.ac sftp.c openbsd-compat/openbsd-compat.h] Cater for |
| 1908 | platforms that don't have multibyte character support (specifically, |
| 1909 | mblen). |
Darren Tucker | 2ea9eb7 | 2013-06-05 15:04:00 +1000 | [diff] [blame] | 1910 | |
Tim Rice | 86211d1 | 2013-06-01 18:38:23 -0700 | [diff] [blame] | 1911 | 20130602 |
| 1912 | - (tim) [Makefile.in] Make Solaris, UnixWare, & OpenServer linkers happy |
| 1913 | linking regress/modpipe. |
Darren Tucker | 00e1abb | 2013-06-02 23:46:24 +1000 | [diff] [blame] | 1914 | - (dtucker) OpenBSD CVS Sync |
| 1915 | - dtucker@cvs.openbsd.org 2013/06/02 13:33:05 |
| 1916 | [progressmeter.c] |
| 1917 | Add misc.h for monotime prototype. (ID sync only). |
Darren Tucker | 073f795 | 2013-06-02 23:47:11 +1000 | [diff] [blame] | 1918 | - dtucker@cvs.openbsd.org 2013/06/02 13:35:58 |
| 1919 | [ssh-agent.c] |
| 1920 | Make parent_alive_interval time_t to avoid signed/unsigned comparison |
Darren Tucker | ef4901c | 2013-06-03 01:59:13 +1000 | [diff] [blame] | 1921 | - (dtucker) [configure.ac] sys/un.h needs sys/socket.h on some platforms |
Darren Tucker | 898ac93 | 2013-06-03 02:03:25 +1000 | [diff] [blame] | 1922 | to prevent noise from configure. Patch from Nathan Osman. (bz#2114). |
| 1923 | - (dtucker) [configure.ac] bz#2111: don't try to use lastlog on Android. |
| 1924 | Patch from Nathan Osman. |
Tim Rice | 5ab9b63 | 2013-06-02 14:05:48 -0700 | [diff] [blame] | 1925 | - (tim) [configure.ac regress/Makefile] With rev 1.47 of test-exec.sh we |
| 1926 | need a shell that can handle "[ file1 -nt file2 ]". Rather than keep |
| 1927 | dealing with shell portability issues in regression tests, we let |
| 1928 | configure find us a capable shell on those platforms with an old /bin/sh. |
Tim Rice | 01ec0af | 2013-06-02 14:31:27 -0700 | [diff] [blame] | 1929 | - (tim) [aclocal.m4] Enhance OSSH_CHECK_CFLAG_COMPILE to check stderr. |
| 1930 | feedback and ok dtucker |
Tim Rice | 3f3064c | 2013-06-02 15:13:09 -0700 | [diff] [blame] | 1931 | - (tim) [regress/sftp-chroot.sh] skip if no sudo. ok dtucker |
Darren Tucker | 0b43ffe | 2013-06-03 09:30:44 +1000 | [diff] [blame] | 1932 | - (dtucker) [configure.ac] Some platforms need sys/types.h before sys/un.h. |
Darren Tucker | 16cac19 | 2013-06-04 12:55:24 +1000 | [diff] [blame] | 1933 | - (dtucker) [configure.ac] Some other platforms need sys/types.h before |
| 1934 | sys/socket.h. |
Tim Rice | 86211d1 | 2013-06-01 18:38:23 -0700 | [diff] [blame] | 1935 | |
Darren Tucker | c0c3373 | 2013-06-02 06:28:03 +1000 | [diff] [blame] | 1936 | 20130601 |
| 1937 | - (dtucker) [configure.ac openbsd-compat/xcrypt.c] bz#2112: fall back to |
Darren Tucker | 65cf740 | 2013-06-02 09:11:19 +1000 | [diff] [blame] | 1938 | using openssl's DES_crypt function on platorms that don't have a native |
Darren Tucker | c0c3373 | 2013-06-02 06:28:03 +1000 | [diff] [blame] | 1939 | one, eg Android. Based on a patch from Nathan Osman. |
Darren Tucker | c7aad00 | 2013-06-02 07:18:47 +1000 | [diff] [blame] | 1940 | - (dtucker) [configure.ac defines.h] Test for fd_mask, howmany and NFDBITS |
| 1941 | rather than trying to enumerate the plaforms that don't have them. |
| 1942 | Based on a patch from Nathan Osman, with help from tim@. |
Darren Tucker | a627d42 | 2013-06-02 07:31:17 +1000 | [diff] [blame] | 1943 | - (dtucker) OpenBSD CVS Sync |
| 1944 | - djm@cvs.openbsd.org 2013/05/17 00:13:13 |
| 1945 | [xmalloc.h cipher.c sftp-glob.c ssh-keyscan.c ssh.c sftp-common.c |
| 1946 | ssh-ecdsa.c auth2-chall.c compat.c readconf.c kexgexs.c monitor.c |
| 1947 | gss-genr.c cipher-3des1.c kex.c monitor_wrap.c ssh-pkcs11-client.c |
| 1948 | auth-options.c rsa.c auth2-pubkey.c sftp.c hostfile.c auth2.c |
| 1949 | servconf.c auth.c authfile.c xmalloc.c uuencode.c sftp-client.c |
| 1950 | auth2-gss.c sftp-server.c bufaux.c mac.c session.c jpake.c kexgexc.c |
| 1951 | sshconnect.c auth-chall.c auth2-passwd.c sshconnect1.c buffer.c |
| 1952 | kexecdhs.c kexdhs.c ssh-rsa.c auth1.c ssh-pkcs11.c auth2-kbdint.c |
| 1953 | kexdhc.c sshd.c umac.c ssh-dss.c auth2-jpake.c bufbn.c clientloop.c |
| 1954 | monitor_mm.c scp.c roaming_client.c serverloop.c key.c auth-rsa.c |
| 1955 | ssh-pkcs11-helper.c ssh-keysign.c ssh-keygen.c match.c channels.c |
| 1956 | sshconnect2.c addrmatch.c mux.c canohost.c kexecdhc.c schnorr.c |
| 1957 | ssh-add.c misc.c auth2-hostbased.c ssh-agent.c bufec.c groupaccess.c |
| 1958 | dns.c packet.c readpass.c authfd.c moduli.c] |
| 1959 | bye, bye xfree(); ok markus@ |
Darren Tucker | 74836ae | 2013-06-02 07:32:00 +1000 | [diff] [blame] | 1960 | - djm@cvs.openbsd.org 2013/05/19 02:38:28 |
| 1961 | [auth2-pubkey.c] |
| 1962 | fix failure to recognise cert-authority keys if a key of a different type |
| 1963 | appeared in authorized_keys before it; ok markus@ |
Darren Tucker | 0acca37 | 2013-06-02 07:41:51 +1000 | [diff] [blame] | 1964 | - djm@cvs.openbsd.org 2013/05/19 02:42:42 |
| 1965 | [auth.h auth.c key.c monitor.c auth-rsa.c auth2.c auth1.c key.h] |
| 1966 | Standardise logging of supplemental information during userauth. Keys |
| 1967 | and ruser is now logged in the auth success/failure message alongside |
| 1968 | the local username, remote host/port and protocol in use. Certificates |
| 1969 | contents and CA are logged too. |
| 1970 | Pushing all logging onto a single line simplifies log analysis as it is |
| 1971 | no longer necessary to relate information scattered across multiple log |
| 1972 | entries. "I like it" markus@ |
Darren Tucker | 5511925 | 2013-06-02 07:43:59 +1000 | [diff] [blame] | 1973 | - dtucker@cvs.openbsd.org 2013/05/31 12:28:10 |
| 1974 | [ssh-agent.c] |
| 1975 | Use time_t where appropriate. ok djm |
Darren Tucker | b759c9c | 2013-06-02 07:46:16 +1000 | [diff] [blame] | 1976 | - dtucker@cvs.openbsd.org 2013/06/01 13:15:52 |
| 1977 | [ssh-agent.c clientloop.c misc.h packet.c progressmeter.c misc.c |
| 1978 | channels.c sandbox-systrace.c] |
| 1979 | Use clock_gettime(CLOCK_MONOTONIC ...) for ssh timers so that things like |
| 1980 | keepalives and rekeying will work properly over clock steps. Suggested by |
| 1981 | markus@, "looks good" djm@. |
Darren Tucker | 3750fce | 2013-06-02 07:52:21 +1000 | [diff] [blame] | 1982 | - dtucker@cvs.openbsd.org 2013/06/01 20:59:25 |
| 1983 | [scp.c sftp-client.c] |
| 1984 | Replace S_IWRITE, which isn't standardized, with S_IWUSR, which is. Patch |
| 1985 | from Nathan Osman via bz#2085. ok deraadt. |
Darren Tucker | c9a1991 | 2013-06-02 08:37:05 +1000 | [diff] [blame] | 1986 | - dtucker@cvs.openbsd.org 2013/06/01 22:34:50 |
| 1987 | [sftp-client.c] |
| 1988 | Update progressmeter when data is acked, not when it's sent. bz#2108, from |
| 1989 | Debian via Colin Watson, ok djm@ |
Darren Tucker | f60845f | 2013-06-02 08:07:31 +1000 | [diff] [blame] | 1990 | - (dtucker) [M auth-chall.c auth-krb5.c auth-pam.c cipher-aes.c cipher-ctr.c |
| 1991 | groupaccess.c loginrec.c monitor.c monitor_wrap.c session.c sshd.c |
| 1992 | sshlogin.c uidswap.c openbsd-compat/bsd-cygwin_util.c |
| 1993 | openbsd-compat/getrrsetbyname-ldns.c openbsd-compat/port-aix.c |
| 1994 | openbsd-compat/port-linux.c] Replace portable-specific instances of xfree |
| 1995 | with the equivalent calls to free. |
Darren Tucker | a710891 | 2013-06-02 08:18:31 +1000 | [diff] [blame] | 1996 | - (dtucker) [configure.ac misc.c] Look for clock_gettime in librt and fall |
| 1997 | back to time(NULL) if we can't find it anywhere. |
Darren Tucker | e9887d1 | 2013-06-02 09:17:09 +1000 | [diff] [blame] | 1998 | - (dtucker) [sandbox-seccomp-filter.c] Allow clock_gettimeofday. |
Darren Tucker | c0c3373 | 2013-06-02 06:28:03 +1000 | [diff] [blame] | 1999 | |
| 2000 | 20130529 |
Darren Tucker | efdf534 | 2013-05-30 08:29:08 +1000 | [diff] [blame] | 2001 | - (dtucker) [configure.ac openbsd-compat/bsd-misc.h] bz#2087: Add a null |
| 2002 | implementation of endgrent for platforms that don't have it (eg Android). |
| 2003 | Loosely based on a patch from Nathan Osman, ok djm |
Darren Tucker | c0c3373 | 2013-06-02 06:28:03 +1000 | [diff] [blame] | 2004 | |
Darren Tucker | 712de4d | 2013-05-17 09:07:12 +1000 | [diff] [blame] | 2005 | 20130517 |
| 2006 | - (dtucker) OpenBSD CVS Sync |
| 2007 | - djm@cvs.openbsd.org 2013/03/07 00:20:34 |
| 2008 | [regress/proxy-connect.sh] |
| 2009 | repeat test with a style appended to the username |
Darren Tucker | 7c8b1e7 | 2013-05-17 09:10:20 +1000 | [diff] [blame] | 2010 | - dtucker@cvs.openbsd.org 2013/03/23 11:09:43 |
Darren Tucker | 7512902 | 2013-05-17 09:19:10 +1000 | [diff] [blame] | 2011 | [regress/test-exec.sh] |
Darren Tucker | 7c8b1e7 | 2013-05-17 09:10:20 +1000 | [diff] [blame] | 2012 | Only regenerate host keys if they don't exist or if ssh-keygen has changed |
| 2013 | since they were. Reduces test runtime by 5-30% depending on machine |
| 2014 | speed. |
Darren Tucker | 7512902 | 2013-05-17 09:19:10 +1000 | [diff] [blame] | 2015 | - dtucker@cvs.openbsd.org 2013/04/06 06:00:22 |
| 2016 | [regress/rekey.sh regress/test-exec.sh regress/integrity.sh |
| 2017 | regress/multiplex.sh Makefile regress/cfgmatch.sh] |
| 2018 | Split the regress log into 3 parts: the debug output from ssh, the debug |
| 2019 | log from sshd and the output from the client command (ssh, scp or sftp). |
| 2020 | Somewhat functional now, will become more useful when ssh/sshd -E is added. |
Darren Tucker | dfea3bc | 2013-05-17 09:31:39 +1000 | [diff] [blame] | 2021 | - dtucker@cvs.openbsd.org 2013/04/07 02:16:03 |
| 2022 | [regress/Makefile regress/rekey.sh regress/integrity.sh |
| 2023 | regress/sshd-log-wrapper.sh regress/forwarding.sh regress/test-exec.sh] |
| 2024 | use -E option for ssh and sshd to write debuging logs to ssh{,d}.log and |
| 2025 | save the output from any failing tests. If a test fails the debug output |
| 2026 | from ssh and sshd for the failing tests (and only the failing tests) should |
| 2027 | be available in failed-ssh{,d}.log. |
Darren Tucker | f3568fc | 2013-05-17 09:35:26 +1000 | [diff] [blame] | 2028 | - djm@cvs.openbsd.org 2013/04/18 02:46:12 |
Darren Tucker | 40aaff7 | 2013-05-17 09:36:20 +1000 | [diff] [blame] | 2029 | [regress/Makefile regress/sftp-chroot.sh] |
Darren Tucker | f3568fc | 2013-05-17 09:35:26 +1000 | [diff] [blame] | 2030 | test sshd ChrootDirectory+internal-sftp; feedback & ok dtucker@ |
Darren Tucker | 40aaff7 | 2013-05-17 09:36:20 +1000 | [diff] [blame] | 2031 | - dtucker@cvs.openbsd.org 2013/04/22 07:23:08 |
Darren Tucker | a4df65b | 2013-05-17 09:37:31 +1000 | [diff] [blame] | 2032 | [regress/multiplex.sh] |
Darren Tucker | 40aaff7 | 2013-05-17 09:36:20 +1000 | [diff] [blame] | 2033 | Write mux master logs to regress.log instead of ssh.log to keep separate |
Darren Tucker | 5e95173 | 2013-05-17 09:41:33 +1000 | [diff] [blame] | 2034 | - djm@cvs.openbsd.org 2013/05/10 03:46:14 |
Darren Tucker | c31c872 | 2013-05-17 09:43:33 +1000 | [diff] [blame] | 2035 | [regress/modpipe.c] |
Darren Tucker | 5e95173 | 2013-05-17 09:41:33 +1000 | [diff] [blame] | 2036 | sync some portability changes from portable OpenSSH (id sync only) |
Darren Tucker | a8a62fc | 2013-05-17 09:42:34 +1000 | [diff] [blame] | 2037 | - dtucker@cvs.openbsd.org 2013/05/16 02:10:35 |
Darren Tucker | c31c872 | 2013-05-17 09:43:33 +1000 | [diff] [blame] | 2038 | [regress/rekey.sh] |
Darren Tucker | a8a62fc | 2013-05-17 09:42:34 +1000 | [diff] [blame] | 2039 | Add test for time-based rekeying |
Darren Tucker | c31c872 | 2013-05-17 09:43:33 +1000 | [diff] [blame] | 2040 | - dtucker@cvs.openbsd.org 2013/05/16 03:33:30 |
| 2041 | [regress/rekey.sh] |
| 2042 | test rekeying when there's no data being transferred |
Darren Tucker | 14490fe | 2013-05-17 09:44:20 +1000 | [diff] [blame] | 2043 | - dtucker@cvs.openbsd.org 2013/05/16 04:26:10 |
| 2044 | [regress/rekey.sh] |
| 2045 | add server-side rekey test |
Darren Tucker | 982b0cb | 2013-05-17 09:45:12 +1000 | [diff] [blame] | 2046 | - dtucker@cvs.openbsd.org 2013/05/16 05:48:31 |
| 2047 | [regress/rekey.sh] |
| 2048 | add tests for RekeyLimit parsing |
Darren Tucker | 56347ef | 2013-05-17 13:28:36 +1000 | [diff] [blame] | 2049 | - dtucker@cvs.openbsd.org 2013/05/17 00:37:40 |
| 2050 | [regress/agent.sh regress/keytype.sh regress/cfgmatch.sh |
| 2051 | regress/forcecommand.sh regress/proto-version.sh regress/test-exec.sh |
| 2052 | regress/cipher-speed.sh regress/cert-hostkey.sh regress/cert-userkey.sh |
| 2053 | regress/ssh-com.sh] |
| 2054 | replace 'echo -n' with 'printf' since it's more portable |
| 2055 | also remove "echon" hack. |
Darren Tucker | b8b96b0 | 2013-05-17 14:46:20 +1000 | [diff] [blame] | 2056 | - dtucker@cvs.openbsd.org 2013/05/17 01:16:09 |
| 2057 | [regress/agent-timeout.sh] |
| 2058 | Pull back some portability changes from -portable: |
| 2059 | - TIMEOUT is a read-only variable in some shells |
| 2060 | - not all greps have -q so redirect to /dev/null instead. |
| 2061 | (ID sync only) |
Darren Tucker | 34035be | 2013-05-17 14:47:51 +1000 | [diff] [blame] | 2062 | - dtucker@cvs.openbsd.org 2013/05/17 01:32:11 |
| 2063 | [regress/integrity.sh] |
| 2064 | don't print output from ssh before getting it (it's available in ssh.log) |
Darren Tucker | 59d928d | 2013-05-17 15:32:29 +1000 | [diff] [blame] | 2065 | - dtucker@cvs.openbsd.org 2013/05/17 04:29:14 |
| 2066 | [regress/sftp.sh regress/putty-ciphers.sh regress/cipher-speed.sh |
| 2067 | regress/test-exec.sh regress/sftp-batch.sh regress/dynamic-forward.sh |
| 2068 | regress/putty-transfer.sh regress/conch-ciphers.sh regress/sftp-cmds.sh |
| 2069 | regress/scp.sh regress/ssh-com-sftp.sh regress/rekey.sh |
| 2070 | regress/putty-kex.sh regress/stderr-data.sh regress/stderr-after-eof.sh |
| 2071 | regress/sftp-badcmds.sh regress/reexec.sh regress/ssh-com-client.sh |
| 2072 | regress/sftp-chroot.sh regress/forwarding.sh regress/transfer.sh |
| 2073 | regress/multiplex.sh] |
| 2074 | Move the setting of DATA and COPY into test-exec.sh |
Darren Tucker | dd66917 | 2013-05-17 20:39:57 +1000 | [diff] [blame] | 2075 | - dtucker@cvs.openbsd.org 2013/05/17 10:16:26 |
| 2076 | [regress/try-ciphers.sh] |
| 2077 | use expr for math to keep diffs vs portable down |
| 2078 | (id sync only) |
Darren Tucker | 05b5e51 | 2013-05-17 20:41:07 +1000 | [diff] [blame] | 2079 | - dtucker@cvs.openbsd.org 2013/05/17 10:23:52 |
| 2080 | [regress/login-timeout.sh regress/reexec.sh regress/test-exec.sh] |
| 2081 | Use SUDO when cat'ing pid files and running the sshd log wrapper so that |
| 2082 | it works with a restrictive umask and the pid files are not world readable. |
| 2083 | Changes from -portable. (id sync only) |
Darren Tucker | 1466bd2 | 2013-05-17 20:42:05 +1000 | [diff] [blame] | 2084 | - dtucker@cvs.openbsd.org 2013/05/17 10:24:48 |
Darren Tucker | 438f60e | 2013-05-17 20:43:13 +1000 | [diff] [blame] | 2085 | [regress/localcommand.sh] |
Darren Tucker | 1466bd2 | 2013-05-17 20:42:05 +1000 | [diff] [blame] | 2086 | use backticks for portability. (id sync only) |
Darren Tucker | 438f60e | 2013-05-17 20:43:13 +1000 | [diff] [blame] | 2087 | - dtucker@cvs.openbsd.org 2013/05/17 10:26:26 |
| 2088 | [regress/sftp-badcmds.sh] |
| 2089 | remove unused BATCH variable. (id sync only) |
Darren Tucker | 98989eb | 2013-05-17 20:44:09 +1000 | [diff] [blame] | 2090 | - dtucker@cvs.openbsd.org 2013/05/17 10:28:11 |
| 2091 | [regress/sftp.sh] |
| 2092 | only compare copied data if sftp succeeds. from portable (id sync only) |
Darren Tucker | 00478d3 | 2013-05-17 20:45:06 +1000 | [diff] [blame] | 2093 | - dtucker@cvs.openbsd.org 2013/05/17 10:30:07 |
| 2094 | [regress/test-exec.sh] |
| 2095 | wait a bit longer for startup and use case for absolute path. |
| 2096 | from portable (id sync only) |
Darren Tucker | 62ee222 | 2013-05-17 20:46:00 +1000 | [diff] [blame] | 2097 | - dtucker@cvs.openbsd.org 2013/05/17 10:33:09 |
| 2098 | [regress/agent-getpeereid.sh] |
| 2099 | don't redirect stdout from sudo. from portable (id sync only) |
Darren Tucker | 0a404b0 | 2013-05-17 20:47:29 +1000 | [diff] [blame] | 2100 | - dtucker@cvs.openbsd.org 2013/05/17 10:34:30 |
| 2101 | [regress/portnum.sh] |
| 2102 | use a more portable negated if structure. from portable (id sync only) |
Darren Tucker | 9b42d32 | 2013-05-17 20:48:59 +1000 | [diff] [blame] | 2103 | - dtucker@cvs.openbsd.org 2013/05/17 10:35:43 |
| 2104 | [regress/scp.sh] |
| 2105 | use a file extention that's not special on some platforms. from portable |
| 2106 | (id sync only) |
Darren Tucker | 6e1e60c | 2013-05-17 11:23:41 +1000 | [diff] [blame] | 2107 | - (dtucker) [regress/bsd.regress.mk] Remove unused file. We've never used it |
| 2108 | in portable and it's long gone in openbsd. |
Darren Tucker | 91af05c | 2013-05-17 13:16:59 +1000 | [diff] [blame] | 2109 | - (dtucker) [regress/integrity.sh]. Force fixed Diffie-Hellman key exchange |
| 2110 | methods. When the openssl version doesn't support ECDH then next one on |
| 2111 | the list is DH group exchange, but that causes a bit more traffic which can |
| 2112 | mean that the tests flip bits in the initial exchange rather than the MACed |
| 2113 | traffic and we get different errors to what the tests look for. |
Darren Tucker | 8654dd2 | 2013-05-17 16:03:48 +1000 | [diff] [blame] | 2114 | - (dtucker) [openbsd-compat/getopt.h] Remove unneeded bits. |
Darren Tucker | 7f19323 | 2013-05-17 19:02:28 +1000 | [diff] [blame] | 2115 | - (dtucker) [regress/cfgmatch.sh] Resync config file setup with openbsd. |
Darren Tucker | 96457a5 | 2013-05-17 19:03:38 +1000 | [diff] [blame] | 2116 | - (dtucker) [regress/agent-getpeereid.sh] Resync spaces with openbsd. |
Darren Tucker | 5f1a89a | 2013-05-17 19:17:58 +1000 | [diff] [blame] | 2117 | - (dtucker) [regress/integrity.sh regress/krl.sh regress/test-exec.sh] |
| 2118 | Move the jot helper function to portable-specific part of test-exec.sh. |
Darren Tucker | 6f66981 | 2013-05-17 19:28:51 +1000 | [diff] [blame] | 2119 | - (dtucker) [regress/test-exec.sh] Move the portable-specific functions |
| 2120 | together and add a couple of missing lines from openbsd. |
Darren Tucker | f8d5b34 | 2013-05-17 19:53:25 +1000 | [diff] [blame] | 2121 | - (dtucker) [regress/stderr-after-eof.sh regress/test-exec.sh] Move the md5 |
| 2122 | helper function to the portable part of test-exec.sh. |
Darren Tucker | 9cc8ff7 | 2013-05-17 20:01:52 +1000 | [diff] [blame] | 2123 | - (dtucker) [regress/runtests.sh] Remove obsolete test driver script. |
Darren Tucker | 044f32f | 2013-05-17 20:12:57 +1000 | [diff] [blame] | 2124 | - (dtucker) [regress/cfgmatch.sh] Remove unneeded sleep renderd obsolete by |
| 2125 | rev 1.6 which calls wait. |
Darren Tucker | 712de4d | 2013-05-17 09:07:12 +1000 | [diff] [blame] | 2126 | |
Damien Miller | 6aa3eac | 2013-05-16 11:10:17 +1000 | [diff] [blame] | 2127 | 20130516 |
| 2128 | - (djm) [contrib/ssh-copy-id] Fix bug that could cause "rm *" to be |
| 2129 | executed if mktemp failed; bz#2105 ok dtucker@ |
Darren Tucker | 2ca51bf | 2013-05-16 20:22:46 +1000 | [diff] [blame] | 2130 | - (dtucker) OpenBSD CVS Sync |
| 2131 | - tedu@cvs.openbsd.org 2013/04/23 17:49:45 |
| 2132 | [misc.c] |
| 2133 | use xasprintf instead of a series of strlcats and strdup. ok djm |
Darren Tucker | 026d9db | 2013-05-16 20:23:52 +1000 | [diff] [blame] | 2134 | - tedu@cvs.openbsd.org 2013/04/24 16:01:46 |
| 2135 | [misc.c] |
| 2136 | remove extra parens noticed by nicm |
Darren Tucker | 5d8b702 | 2013-05-16 20:24:23 +1000 | [diff] [blame] | 2137 | - dtucker@cvs.openbsd.org 2013/05/06 07:35:12 |
| 2138 | [sftp-server.8] |
| 2139 | Reference the version of the sftp draft we actually implement. ok djm@ |
Darren Tucker | 54da6be | 2013-05-16 20:25:04 +1000 | [diff] [blame] | 2140 | - djm@cvs.openbsd.org 2013/05/10 03:40:07 |
| 2141 | [sshconnect2.c] |
| 2142 | fix bzero(ptr_to_struct, sizeof(ptr_to_struct)); bz#2100 from |
Darren Tucker | 7e831ed | 2013-05-16 20:25:40 +1000 | [diff] [blame] | 2143 | Colin Watson |
Darren Tucker | caf0010 | 2013-05-16 20:26:18 +1000 | [diff] [blame] | 2144 | - djm@cvs.openbsd.org 2013/05/10 04:08:01 |
| 2145 | [key.c] |
| 2146 | memleak in cert_free(), wasn't actually freeing the struct; |
| 2147 | bz#2096 from shm AT digitalsun.pl |
Darren Tucker | 64c6fce | 2013-05-16 20:27:14 +1000 | [diff] [blame] | 2148 | - dtucker@cvs.openbsd.org 2013/05/10 10:13:50 |
| 2149 | [ssh-pkcs11-helper.c] |
| 2150 | remove unused extern optarg. ok markus@ |
Darren Tucker | c53c2af | 2013-05-16 20:28:16 +1000 | [diff] [blame] | 2151 | - dtucker@cvs.openbsd.org 2013/05/16 02:00:34 |
| 2152 | [ssh_config sshconnect2.c packet.c readconf.h readconf.c clientloop.c |
| 2153 | ssh_config.5 packet.h] |
| 2154 | Add an optional second argument to RekeyLimit in the client to allow |
| 2155 | rekeying based on elapsed time in addition to amount of traffic. |
| 2156 | with djm@ jmc@, ok djm |
Darren Tucker | 5f96f3b | 2013-05-16 20:29:28 +1000 | [diff] [blame] | 2157 | - dtucker@cvs.openbsd.org 2013/05/16 04:09:14 |
| 2158 | [sshd_config.5 servconf.c servconf.h packet.c serverloop.c monitor.c sshd_config |
| 2159 | sshd.c] Add RekeyLimit to sshd with the same syntax as the client allowing |
| 2160 | rekeying based on traffic volume or time. ok djm@, help & ok jmc@ for the man |
| 2161 | page. |
Darren Tucker | 0763698 | 2013-05-16 20:30:03 +1000 | [diff] [blame] | 2162 | - djm@cvs.openbsd.org 2013/05/16 04:27:50 |
| 2163 | [ssh_config.5 readconf.h readconf.c] |
| 2164 | add the ability to ignore specific unrecognised ssh_config options; |
| 2165 | bz#866; ok markus@ |
Darren Tucker | 63e0df2 | 2013-05-16 20:30:31 +1000 | [diff] [blame] | 2166 | - jmc@cvs.openbsd.org 2013/05/16 06:28:45 |
| 2167 | [ssh_config.5] |
| 2168 | put IgnoreUnknown in the right place; |
Darren Tucker | 64d2294 | 2013-05-16 20:31:29 +1000 | [diff] [blame] | 2169 | - jmc@cvs.openbsd.org 2013/05/16 06:30:06 |
| 2170 | [sshd_config.5] |
| 2171 | oops! avoid Xr to self; |
Darren Tucker | dbee308 | 2013-05-16 20:32:29 +1000 | [diff] [blame] | 2172 | - dtucker@cvs.openbsd.org 2013/05/16 09:08:41 |
| 2173 | [log.c scp.c sshd.c serverloop.c schnorr.c sftp.c] |
| 2174 | Fix some "unused result" warnings found via clang and -portable. |
| 2175 | ok markus@ |
Darren Tucker | b7ee852 | 2013-05-16 20:33:10 +1000 | [diff] [blame] | 2176 | - dtucker@cvs.openbsd.org 2013/05/16 09:12:31 |
| 2177 | [readconf.c servconf.c] |
| 2178 | switch RekeyLimit traffic volume parsing to scan_scaled. ok djm@ |
Darren Tucker | 9113d0c | 2013-05-16 20:48:14 +1000 | [diff] [blame] | 2179 | - dtucker@cvs.openbsd.org 2013/05/16 10:43:34 |
| 2180 | [servconf.c readconf.c] |
| 2181 | remove now-unused variables |
Darren Tucker | 09c0f03 | 2013-05-16 20:48:57 +1000 | [diff] [blame] | 2182 | - dtucker@cvs.openbsd.org 2013/05/16 10:44:06 |
| 2183 | [servconf.c] |
| 2184 | remove another now-unused variable |
Darren Tucker | e194ba4 | 2013-05-16 20:47:31 +1000 | [diff] [blame] | 2185 | - (dtucker) [configure.ac readconf.c servconf.c |
| 2186 | openbsd-compat/openbsd-compat.h] Add compat bits for scan_scaled. |
Damien Miller | 6aa3eac | 2013-05-16 11:10:17 +1000 | [diff] [blame] | 2187 | |
Darren Tucker | abbc7a7 | 2013-05-10 13:54:23 +1000 | [diff] [blame] | 2188 | 20130510 |
| 2189 | - (dtucker) [configure.ac] Enable -Wsizeof-pointer-memaccess if the compiler |
| 2190 | supports it. Mentioned by Colin Watson in bz#2100, ok djm. |
Darren Tucker | 35b2fe9 | 2013-05-10 15:35:26 +1000 | [diff] [blame] | 2191 | - (dtucker) [openbsd-compat/getopt.c] Factor out portibility changes to |
| 2192 | getopt.c. Preprocessed source is identical other than line numbers. |
Darren Tucker | 3933202 | 2013-05-10 15:38:11 +1000 | [diff] [blame] | 2193 | - (dtucker) [openbsd-compat/getopt_long.c] Import from OpenBSD. No |
| 2194 | portability changes yet. |
Darren Tucker | ccfdfce | 2013-05-10 16:28:55 +1000 | [diff] [blame] | 2195 | - (dtucker) [openbsd-compat/Makefile.in openbsd-compat/getopt.c |
| 2196 | openbsd-compat/getopt_long.c regress/modpipe.c] Remove getopt.c, add |
| 2197 | portability code to getopt_long.c and switch over Makefile and the ugly |
| 2198 | hack in modpipe.c. Fixes bz#1448. |
Darren Tucker | 0abfb55 | 2013-05-10 18:08:49 +1000 | [diff] [blame] | 2199 | - (dtucker) [openbsd-compat/getopt.h openbsd-compat/getopt_long.c |
| 2200 | openbsd-compat/openbsd-compat.h] pull in getopt.h from openbsd and plumb |
| 2201 | in to use it when we're using our own getopt. |
Darren Tucker | a75d247 | 2013-05-10 18:11:55 +1000 | [diff] [blame] | 2202 | - (dtucker) [kex.c] Only include sha256 and ECC key exchange methods when the |
| 2203 | underlying libraries support them. |
Darren Tucker | c54e3e0 | 2013-05-10 18:53:14 +1000 | [diff] [blame] | 2204 | - (dtucker) [configure.ac] Add -Werror to the -Qunused-arguments test so |
| 2205 | we don't get a warning on compilers that *don't* support it. Add |
| 2206 | -Wno-unknown-warning-option. Move both to the start of the list for |
| 2207 | maximum noise suppression. Tested with gcc 4.6.3, gcc 2.95.4 and clang 2.9. |
Darren Tucker | abbc7a7 | 2013-05-10 13:54:23 +1000 | [diff] [blame] | 2208 | |
Damien Miller | 6332da2 | 2013-04-23 14:25:52 +1000 | [diff] [blame] | 2209 | 20130423 |
| 2210 | - (djm) [auth.c configure.ac misc.c monitor.c monitor_wrap.c] Support |
| 2211 | platforms, such as Android, that lack struct passwd.pw_gecos. Report |
| 2212 | and initial patch from Nathan Osman bz#2086; feedback tim@ ok dtucker@ |
Damien Miller | 62e9c4f | 2013-04-23 15:15:49 +1000 | [diff] [blame] | 2213 | - (djm) OpenBSD CVS Sync |
| 2214 | - markus@cvs.openbsd.org 2013/03/05 20:16:09 |
| 2215 | [sshconnect2.c] |
| 2216 | reset pubkey order on partial success; ok djm@ |
Damien Miller | 998cc56 | 2013-04-23 15:16:43 +1000 | [diff] [blame] | 2217 | - djm@cvs.openbsd.org 2013/03/06 23:35:23 |
| 2218 | [session.c] |
| 2219 | fatal() when ChrootDirectory specified by running without root privileges; |
| 2220 | ok markus@ |
Damien Miller | 5cbec4c | 2013-04-23 15:17:12 +1000 | [diff] [blame] | 2221 | - djm@cvs.openbsd.org 2013/03/06 23:36:53 |
| 2222 | [readconf.c] |
| 2223 | g/c unused variable (-Wunused) |
Damien Miller | 4ce189d | 2013-04-23 15:17:52 +1000 | [diff] [blame] | 2224 | - djm@cvs.openbsd.org 2013/03/07 00:19:59 |
| 2225 | [auth2-pubkey.c monitor.c] |
| 2226 | reconstruct the original username that was sent by the client, which may |
| 2227 | have included a style (e.g. "root:skey") when checking public key |
| 2228 | signatures. Fixes public key and hostbased auth when the client specified |
| 2229 | a style; ok markus@ |
Damien Miller | 91a55f2 | 2013-04-23 15:18:10 +1000 | [diff] [blame] | 2230 | - markus@cvs.openbsd.org 2013/03/07 19:27:25 |
| 2231 | [auth.h auth2-chall.c auth2.c monitor.c sshd_config.5] |
| 2232 | add submethod support to AuthenticationMethods; ok and freedback djm@ |
Damien Miller | 508b6c3 | 2013-04-23 15:18:28 +1000 | [diff] [blame] | 2233 | - djm@cvs.openbsd.org 2013/03/08 06:32:58 |
| 2234 | [ssh.c] |
| 2235 | allow "ssh -f none ..." ok markus@ |
Damien Miller | d677ad1 | 2013-04-23 15:18:51 +1000 | [diff] [blame] | 2236 | - djm@cvs.openbsd.org 2013/04/05 00:14:00 |
| 2237 | [auth2-gss.c krl.c sshconnect2.c] |
| 2238 | hush some {unused, printf type} warnings |
Damien Miller | 9f12b5d | 2013-04-23 15:19:11 +1000 | [diff] [blame] | 2239 | - djm@cvs.openbsd.org 2013/04/05 00:31:49 |
| 2240 | [pathnames.h] |
| 2241 | use the existing _PATH_SSH_USER_RC define to construct the other |
| 2242 | pathnames; bz#2077, ok dtucker@ (no binary change) |
Damien Miller | 172859c | 2013-04-23 15:19:27 +1000 | [diff] [blame] | 2243 | - djm@cvs.openbsd.org 2013/04/05 00:58:51 |
| 2244 | [mux.c] |
| 2245 | cleanup mux-created channels that are in SSH_CHANNEL_OPENING state too |
| 2246 | (in addition to ones already in OPEN); bz#2079, ok dtucker@ |
Damien Miller | 37f1c08 | 2013-04-23 15:20:43 +1000 | [diff] [blame] | 2247 | - markus@cvs.openbsd.org 2013/04/06 16:07:00 |
| 2248 | [channels.c sshd.c] |
| 2249 | handle ECONNABORTED for accept(); ok deraadt some time ago... |
Damien Miller | 03d4d7e | 2013-04-23 15:21:06 +1000 | [diff] [blame] | 2250 | - dtucker@cvs.openbsd.org 2013/04/07 02:10:33 |
| 2251 | [log.c log.h ssh.1 ssh.c sshd.8 sshd.c] |
| 2252 | Add -E option to ssh and sshd to append debugging logs to a specified file |
| 2253 | instead of stderr or syslog. ok markus@, man page help jmc@ |
Damien Miller | 6901032 | 2013-04-23 15:21:24 +1000 | [diff] [blame] | 2254 | - dtucker@cvs.openbsd.org 2013/04/07 09:40:27 |
| 2255 | [sshd.8] |
| 2256 | clarify -e text. suggested by & ok jmc@ |
Damien Miller | d5edefd | 2013-04-23 15:21:39 +1000 | [diff] [blame] | 2257 | - djm@cvs.openbsd.org 2013/04/11 02:27:50 |
| 2258 | [packet.c] |
| 2259 | quiet disconnect notifications on the server from error() back to logit() |
| 2260 | if it is a normal client closure; bz#2057 ok+feedback dtucker@ |
Damien Miller | f1a02ae | 2013-04-23 15:22:13 +1000 | [diff] [blame] | 2261 | - dtucker@cvs.openbsd.org 2013/04/17 09:04:09 |
| 2262 | [session.c] |
| 2263 | revert rev 1.262; it fails because uid is already set here. ok djm@ |
Damien Miller | 9303e65 | 2013-04-23 15:22:40 +1000 | [diff] [blame] | 2264 | - djm@cvs.openbsd.org 2013/04/18 02:16:07 |
| 2265 | [sftp.c] |
| 2266 | make "sftp -q" do what it says on the sticker: hush everything but errors; |
Damien Miller | 467b00c | 2013-04-23 15:23:07 +1000 | [diff] [blame] | 2267 | ok dtucker@ |
| 2268 | - djm@cvs.openbsd.org 2013/04/19 01:00:10 |
| 2269 | [sshd_config.5] |
| 2270 | document the requirment that the AuthorizedKeysCommand be owned by root; |
| 2271 | ok dtucker@ markus@ |
Damien Miller | 0d6771b | 2013-04-23 15:23:24 +1000 | [diff] [blame] | 2272 | - djm@cvs.openbsd.org 2013/04/19 01:01:00 |
| 2273 | [ssh-keygen.c] |
| 2274 | fix some memory leaks; bz#2088 ok dtucker@ |
Damien Miller | a56086b | 2013-04-23 15:24:18 +1000 | [diff] [blame] | 2275 | - djm@cvs.openbsd.org 2013/04/19 01:03:01 |
| 2276 | [session.c] |
| 2277 | reintroduce 1.262 without the connection-killing bug: |
| 2278 | fatal() when ChrootDirectory specified by running without root privileges; |
| 2279 | ok markus@ |
Damien Miller | ea11119 | 2013-04-23 19:24:32 +1000 | [diff] [blame] | 2280 | - djm@cvs.openbsd.org 2013/04/19 01:06:50 |
| 2281 | [authfile.c cipher.c cipher.h kex.c kex.h kexecdh.c kexecdhc.c kexecdhs.c] |
| 2282 | [key.c key.h mac.c mac.h packet.c ssh.1 ssh.c] |
| 2283 | add the ability to query supported ciphers, MACs, key type and KEX |
| 2284 | algorithms to ssh. Includes some refactoring of KEX and key type handling |
| 2285 | to be table-driven; ok markus@ |
Damien Miller | 34bd20a | 2013-04-23 19:25:00 +1000 | [diff] [blame] | 2286 | - djm@cvs.openbsd.org 2013/04/19 11:10:18 |
| 2287 | [ssh.c] |
| 2288 | add -Q to usage; reminded by jmc@ |
Damien Miller | f8b894e | 2013-04-23 19:25:29 +1000 | [diff] [blame] | 2289 | - djm@cvs.openbsd.org 2013/04/19 12:07:08 |
| 2290 | [kex.c] |
| 2291 | remove duplicated list entry pointed out by naddy@ |
Damien Miller | bc02f16 | 2013-04-23 19:25:49 +1000 | [diff] [blame] | 2292 | - dtucker@cvs.openbsd.org 2013/04/22 01:17:18 |
| 2293 | [mux.c] |
| 2294 | typo in debug output: evitval->exitval |
Damien Miller | 6332da2 | 2013-04-23 14:25:52 +1000 | [diff] [blame] | 2295 | |
Damien Miller | bc68f24 | 2013-04-18 11:26:25 +1000 | [diff] [blame] | 2296 | 20130418 |
| 2297 | - (djm) [config.guess config.sub] Update to last versions before they switch |
| 2298 | to GPL3. ok dtucker@ |
Darren Tucker | ce1c957 | 2013-04-18 21:36:19 +1000 | [diff] [blame] | 2299 | - (dtucker) [configure.ac] Use -Qunused-arguments to suppress warnings from |
| 2300 | unused argument warnings (in particular, -fno-builtin-memset) from clang. |
Damien Miller | bc68f24 | 2013-04-18 11:26:25 +1000 | [diff] [blame] | 2301 | |
Darren Tucker | 1910478 | 2013-04-05 11:13:08 +1100 | [diff] [blame] | 2302 | 20130404 |
| 2303 | - (dtucker) OpenBSD CVS Sync |
| 2304 | - dtucker@cvs.openbsd.org 2013/02/17 23:16:57 |
| 2305 | [readconf.c ssh.c readconf.h sshconnect2.c] |
| 2306 | Keep track of which IndentityFile options were manually supplied and which |
| 2307 | were default options, and don't warn if the latter are missing. |
| 2308 | ok markus@ |
Darren Tucker | f3c3814 | 2013-04-05 11:16:52 +1100 | [diff] [blame] | 2309 | - dtucker@cvs.openbsd.org 2013/02/19 02:12:47 |
| 2310 | [krl.c] |
| 2311 | Remove bogus include. ok djm |
Darren Tucker | aefa368 | 2013-04-05 11:18:35 +1100 | [diff] [blame] | 2312 | - dtucker@cvs.openbsd.org 2013/02/22 04:45:09 |
| 2313 | [ssh.c readconf.c readconf.h] |
| 2314 | Don't complain if IdentityFiles specified in system-wide configs are |
| 2315 | missing. ok djm, deraadt. |
Darren Tucker | 5d1d954 | 2013-04-05 11:20:00 +1100 | [diff] [blame] | 2316 | - markus@cvs.openbsd.org 2013/02/22 19:13:56 |
| 2317 | [sshconnect.c] |
| 2318 | support ProxyCommand=- (stdin/out already point to the proxy); ok djm@ |
Darren Tucker | 15fd19c | 2013-04-05 11:22:26 +1100 | [diff] [blame] | 2319 | - djm@cvs.openbsd.org 2013/02/22 22:09:01 |
| 2320 | [ssh.c] |
| 2321 | Allow IdenityFile=none; ok markus deraadt (and dtucker for an earlier |
| 2322 | version) |
Darren Tucker | 1910478 | 2013-04-05 11:13:08 +1100 | [diff] [blame] | 2323 | |
Darren Tucker | c9627cd | 2013-04-01 12:40:48 +1100 | [diff] [blame] | 2324 | 20130401 |
| 2325 | - (dtucker) [openbsd-compat/bsd-cygwin_util.{c,h}] Don't include windows.h |
| 2326 | to avoid conflicting definitions of __int64, adding the required bits. |
| 2327 | Patch from Corinna Vinschen. |
| 2328 | |
Damien Miller | 67f1d55 | 2013-10-09 09:33:08 +1100 | [diff] [blame] | 2329 | 20130323 |
Tim Rice | 75db01d | 2013-03-22 10:14:32 -0700 | [diff] [blame] | 2330 | - (tim) [Makefile.in] remove some duplication introduced in 20130220 commit. |
| 2331 | |
Damien Miller | 67f1d55 | 2013-10-09 09:33:08 +1100 | [diff] [blame] | 2332 | 20130322 |
Damien Miller | 83efe7c | 2013-03-22 10:17:36 +1100 | [diff] [blame] | 2333 | - (djm) [contrib/ssh-copy-id contrib/ssh-copy-id.1] Updated to Phil |
| 2334 | Hands' greatly revised version. |
Damien Miller | eed8dc2 | 2013-03-22 10:25:22 +1100 | [diff] [blame] | 2335 | - (djm) Release 6.2p1 |
Darren Tucker | c8a0f27 | 2013-03-22 12:49:14 +1100 | [diff] [blame] | 2336 | - (dtucker) [configure.ac] Add stdlib.h to zlib check for exit() prototype. |
Darren Tucker | 221b4b2 | 2013-03-22 12:51:09 +1100 | [diff] [blame] | 2337 | - (dtucker) [includes.h] Check if _GNU_SOURCE is already defined before |
| 2338 | defining it again. Prevents warnings if someone, eg, sets it in CFLAGS. |
Damien Miller | 83efe7c | 2013-03-22 10:17:36 +1100 | [diff] [blame] | 2339 | |
Damien Miller | 67f1d55 | 2013-10-09 09:33:08 +1100 | [diff] [blame] | 2340 | 20130318 |
Damien Miller | 63b4bcd | 2013-03-20 12:55:14 +1100 | [diff] [blame] | 2341 | - (djm) [configure.ac log.c scp.c sshconnect2.c openbsd-compat/vis.c] |
| 2342 | [openbsd-compat/vis.h] FreeBSD's strnvis isn't compatible with OpenBSD's |
| 2343 | so mark it as broken. Patch from des AT des.no |
| 2344 | |
Damien Miller | 67f1d55 | 2013-10-09 09:33:08 +1100 | [diff] [blame] | 2345 | 20130317 |
Tim Rice | aa86c39 | 2013-03-16 20:55:46 -0700 | [diff] [blame] | 2346 | - (tim) [configure.ac] OpenServer 5 wants lastlog even though it has none |
| 2347 | of the bits the configure test looks for. |
| 2348 | |
Damien Miller | 67f1d55 | 2013-10-09 09:33:08 +1100 | [diff] [blame] | 2349 | 20130316 |
Damien Miller | a2438bb | 2013-03-15 10:23:07 +1100 | [diff] [blame] | 2350 | - (djm) [configure.ac] Disable utmp, wtmp and/or lastlog if the platform |
| 2351 | is unable to successfully compile them. Based on patch from des AT |
| 2352 | des.no |
Damien Miller | f4db77d | 2013-03-15 10:34:25 +1100 | [diff] [blame] | 2353 | - (djm) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h] |
| 2354 | Add a usleep replacement for platforms that lack it; ok dtucker |
Damien Miller | 5852840 | 2013-03-15 11:22:37 +1100 | [diff] [blame] | 2355 | - (djm) [session.c] FreeBSD needs setusercontext(..., LOGIN_SETUMASK) to |
| 2356 | occur after UID switch; patch from John Marshall via des AT des.no; |
| 2357 | ok dtucker@ |
Damien Miller | a2438bb | 2013-03-15 10:23:07 +1100 | [diff] [blame] | 2358 | |
Damien Miller | 67f1d55 | 2013-10-09 09:33:08 +1100 | [diff] [blame] | 2359 | 20130312 |
Darren Tucker | fe10a28 | 2013-03-12 11:19:40 +1100 | [diff] [blame] | 2360 | - (dtucker) [regress/Makefile regress/cipher-speed.sh regress/test-exec.sh] |
| 2361 | Improve portability of cipher-speed test, based mostly on a patch from |
| 2362 | Iain Morgan. |
Darren Tucker | aa97d13 | 2013-03-12 11:31:05 +1100 | [diff] [blame] | 2363 | - (dtucker) [auth.c configure.ac platform.c platform.h] Accept uid 2 ("bin") |
| 2364 | in addition to root as an owner of system directories on AIX and HP-UX. |
| 2365 | ok djm@ |
Darren Tucker | fe10a28 | 2013-03-12 11:19:40 +1100 | [diff] [blame] | 2366 | |
Darren Tucker | b3cd503 | 2013-03-07 12:33:35 +1100 | [diff] [blame] | 2367 | 20130307 |
| 2368 | - (dtucker) [INSTALL] Bump documented autoconf version to what we're |
| 2369 | currently using. |
Darren Tucker | 4d1a0fe | 2013-03-07 20:14:34 +1100 | [diff] [blame] | 2370 | - (dtucker) [defines.h] Remove SIZEOF_CHAR bits since the test for it |
Darren Tucker | 9243ef0 | 2013-03-07 20:06:13 +1100 | [diff] [blame] | 2371 | was removed in configure.ac rev 1.481 as it was redundant. |
Tim Rice | 2b6ea47 | 2013-03-07 07:37:13 -0800 | [diff] [blame] | 2372 | - (tim) [Makefile.in] Add another missing $(EXEEXT) I should have seen 3 days |
| 2373 | ago. |
Damien Miller | e4f4347 | 2013-03-08 12:14:22 +1100 | [diff] [blame] | 2374 | - (djm) [configure.ac] Add a timeout to the select/rlimit test to give it a |
| 2375 | chance to complete on broken systems; ok dtucker@ |
Darren Tucker | b3cd503 | 2013-03-07 12:33:35 +1100 | [diff] [blame] | 2376 | |
Darren Tucker | 834a0d6 | 2013-03-06 14:06:48 +1100 | [diff] [blame] | 2377 | 20130306 |
| 2378 | - (dtucker) [regress/forward-control.sh] Wait longer for the forwarding |
| 2379 | connection to start so that the test works on slower machines. |
Darren Tucker | ff008de | 2013-03-06 17:48:48 +1100 | [diff] [blame] | 2380 | - (dtucker) [configure.ac] test that we can set number of file descriptors |
| 2381 | to zero with setrlimit before enabling the rlimit sandbox. This affects |
| 2382 | (at least) HPUX 11.11. |
Darren Tucker | 834a0d6 | 2013-03-06 14:06:48 +1100 | [diff] [blame] | 2383 | |
Damien Miller | 43e5e60 | 2013-03-05 09:49:00 +1100 | [diff] [blame] | 2384 | 20130305 |
| 2385 | - (djm) [regress/modpipe.c] Compilation fix for AIX and parsing fix for |
| 2386 | HP/UX. Spotted by Kevin Brott |
Darren Tucker | 5f0e54c | 2013-03-05 19:57:39 +1100 | [diff] [blame] | 2387 | - (dtucker) [configure.ac] use "=" for shell test and not "==". Spotted by |
Darren Tucker | fef9f7c | 2013-03-05 20:02:24 +1100 | [diff] [blame] | 2388 | Amit Kulkarni and Kevin Brott. |
Darren Tucker | 29c7151 | 2013-03-05 21:50:09 +1100 | [diff] [blame] | 2389 | - (dtucker) [Makefile.in] Remove trailing "\" on PATHS, which caused obscure |
| 2390 | build breakage on (at least) HP-UX 11.11. Found by Amit Kulkarni and Kevin |
| 2391 | Brott. |
Tim Rice | ff8bda8 | 2013-03-05 14:23:58 -0800 | [diff] [blame] | 2392 | - (tim) [Makefile.in] Add missing $(EXEEXT). Found by Roumen Petrov. |
Damien Miller | 43e5e60 | 2013-03-05 09:49:00 +1100 | [diff] [blame] | 2393 | |
Damien Miller | c0cc7ce | 2013-02-27 10:48:18 +1100 | [diff] [blame] | 2394 | 20130227 |
| 2395 | - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec] |
| 2396 | [contrib/suse/openssh.spec] Crank version numbers |
Tim Rice | a514bc0 | 2013-02-26 19:35:26 -0800 | [diff] [blame] | 2397 | - (tim) [regress/forward-control.sh] use sh in case login shell is csh. |
Tim Rice | f9e2060 | 2013-02-26 20:27:29 -0800 | [diff] [blame] | 2398 | - (tim) [regress/integrity.sh] shell portability fix. |
Tim Rice | ada7e17 | 2013-02-26 21:49:09 -0800 | [diff] [blame] | 2399 | - (tim) [regress/integrity.sh] keep old solaris awk from hanging. |
Tim Rice | 21f591b | 2013-02-26 22:48:31 -0800 | [diff] [blame] | 2400 | - (tim) [regress/krl.sh] keep old solaris awk from hanging. |
Damien Miller | c0cc7ce | 2013-02-27 10:48:18 +1100 | [diff] [blame] | 2401 | |
Damien Miller | 1e657d5 | 2013-02-26 18:58:06 +1100 | [diff] [blame] | 2402 | 20130226 |
| 2403 | - OpenBSD CVS Sync |
| 2404 | - djm@cvs.openbsd.org 2013/02/20 08:27:50 |
| 2405 | [integrity.sh] |
| 2406 | Add an option to modpipe that warns if the modification offset it not |
| 2407 | reached in it's stream and turn it on for t-integrity. This should catch |
| 2408 | cases where the session is not fuzzed for being too short (cf. my last |
| 2409 | "oops" commit) |
Damien Miller | 6c21bb8 | 2013-02-26 19:41:30 +1100 | [diff] [blame] | 2410 | - (djm) [regress/integrity.sh] Run sshd via $SUDO; fixes tinderbox breakage |
| 2411 | for UsePAM=yes configuration |
Damien Miller | 1e657d5 | 2013-02-26 18:58:06 +1100 | [diff] [blame] | 2412 | |
Darren Tucker | 03978c6 | 2013-02-25 11:24:44 +1100 | [diff] [blame] | 2413 | 20130225 |
| 2414 | - (dtucker) [configure.ac ssh-gss.h] bz#2073: additional #includes needed |
| 2415 | to use Solaris native GSS libs. Patch from Pierre Ossman. |
| 2416 | |
Darren Tucker | a423fef | 2013-02-25 10:32:27 +1100 | [diff] [blame] | 2417 | 20130223 |
Damien Miller | b87f6b7 | 2013-02-23 09:12:23 +1100 | [diff] [blame] | 2418 | - (djm) [configure.ac includes.h loginrec.c mux.c sftp.c] Prefer |
| 2419 | bsd/libutil.h to libutil.h to avoid deprecation warnings on Ubuntu. |
| 2420 | ok tim |
| 2421 | |
Darren Tucker | a423fef | 2013-02-25 10:32:27 +1100 | [diff] [blame] | 2422 | 20130222 |
Darren Tucker | 964de18 | 2013-02-22 10:39:59 +1100 | [diff] [blame] | 2423 | - (dtucker) [Makefile.in configure.ac] bz#2072: don't link krb5 libs to |
Darren Tucker | a2b5a4c | 2013-02-22 10:43:15 +1100 | [diff] [blame] | 2424 | ssh(1) since they're not needed. Patch from Pierre Ossman, ok djm. |
| 2425 | - (dtucker) [configure.ac] bz#2073: look for Solaris' differently-named |
| 2426 | libgss too. Patch from Pierre Ossman, ok djm. |
Damien Miller | 91f40d8 | 2013-02-22 11:37:00 +1100 | [diff] [blame] | 2427 | - (djm) [configure.ac sandbox-seccomp-filter.c] Support for Linux |
| 2428 | seccomp-bpf sandbox on ARM. Patch from shawnlandden AT gmail.com; |
| 2429 | ok dtucker |
Darren Tucker | 964de18 | 2013-02-22 10:39:59 +1100 | [diff] [blame] | 2430 | |
Tim Rice | 0ec7423 | 2013-02-20 21:37:55 -0800 | [diff] [blame] | 2431 | 20130221 |
| 2432 | - (tim) [regress/forward-control.sh] shell portability fix. |
| 2433 | |
Tim Rice | c08b3ef | 2013-02-19 11:53:29 -0800 | [diff] [blame] | 2434 | 20130220 |
| 2435 | - (tim) [regress/cipher-speed.sh regress/try-ciphers.sh] shell portability fix. |
Tim Rice | c31db8c | 2013-02-19 19:01:51 -0800 | [diff] [blame] | 2436 | - (tim) [krl.c Makefile.in regress/Makefile regress/modpipe.c] remove unneeded |
| 2437 | err.h include from krl.c. Additional portability fixes for modpipe. OK djm |
Damien Miller | 283e575 | 2013-02-20 21:13:27 +1100 | [diff] [blame] | 2438 | - OpenBSD CVS Sync |
| 2439 | - djm@cvs.openbsd.org 2013/02/20 08:27:50 |
| 2440 | [regress/integrity.sh regress/modpipe.c] |
| 2441 | Add an option to modpipe that warns if the modification offset it not |
| 2442 | reached in it's stream and turn it on for t-integrity. This should catch |
| 2443 | cases where the session is not fuzzed for being too short (cf. my last |
| 2444 | "oops" commit) |
Damien Miller | 5acc6be | 2013-02-20 21:16:07 +1100 | [diff] [blame] | 2445 | - djm@cvs.openbsd.org 2013/02/20 08:29:27 |
| 2446 | [regress/modpipe.c] |
| 2447 | s/Id/OpenBSD/ in RCS tag |
Tim Rice | c08b3ef | 2013-02-19 11:53:29 -0800 | [diff] [blame] | 2448 | |
Damien Miller | 0dc3bc9 | 2013-02-19 09:28:32 +1100 | [diff] [blame] | 2449 | 20130219 |
| 2450 | - OpenBSD CVS Sync |
| 2451 | - djm@cvs.openbsd.org 2013/02/18 22:26:47 |
| 2452 | [integrity.sh] |
| 2453 | crank the offset yet again; it was still fuzzing KEX one of Darren's |
| 2454 | portable test hosts at 2800 |
Damien Miller | b3764e1 | 2013-02-19 13:15:01 +1100 | [diff] [blame] | 2455 | - djm@cvs.openbsd.org 2013/02/19 02:14:09 |
| 2456 | [integrity.sh] |
| 2457 | oops, forgot to increase the output of the ssh command to ensure that |
| 2458 | we actually reach $offset |
Damien Miller | dae85cc | 2013-02-19 14:27:44 +1100 | [diff] [blame] | 2459 | - (djm) [regress/integrity.sh] Skip SHA2-based MACs on configurations that |
| 2460 | lack support for SHA2. |
Tim Rice | c31db8c | 2013-02-19 19:01:51 -0800 | [diff] [blame] | 2461 | - (djm) [regress/modpipe.c] Add local err, and errx functions for platforms |
| 2462 | that do not have them. |
Damien Miller | 0dc3bc9 | 2013-02-19 09:28:32 +1100 | [diff] [blame] | 2463 | |
Damien Miller | 33d5256 | 2013-02-18 10:18:05 +1100 | [diff] [blame] | 2464 | 20130217 |
| 2465 | - OpenBSD CVS Sync |
| 2466 | - djm@cvs.openbsd.org 2013/02/17 23:16:55 |
| 2467 | [integrity.sh] |
| 2468 | make the ssh command generates some output to ensure that there are at |
| 2469 | least offset+tries bytes in the stream. |
| 2470 | |
Damien Miller | 5d7b956 | 2013-02-16 17:32:31 +1100 | [diff] [blame] | 2471 | 20130216 |
| 2472 | - OpenBSD CVS Sync |
| 2473 | - djm@cvs.openbsd.org 2013/02/16 06:08:45 |
| 2474 | [integrity.sh] |
| 2475 | make sure the fuzz offset is actually past the end of KEX for all KEX |
| 2476 | types. diffie-hellman-group-exchange-sha256 requires an offset around |
| 2477 | 2700. Noticed via test failures in portable OpenSSH on platforms that |
| 2478 | lack ECC and this the more byte-frugal ECDH KEX algorithms. |
| 2479 | |
Damien Miller | 91edc1c | 2013-02-15 10:23:44 +1100 | [diff] [blame] | 2480 | 20130215 |
| 2481 | - (djm) [contrib/suse/rc.sshd] Use SSHD_BIN consistently; bz#2056 from |
| 2482 | Iain Morgan |
Darren Tucker | 3c4a24c | 2013-02-15 11:41:35 +1100 | [diff] [blame] | 2483 | - (dtucker) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h] |
| 2484 | Use getpgrp() if we don't have getpgid() (old BSDs, maybe others). |
Darren Tucker | 8e6fb78 | 2013-02-15 12:13:01 +1100 | [diff] [blame] | 2485 | - (dtucker) [configure.ac openbsd-compat/Makefile.in openbsd-compat/strtoull.c |
| 2486 | openbsd-compat/openbsd-compat.h] Add strtoull to compat library for |
| 2487 | platforms that don't have it. |
Darren Tucker | f32db83 | 2013-02-15 12:20:41 +1100 | [diff] [blame] | 2488 | - (dtucker) [openbsd-compat/openbsd-compat.h] Add prototype for strtoul, |
| 2489 | group strto* function prototypes together. |
Darren Tucker | 2991d28 | 2013-02-15 14:55:38 +1100 | [diff] [blame] | 2490 | - (dtucker) [openbsd-compat/bsd-misc.c] Handle the case where setpgrp() takes |
| 2491 | an argument. Pointed out by djm. |
Damien Miller | 4018dc0 | 2013-02-15 10:28:55 +1100 | [diff] [blame] | 2492 | - (djm) OpenBSD CVS Sync |
| 2493 | - djm@cvs.openbsd.org 2013/02/14 21:35:59 |
| 2494 | [auth2-pubkey.c] |
| 2495 | Correct error message that had a typo and was logging the wrong thing; |
| 2496 | patch from Petr Lautrbach |
Damien Miller | 5ceddc3 | 2013-02-15 12:18:32 +1100 | [diff] [blame] | 2497 | - dtucker@cvs.openbsd.org 2013/02/15 00:21:01 |
| 2498 | [sshconnect2.c] |
| 2499 | Warn more loudly if an IdentityFile provided by the user cannot be read. |
| 2500 | bz #1981, ok djm@ |
Damien Miller | 91edc1c | 2013-02-15 10:23:44 +1100 | [diff] [blame] | 2501 | |
Damien Miller | 2653f5c | 2013-02-14 10:14:51 +1100 | [diff] [blame] | 2502 | 20130214 |
| 2503 | - (djm) [regress/krl.sh] Don't use ecdsa keys in environment that lack ECC. |
Damien Miller | 6d77d6e | 2013-02-14 10:31:03 +1100 | [diff] [blame] | 2504 | - (djm) [regress/krl.sh] typo; found by Iain Morgan |
Damien Miller | 57f9218 | 2013-02-14 10:32:33 +1100 | [diff] [blame] | 2505 | - (djm) [regress/integrity.sh] Start fuzzing from offset 2500 (instead |
| 2506 | of 2300) to avoid clobbering the end of (non-MAC'd) KEX. Verified by |
| 2507 | Iain Morgan |
Damien Miller | 2653f5c | 2013-02-14 10:14:51 +1100 | [diff] [blame] | 2508 | |
Damien Miller | ea07846 | 2013-02-12 10:54:37 +1100 | [diff] [blame] | 2509 | 20130212 |
| 2510 | - (djm) OpenBSD CVS Sync |
| 2511 | - djm@cvs.openbsd.org 2013/01/24 21:45:37 |
| 2512 | [krl.c] |
| 2513 | fix handling of (unused) KRL signatures; skip string in correct buffer |
Damien Miller | 6045f5d | 2013-02-12 10:54:54 +1100 | [diff] [blame] | 2514 | - djm@cvs.openbsd.org 2013/01/24 22:08:56 |
| 2515 | [krl.c] |
| 2516 | skip serial lookup when cert's serial number is zero |
Damien Miller | 377d9a4 | 2013-02-12 10:55:16 +1100 | [diff] [blame] | 2517 | - krw@cvs.openbsd.org 2013/01/25 05:00:27 |
| 2518 | [krl.c] |
| 2519 | Revert last. Breaks due to likely typo. Let djm@ fix later. |
| 2520 | ok djm@ via dlg@ |
Damien Miller | 60565bc | 2013-02-12 10:56:42 +1100 | [diff] [blame] | 2521 | - djm@cvs.openbsd.org 2013/01/25 10:22:19 |
| 2522 | [krl.c] |
| 2523 | redo last commit without the vi-vomit that snuck in: |
| 2524 | skip serial lookup when cert's serial number is zero |
| 2525 | (now with 100% better comment) |
Damien Miller | f0a8ded | 2013-02-12 11:00:34 +1100 | [diff] [blame] | 2526 | - djm@cvs.openbsd.org 2013/01/26 06:11:05 |
| 2527 | [Makefile.in acss.c acss.h cipher-acss.c cipher.c] |
| 2528 | [openbsd-compat/openssl-compat.h] |
| 2529 | remove ACSS, now that it is gone from libcrypto too |
Damien Miller | 0cd2f8e | 2013-02-12 11:01:39 +1100 | [diff] [blame] | 2530 | - djm@cvs.openbsd.org 2013/01/27 10:06:12 |
| 2531 | [krl.c] |
| 2532 | actually use the xrealloc() return value; spotted by xi.wang AT gmail.com |
Damien Miller | 1f583df | 2013-02-12 11:02:08 +1100 | [diff] [blame] | 2533 | - dtucker@cvs.openbsd.org 2013/02/06 00:20:42 |
| 2534 | [servconf.c sshd_config sshd_config.5] |
| 2535 | Change default of MaxStartups to 10:30:100 to start doing random early |
| 2536 | drop at 10 connections up to 100 connections. This will make it harder |
| 2537 | to DoS as CPUs have come a long way since the original value was set |
| 2538 | back in 2000. Prompted by nion at debian org, ok markus@ |
Damien Miller | 18de913 | 2013-02-12 11:02:27 +1100 | [diff] [blame] | 2539 | - dtucker@cvs.openbsd.org 2013/02/06 00:22:21 |
| 2540 | [auth.c] |
| 2541 | Fix comment, from jfree.e1 at gmail |
Damien Miller | d6d9fa0 | 2013-02-12 11:02:46 +1100 | [diff] [blame] | 2542 | - djm@cvs.openbsd.org 2013/02/08 00:41:12 |
| 2543 | [sftp.c] |
| 2544 | fix NULL deref when built without libedit and control characters |
| 2545 | entered as command; debugging and patch from Iain Morgan an |
| 2546 | Loganaden Velvindron in bz#1956 |
Damien Miller | fd05154 | 2013-02-12 11:03:10 +1100 | [diff] [blame] | 2547 | - markus@cvs.openbsd.org 2013/02/10 21:19:34 |
| 2548 | [version.h] |
| 2549 | openssh 6.2 |
Damien Miller | 78d2271 | 2013-02-12 11:03:36 +1100 | [diff] [blame] | 2550 | - djm@cvs.openbsd.org 2013/02/10 23:32:10 |
| 2551 | [ssh-keygen.c] |
| 2552 | append to moduli file when screening candidates rather than overwriting. |
| 2553 | allows resumption of interrupted screen; patch from Christophe Garault |
| 2554 | in bz#1957; ok dtucker@ |
Damien Miller | 894926e | 2013-02-12 11:03:58 +1100 | [diff] [blame] | 2555 | - djm@cvs.openbsd.org 2013/02/10 23:35:24 |
| 2556 | [packet.c] |
| 2557 | record "Received disconnect" messages at ERROR rather than INFO priority, |
| 2558 | since they are abnormal and result in a non-zero ssh exit status; patch |
| 2559 | from Iain Morgan in bz#2057; ok dtucker@ |
Damien Miller | 22e8a1e | 2013-02-12 11:04:48 +1100 | [diff] [blame] | 2560 | - dtucker@cvs.openbsd.org 2013/02/11 21:21:58 |
| 2561 | [sshd.c] |
| 2562 | Add openssl version to debug output similar to the client. ok markus@ |
Damien Miller | 58e2c5b | 2013-02-12 11:16:57 +1100 | [diff] [blame] | 2563 | - djm@cvs.openbsd.org 2013/02/11 23:58:51 |
| 2564 | [regress/try-ciphers.sh] |
| 2565 | remove acss here too |
Damien Miller | 2f20de5 | 2013-02-12 11:31:38 +1100 | [diff] [blame] | 2566 | - (djm) [regress/try-ciphers.sh] clean up CVS merge botch |
Damien Miller | ea07846 | 2013-02-12 10:54:37 +1100 | [diff] [blame] | 2567 | |
Damien Miller | b6f73b3 | 2013-02-11 10:39:12 +1100 | [diff] [blame] | 2568 | 20130211 |
| 2569 | - (djm) [configure.ac openbsd-compat/openssl-compat.h] Repair build on old |
| 2570 | libcrypto that lacks EVP_CIPHER_CTX_ctrl |
| 2571 | |
Damien Miller | e7f50e1 | 2013-02-08 10:49:37 +1100 | [diff] [blame] | 2572 | 20130208 |
| 2573 | - (djm) [contrib/redhat/sshd.init] treat RETVAL as an integer; |
| 2574 | patch from Iain Morgan in bz#2059 |
Darren Tucker | 951b53b | 2013-02-08 11:50:09 +1100 | [diff] [blame] | 2575 | - (dtucker) [configure.ac openbsd-compat/sys-tree.h] Test if compiler allows |
| 2576 | __attribute__ on return values and work around if necessary. ok djm@ |
Damien Miller | e7f50e1 | 2013-02-08 10:49:37 +1100 | [diff] [blame] | 2577 | |
| 2578 | 20130207 |
Damien Miller | 5c3bbd7 | 2013-02-07 10:11:05 +1100 | [diff] [blame] | 2579 | - (djm) [configure.ac] Don't probe seccomp capability of running kernel |
| 2580 | at configure time; the seccomp sandbox will fall back to rlimit at |
| 2581 | runtime anyway. Patch from plautrba AT redhat.com in bz#2011 |
| 2582 | |
Damien Miller | da5cc5d | 2013-01-20 22:31:29 +1100 | [diff] [blame] | 2583 | 20130120 |
| 2584 | - (djm) [cipher-aes.c cipher-ctr.c openbsd-compat/openssl-compat.h] |
| 2585 | Move prototypes for replacement ciphers to openssl-compat.h; fix EVP |
| 2586 | prototypes for openssl-1.0.0-fips. |
Damien Miller | ac5542b | 2013-01-20 22:33:02 +1100 | [diff] [blame] | 2587 | - (djm) OpenBSD CVS Sync |
| 2588 | - jmc@cvs.openbsd.org 2013/01/18 07:57:47 |
| 2589 | [ssh-keygen.1] |
| 2590 | tweak previous; |
Damien Miller | 3d6d68b | 2013-01-20 22:33:23 +1100 | [diff] [blame] | 2591 | - jmc@cvs.openbsd.org 2013/01/18 07:59:46 |
| 2592 | [ssh-keygen.c] |
| 2593 | -u before -V in usage(); |
Damien Miller | 72abeb7 | 2013-01-20 22:33:44 +1100 | [diff] [blame] | 2594 | - jmc@cvs.openbsd.org 2013/01/18 08:00:49 |
| 2595 | [sshd_config.5] |
| 2596 | tweak previous; |
Damien Miller | 072fdcd | 2013-01-20 22:34:04 +1100 | [diff] [blame] | 2597 | - jmc@cvs.openbsd.org 2013/01/18 08:39:04 |
| 2598 | [ssh-keygen.1] |
| 2599 | add -Q to the options list; ok djm |
Damien Miller | 881a7a2 | 2013-01-20 22:34:46 +1100 | [diff] [blame] | 2600 | - jmc@cvs.openbsd.org 2013/01/18 21:48:43 |
| 2601 | [ssh-keygen.1] |
| 2602 | command-line (adj.) -> command line (n.); |
Damien Miller | a0a7ee8 | 2013-01-20 22:35:06 +1100 | [diff] [blame] | 2603 | - jmc@cvs.openbsd.org 2013/01/19 07:13:25 |
| 2604 | [ssh-keygen.1] |
| 2605 | fix some formatting; ok djm |
Damien Miller | a7522d9 | 2013-01-20 22:35:31 +1100 | [diff] [blame] | 2606 | - markus@cvs.openbsd.org 2013/01/19 12:34:55 |
| 2607 | [krl.c] |
| 2608 | RB_INSERT does not remove existing elments; ok djm@ |
Damien Miller | d60b210 | 2013-01-20 22:49:58 +1100 | [diff] [blame] | 2609 | - (djm) [openbsd-compat/sys-tree.h] Sync with OpenBSD. krl.c needs newer |
| 2610 | version. |
Damien Miller | dc75d1f | 2013-01-20 22:58:51 +1100 | [diff] [blame] | 2611 | - (djm) [regress/krl.sh] replacement for jot; most platforms lack it |
Damien Miller | da5cc5d | 2013-01-20 22:31:29 +1100 | [diff] [blame] | 2612 | |
Damien Miller | f3747bf | 2013-01-18 11:44:04 +1100 | [diff] [blame] | 2613 | 20130118 |
| 2614 | - (djm) OpenBSD CVS Sync |
| 2615 | - djm@cvs.openbsd.org 2013/01/17 23:00:01 |
| 2616 | [auth.c key.c key.h ssh-keygen.1 ssh-keygen.c sshd_config.5] |
| 2617 | [krl.c krl.h PROTOCOL.krl] |
| 2618 | add support for Key Revocation Lists (KRLs). These are a compact way to |
| 2619 | represent lists of revoked keys and certificates, taking as little as |
| 2620 | a single bit of incremental cost to revoke a certificate by serial number. |
| 2621 | KRLs are loaded via the existing RevokedKeys sshd_config option. |
| 2622 | feedback and ok markus@ |
Damien Miller | ebafebd | 2013-01-18 11:51:56 +1100 | [diff] [blame] | 2623 | - djm@cvs.openbsd.org 2013/01/18 00:45:29 |
| 2624 | [regress/Makefile regress/cert-userkey.sh regress/krl.sh] |
| 2625 | Tests for Key Revocation Lists (KRLs) |
Damien Miller | 13f5f76 | 2013-01-18 15:32:03 +1100 | [diff] [blame] | 2626 | - djm@cvs.openbsd.org 2013/01/18 03:00:32 |
| 2627 | [krl.c] |
| 2628 | fix KRL generation bug for list sections |
Damien Miller | f3747bf | 2013-01-18 11:44:04 +1100 | [diff] [blame] | 2629 | |
Damien Miller | b26699b | 2013-01-17 14:31:57 +1100 | [diff] [blame] | 2630 | 20130117 |
| 2631 | - (djm) [regress/cipher-speed.sh regress/integrity.sh regress/try-ciphers.sh] |
| 2632 | check for GCM support before testing GCM ciphers. |
| 2633 | |
Damien Miller | c20eb8b | 2013-01-12 22:41:26 +1100 | [diff] [blame] | 2634 | 20130112 |
| 2635 | - (djm) OpenBSD CVS Sync |
| 2636 | - djm@cvs.openbsd.org 2013/01/12 11:22:04 |
| 2637 | [cipher.c] |
| 2638 | improve error message for integrity failure in AES-GCM modes; ok markus@ |
Damien Miller | 846dc7f | 2013-01-12 22:46:26 +1100 | [diff] [blame] | 2639 | - djm@cvs.openbsd.org 2013/01/12 11:23:53 |
| 2640 | [regress/cipher-speed.sh regress/integrity.sh regress/try-ciphers.sh] |
| 2641 | test AES-GCM modes; feedback markus@ |
Damien Miller | efa1c95 | 2013-01-12 23:10:47 +1100 | [diff] [blame] | 2642 | - (djm) [regress/integrity.sh] repair botched merge |
Damien Miller | c20eb8b | 2013-01-12 22:41:26 +1100 | [diff] [blame] | 2643 | |
Damien Miller | 4e14a58 | 2013-01-09 15:54:48 +1100 | [diff] [blame] | 2644 | 20130109 |
| 2645 | - (djm) OpenBSD CVS Sync |
| 2646 | - dtucker@cvs.openbsd.org 2012/12/14 05:26:43 |
| 2647 | [auth.c] |
| 2648 | use correct string in error message; from rustybsd at gmx.fr |
Damien Miller | 73298f4 | 2013-01-09 15:55:50 +1100 | [diff] [blame] | 2649 | - djm@cvs.openbsd.org 2013/01/02 00:32:07 |
| 2650 | [clientloop.c mux.c] |
| 2651 | channel_setup_local_fwd_listener() returns 0 on failure, not -ve |
| 2652 | bz#2055 reported by mathieu.lacage AT gmail.com |
Damien Miller | 697485d | 2013-01-09 15:56:13 +1100 | [diff] [blame] | 2653 | - djm@cvs.openbsd.org 2013/01/02 00:33:49 |
| 2654 | [PROTOCOL.agent] |
| 2655 | correct format description for SSH_AGENTC_ADD_RSA_ID_CONSTRAINED |
| 2656 | bz#2051 from david AT lechnology.com |
Damien Miller | 4413844 | 2013-01-09 15:56:45 +1100 | [diff] [blame] | 2657 | - djm@cvs.openbsd.org 2013/01/03 05:49:36 |
| 2658 | [servconf.h] |
| 2659 | add a couple of ServerOptions members that should be copied to the privsep |
| 2660 | child (for consistency, in this case they happen only to be accessed in |
| 2661 | the monitor); ok dtucker@ |
Damien Miller | 3739c8f | 2013-01-09 15:57:16 +1100 | [diff] [blame] | 2662 | - djm@cvs.openbsd.org 2013/01/03 12:49:01 |
| 2663 | [PROTOCOL] |
| 2664 | fix description of MAC calculation for EtM modes; ok markus@ |
Damien Miller | 502ab0e | 2013-01-09 15:57:36 +1100 | [diff] [blame] | 2665 | - djm@cvs.openbsd.org 2013/01/03 12:54:49 |
| 2666 | [sftp-server.8 sftp-server.c] |
| 2667 | allow specification of an alternate start directory for sftp-server(8) |
| 2668 | "I like this" markus@ |
Damien Miller | ec77c95 | 2013-01-09 15:58:00 +1100 | [diff] [blame] | 2669 | - djm@cvs.openbsd.org 2013/01/03 23:22:58 |
| 2670 | [ssh-keygen.c] |
| 2671 | allow fingerprinting of keys hosted in PKCS#11 tokens: ssh-keygen -lD ... |
| 2672 | ok markus@ |
Damien Miller | aa7ad30 | 2013-01-09 15:58:21 +1100 | [diff] [blame] | 2673 | - jmc@cvs.openbsd.org 2013/01/04 19:26:38 |
| 2674 | [sftp-server.8 sftp-server.c] |
| 2675 | sftp-server.8: add argument name to -d |
| 2676 | sftp-server.c: add -d to usage() |
| 2677 | ok djm |
Damien Miller | 1d75abf | 2013-01-09 16:12:19 +1100 | [diff] [blame] | 2678 | - markus@cvs.openbsd.org 2013/01/08 18:49:04 |
| 2679 | [PROTOCOL authfile.c cipher.c cipher.h kex.c kex.h monitor_wrap.c] |
| 2680 | [myproposal.h packet.c ssh_config.5 sshd_config.5] |
| 2681 | support AES-GCM as defined in RFC 5647 (but with simpler KEX handling) |
| 2682 | ok and feedback djm@ |
Damien Miller | 1422c08 | 2013-01-09 16:44:54 +1100 | [diff] [blame] | 2683 | - djm@cvs.openbsd.org 2013/01/09 05:40:17 |
| 2684 | [ssh-keygen.c] |
| 2685 | correctly initialise fingerprint type for fingerprinting PKCS#11 keys |
Damien Miller | d522c68 | 2013-01-09 16:42:47 +1100 | [diff] [blame] | 2686 | - (djm) [cipher.c configure.ac openbsd-compat/openssl-compat.h] |
| 2687 | Fix merge botch, automatically detect AES-GCM in OpenSSL, move a little |
| 2688 | cipher compat code to openssl-compat.h |
Damien Miller | 4e14a58 | 2013-01-09 15:54:48 +1100 | [diff] [blame] | 2689 | |
Darren Tucker | 0fc7729 | 2012-12-17 15:59:42 +1100 | [diff] [blame] | 2690 | 20121217 |
| 2691 | - (dtucker) [Makefile.in] Add some scaffolding so that the new regress |
| 2692 | tests will work with VPATH directories. |
| 2693 | |
Damien Miller | 8c05da3 | 2012-12-13 07:18:59 +1100 | [diff] [blame] | 2694 | 20121213 |
| 2695 | - (djm) OpenBSD CVS Sync |
| 2696 | - markus@cvs.openbsd.org 2012/12/12 16:45:52 |
| 2697 | [packet.c] |
| 2698 | reset incoming_packet buffer for each new packet in EtM-case, too; |
| 2699 | this happens if packets are parsed only parially (e.g. ignore |
| 2700 | messages sent when su/sudo turn off echo); noted by sthen/millert |
Damien Miller | 25a02b0 | 2012-12-13 08:18:56 +1100 | [diff] [blame] | 2701 | - naddy@cvs.openbsd.org 2012/12/12 16:46:10 |
| 2702 | [cipher.c] |
| 2703 | use OpenSSL's EVP_aes_{128,192,256}_ctr() API and remove our hand-rolled |
| 2704 | counter mode code; ok djm@ |
| 2705 | - (djm) [configure.ac cipher-ctr.c] Adapt EVP AES CTR change to retain our |
| 2706 | compat code for older OpenSSL |
Damien Miller | 13cbff1 | 2012-12-13 08:25:07 +1100 | [diff] [blame] | 2707 | - (djm) [cipher.c] Fix missing prototype for compat code |
Damien Miller | 8c05da3 | 2012-12-13 07:18:59 +1100 | [diff] [blame] | 2708 | |
Damien Miller | 6a1937e | 2012-12-12 10:44:38 +1100 | [diff] [blame] | 2709 | 20121212 |
| 2710 | - (djm) OpenBSD CVS Sync |
| 2711 | - markus@cvs.openbsd.org 2012/12/11 22:16:21 |
| 2712 | [monitor.c] |
| 2713 | drain the log messages after receiving the keystate from the unpriv |
| 2714 | child. otherwise it might block while sending. ok djm@ |
Damien Miller | af43a7a | 2012-12-12 10:46:31 +1100 | [diff] [blame] | 2715 | - markus@cvs.openbsd.org 2012/12/11 22:31:18 |
| 2716 | [PROTOCOL authfile.c cipher.c cipher.h kex.h mac.c myproposal.h] |
| 2717 | [packet.c ssh_config.5 sshd_config.5] |
| 2718 | add encrypt-then-mac (EtM) modes to openssh by defining new mac algorithms |
| 2719 | that change the packet format and compute the MAC over the encrypted |
| 2720 | message (including the packet size) instead of the plaintext data; |
| 2721 | these EtM modes are considered more secure and used by default. |
| 2722 | feedback and ok djm@ |
Damien Miller | 74f13bd | 2012-12-12 10:46:53 +1100 | [diff] [blame] | 2723 | - sthen@cvs.openbsd.org 2012/12/11 22:51:45 |
| 2724 | [mac.c] |
| 2725 | fix typo, s/tem/etm in hmac-ripemd160-tem. ok markus@ |
Damien Miller | 1a45b63 | 2012-12-12 10:52:07 +1100 | [diff] [blame] | 2726 | - markus@cvs.openbsd.org 2012/12/11 22:32:56 |
| 2727 | [regress/try-ciphers.sh] |
| 2728 | add etm modes |
Damien Miller | 1fb593a | 2012-12-12 10:54:37 +1100 | [diff] [blame] | 2729 | - markus@cvs.openbsd.org 2012/12/11 22:42:11 |
| 2730 | [regress/Makefile regress/modpipe.c regress/integrity.sh] |
| 2731 | test the integrity of the packets; with djm@ |
Damien Miller | ec7ce9a | 2012-12-12 10:55:32 +1100 | [diff] [blame] | 2732 | - markus@cvs.openbsd.org 2012/12/11 23:12:13 |
| 2733 | [try-ciphers.sh] |
| 2734 | add hmac-ripemd160-etm@openssh.com |
Damien Miller | 37834af | 2012-12-12 11:00:37 +1100 | [diff] [blame] | 2735 | - (djm) [mac.c] fix merge botch |
Damien Miller | 37461d7 | 2012-12-12 12:37:32 +1100 | [diff] [blame] | 2736 | - (djm) [regress/Makefile regress/integrity.sh] Make the integrity.sh test |
| 2737 | work on platforms without 'jot' |
| 2738 | - (djm) [regress/integrity.sh] Fix awk quoting, packet length skip |
Damien Miller | faabeb6 | 2012-12-12 12:51:54 +1100 | [diff] [blame] | 2739 | - (djm) [regress/Makefile] fix t-exec rule |
Damien Miller | 6a1937e | 2012-12-12 10:44:38 +1100 | [diff] [blame] | 2740 | |
Darren Tucker | 3dfb877 | 2012-12-07 13:03:10 +1100 | [diff] [blame] | 2741 | 20121207 |
| 2742 | - (dtucker) OpenBSD CVS Sync |
| 2743 | - dtucker@cvs.openbsd.org 2012/12/06 06:06:54 |
| 2744 | [regress/keys-command.sh] |
| 2745 | Fix some problems with the keys-command test: |
| 2746 | - use string comparison rather than numeric comparison |
| 2747 | - check for existing KEY_COMMAND file and don't clobber if it exists |
| 2748 | - clean up KEY_COMMAND file if we do create it. |
| 2749 | - check that KEY_COMMAND is executable (which it won't be if eg /var/run |
| 2750 | is mounted noexec). |
| 2751 | ok djm. |
Darren Tucker | f9333d5 | 2012-12-07 13:06:13 +1100 | [diff] [blame] | 2752 | - jmc@cvs.openbsd.org 2012/12/03 08:33:03 |
| 2753 | [ssh-add.1 sshd_config.5] |
| 2754 | tweak previous; |
Darren Tucker | 8a96522 | 2012-12-07 13:07:02 +1100 | [diff] [blame] | 2755 | - markus@cvs.openbsd.org 2012/12/05 15:42:52 |
| 2756 | [ssh-add.c] |
| 2757 | prevent double-free of comment; ok djm@ |
Darren Tucker | 3e1027c | 2012-12-07 13:07:46 +1100 | [diff] [blame] | 2758 | - dtucker@cvs.openbsd.org 2012/12/07 01:51:35 |
| 2759 | [serverloop.c] |
| 2760 | Cast signal to int for logging. A no-op on openbsd (they're always ints) |
| 2761 | but will prevent warnings in portable. ok djm@ |
Darren Tucker | 3dfb877 | 2012-12-07 13:03:10 +1100 | [diff] [blame] | 2762 | |
Tim Rice | 96ce9a1 | 2012-12-04 07:50:03 -0800 | [diff] [blame] | 2763 | 20121205 |
| 2764 | - (tim) [defines.h] Some platforms are missing ULLONG_MAX. Feedback djm@. |
| 2765 | |
Damien Miller | cf6ef13 | 2012-12-03 09:37:56 +1100 | [diff] [blame] | 2766 | 20121203 |
| 2767 | - (djm) [openbsd-compat/sys-queue.h] Sync with OpenBSD to get |
| 2768 | TAILQ_FOREACH_SAFE needed for upcoming changes. |
Damien Miller | cb6b68b | 2012-12-03 09:49:52 +1100 | [diff] [blame] | 2769 | - (djm) OpenBSD CVS Sync |
| 2770 | - djm@cvs.openbsd.org 2012/12/02 20:26:11 |
| 2771 | [ssh_config.5 sshconnect2.c] |
| 2772 | Make IdentitiesOnly apply to keys obtained from a PKCS11Provider. |
| 2773 | This allows control of which keys are offered from tokens using |
| 2774 | IdentityFile. ok markus@ |
Damien Miller | 33a8136 | 2012-12-03 09:50:24 +1100 | [diff] [blame] | 2775 | - djm@cvs.openbsd.org 2012/12/02 20:42:15 |
| 2776 | [ssh-add.1 ssh-add.c] |
| 2777 | make deleting explicit keys "ssh-add -d" symmetric with adding keys - |
| 2778 | try to delete the corresponding certificate too and respect the -k option |
| 2779 | to allow deleting of the key only; feedback and ok markus@ |
Damien Miller | aa5b3f8 | 2012-12-03 09:50:54 +1100 | [diff] [blame] | 2780 | - djm@cvs.openbsd.org 2012/12/02 20:46:11 |
| 2781 | [auth-options.c channels.c servconf.c servconf.h serverloop.c session.c] |
| 2782 | [sshd_config.5] |
| 2783 | make AllowTcpForwarding accept "local" and "remote" in addition to its |
| 2784 | current "yes"/"no" to allow the server to specify whether just local or |
| 2785 | remote TCP forwarding is enabled. ok markus@ |
Damien Miller | fa51d8b | 2012-12-03 10:08:25 +1100 | [diff] [blame] | 2786 | - dtucker@cvs.openbsd.org 2012/10/05 02:20:48 |
| 2787 | [regress/cipher-speed.sh regress/try-ciphers.sh] |
| 2788 | Add umac-128@openssh.com to the list of MACs to be tested |
Damien Miller | 6618e92 | 2012-12-03 10:09:04 +1100 | [diff] [blame] | 2789 | - djm@cvs.openbsd.org 2012/10/19 05:10:42 |
| 2790 | [regress/cert-userkey.sh] |
| 2791 | include a serial number when generating certs |
Damien Miller | 771c43c | 2012-12-03 10:12:13 +1100 | [diff] [blame] | 2792 | - djm@cvs.openbsd.org 2012/11/22 22:49:30 |
| 2793 | [regress/Makefile regress/keys-command.sh] |
| 2794 | regress for AuthorizedKeysCommand; hints from markus@ |
Damien Miller | 999bd2d | 2012-12-03 10:13:39 +1100 | [diff] [blame] | 2795 | - djm@cvs.openbsd.org 2012/12/02 20:47:48 |
| 2796 | [Makefile regress/forward-control.sh] |
| 2797 | regress for AllowTcpForwarding local/remote; ok markus@ |
Damien Miller | 55aca02 | 2012-12-03 11:25:30 +1100 | [diff] [blame] | 2798 | - djm@cvs.openbsd.org 2012/12/03 00:14:06 |
| 2799 | [auth2-chall.c ssh-keygen.c] |
| 2800 | Fix compilation with -Wall -Werror (trivial type fixes) |
Damien Miller | 03af12e | 2012-12-03 11:55:53 +1100 | [diff] [blame] | 2801 | - (djm) [configure.ac] Turn on -g for gcc compilers. Helps pre-installation |
| 2802 | debugging. ok dtucker@ |
Damien Miller | 8b48982 | 2012-12-03 12:35:55 +1100 | [diff] [blame] | 2803 | - (djm) [configure.ac] Revert previous. configure.ac already does this |
| 2804 | for us. |
Damien Miller | cf6ef13 | 2012-12-03 09:37:56 +1100 | [diff] [blame] | 2805 | |
Damien Miller | 1e85469 | 2012-11-14 19:04:02 +1100 | [diff] [blame] | 2806 | 20121114 |
| 2807 | - (djm) OpenBSD CVS Sync |
| 2808 | - djm@cvs.openbsd.org 2012/11/14 02:24:27 |
| 2809 | [auth2-pubkey.c] |
| 2810 | fix username passed to helper program |
| 2811 | prepare stdio fds before closefrom() |
| 2812 | spotted by landry@ |
Damien Miller | 6f3b362 | 2012-11-14 19:04:33 +1100 | [diff] [blame] | 2813 | - djm@cvs.openbsd.org 2012/11/14 02:32:15 |
| 2814 | [ssh-keygen.c] |
| 2815 | allow the full range of unsigned serial numbers; 'fine' deraadt@ |
Damien Miller | 15b05cf | 2012-12-03 09:53:20 +1100 | [diff] [blame] | 2816 | - djm@cvs.openbsd.org 2012/12/02 20:34:10 |
| 2817 | [auth.c auth.h auth1.c auth2-chall.c auth2-gss.c auth2-jpake.c auth2.c] |
| 2818 | [monitor.c monitor.h] |
| 2819 | Fixes logging of partial authentication when privsep is enabled |
| 2820 | Previously, we recorded "Failed xxx" since we reset authenticated before |
| 2821 | calling auth_log() in auth2.c. This adds an explcit "Partial" state. |
| 2822 | |
| 2823 | Add a "submethod" to auth_log() to report which submethod is used |
| 2824 | for keyboard-interactive. |
| 2825 | |
| 2826 | Fix multiple authentication when one of the methods is |
| 2827 | keyboard-interactive. |
| 2828 | |
| 2829 | ok markus@ |
Damien Miller | d27a026 | 2012-12-03 10:06:37 +1100 | [diff] [blame] | 2830 | - dtucker@cvs.openbsd.org 2012/10/05 02:05:30 |
| 2831 | [regress/multiplex.sh] |
| 2832 | Use 'kill -0' to test for the presence of a pid since it's more portable |
Damien Miller | 1e85469 | 2012-11-14 19:04:02 +1100 | [diff] [blame] | 2833 | |
Damien Miller | d5c3d4c | 2012-11-07 08:35:38 +1100 | [diff] [blame] | 2834 | 20121107 |
| 2835 | - (djm) OpenBSD CVS Sync |
| 2836 | - eric@cvs.openbsd.org 2011/11/28 08:46:27 |
| 2837 | [moduli.5] |
| 2838 | fix formula |
| 2839 | ok djm@ |
Damien Miller | 0120c41 | 2012-11-07 08:36:00 +1100 | [diff] [blame] | 2840 | - jmc@cvs.openbsd.org 2012/09/26 17:34:38 |
| 2841 | [moduli.5] |
| 2842 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the |
| 2843 | references into a STANDARDS section; |
Damien Miller | d5c3d4c | 2012-11-07 08:35:38 +1100 | [diff] [blame] | 2844 | |
Darren Tucker | f96ff18 | 2012-11-05 17:04:37 +1100 | [diff] [blame] | 2845 | 20121105 |
| 2846 | - (dtucker) [uidswap.c openbsd-compat/Makefile.in |
| 2847 | openbsd-compat/bsd-setres_id.c openbsd-compat/bsd-setres_id.h |
| 2848 | openbsd-compat/openbsd-compat.h] Move the fallback code for setting uids |
| 2849 | and gids from uidswap.c to the compat library, which allows it to work with |
| 2850 | the new setresuid calls in auth2-pubkey. with tim@, ok djm@ |
Darren Tucker | 737f7af | 2012-11-05 17:07:43 +1100 | [diff] [blame] | 2851 | - (dtucker) [auth2-pubkey.c] wrap paths.h in an ifdef for platforms that |
| 2852 | don't have it. Spotted by tim@. |
Darren Tucker | f96ff18 | 2012-11-05 17:04:37 +1100 | [diff] [blame] | 2853 | |
Damien Miller | f33580e | 2012-11-04 22:22:52 +1100 | [diff] [blame] | 2854 | 20121104 |
| 2855 | - (djm) OpenBSD CVS Sync |
| 2856 | - jmc@cvs.openbsd.org 2012/10/31 08:04:50 |
| 2857 | [sshd_config.5] |
| 2858 | tweak previous; |
Damien Miller | d0d1099 | 2012-11-04 22:23:14 +1100 | [diff] [blame] | 2859 | - djm@cvs.openbsd.org 2012/11/04 10:38:43 |
| 2860 | [auth2-pubkey.c sshd.c sshd_config.5] |
| 2861 | Remove default of AuthorizedCommandUser. Administrators are now expected |
| 2862 | to explicitly specify a user. feedback and ok markus@ |
Damien Miller | a6e3f01 | 2012-11-04 23:21:40 +1100 | [diff] [blame] | 2863 | - djm@cvs.openbsd.org 2012/11/04 11:09:15 |
| 2864 | [auth.h auth1.c auth2.c monitor.c servconf.c servconf.h sshd.c] |
| 2865 | [sshd_config.5] |
| 2866 | Support multiple required authentication via an AuthenticationMethods |
| 2867 | option. This option lists one or more comma-separated lists of |
| 2868 | authentication method names. Successful completion of all the methods in |
| 2869 | any list is required for authentication to complete; |
| 2870 | feedback and ok markus@ |
Damien Miller | f33580e | 2012-11-04 22:22:52 +1100 | [diff] [blame] | 2871 | |
Damien Miller | 07daed5 | 2012-10-31 08:57:55 +1100 | [diff] [blame] | 2872 | 20121030 |
| 2873 | - (djm) OpenBSD CVS Sync |
| 2874 | - markus@cvs.openbsd.org 2012/10/05 12:34:39 |
| 2875 | [sftp.c] |
| 2876 | fix signed vs unsigned warning; feedback & ok: djm@ |
Damien Miller | 09d3e12 | 2012-10-31 08:58:58 +1100 | [diff] [blame] | 2877 | - djm@cvs.openbsd.org 2012/10/30 21:29:55 |
| 2878 | [auth-rsa.c auth.c auth.h auth2-pubkey.c servconf.c servconf.h] |
| 2879 | [sshd.c sshd_config sshd_config.5] |
| 2880 | new sshd_config option AuthorizedKeysCommand to support fetching |
| 2881 | authorized_keys from a command in addition to (or instead of) from |
| 2882 | the filesystem. The command is run as the target server user unless |
| 2883 | another specified via a new AuthorizedKeysCommandUser option. |
| 2884 | |
| 2885 | patch originally by jchadima AT redhat.com, reworked by me; feedback |
| 2886 | and ok markus@ |
Damien Miller | 07daed5 | 2012-10-31 08:57:55 +1100 | [diff] [blame] | 2887 | |
Tim Rice | c0e5cbe | 2012-10-18 21:38:58 -0700 | [diff] [blame] | 2888 | 20121019 |
| 2889 | - (tim) [buildpkg.sh.in] Double up on some backslashes so they end up in |
| 2890 | the generated file as intended. |
| 2891 | |
Darren Tucker | 0af2405 | 2012-10-05 10:41:25 +1000 | [diff] [blame] | 2892 | 20121005 |
| 2893 | - (dtucker) OpenBSD CVS Sync |
| 2894 | - djm@cvs.openbsd.org 2012/09/17 09:54:44 |
| 2895 | [sftp.c] |
| 2896 | an XXX for later |
Darren Tucker | 302889a | 2012-10-05 10:42:53 +1000 | [diff] [blame] | 2897 | - markus@cvs.openbsd.org 2012/09/17 13:04:11 |
| 2898 | [packet.c] |
| 2899 | clear old keys on rekeing; ok djm |
Darren Tucker | 063018d | 2012-10-05 10:43:58 +1000 | [diff] [blame] | 2900 | - dtucker@cvs.openbsd.org 2012/09/18 10:36:12 |
| 2901 | [sftp.c] |
| 2902 | Add bounds check on sftp tab-completion. Part of a patch from from |
| 2903 | Jean-Marc Robert via tech@, ok djm |
Darren Tucker | 191fcc6 | 2012-10-05 10:45:01 +1000 | [diff] [blame] | 2904 | - dtucker@cvs.openbsd.org 2012/09/21 10:53:07 |
| 2905 | [sftp.c] |
| 2906 | Fix improper handling of absolute paths when PWD is part of the completed |
| 2907 | path. Patch from Jean-Marc Robert via tech@, ok djm. |
Darren Tucker | 17146d3 | 2012-10-05 10:46:16 +1000 | [diff] [blame] | 2908 | - dtucker@cvs.openbsd.org 2012/09/21 10:55:04 |
| 2909 | [sftp.c] |
| 2910 | Fix handling of filenames containing escaped globbing characters and |
| 2911 | escape "#" and "*". Patch from Jean-Marc Robert via tech@, ok djm. |
Darren Tucker | 628a3fd | 2012-10-05 10:50:15 +1000 | [diff] [blame] | 2912 | - jmc@cvs.openbsd.org 2012/09/26 16:12:13 |
| 2913 | [ssh.1] |
| 2914 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the |
| 2915 | references into a STANDARDS section; |
Darren Tucker | 3a7c041 | 2012-10-05 10:51:59 +1000 | [diff] [blame] | 2916 | - naddy@cvs.openbsd.org 2012/10/01 13:59:51 |
| 2917 | [monitor_wrap.c] |
| 2918 | pasto; ok djm@ |
Darren Tucker | 0dc283b | 2012-10-05 10:52:51 +1000 | [diff] [blame] | 2919 | - djm@cvs.openbsd.org 2012/10/02 07:07:45 |
| 2920 | [ssh-keygen.c] |
| 2921 | fix -z option, broken in revision 1.215 |
Darren Tucker | 427e409 | 2012-10-05 11:02:39 +1000 | [diff] [blame] | 2922 | - markus@cvs.openbsd.org 2012/10/04 13:21:50 |
| 2923 | [myproposal.h ssh_config.5 umac.h sshd_config.5 ssh.1 sshd.8 mac.c] |
| 2924 | add umac128 variant; ok djm@ at n2k12 |
Darren Tucker | 189e5ba | 2012-10-05 11:41:52 +1000 | [diff] [blame] | 2925 | - dtucker@cvs.openbsd.org 2012/09/06 04:11:07 |
| 2926 | [regress/try-ciphers.sh] |
| 2927 | Restore missing space. (Id sync only). |
Darren Tucker | 6fc5aa8 | 2012-10-05 11:43:57 +1000 | [diff] [blame] | 2928 | - dtucker@cvs.openbsd.org 2012/09/09 11:51:25 |
| 2929 | [regress/multiplex.sh] |
| 2930 | Add test for ssh -Ostop |
Darren Tucker | 9b2c036 | 2012-10-05 11:45:39 +1000 | [diff] [blame] | 2931 | - dtucker@cvs.openbsd.org 2012/09/10 00:49:21 |
| 2932 | [regress/multiplex.sh] |
| 2933 | Log -O cmd output to the log file and make logging consistent with the |
| 2934 | other tests. Test clean shutdown of an existing channel when testing |
| 2935 | "stop". |
Darren Tucker | ee4ad77 | 2012-10-05 12:04:10 +1000 | [diff] [blame] | 2936 | - dtucker@cvs.openbsd.org 2012/09/10 01:51:19 |
| 2937 | [regress/multiplex.sh] |
| 2938 | use -Ocheck and waiting for completions by PID to make multiplexing test |
| 2939 | less racy and (hopefully) more reliable on slow hardware. |
Darren Tucker | 992faad | 2012-10-05 11:38:24 +1000 | [diff] [blame] | 2940 | - [Makefile umac.c] Add special-case target to build umac128.o. |
Darren Tucker | 50ce447 | 2012-10-05 12:11:33 +1000 | [diff] [blame] | 2941 | - [umac.c] Enforce allowed umac output sizes. From djm@. |
Darren Tucker | cc8e9ff | 2012-10-05 15:41:06 +1000 | [diff] [blame] | 2942 | - [Makefile.in] "Using $< in a non-suffix rule context is a GNUmake idiom". |
Darren Tucker | 0af2405 | 2012-10-05 10:41:25 +1000 | [diff] [blame] | 2943 | |
Darren Tucker | bb6cc07 | 2012-09-17 13:25:06 +1000 | [diff] [blame] | 2944 | 20120917 |
| 2945 | - (dtucker) OpenBSD CVS Sync |
| 2946 | - dtucker@cvs.openbsd.org 2012/09/13 23:37:36 |
| 2947 | [servconf.c] |
| 2948 | Fix comment line length |
Darren Tucker | 26b9e3b | 2012-09-17 13:25:44 +1000 | [diff] [blame] | 2949 | - markus@cvs.openbsd.org 2012/09/14 16:51:34 |
| 2950 | [sshconnect.c] |
| 2951 | remove unused variable |
Darren Tucker | bb6cc07 | 2012-09-17 13:25:06 +1000 | [diff] [blame] | 2952 | |
Darren Tucker | 92a39cf | 2012-09-07 11:20:20 +1000 | [diff] [blame] | 2953 | 20120907 |
| 2954 | - (dtucker) OpenBSD CVS Sync |
| 2955 | - dtucker@cvs.openbsd.org 2012/09/06 09:50:13 |
| 2956 | [clientloop.c] |
| 2957 | Make the escape command help (~?) context sensitive so that only commands |
| 2958 | that will work in the current session are shown. ok markus@ |
Darren Tucker | 83d0af6 | 2012-09-07 11:21:03 +1000 | [diff] [blame] | 2959 | - jmc@cvs.openbsd.org 2012/09/06 13:57:42 |
| 2960 | [ssh.1] |
| 2961 | missing letter in previous; |
Darren Tucker | f111d40 | 2012-09-07 11:21:42 +1000 | [diff] [blame] | 2962 | - dtucker@cvs.openbsd.org 2012/09/07 00:30:19 |
| 2963 | [clientloop.c] |
| 2964 | Print '^Z' instead of a raw ^Z when the sequence is not supported. ok djm@ |
Darren Tucker | ca0d0fd | 2012-09-07 11:22:24 +1000 | [diff] [blame] | 2965 | - dtucker@cvs.openbsd.org 2012/09/07 01:10:21 |
| 2966 | [clientloop.c] |
| 2967 | Merge escape help text for ~v and ~V; ok djm@ |
Darren Tucker | 48bf4b0 | 2012-09-07 16:38:53 +1000 | [diff] [blame] | 2968 | - dtucker@cvs.openbsd.org 2012/09/07 06:34:21 |
| 2969 | [clientloop.c] |
| 2970 | when muxmaster is run with -N, make it shut down gracefully when a client |
| 2971 | sends it "-O stop" rather than hanging around (bz#1985). ok djm@ |
Darren Tucker | 92a39cf | 2012-09-07 11:20:20 +1000 | [diff] [blame] | 2972 | |
Darren Tucker | 3ee50c5 | 2012-09-06 21:18:11 +1000 | [diff] [blame] | 2973 | 20120906 |
| 2974 | - (dtucker) OpenBSD CVS Sync |
| 2975 | - jmc@cvs.openbsd.org 2012/08/15 18:25:50 |
| 2976 | [ssh-keygen.1] |
| 2977 | a little more info on certificate validity; |
| 2978 | requested by Ross L Richardson, and provided by djm |
Darren Tucker | 66cb0e0 | 2012-09-06 21:19:05 +1000 | [diff] [blame] | 2979 | - dtucker@cvs.openbsd.org 2012/08/17 00:45:45 |
| 2980 | [clientloop.c clientloop.h mux.c] |
| 2981 | Force a clean shutdown of ControlMaster client sessions when the ~. escape |
| 2982 | sequence is used. This means that ~. should now work in mux clients even |
| 2983 | if the server is no longer responding. Found by tedu, ok djm. |
Darren Tucker | ae608bd | 2012-09-06 21:19:51 +1000 | [diff] [blame] | 2984 | - djm@cvs.openbsd.org 2012/08/17 01:22:56 |
| 2985 | [kex.c] |
| 2986 | add some comments about better handling first-KEX-follows notifications |
| 2987 | from the server. Nothing uses these right now. No binary change |
Darren Tucker | f09a8a6 | 2012-09-06 21:20:39 +1000 | [diff] [blame] | 2988 | - djm@cvs.openbsd.org 2012/08/17 01:25:58 |
| 2989 | [ssh-keygen.c] |
| 2990 | print details of which host lines were deleted when using |
| 2991 | "ssh-keygen -R host"; ok markus@ |
Darren Tucker | 00c1518 | 2012-09-06 21:21:56 +1000 | [diff] [blame] | 2992 | - djm@cvs.openbsd.org 2012/08/17 01:30:00 |
| 2993 | [compat.c sshconnect.c] |
| 2994 | Send client banner immediately, rather than waiting for the server to |
| 2995 | move first for SSH protocol 2 connections (the default). Patch based on |
| 2996 | one in bz#1999 by tls AT panix.com, feedback dtucker@ ok markus@ |
Darren Tucker | 50a48d0 | 2012-09-06 21:25:37 +1000 | [diff] [blame] | 2997 | - dtucker@cvs.openbsd.org 2012/09/06 04:37:39 |
| 2998 | [clientloop.c log.c ssh.1 log.h] |
| 2999 | Add ~v and ~V escape sequences to raise and lower the logging level |
| 3000 | respectively. Man page help from jmc, ok deraadt jmc |
Darren Tucker | 3ee50c5 | 2012-09-06 21:18:11 +1000 | [diff] [blame] | 3001 | |
Darren Tucker | 23e4b80 | 2012-08-30 10:42:47 +1000 | [diff] [blame] | 3002 | 20120830 |
| 3003 | - (dtucker) [moduli] Import new moduli file. |
| 3004 | |
Darren Tucker | 3185418 | 2012-08-28 19:57:19 +1000 | [diff] [blame] | 3005 | 20120828 |
Damien Miller | 4eb0a53 | 2012-08-29 10:26:20 +1000 | [diff] [blame] | 3006 | - (djm) Release openssh-6.1 |
| 3007 | |
| 3008 | 20120828 |
Darren Tucker | 3185418 | 2012-08-28 19:57:19 +1000 | [diff] [blame] | 3009 | - (dtucker) [openbsd-compat/bsd-cygwin_util.h] define WIN32_LEAN_AND_MEAN |
| 3010 | for compatibility with future mingw-w64 headers. Patch from vinschen at |
| 3011 | redhat com. |
| 3012 | |
Damien Miller | 39a9d2c | 2012-08-22 21:57:13 +1000 | [diff] [blame] | 3013 | 20120822 |
| 3014 | - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec] |
| 3015 | [contrib/suse/openssh.spec] Update version numbers |
| 3016 | |
Damien Miller | 709a1e9 | 2012-07-31 12:20:43 +1000 | [diff] [blame] | 3017 | 20120731 |
| 3018 | - (djm) OpenBSD CVS Sync |
| 3019 | - jmc@cvs.openbsd.org 2012/07/06 06:38:03 |
| 3020 | [ssh-keygen.c] |
| 3021 | missing full stop in usage(); |
Damien Miller | 5a5c2b9 | 2012-07-31 12:21:34 +1000 | [diff] [blame] | 3022 | - djm@cvs.openbsd.org 2012/07/10 02:19:15 |
| 3023 | [servconf.c servconf.h sshd.c sshd_config] |
| 3024 | Turn on systrace sandboxing of pre-auth sshd by default for new installs |
| 3025 | by shipping a config that overrides the current UsePrivilegeSeparation=yes |
| 3026 | default. Make it easier to flip the default in the future by adding too. |
Damien Miller | 1cce103 | 2012-07-31 12:22:18 +1000 | [diff] [blame] | 3027 | prodded markus@ feedback dtucker@ "get it in" deraadt@ |
Damien Miller | 46cb75a | 2012-07-31 12:22:37 +1000 | [diff] [blame] | 3028 | - dtucker@cvs.openbsd.org 2012/07/13 01:35:21 |
| 3029 | [servconf.c] |
| 3030 | handle long comments in config files better. bz#2025, ok markus |
Damien Miller | 38fe662 | 2012-07-31 12:23:16 +1000 | [diff] [blame] | 3031 | - markus@cvs.openbsd.org 2012/07/22 18:19:21 |
| 3032 | [version.h] |
| 3033 | openssh 6.1 |
Damien Miller | 709a1e9 | 2012-07-31 12:20:43 +1000 | [diff] [blame] | 3034 | |
Darren Tucker | d809a4b | 2012-07-20 10:42:06 +1000 | [diff] [blame] | 3035 | 20120720 |
| 3036 | - (dtucker) Import regened moduli file. |
| 3037 | |
Damien Miller | a0433a7 | 2012-07-06 10:27:10 +1000 | [diff] [blame] | 3038 | 20120706 |
| 3039 | - (djm) [sandbox-seccomp-filter.c] fallback to rlimit if seccomp filter is |
| 3040 | not available. Allows use of sshd compiled on host with a filter-capable |
| 3041 | kernel on hosts that lack the support. bz#2011 ok dtucker@ |
Damien Miller | 77eab7b | 2012-07-06 11:49:28 +1000 | [diff] [blame] | 3042 | - (djm) [configure.ac] Recursively expand $(bindir) to ensure it has no |
| 3043 | unexpanded $(prefix) embedded. bz#2007 patch from nix-corp AT |
| 3044 | esperi.org.uk; ok dtucker@ |
Damien Miller | dfceafe | 2012-07-06 13:44:19 +1000 | [diff] [blame] | 3045 | - (djm) OpenBSD CVS Sync |
| 3046 | - dtucker@cvs.openbsd.org 2012/07/06 00:41:59 |
| 3047 | [moduli.c ssh-keygen.1 ssh-keygen.c] |
| 3048 | Add options to specify starting line number and number of lines to process |
| 3049 | when screening moduli candidates. This allows processing of different |
| 3050 | parts of a candidate moduli file in parallel. man page help jmc@, ok djm@ |
Damien Miller | ab523b0 | 2012-07-06 13:44:43 +1000 | [diff] [blame] | 3051 | - djm@cvs.openbsd.org 2012/07/06 01:37:21 |
| 3052 | [mux.c] |
| 3053 | fix memory leak of passed-in environment variables and connection |
| 3054 | context when new session message is malformed; bz#2003 from Bert.Wesarg |
| 3055 | AT googlemail.com |
Damien Miller | fff9f09 | 2012-07-06 13:45:01 +1000 | [diff] [blame] | 3056 | - djm@cvs.openbsd.org 2012/07/06 01:47:38 |
| 3057 | [ssh.c] |
| 3058 | move setting of tty_flag to after config parsing so RequestTTY options |
| 3059 | are correctly picked up. bz#1995 patch from przemoc AT gmail.com; |
| 3060 | ok dtucker@ |
Damien Miller | a0433a7 | 2012-07-06 10:27:10 +1000 | [diff] [blame] | 3061 | |
Darren Tucker | 34f702a | 2012-07-04 08:50:09 +1000 | [diff] [blame] | 3062 | 20120704 |
| 3063 | - (dtucker) [configure.ac openbsd-compat/bsd-misc.h] Add setlinebuf for |
| 3064 | platforms that don't have it. "looks good" tim@ |
| 3065 | |
Darren Tucker | 60395f9 | 2012-07-03 14:31:18 +1000 | [diff] [blame] | 3066 | 20120703 |
| 3067 | - (dtucker) [configure.ac] Detect platforms that can't use select(2) with |
| 3068 | setrlimit(RLIMIT_NOFILE, rl_zero) and disable the rlimit sandbox on those. |
Darren Tucker | d545a4b | 2012-07-03 22:48:31 +1000 | [diff] [blame] | 3069 | - (dtucker) [configure.ac sandbox-rlimit.c] Test whether or not |
| 3070 | setrlimit(RLIMIT_FSIZE, rl_zero) and skip it if it's not supported. Its |
| 3071 | benefit is minor, so it's not worth disabling the sandbox if it doesn't |
| 3072 | work. |
Darren Tucker | 60395f9 | 2012-07-03 14:31:18 +1000 | [diff] [blame] | 3073 | |
Darren Tucker | ecbf14a | 2012-07-02 18:53:37 +1000 | [diff] [blame] | 3074 | 20120702 |
| 3075 | - (dtucker) OpenBSD CVS Sync |
| 3076 | - naddy@cvs.openbsd.org 2012/06/29 13:57:25 |
| 3077 | [ssh_config.5 sshd_config.5] |
| 3078 | match the documented MAC order of preference to the actual one; |
| 3079 | ok dtucker@ |
Darren Tucker | 3b4b2d3 | 2012-07-02 18:54:31 +1000 | [diff] [blame] | 3080 | - markus@cvs.openbsd.org 2012/06/30 14:35:09 |
| 3081 | [sandbox-systrace.c sshd.c] |
| 3082 | fix a during the load of the sandbox policies (child can still make |
| 3083 | the read-syscall and wait forever for systrace-answers) by replacing |
| 3084 | the read/write synchronisation with SIGSTOP/SIGCONT; |
| 3085 | report and help hshoexer@; ok djm@, dtucker@ |
Darren Tucker | 7b30501 | 2012-07-02 18:55:09 +1000 | [diff] [blame] | 3086 | - dtucker@cvs.openbsd.org 2012/07/02 08:50:03 |
| 3087 | [ssh.c] |
| 3088 | set interactive ToS for forwarded X11 sessions. ok djm@ |
Darren Tucker | 4908d44 | 2012-07-02 22:15:38 +1000 | [diff] [blame] | 3089 | - dtucker@cvs.openbsd.org 2012/07/02 12:13:26 |
| 3090 | [ssh-pkcs11-helper.c sftp-client.c] |
| 3091 | fix a couple of "assigned but not used" warnings. ok markus@ |
Darren Tucker | 369ceed | 2012-07-03 00:53:18 +1000 | [diff] [blame] | 3092 | - dtucker@cvs.openbsd.org 2012/07/02 14:37:06 |
| 3093 | [regress/connect-privsep.sh] |
| 3094 | remove exit from end of test since it prevents reporting failure |
Darren Tucker | ec1e15d | 2012-07-03 01:06:49 +1000 | [diff] [blame] | 3095 | - (dtucker) [regress/reexec.sh regress/sftp-cmds.sh regress/test-exec.sh] |
| 3096 | Move cygwin detection to test-exec and use to skip reexec test on cygwin. |
Darren Tucker | 6ea5dc6 | 2012-07-03 01:11:28 +1000 | [diff] [blame] | 3097 | - (dtucker) [regress/test-exec.sh] Correct uname for cygwin/w2k. |
Darren Tucker | ecbf14a | 2012-07-02 18:53:37 +1000 | [diff] [blame] | 3098 | |
Damien Miller | 97f43bb | 2012-06-30 08:32:29 +1000 | [diff] [blame] | 3099 | 20120629 |
| 3100 | - OpenBSD CVS Sync |
| 3101 | - dtucker@cvs.openbsd.org 2012/06/21 00:16:07 |
| 3102 | [addrmatch.c] |
| 3103 | fix strlcpy truncation check. from carsten at debian org, ok markus |
Damien Miller | 5f58a87 | 2012-06-30 08:33:17 +1000 | [diff] [blame] | 3104 | - dtucker@cvs.openbsd.org 2012/06/22 12:30:26 |
| 3105 | [monitor.c sshconnect2.c] |
| 3106 | remove dead code following 'for (;;)' loops. |
| 3107 | From Steve.McClellan at radisys com, ok markus@ |
Damien Miller | ea85829 | 2012-06-30 08:33:32 +1000 | [diff] [blame] | 3108 | - dtucker@cvs.openbsd.org 2012/06/22 14:36:33 |
| 3109 | [sftp.c] |
| 3110 | Remove unused variable leftover from tab-completion changes. |
| 3111 | From Steve.McClellan at radisys com, ok markus@ |
Damien Miller | 560de92 | 2012-06-30 08:33:53 +1000 | [diff] [blame] | 3112 | - dtucker@cvs.openbsd.org 2012/06/26 11:02:30 |
| 3113 | [sandbox-systrace.c] |
| 3114 | Add mquery to the list of allowed syscalls for "UsePrivilegeSeparation |
| 3115 | sandbox" since malloc now uses it. From johnw.mail at gmail com. |
Damien Miller | db4f8e8 | 2012-06-30 08:34:59 +1000 | [diff] [blame] | 3116 | - dtucker@cvs.openbsd.org 2012/06/28 05:07:45 |
| 3117 | [mac.c myproposal.h ssh_config.5 sshd_config.5] |
| 3118 | Remove hmac-sha2-256-96 and hmac-sha2-512-96 MACs since they were removed |
| 3119 | from draft6 of the spec and will not be in the RFC when published. Patch |
| 3120 | from mdb at juniper net via bz#2023, ok markus. |
Damien Miller | ee3c196 | 2012-06-30 08:35:59 +1000 | [diff] [blame] | 3121 | - naddy@cvs.openbsd.org 2012/06/29 13:57:25 |
| 3122 | [ssh_config.5 sshd_config.5] |
| 3123 | match the documented MAC order of preference to the actual one; ok dtucker@ |
Darren Tucker | 3013903 | 2012-06-30 15:01:22 +1000 | [diff] [blame] | 3124 | - dtucker@cvs.openbsd.org 2012/05/13 01:42:32 |
| 3125 | [regress/addrmatch.sh] |
| 3126 | Add "Match LocalAddress" and "Match LocalPort" to sshd and adjust tests |
| 3127 | to match. Feedback and ok djm@ markus@. |
Darren Tucker | 4430a86 | 2012-06-30 15:03:28 +1000 | [diff] [blame] | 3128 | - djm@cvs.openbsd.org 2012/06/01 00:47:35 |
Darren Tucker | 2920bc1 | 2012-06-30 15:06:28 +1000 | [diff] [blame] | 3129 | [regress/multiplex.sh regress/forwarding.sh] |
Darren Tucker | 4430a86 | 2012-06-30 15:03:28 +1000 | [diff] [blame] | 3130 | append to rather than truncate test log; bz#2013 from openssh AT |
| 3131 | roumenpetrov.info |
Darren Tucker | ff32d7c | 2012-06-30 15:04:13 +1000 | [diff] [blame] | 3132 | - djm@cvs.openbsd.org 2012/06/01 00:52:52 |
Darren Tucker | 2920bc1 | 2012-06-30 15:06:28 +1000 | [diff] [blame] | 3133 | [regress/sftp-cmds.sh] |
Darren Tucker | ff32d7c | 2012-06-30 15:04:13 +1000 | [diff] [blame] | 3134 | don't delete .* on cleanup due to unintended env expansion; pointed out in |
| 3135 | bz#2014 by openssh AT roumenpetrov.info |
Darren Tucker | 2920bc1 | 2012-06-30 15:06:28 +1000 | [diff] [blame] | 3136 | - dtucker@cvs.openbsd.org 2012/06/26 12:06:59 |
| 3137 | [regress/connect-privsep.sh] |
| 3138 | test sandbox with every malloc option |
Darren Tucker | a08c207 | 2012-06-30 15:08:53 +1000 | [diff] [blame] | 3139 | - dtucker@cvs.openbsd.org 2012/06/28 05:07:45 |
| 3140 | [regress/try-ciphers.sh regress/cipher-speed.sh] |
| 3141 | Remove hmac-sha2-256-96 and hmac-sha2-512-96 MACs since they were removed |
| 3142 | from draft6 of the spec and will not be in the RFC when published. Patch |
| 3143 | from mdb at juniper net via bz#2023, ok markus. |
Darren Tucker | 3886f95 | 2012-06-30 19:47:01 +1000 | [diff] [blame] | 3144 | - (dtucker) [myproposal.h] Remove trailing backslash to fix compile error. |
Darren Tucker | 14a9d25 | 2012-06-30 20:05:02 +1000 | [diff] [blame] | 3145 | - (dtucker) [key.c] ifdef out sha256 key types on platforms that don't have |
| 3146 | the required functions in libcrypto. |
Damien Miller | 97f43bb | 2012-06-30 08:32:29 +1000 | [diff] [blame] | 3147 | |
Darren Tucker | 8908da7 | 2012-06-28 15:21:32 +1000 | [diff] [blame] | 3148 | 20120628 |
| 3149 | - (dtucker) [openbsd-compat/getrrsetbyname-ldns.c] bz #2022: prevent null |
| 3150 | pointer deref in the client when built with LDNS and using DNSSEC with a |
| 3151 | CNAME. Patch from gregdlg+mr at hochet info. |
| 3152 | |
Darren Tucker | 62dcd63 | 2012-06-22 22:02:42 +1000 | [diff] [blame] | 3153 | 20120622 |
| 3154 | - (dtucker) [contrib/cygwin/ssh-host-config] Ensure that user sshd runs as |
| 3155 | can logon as a service. Patch from vinschen at redhat com. |
| 3156 | |
Damien Miller | efc6fc9 | 2012-06-20 21:44:56 +1000 | [diff] [blame] | 3157 | 20120620 |
| 3158 | - (djm) OpenBSD CVS Sync |
| 3159 | - djm@cvs.openbsd.org 2011/12/02 00:41:56 |
| 3160 | [mux.c] |
| 3161 | fix bz#1948: ssh -f doesn't fork for multiplexed connection. |
| 3162 | ok dtucker@ |
Damien Miller | 140df63 | 2012-06-20 21:46:57 +1000 | [diff] [blame] | 3163 | - djm@cvs.openbsd.org 2011/12/04 23:16:12 |
| 3164 | [mux.c] |
| 3165 | revert: |
| 3166 | > revision 1.32 |
| 3167 | > date: 2011/12/02 00:41:56; author: djm; state: Exp; lines: +4 -1 |
| 3168 | > fix bz#1948: ssh -f doesn't fork for multiplexed connection. |
| 3169 | > ok dtucker@ |
| 3170 | it interacts badly with ControlPersist |
Damien Miller | ac58ce8 | 2012-06-20 21:50:47 +1000 | [diff] [blame] | 3171 | - djm@cvs.openbsd.org 2012/01/07 21:11:36 |
| 3172 | [mux.c] |
| 3173 | fix double-free in new session handler |
| 3174 | NB. Id sync only |
Damien Miller | 3bde12a | 2012-06-20 21:51:11 +1000 | [diff] [blame] | 3175 | - djm@cvs.openbsd.org 2012/05/23 03:28:28 |
| 3176 | [dns.c dns.h key.c key.h ssh-keygen.c] |
| 3177 | add support for RFC6594 SSHFP DNS records for ECDSA key types. |
| 3178 | patch from bugzilla-m67 AT nulld.me in bz#1978; ok + tweak markus@ |
Darren Tucker | 86dc9b4 | 2012-09-07 18:08:23 +1000 | [diff] [blame] | 3179 | (Original authors Ondřej Surý, Ondřej Caletka and Daniel Black) |
Damien Miller | 7f12157 | 2012-06-20 21:51:29 +1000 | [diff] [blame] | 3180 | - djm@cvs.openbsd.org 2012/06/01 00:49:35 |
| 3181 | [PROTOCOL.mux] |
| 3182 | correct types of port numbers (integers, not strings); bz#2004 from |
| 3183 | bert.wesarg AT googlemail.com |
Damien Miller | 2e7decf | 2012-06-20 21:52:00 +1000 | [diff] [blame] | 3184 | - djm@cvs.openbsd.org 2012/06/01 01:01:22 |
| 3185 | [mux.c] |
| 3186 | fix memory leak when mux socket creation fails; bz#2002 from bert.wesarg |
| 3187 | AT googlemail.com |
Damien Miller | 276dcfd | 2012-06-20 21:52:18 +1000 | [diff] [blame] | 3188 | - dtucker@cvs.openbsd.org 2012/06/18 11:43:53 |
| 3189 | [jpake.c] |
| 3190 | correct sizeof usage. patch from saw at online.de, ok deraadt |
Damien Miller | 7192433 | 2012-06-20 21:52:38 +1000 | [diff] [blame] | 3191 | - dtucker@cvs.openbsd.org 2012/06/18 11:49:58 |
| 3192 | [ssh_config.5] |
| 3193 | RSA instead of DSA twice. From Steve.McClellan at radisys com |
Damien Miller | b9902cf | 2012-06-20 21:52:58 +1000 | [diff] [blame] | 3194 | - dtucker@cvs.openbsd.org 2012/06/18 12:07:07 |
| 3195 | [ssh.1 sshd.8] |
| 3196 | Remove mention of 'three' key files since there are now four. From |
| 3197 | Steve.McClellan at radisys com. |
Damien Miller | 36378c6 | 2012-06-20 21:53:25 +1000 | [diff] [blame] | 3198 | - dtucker@cvs.openbsd.org 2012/06/18 12:17:18 |
| 3199 | [ssh.1] |
| 3200 | Clarify description of -W. Noted by Steve.McClellan at radisys com, |
| 3201 | ok jmc |
Damien Miller | c24da77 | 2012-06-20 21:53:58 +1000 | [diff] [blame] | 3202 | - markus@cvs.openbsd.org 2012/06/19 18:25:28 |
| 3203 | [servconf.c servconf.h sshd_config.5] |
| 3204 | sshd_config: extend Match to allow AcceptEnv and {Allow,Deny}{Users,Groups} |
| 3205 | this allows 'Match LocalPort 1022' combined with 'AllowUser bauer' |
| 3206 | ok djm@ (back in March) |
Damien Miller | f826850 | 2012-06-20 21:54:15 +1000 | [diff] [blame] | 3207 | - jmc@cvs.openbsd.org 2012/06/19 21:35:54 |
| 3208 | [sshd_config.5] |
| 3209 | tweak previous; ok markus |
Damien Miller | 6c6da33 | 2012-06-20 22:31:26 +1000 | [diff] [blame] | 3210 | - djm@cvs.openbsd.org 2012/06/20 04:42:58 |
| 3211 | [clientloop.c serverloop.c] |
| 3212 | initialise accept() backoff timer to avoid EINVAL from select(2) in |
| 3213 | rekeying |
Damien Miller | efc6fc9 | 2012-06-20 21:44:56 +1000 | [diff] [blame] | 3214 | |
Darren Tucker | d0494fd | 2012-05-19 14:25:39 +1000 | [diff] [blame] | 3215 | 20120519 |
| 3216 | - (dtucker) [configure.ac] bz#2010: fix non-portable shell construct. Patch |
| 3217 | from cjwatson at debian org. |
Darren Tucker | 5935389 | 2012-05-19 15:24:37 +1000 | [diff] [blame] | 3218 | - (dtucker) [configure.ac contrib/Makefile] bz#1996: use AC_PATH_TOOL to find |
| 3219 | pkg-config so it does the right thing when cross-compiling. Patch from |
| 3220 | cjwatson at debian org. |
Darren Tucker | fbcf827 | 2012-05-19 19:37:01 +1000 | [diff] [blame] | 3221 | - (dtucker) OpenBSD CVS Sync |
| 3222 | - dtucker@cvs.openbsd.org 2012/05/13 01:42:32 |
| 3223 | [servconf.h servconf.c sshd.8 sshd.c auth.c sshd_config.5] |
| 3224 | Add "Match LocalAddress" and "Match LocalPort" to sshd and adjust tests |
| 3225 | to match. Feedback and ok djm@ markus@. |
Darren Tucker | ba9ea32 | 2012-05-19 19:37:33 +1000 | [diff] [blame] | 3226 | - dtucker@cvs.openbsd.org 2012/05/19 06:30:30 |
| 3227 | [sshd_config.5] |
| 3228 | Document PermitOpen none. bz#2001, patch from Loganaden Velvindron |
Darren Tucker | d0494fd | 2012-05-19 14:25:39 +1000 | [diff] [blame] | 3229 | |
Darren Tucker | e1a3ddf | 2012-05-04 11:05:45 +1000 | [diff] [blame] | 3230 | 20120504 |
| 3231 | - (dtucker) [configure.ac] Include <sys/param.h> rather than <sys/types.h> |
| 3232 | to fix building on some plaforms. Fom bowman at math utah edu and |
| 3233 | des at des no. |
| 3234 | |
Darren Tucker | d0d3fff | 2012-04-27 10:55:39 +1000 | [diff] [blame] | 3235 | 20120427 |
| 3236 | - (dtucker) [regress/addrmatch.sh] skip tests when running on a non-ipv6 |
| 3237 | platform rather than exiting early, so that we still clean up and return |
| 3238 | success or failure to test-exec.sh |
| 3239 | |
Damien Miller | 7584cb1 | 2012-04-26 09:51:26 +1000 | [diff] [blame] | 3240 | 20120426 |
| 3241 | - (djm) [auth-passwd.c] Handle crypt() returning NULL; from Paul Wouters |
| 3242 | via Niels |
Damien Miller | 025bfd1 | 2012-04-26 09:52:15 +1000 | [diff] [blame] | 3243 | - (djm) [auth-krb5.c] Save errno across calls that might modify it; |
| 3244 | ok dtucker@ |
Damien Miller | 7584cb1 | 2012-04-26 09:51:26 +1000 | [diff] [blame] | 3245 | |
Damien Miller | ba77e1f | 2012-04-23 18:21:05 +1000 | [diff] [blame] | 3246 | 20120423 |
| 3247 | - OpenBSD CVS Sync |
| 3248 | - djm@cvs.openbsd.org 2012/04/23 08:18:17 |
| 3249 | [channels.c] |
| 3250 | fix function proto/source mismatch |
| 3251 | |
Damien Miller | a563cce | 2012-04-22 11:07:28 +1000 | [diff] [blame] | 3252 | 20120422 |
| 3253 | - OpenBSD CVS Sync |
| 3254 | - djm@cvs.openbsd.org 2012/02/29 11:21:26 |
| 3255 | [ssh-keygen.c] |
| 3256 | allow conversion of RSA1 keys to public PEM and PKCS8; "nice" markus@ |
Damien Miller | 29cd188 | 2012-04-22 11:08:10 +1000 | [diff] [blame] | 3257 | - guenther@cvs.openbsd.org 2012/03/15 03:10:27 |
| 3258 | [session.c] |
| 3259 | root should always be excluded from the test for /etc/nologin instead |
| 3260 | of having it always enforced even when marked as ignorenologin. This |
| 3261 | regressed when the logic was incompletely flipped around in rev 1.251 |
| 3262 | ok halex@ millert@ |
Damien Miller | 48348fc | 2012-04-22 11:08:30 +1000 | [diff] [blame] | 3263 | - djm@cvs.openbsd.org 2012/03/28 07:23:22 |
| 3264 | [PROTOCOL.certkeys] |
| 3265 | explain certificate extensions/crit split rationale. Mention requirement |
| 3266 | that each appear at most once per cert. |
Damien Miller | c608148 | 2012-04-22 11:18:53 +1000 | [diff] [blame] | 3267 | - dtucker@cvs.openbsd.org 2012/03/29 23:54:36 |
| 3268 | [channels.c channels.h servconf.c] |
| 3269 | Add PermitOpen none option based on patch from Loganaden Velvindron |
| 3270 | (bz #1949). ok djm@ |
Damien Miller | a650875 | 2012-04-22 11:21:10 +1000 | [diff] [blame] | 3271 | - djm@cvs.openbsd.org 2012/04/11 13:16:19 |
| 3272 | [channels.c channels.h clientloop.c serverloop.c] |
| 3273 | don't spin in accept() when out of fds (ENFILE/ENFILE) - back off for a |
| 3274 | while; ok deraadt@ markus@ |
Damien Miller | 9fed161 | 2012-04-22 11:21:43 +1000 | [diff] [blame] | 3275 | - djm@cvs.openbsd.org 2012/04/11 13:17:54 |
| 3276 | [auth.c] |
| 3277 | Support "none" as an argument for AuthorizedPrincipalsFile to indicate |
| 3278 | no file should be read. |
Damien Miller | a116d13 | 2012-04-22 11:23:46 +1000 | [diff] [blame] | 3279 | - djm@cvs.openbsd.org 2012/04/11 13:26:40 |
| 3280 | [sshd.c] |
| 3281 | don't spin in accept() when out of fds (ENFILE/ENFILE) - back off for a |
| 3282 | while; ok deraadt@ markus@ |
Damien Miller | 839f743 | 2012-04-22 11:24:21 +1000 | [diff] [blame] | 3283 | - djm@cvs.openbsd.org 2012/04/11 13:34:17 |
| 3284 | [ssh-keyscan.1 ssh-keyscan.c] |
| 3285 | now that sshd defaults to offering ECDSA keys, ssh-keyscan should also |
| 3286 | look for them by default; bz#1971 |
Damien Miller | 2352881 | 2012-04-22 11:24:43 +1000 | [diff] [blame] | 3287 | - djm@cvs.openbsd.org 2012/04/12 02:42:32 |
| 3288 | [servconf.c servconf.h sshd.c sshd_config sshd_config.5] |
| 3289 | VersionAddendum option to allow server operators to append some arbitrary |
| 3290 | text to the SSH-... banner; ok deraadt@ "don't care" markus@ |
Damien Miller | 8fef9eb | 2012-04-22 11:25:10 +1000 | [diff] [blame] | 3291 | - djm@cvs.openbsd.org 2012/04/12 02:43:55 |
| 3292 | [sshd_config sshd_config.5] |
| 3293 | mention AuthorizedPrincipalsFile=none default |
Damien Miller | 4922315 | 2012-04-22 11:25:47 +1000 | [diff] [blame] | 3294 | - djm@cvs.openbsd.org 2012/04/20 03:24:23 |
| 3295 | [sftp.c] |
| 3296 | setlinebuf(3) is more readable than setvbuf(.., _IOLBF, ...) |
Damien Miller | 70b2d55 | 2012-04-22 11:26:10 +1000 | [diff] [blame] | 3297 | - jmc@cvs.openbsd.org 2012/04/20 16:26:22 |
| 3298 | [ssh.1] |
| 3299 | use "brackets" instead of "braces", for consistency; |
Damien Miller | a563cce | 2012-04-22 11:07:28 +1000 | [diff] [blame] | 3300 | |
Damien Miller | 8beb320 | 2012-04-20 10:58:34 +1000 | [diff] [blame] | 3301 | 20120420 |
| 3302 | - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] |
| 3303 | [contrib/suse/openssh.spec] Update for release 6.0 |
Damien Miller | bf23041 | 2012-04-20 14:11:04 +1000 | [diff] [blame] | 3304 | - (djm) [README] Update URL to release notes. |
Damien Miller | d5dacb4 | 2012-04-20 15:01:01 +1000 | [diff] [blame] | 3305 | - (djm) Release openssh-6.0 |