]> git.ipfire.org Git - thirdparty/openssh-portable.git/log
thirdparty/openssh-portable.git
11 years ago - tedu@cvs.openbsd.org 2013/12/21 07:10:47
Damien Miller [Sun, 29 Dec 2013 06:47:14 +0000 (17:47 +1100)] 
   - tedu@cvs.openbsd.org 2013/12/21 07:10:47
     [ssh-keygen.1]
     small typo

11 years ago - djm@cvs.openbsd.org 2013/12/19 22:57:13
Damien Miller [Sun, 29 Dec 2013 06:46:49 +0000 (17:46 +1100)] 
   - djm@cvs.openbsd.org 2013/12/19 22:57:13
     [poly1305.c poly1305.h]
     use full name for author, with his permission

11 years ago - djm@cvs.openbsd.org 2013/12/19 01:19:41
Damien Miller [Sun, 29 Dec 2013 06:45:51 +0000 (17:45 +1100)] 
   - djm@cvs.openbsd.org 2013/12/19 01:19:41
     [ssh-agent.c]
     bz#2186: don't crash (NULL deref) when deleting PKCS#11 keys from an agent
     that has a mix of normal and PKCS#11 keys; fix from jay AT slushpupie.com;
     ok dtucker

11 years ago - djm@cvs.openbsd.org 2013/12/19 01:04:36
Damien Miller [Sun, 29 Dec 2013 06:45:26 +0000 (17:45 +1100)] 
   - djm@cvs.openbsd.org 2013/12/19 01:04:36
     [channels.c]
     bz#2147: fix multiple remote forwardings with dynamically assigned
     listen ports. In the s->c message to open the channel we were sending
     zero (the magic number to request a dynamic port) instead of the actual
     listen port. The client therefore had no way of discriminating between
     them.

     Diagnosis and fix by ronf AT timeheart.net

11 years ago - djm@cvs.openbsd.org 2013/12/19 00:27:57
Damien Miller [Sun, 29 Dec 2013 06:44:56 +0000 (17:44 +1100)] 
   - djm@cvs.openbsd.org 2013/12/19 00:27:57
     [auth-options.c]
     simplify freeing of source-address certificate restriction

11 years ago - dtucker@cvs.openbsd.org 2013/12/19 00:19:12
Damien Miller [Sun, 29 Dec 2013 06:44:29 +0000 (17:44 +1100)] 
   - dtucker@cvs.openbsd.org 2013/12/19 00:19:12
     [serverloop.c]
     Cast client_alive_interval to u_int64_t before assinging to
     max_time_milliseconds to avoid potential integer overflow in the timeout.
     bz#2170, patch from Loganaden Velvindron, ok djm@

11 years ago - djm@cvs.openbsd.org 2013/12/19 00:10:30
Damien Miller [Sun, 29 Dec 2013 06:44:07 +0000 (17:44 +1100)] 
   - djm@cvs.openbsd.org 2013/12/19 00:10:30
     [ssh-add.c]
     skip requesting smartcard PIN when removing keys from agent; bz#2187
     patch from jay AT slushpupie.com; ok dtucker

11 years ago - (djm) [loginrec.c] Check for username truncation when looking up lastlog
Damien Miller [Sun, 29 Dec 2013 06:40:18 +0000 (17:40 +1100)] 
 - (djm) [loginrec.c] Check for username truncation when looking up lastlog
   entries

11 years ago20131221
Darren Tucker [Sat, 21 Dec 2013 06:02:39 +0000 (17:02 +1100)] 
20131221
 - (dtucker) [regress/keytype.sh] Actually test ecdsa key types.

11 years ago - (dtucker) [auth-pam.c] bz#2163: check return value from pam_get_item().
Darren Tucker [Thu, 19 Dec 2013 00:31:44 +0000 (11:31 +1100)] 
 - (dtucker) [auth-pam.c] bz#2163: check return value from pam_get_item().
   Patch from Loganaden Velvindron.

11 years ago - (dtucker) [configure.ac] bz#2178: Don't try to use BSM on Solaris versions
Darren Tucker [Thu, 19 Dec 2013 00:00:12 +0000 (11:00 +1100)] 
 - (dtucker) [configure.ac] bz#2178: Don't try to use BSM on Solaris versions
   greater than 11 either rather than just 11.  Patch from Tomas Kuthan.

11 years ago - markus@cvs.openbsd.org 2013/12/17 10:36:38
Damien Miller [Wed, 18 Dec 2013 06:50:39 +0000 (17:50 +1100)] 
   - markus@cvs.openbsd.org 2013/12/17 10:36:38
     [crypto_api.h]
     I've assempled the header file by cut&pasting from generated headers
     and the source files.

11 years ago - djm@cvs.openbsd.org 2013/12/15 21:42:35
Damien Miller [Wed, 18 Dec 2013 06:50:13 +0000 (17:50 +1100)] 
   - djm@cvs.openbsd.org 2013/12/15 21:42:35
     [cipher-chachapoly.c]
     add some comments and constify a constant

11 years ago - pascal@cvs.openbsd.org 2013/12/15 18:17:26
Damien Miller [Wed, 18 Dec 2013 06:49:48 +0000 (17:49 +1100)] 
   - pascal@cvs.openbsd.org 2013/12/15 18:17:26
     [ssh-add.c]
     Make ssh-add also add .ssh/id_ed25519; fixes lie in manual page.
     ok markus@

11 years ago - markus@cvs.openbsd.org 2013/12/09 11:08:17
Damien Miller [Wed, 18 Dec 2013 06:48:32 +0000 (17:48 +1100)] 
   - markus@cvs.openbsd.org 2013/12/09 11:08:17
     [crypto_api.h]
     remove unused defines

11 years ago - markus@cvs.openbsd.org 2013/12/09 11:03:45
Damien Miller [Wed, 18 Dec 2013 06:48:11 +0000 (17:48 +1100)] 
   - markus@cvs.openbsd.org 2013/12/09 11:03:45
     [blocks.c ed25519.c fe25519.c fe25519.h ge25519.c ge25519.h]
     [ge25519_base.data hash.c sc25519.c sc25519.h verify.c]
     Add Authors for the public domain ed25519/nacl code.
     see also http://nacl.cr.yp.to/features.html
        All of the NaCl software is in the public domain.
     and http://ed25519.cr.yp.to/software.html
        The Ed25519 software is in the public domain.

11 years ago - dtucker@cvs.openbsd.org 2013/12/08 09:53:27
Damien Miller [Wed, 18 Dec 2013 06:47:02 +0000 (17:47 +1100)] 
   - dtucker@cvs.openbsd.org 2013/12/08 09:53:27
     [sshd_config.5]
     Use a literal for the default value of KEXAlgorithms.  ok deraadt jmc

11 years ago - naddy@cvs.openbsd.org 2013/12/07 11:58:46
Damien Miller [Wed, 18 Dec 2013 06:46:27 +0000 (17:46 +1100)] 
   - naddy@cvs.openbsd.org 2013/12/07 11:58:46
     [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8 ssh.1]
     [ssh_config.5 sshd.8 sshd_config.5]
     add missing mentions of ed25519; ok djm@

11 years ago - djm@cvs.openbsd.org 2013/12/07 08:08:26
Damien Miller [Wed, 18 Dec 2013 06:45:35 +0000 (17:45 +1100)] 
   - djm@cvs.openbsd.org 2013/12/07 08:08:26
     [ssh-keygen.1]
     document -a and -o wrt new key format

11 years ago - (djm) [Makefile.in regress/Makefile regress/agent-ptrace.sh]
Damien Miller [Sun, 8 Dec 2013 04:53:28 +0000 (15:53 +1100)] 
 - (djm) [Makefile.in regress/Makefile regress/agent-ptrace.sh]
   [regress/setuid-allowed.c] Check that ssh-agent is not on a no-setuid
   filesystem before running agent-ptrace.sh; ok dtucker

11 years ago - (djm) [openbsd-compat/bsd-setres_id.c] Missing header; from Corinna
Damien Miller [Sat, 7 Dec 2013 21:23:08 +0000 (08:23 +1100)] 
 - (djm) [openbsd-compat/bsd-setres_id.c] Missing header; from Corinna
    Vinschen

11 years ago - (djm) [Makefile.in] PATHSUBS and keygen bits for Ed25519; from
Damien Miller [Sat, 7 Dec 2013 10:43:46 +0000 (21:43 +1100)] 
 - (djm) [Makefile.in] PATHSUBS and keygen bits for Ed25519; from
    Loganaden Velvindron @ AfriNIC in bz#2179

11 years ago - (djm) [regress/cert-hostkey.sh] Fix merge botch
Damien Miller [Sat, 7 Dec 2013 06:07:15 +0000 (17:07 +1100)] 
 - (djm) [regress/cert-hostkey.sh] Fix merge botch

11 years ago - markus@cvs.openbsd.org 2013/12/06 13:52:46
Damien Miller [Sat, 7 Dec 2013 05:32:44 +0000 (16:32 +1100)] 
   - markus@cvs.openbsd.org 2013/12/06 13:52:46
     [regress/Makefile regress/agent.sh regress/cert-hostkey.sh]
     [regress/cert-userkey.sh regress/keytype.sh]
     test ed25519 support; from djm@

11 years ago - (djm) [ed25519.c ssh-ed25519.c openbsd-compat/Makefile.in]
Damien Miller [Sat, 7 Dec 2013 01:37:53 +0000 (12:37 +1100)] 
 - (djm) [ed25519.c ssh-ed25519.c openbsd-compat/Makefile.in]
    [openbsd-compat/bcrypt_pbkdf.c] Make ed25519/new key format compile on
       Linux

11 years ago - [configure.ac openbsd-compat/Makefile.in openbsd-compat/bcrypt_pbkdf.c]
Damien Miller [Sat, 7 Dec 2013 00:51:51 +0000 (11:51 +1100)] 
 - [configure.ac openbsd-compat/Makefile.in openbsd-compat/bcrypt_pbkdf.c]
   [openbsd-compat/blf.h openbsd-compat/blowfish.c]
   [openbsd-compat/openbsd-compat.h] Start at supporting bcrypt_pbkdf in
   portable.

11 years ago - [authfile.c] Conditionalise inclusion of util.h
Damien Miller [Sat, 7 Dec 2013 00:38:03 +0000 (11:38 +1100)] 
 - [authfile.c] Conditionalise inclusion of util.h

11 years ago - [Makefile.in] Add ed25519 sources
Damien Miller [Sat, 7 Dec 2013 00:35:36 +0000 (11:35 +1100)] 
 - [Makefile.in] Add ed25519 sources

11 years ago - djm@cvs.openbsd.org 2013/12/07 00:19:15
Damien Miller [Sat, 7 Dec 2013 00:29:09 +0000 (11:29 +1100)] 
   - djm@cvs.openbsd.org 2013/12/07 00:19:15
     [key.c]
     set k->cert = NULL after freeing it

11 years ago - [blocks.c ed25519.c fe25519.c fe25519.h ge25519.c ge25519.h]
Damien Miller [Sat, 7 Dec 2013 00:27:47 +0000 (11:27 +1100)] 
 - [blocks.c ed25519.c fe25519.c fe25519.h ge25519.c ge25519.h]
   [ge25519_base.data hash.c sc25519.c sc25519.h verify.c] Fix RCS idents

11 years ago - jmc@cvs.openbsd.org 2013/12/06 15:29:07
Damien Miller [Sat, 7 Dec 2013 00:24:30 +0000 (11:24 +1100)] 
   - jmc@cvs.openbsd.org 2013/12/06 15:29:07
     [sshd.8]
     missing comma;

11 years ago - markus@cvs.openbsd.org 2013/12/06 13:39:49
Damien Miller [Sat, 7 Dec 2013 00:24:01 +0000 (11:24 +1100)] 
   - markus@cvs.openbsd.org 2013/12/06 13:39:49
     [authfd.c authfile.c key.c key.h myproposal.h pathnames.h readconf.c]
     [servconf.c ssh-agent.c ssh-keygen.c ssh-keyscan.1 ssh-keyscan.c]
     [ssh-keysign.c ssh.c ssh_config.5 sshd.8 sshd.c verify.c ssh-ed25519.c]
     [sc25519.h sc25519.c hash.c ge25519_base.data ge25519.h ge25519.c]
     [fe25519.h fe25519.c ed25519.c crypto_api.h blocks.c]
     support ed25519 keys (hostkeys and user identities) using the public
     domain ed25519 reference code from SUPERCOP, see
     http://ed25519.cr.yp.to/software.html
     feedback, help & ok djm@

11 years ago - markus@cvs.openbsd.org 2013/12/06 13:34:54
Damien Miller [Fri, 6 Dec 2013 23:41:55 +0000 (10:41 +1100)] 
   - markus@cvs.openbsd.org 2013/12/06 13:34:54
     [authfile.c authfile.h cipher.c cipher.h key.c packet.c ssh-agent.c]
     [ssh-keygen.c PROTOCOL.key] new private key format, bcrypt as KDF by
     default; details in PROTOCOL.key; feedback and lots help from djm;
     ok djm@

11 years ago - markus@cvs.openbsd.org 2013/12/06 13:30:08
Damien Miller [Fri, 6 Dec 2013 23:40:26 +0000 (10:40 +1100)] 
   - markus@cvs.openbsd.org 2013/12/06 13:30:08
     [authfd.c key.c key.h ssh-agent.c]
     move private key (de)serialization to key.c; ok djm

11 years ago - djm@cvs.openbsd.org 2013/12/06 03:40:51
Damien Miller [Fri, 6 Dec 2013 23:31:37 +0000 (10:31 +1100)] 
   - djm@cvs.openbsd.org 2013/12/06 03:40:51
     [ssh-keygen.c]
     remove duplicated character ('g') in getopt() string;
     document the (few) remaining option characters so we don't have to
     rummage next time.

11 years ago - djm@cvs.openbsd.org 2013/12/05 22:59:45
Damien Miller [Fri, 6 Dec 2013 23:31:08 +0000 (10:31 +1100)] 
   - djm@cvs.openbsd.org 2013/12/05 22:59:45
     [sftp-client.c]
     fix memory leak in error path in do_readdir(); pointed out by
     Loganaden Velvindron @ AfriNIC in bz#2163

11 years ago - djm@cvs.openbsd.org 2013/12/05 01:16:41
Damien Miller [Thu, 5 Dec 2013 03:07:27 +0000 (14:07 +1100)] 
   - djm@cvs.openbsd.org 2013/12/05 01:16:41
     [servconf.c servconf.h]
     bz#2161 - fix AuthorizedKeysCommand inside a Match block and
     rearrange things so the same error is harder to make next time;
     with and ok dtucker@

11 years ago - (dtucker) [configure.ac] bz#2173: use pkg-config --libs to include correct
Darren Tucker [Thu, 5 Dec 2013 00:00:16 +0000 (11:00 +1100)] 
 - (dtucker) [configure.ac] bz#2173: use pkg-config --libs to include correct
   -L location for libedit.  Patch from Serge van den Boom.

11 years ago - djm@cvs.openbsd.org 2013/12/04 04:20:01
Damien Miller [Wed, 4 Dec 2013 23:26:32 +0000 (10:26 +1100)] 
   - djm@cvs.openbsd.org 2013/12/04 04:20:01
     [sftp-client.c]
     bz#2171: don't leak local_fd on error; from Loganaden Velvindron @
     AfriNIC

11 years ago - djm@cvs.openbsd.org 2013/12/02 03:13:14
Damien Miller [Wed, 4 Dec 2013 23:26:14 +0000 (10:26 +1100)] 
   - djm@cvs.openbsd.org 2013/12/02 03:13:14
     [cipher.c]
     correct bzero of chacha20+poly1305 key context. bz#2177 from
     Loganaden Velvindron @ AfriNIC

     Also make it a memset for consistency with the rest of cipher.c

11 years ago - djm@cvs.openbsd.org 2013/12/02 03:09:22
Damien Miller [Wed, 4 Dec 2013 23:25:51 +0000 (10:25 +1100)] 
   - djm@cvs.openbsd.org 2013/12/02 03:09:22
     [key.c]
     make key_to_blob() return a NULL blob on failure; part of
     bz#2175 from Loganaden Velvindron @ AfriNIC

11 years ago - djm@cvs.openbsd.org 2013/12/02 02:56:17
Damien Miller [Wed, 4 Dec 2013 23:23:21 +0000 (10:23 +1100)] 
   - djm@cvs.openbsd.org 2013/12/02 02:56:17
     [ssh-pkcs11-helper.c]
     use-after-free; bz#2175 patch from Loganaden Velvindron @ AfriNIC

11 years ago - djm@cvs.openbsd.org 2013/12/02 02:50:27
Damien Miller [Wed, 4 Dec 2013 23:22:57 +0000 (10:22 +1100)] 
   - djm@cvs.openbsd.org 2013/12/02 02:50:27
     [PROTOCOL.chacha20poly1305]
     typo; from Jon Cave

11 years ago - djm@cvs.openbsd.org 2013/12/01 23:19:05
Damien Miller [Wed, 4 Dec 2013 23:22:39 +0000 (10:22 +1100)] 
   - djm@cvs.openbsd.org 2013/12/01 23:19:05
     [PROTOCOL]
     mention curve25519-sha256@libssh.org key exchange algorithm

11 years ago - deraadt@cvs.openbsd.org 2013/11/26 19:15:09
Damien Miller [Wed, 4 Dec 2013 23:22:03 +0000 (10:22 +1100)] 
   - deraadt@cvs.openbsd.org 2013/11/26 19:15:09
     [pkcs11.h]
     cleanup 1 << 31 idioms.  Resurrection of this issue pointed out by
     Eitan Adler ok markus for ssh, implies same change in kerberosV

11 years ago - jmc@cvs.openbsd.org 2013/11/26 12:14:54
Damien Miller [Wed, 4 Dec 2013 23:20:52 +0000 (10:20 +1100)] 
   - jmc@cvs.openbsd.org 2013/11/26 12:14:54
     [ssh.1 ssh.c]
     - put -Q in the right place
     - Ar was a poor choice for the arguments to -Q. i've chosen an
       admittedly equally poor Cm, at least consistent with the rest
       of the docs. also no need for multiple instances
     - zap a now redundant Nm
     - usage() sync

11 years ago - deraadt@cvs.openbsd.org 2013/11/25 18:04:21
Damien Miller [Wed, 4 Dec 2013 23:19:54 +0000 (10:19 +1100)] 
   - deraadt@cvs.openbsd.org 2013/11/25 18:04:21
     [ssh.1 ssh.c]
     improve -Q usage and such.  One usage change is that the option is now
     case-sensitive
     ok dtucker markus djm

11 years ago - jmc@cvs.openbsd.org 2013/11/21 08:05:09
Damien Miller [Wed, 4 Dec 2013 23:18:43 +0000 (10:18 +1100)] 
   - jmc@cvs.openbsd.org 2013/11/21 08:05:09
     [ssh_config.5 sshd_config.5]
     no need for .Pp before displays;

11 years ago - djm@cvs.openbsd.org 2013/11/21 03:18:51
Damien Miller [Thu, 21 Nov 2013 03:26:18 +0000 (14:26 +1100)] 
   - djm@cvs.openbsd.org 2013/11/21 03:18:51
     [regress/cipher-speed.sh regress/integrity.sh regress/rekey.sh]
     [regress/try-ciphers.sh]
     use new "ssh -Q cipher-auth" query to obtain lists of authenticated
     encryption ciphers instead of specifying them manually; ensures that
     the new chacha20poly1305@openssh.com mode is tested;

     ok markus@ and naddy@ as part of the diff to add
     chacha20poly1305@openssh.com

11 years ago - djm@cvs.openbsd.org 2013/11/21 03:16:47
Damien Miller [Thu, 21 Nov 2013 03:25:15 +0000 (14:25 +1100)] 
   - djm@cvs.openbsd.org 2013/11/21 03:16:47
     [regress/modpipe.c]
     use unsigned long long instead of u_int64_t here to avoid warnings
     on some systems portable OpenSSH is built on.

11 years ago - djm@cvs.openbsd.org 2013/11/21 03:15:46
Damien Miller [Thu, 21 Nov 2013 03:24:42 +0000 (14:24 +1100)] 
   - djm@cvs.openbsd.org 2013/11/21 03:15:46
     [regress/krl.sh]
     add some reminders for additional tests that I'd like to implement

11 years ago - naddy@cvs.openbsd.org 2013/11/18 05:09:32
Damien Miller [Thu, 21 Nov 2013 03:24:08 +0000 (14:24 +1100)] 
   - naddy@cvs.openbsd.org 2013/11/18 05:09:32
     [regress/forward-control.sh]
     bump timeout to 10 seconds to allow slow machines (e.g. Alpha PC164)
     to successfully run this; ok djm@
     (ID sync only; our timeouts are already longer)

11 years ago - djm@cvs.openbsd.org 2013/11/21 00:45:44
Damien Miller [Thu, 21 Nov 2013 03:12:23 +0000 (14:12 +1100)] 
   - djm@cvs.openbsd.org 2013/11/21 00:45:44
     [Makefile.in PROTOCOL PROTOCOL.chacha20poly1305 authfile.c chacha.c]
     [chacha.h cipher-chachapoly.c cipher-chachapoly.h cipher.c cipher.h]
     [dh.c myproposal.h packet.c poly1305.c poly1305.h servconf.c ssh.1]
     [ssh.c ssh_config.5 sshd_config.5] Add a new protocol 2 transport
     cipher "chacha20-poly1305@openssh.com" that combines Daniel
     Bernstein's ChaCha20 stream cipher and Poly1305 MAC to build an
     authenticated encryption mode.

     Inspired by and similar to Adam Langley's proposal for TLS:
     http://tools.ietf.org/html/draft-agl-tls-chacha20poly1305-03
     but differs in layout used for the MAC calculation and the use of a
     second ChaCha20 instance to separately encrypt packet lengths.
     Details are in the PROTOCOL.chacha20poly1305 file.

     Feedback markus@, naddy@; manpage bits Loganden Velvindron @ AfriNIC
     ok markus@ naddy@

11 years ago - deraadt@cvs.openbsd.org 2013/11/20 20:54:10
Damien Miller [Thu, 21 Nov 2013 02:57:15 +0000 (13:57 +1100)] 
   - deraadt@cvs.openbsd.org 2013/11/20 20:54:10
     [canohost.c clientloop.c match.c readconf.c sftp.c]
     unsigned casts for ctype macros where neccessary
     ok guenther millert markus

11 years ago - deraadt@cvs.openbsd.org 2013/11/20 20:53:10
Damien Miller [Thu, 21 Nov 2013 02:56:49 +0000 (13:56 +1100)] 
   - deraadt@cvs.openbsd.org 2013/11/20 20:53:10
     [scp.c]
     unsigned casts for ctype macros where neccessary
     ok guenther millert markus

11 years ago - djm@cvs.openbsd.org 2013/11/20 02:19:01
Damien Miller [Thu, 21 Nov 2013 02:56:28 +0000 (13:56 +1100)] 
   - djm@cvs.openbsd.org 2013/11/20 02:19:01
     [sshd.c]
     delay closure of in/out fds until after "Bad protocol version
     identification..." message, as get_remote_ipaddr/get_remote_port
     require them open.

11 years ago - markus@cvs.openbsd.org 2013/11/13 13:48:20
Damien Miller [Thu, 21 Nov 2013 02:56:06 +0000 (13:56 +1100)] 
   - markus@cvs.openbsd.org 2013/11/13 13:48:20
     [ssh-pkcs11.c]
     add missing braces found by pedro

11 years ago - dtucker@cvs.openbsd.org 2013/11/08 11:15:19
Damien Miller [Thu, 21 Nov 2013 02:55:43 +0000 (13:55 +1100)] 
   - dtucker@cvs.openbsd.org 2013/11/08 11:15:19
     [bufaux.c bufbn.c buffer.c sftp-client.c sftp-common.c sftp-glob.c]
     [uidswap.c] Include stdlib.h for free() as per the man page.

11 years ago - (dtucker) [regress/keytype.sh] Populate ECDSA key types to be tested by
Darren Tucker [Sun, 10 Nov 2013 09:25:22 +0000 (20:25 +1100)] 
 - (dtucker) [regress/keytype.sh] Populate ECDSA key types to be tested by
   querying the ones that are compiled in.

12 years ago - (dtucker) [key.c] Check for the correct defines for NID_secp521r1.
Darren Tucker [Sun, 10 Nov 2013 01:38:42 +0000 (12:38 +1100)] 
 - (dtucker) [key.c] Check for the correct defines for NID_secp521r1.

12 years ago - (dtucker) [configure.ac] Add missing "test".
Darren Tucker [Sat, 9 Nov 2013 11:32:51 +0000 (22:32 +1100)] 
 - (dtucker) [configure.ac] Add missing "test".

12 years ago - (dtucker) [configure.ac] Fix brackets in NID_secp521r1 test.
Darren Tucker [Sat, 9 Nov 2013 11:02:31 +0000 (22:02 +1100)] 
 - (dtucker) [configure.ac] Fix brackets in NID_secp521r1 test.

12 years ago - (dtucker) [configure.ac kex.c key.c myproposal.h] Test for the presence of
Darren Tucker [Sat, 9 Nov 2013 07:39:25 +0000 (18:39 +1100)] 
 - (dtucker) [configure.ac kex.c key.c myproposal.h] Test for the presence of
   NID_X9_62_prime256v1, NID_secp384r1 and NID_secp521r1 and test that the
   latter actually works before using it.  Fedora (at least) has NID_secp521r1
   that doesn't work (see https://bugzilla.redhat.com/show_bug.cgi?id=1021897).

12 years ago - dtucker@cvs.openbsd.org 2013/11/09 05:41:34
Darren Tucker [Sat, 9 Nov 2013 05:55:03 +0000 (16:55 +1100)] 
   - dtucker@cvs.openbsd.org 2013/11/09 05:41:34
     [regress/test-exec.sh regress/rekey.sh]
     Use smaller test data files to speed up tests.  Grow test datafiles
     where necessary for a specific test.

12 years ago - (dtucker) [contrib/cygwin/ssh-host-config] Simplify host key generation:
Darren Tucker [Fri, 8 Nov 2013 13:19:22 +0000 (00:19 +1100)] 
 - (dtucker) [contrib/cygwin/ssh-host-config] Simplify host key generation:
   rather than testing and generating each key, call ssh-keygen -A.
   Patch from vinschen at redhat.com.

12 years ago - (dtucker) [Makefile.in configure.ac] Set MALLOC_OPTIONS per platform
Darren Tucker [Fri, 8 Nov 2013 13:17:41 +0000 (00:17 +1100)] 
 - (dtucker) [Makefile.in configure.ac] Set MALLOC_OPTIONS per platform
   and pass in TEST_ENV.  Unknown options cause stderr to get polluted
   and the stderr-data test to fail.

12 years ago - (dtucker) [openbsd-compat/bsd-poll.c] Add headers to prevent compile
Darren Tucker [Fri, 8 Nov 2013 10:12:58 +0000 (21:12 +1100)] 
 - (dtucker) [openbsd-compat/bsd-poll.c] Add headers to prevent compile
   warnings.

12 years ago - (dtucker) [myproposal.h] Conditionally enable CURVE25519_SHA256.
Darren Tucker [Fri, 8 Nov 2013 10:10:04 +0000 (21:10 +1100)] 
 - (dtucker) [myproposal.h] Conditionally enable CURVE25519_SHA256.

12 years ago - (dtucker) [kex.c] Only enable CURVE25519_SHA256 if we actually have
Darren Tucker [Fri, 8 Nov 2013 08:50:32 +0000 (19:50 +1100)] 
 - (dtucker) [kex.c] Only enable CURVE25519_SHA256 if we actually have
   EVP_sha256.

12 years ago - (dtucker) [openbsd-compat/openbsd-compat.h] Add null implementation of
Darren Tucker [Fri, 8 Nov 2013 07:54:38 +0000 (18:54 +1100)] 
 - (dtucker) [openbsd-compat/openbsd-compat.h] Add null implementation of
   arc4random_stir for platforms that have arc4random but don't have
   arc4random_stir (right now this is only OpenBSD -current).

12 years ago - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
Damien Miller [Fri, 8 Nov 2013 05:48:13 +0000 (16:48 +1100)] 
 - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
   [contrib/suse/openssh.spec] Update version numbers following release.

12 years ago - djm@cvs.openbsd.org 2013/11/08 01:38:11
Damien Miller [Fri, 8 Nov 2013 01:39:49 +0000 (12:39 +1100)] 
   - djm@cvs.openbsd.org 2013/11/08 01:38:11
     [version.h]
     openssh-6.4

12 years ago - djm@cvs.openbsd.org 2013/11/08 00:39:15
Damien Miller [Fri, 8 Nov 2013 01:19:55 +0000 (12:19 +1100)] 
   - djm@cvs.openbsd.org 2013/11/08 00:39:15
     [auth-options.c auth2-chall.c authfd.c channels.c cipher-3des1.c]
     [clientloop.c gss-genr.c monitor_mm.c packet.c schnorr.c umac.c]
     [sftp-client.c sftp-glob.c]
     use calloc for all structure allocations; from markus@

12 years ago - dtucker@cvs.openbsd.org 2013/11/07 11:58:27
Damien Miller [Fri, 8 Nov 2013 01:16:49 +0000 (12:16 +1100)] 
   - dtucker@cvs.openbsd.org 2013/11/07 11:58:27
     [cipher.c cipher.h kex.c kex.h mac.c mac.h servconf.c ssh.c]
     Output the effective values of Ciphers, MACs and KexAlgorithms when
     the default has not been overridden.  ok markus@

12 years ago - dtucker@cvs.openbsd.org 2013/11/08 01:06:14
Darren Tucker [Fri, 8 Nov 2013 01:11:46 +0000 (12:11 +1100)] 
- dtucker@cvs.openbsd.org 2013/11/08 01:06:14
      [regress/rekey.sh]
      Rekey less frequently during tests to speed them up

12 years ago - (dtucker) [Makefile.in configure.ac] Remove TEST_SSH_SHA256 environment
Darren Tucker [Thu, 7 Nov 2013 11:33:48 +0000 (22:33 +1100)] 
 - (dtucker) [Makefile.in configure.ac] Remove TEST_SSH_SHA256 environment
   variable.  It's no longer used now that we get the supported MACs from
   ssh -Q.

12 years ago - dtucker@cvs.openbsd.org 2013/11/07 04:26:56
Darren Tucker [Thu, 7 Nov 2013 04:32:37 +0000 (15:32 +1100)] 
   - dtucker@cvs.openbsd.org 2013/11/07 04:26:56
     [regress/kextype.sh]
     trailing space

12 years ago - dtucker@cvs.openbsd.org 2013/11/07 03:55:41
Darren Tucker [Thu, 7 Nov 2013 04:26:12 +0000 (15:26 +1100)] 
   - dtucker@cvs.openbsd.org 2013/11/07 03:55:41
     [regress/kextype.sh]
     Use ssh -Q to get kex types instead of a static list.

12 years ago - dtucker@cvs.openbsd.org 2013/11/07 02:48:38
Darren Tucker [Thu, 7 Nov 2013 04:21:19 +0000 (15:21 +1100)] 
   - dtucker@cvs.openbsd.org 2013/11/07 02:48:38
     [regress/integrity.sh regress/cipher-speed.sh regress/try-ciphers.sh]
     Use ssh -Q instead of hardcoding lists of ciphers or MACs.

12 years ago - dtucker@cvs.openbsd.org 2013/11/07 01:12:51
Darren Tucker [Thu, 7 Nov 2013 04:08:02 +0000 (15:08 +1100)] 
   - dtucker@cvs.openbsd.org 2013/11/07 01:12:51
     [regress/rekey.sh]
     Factor out the data transfer rekey tests

12 years ago - dtucker@cvs.openbsd.org 2013/11/07 00:12:05
Darren Tucker [Thu, 7 Nov 2013 04:04:44 +0000 (15:04 +1100)] 
   - dtucker@cvs.openbsd.org 2013/11/07 00:12:05
     [regress/rekey.sh]
     Test rekeying for every Cipher, MAC and KEX, plus test every KEX with
     the GCM ciphers.

12 years ago - dtucker@cvs.openbsd.org 2013/11/04 12:27:42
Darren Tucker [Thu, 7 Nov 2013 04:00:51 +0000 (15:00 +1100)] 
   - dtucker@cvs.openbsd.org 2013/11/04 12:27:42
     [regress/rekey.sh]
     Test rekeying with all KexAlgorithms.

12 years ago - markus@cvs.openbsd.org 2013/11/02 22:39:53
Darren Tucker [Thu, 7 Nov 2013 03:56:43 +0000 (14:56 +1100)] 
   - markus@cvs.openbsd.org 2013/11/02 22:39:53
     [regress/kextype.sh]
     add curve25519-sha256@libssh.org

12 years ago - djm@cvs.openbsd.org 2013/10/09 23:44:14
Darren Tucker [Thu, 7 Nov 2013 03:50:09 +0000 (14:50 +1100)] 
   - djm@cvs.openbsd.org 2013/10/09 23:44:14
     [regress/Makefile] (ID sync only)
     regression test for sftp request white/blacklisting and readonly mode.

12 years ago - djm@cvs.openbsd.org 2013/11/06 23:05:59
Damien Miller [Thu, 7 Nov 2013 02:38:35 +0000 (13:38 +1100)] 
   - djm@cvs.openbsd.org 2013/11/06 23:05:59
     [ssh-pkcs11.c]
     from portable: s/true/true_val/ to avoid name collisions on dump platforms
     RCSID sync only

12 years ago - markus@cvs.openbsd.org 2013/11/06 16:52:11
Damien Miller [Thu, 7 Nov 2013 02:35:39 +0000 (13:35 +1100)] 
   - markus@cvs.openbsd.org 2013/11/06 16:52:11
     [monitor_wrap.c]
     fix rekeying for AES-GCM modes; ok deraadt

12 years ago - markus@cvs.openbsd.org 2013/11/04 11:51:16
Damien Miller [Thu, 7 Nov 2013 02:32:51 +0000 (13:32 +1100)] 
   - markus@cvs.openbsd.org 2013/11/04 11:51:16
     [monitor.c]
     fix rekeying for KEX_C25519_SHA256; noted by dtucker@
     RCSID sync only; I thought this was a merge botch and fixed it already

12 years ago - (djm) [configure.ac defines.h] Skip arc4random_stir() calls on platforms
Damien Miller [Thu, 7 Nov 2013 02:28:16 +0000 (13:28 +1100)] 
 - (djm) [configure.ac defines.h] Skip arc4random_stir() calls on platforms
   that lack it but have arc4random_uniform()

12 years ago - (djm) [regress/modpipe.c regress/rekey.sh] Never intended to commit these
Damien Miller [Thu, 7 Nov 2013 01:03:26 +0000 (12:03 +1100)] 
 - (djm) [regress/modpipe.c regress/rekey.sh] Never intended to commit these

12 years ago - (djm) [Makefile.in monitor.c] Missed chunks of curve25519 KEX diff
Damien Miller [Thu, 7 Nov 2013 01:00:23 +0000 (12:00 +1100)] 
 - (djm) [Makefile.in monitor.c] Missed chunks of curve25519 KEX diff

12 years ago - (djm) [ssh-pkcs11.c] Bring back "non-constant initialiser" fix (rev 1.5)
Damien Miller [Thu, 7 Nov 2013 00:34:14 +0000 (11:34 +1100)] 
 - (djm) [ssh-pkcs11.c] Bring back "non-constant initialiser" fix (rev 1.5)
   that got lost in recent merge.

12 years ago - (djm) [kexc25519.c kexc25519c.c kexc25519s.c] Import missed files from
Damien Miller [Mon, 4 Nov 2013 11:59:27 +0000 (22:59 +1100)] 
 - (djm) [kexc25519.c kexc25519c.c kexc25519s.c] Import missed files from
   KEX/curve25519 change

12 years ago - djm@cvs.openbsd.org 2013/11/03 10:37:19
Damien Miller [Sun, 3 Nov 2013 22:05:17 +0000 (09:05 +1100)] 
   - djm@cvs.openbsd.org 2013/11/03 10:37:19
     [roaming_common.c]
     fix a couple of function definitions foo() -> foo(void)
     (-Wold-style-definition)

12 years ago - markus@cvs.openbsd.org 2013/11/02 22:39:19
Damien Miller [Sun, 3 Nov 2013 21:55:43 +0000 (08:55 +1100)] 
   - markus@cvs.openbsd.org 2013/11/02 22:39:19
     [ssh_config.5 sshd_config.5]
     the default kex is now curve25519-sha256@libssh.org

12 years ago - markus@cvs.openbsd.org 2013/11/02 22:34:01
Damien Miller [Sun, 3 Nov 2013 21:40:13 +0000 (08:40 +1100)] 
   - markus@cvs.openbsd.org 2013/11/02 22:34:01
     [auth-options.c]
     no need to include monitor_wrap.h and ssh-gss.h

12 years ago - markus@cvs.openbsd.org 2013/11/02 22:24:24
Damien Miller [Sun, 3 Nov 2013 21:37:51 +0000 (08:37 +1100)] 
   - markus@cvs.openbsd.org 2013/11/02 22:24:24
     [kexdhs.c kexecdhs.c]
     no need to include ssh-gss.h

12 years ago - markus@cvs.openbsd.org 2013/11/02 22:10:15
Damien Miller [Sun, 3 Nov 2013 21:30:05 +0000 (08:30 +1100)] 
   - markus@cvs.openbsd.org 2013/11/02 22:10:15
     [kexdhs.c kexecdhs.c]
     no need to include monitor_wrap.h

12 years ago - markus@cvs.openbsd.org 2013/11/02 21:59:15
Damien Miller [Sun, 3 Nov 2013 21:26:52 +0000 (08:26 +1100)] 
   - markus@cvs.openbsd.org 2013/11/02 21:59:15
     [kex.c kex.h myproposal.h ssh-keyscan.c sshconnect2.c sshd.c]
     use curve25519 for default key exchange (curve25519-sha256@libssh.org);
     initial patch from Aris Adamantiadis; ok djm@

12 years ago - markus@cvs.openbsd.org 2013/11/02 20:03:54
Damien Miller [Sun, 3 Nov 2013 20:41:48 +0000 (07:41 +1100)] 
   - markus@cvs.openbsd.org 2013/11/02 20:03:54
     [ssh-pkcs11.c]
     support pkcs#11 tokes that only provide x509 zerts instead of raw pubkeys;
     fixes bz#1908; based on patch from Laurent Barbe; ok djm

12 years ago - (dtucker) [configure.ac defines.h] Add typedefs for intmax_t and uintmax_t
Darren Tucker [Sun, 3 Nov 2013 07:43:55 +0000 (18:43 +1100)] 
 - (dtucker) [configure.ac defines.h] Add typedefs for intmax_t and uintmax_t
   for platforms that don't have them.