log

age author description
Fri, 29 May 2015 23:19:11 +0800 Matt Johnston separate client/server fastopen options
Sun, 03 May 2015 00:00:35 +0800 Matt Johnston Make sure kexfirstinitialise is called early enough
Sat, 02 May 2015 22:59:55 +0800 Matt Johnston fix travis more
Sat, 02 May 2015 22:55:53 +0800 Matt Johnston bad travis syntax
Sat, 02 May 2015 22:51:46 +0800 Matt Johnston add no-writev build
Sat, 02 May 2015 22:47:25 +0800 Matt Johnston Fix no-writev fallback
Fri, 17 Apr 2015 20:59:32 +0800 Matt Johnston Should be AF_UNSPEC not PF_UNSPEC
Tue, 14 Apr 2015 20:44:30 +0800 Matt Johnston merge main coverity
Tue, 14 Apr 2015 20:43:54 +0800 Matt Johnston fastopen code was totally broken
Sat, 21 Mar 2015 22:43:08 +0800 Matt Johnston Avoid channel writev() when there is nothing to write
Fri, 20 Mar 2015 23:36:42 +0800 Matt Johnston Make main socket nonblocking. Limit writequeue size.
Fri, 20 Mar 2015 23:33:45 +0800 Matt Johnston Fix when iov queue is large
Fri, 20 Mar 2015 22:53:32 +0800 Matt Johnston avoid malloc for iovec
Tue, 17 Mar 2015 21:58:32 +0800 Matt Johnston Remove ATTRIB_NORETURN from session_loop() since it returns. pam
Mon, 16 Mar 2015 22:10:30 +0800 Matt Johnston Fix merge again. ses.loop_handler is required for PAM pam
Mon, 16 Mar 2015 21:34:05 +0800 Matt Johnston merge pam branch up to date pam
Fri, 23 Jan 2015 22:32:49 +0800 Matt Johnston resolve merge properly pam
Mon, 16 Mar 2015 21:33:01 +0800 Matt Johnston dropbear_assert() rather than assert()
Wed, 11 Mar 2015 23:10:27 +0800 Matt Johnston strdup strerror
Tue, 03 Mar 2015 20:53:00 +0800 Matt Johnston Fix error handling for dbclient async connect
Mon, 02 Mar 2015 21:40:06 +0800 Matt Johnston more changes
Mon, 02 Mar 2015 21:29:49 +0800 Matt Johnston changes (also testing hg bookmarks)
Mon, 02 Mar 2015 21:17:41 +0800 Matt Johnston merge coverity
Sun, 01 Mar 2015 23:27:08 +0800 Matt Johnston merge
Sun, 01 Mar 2015 23:26:42 +0800 Matt Johnston reword comment for clarity nocircbuffer
Sun, 01 Mar 2015 23:02:06 +0800 Matt Johnston Fix pubkey auth after change to reuse ses.readbuf as ses.payload nocircbuffer
Sun, 01 Mar 2015 22:44:36 +0800 Matt Johnston Fix some memory leaks in ecc code
Sun, 01 Mar 2015 21:16:09 +0800 Matt Johnston allocate buffer and data in a single allocation nocircbuffer
Sun, 01 Mar 2015 14:46:04 +0800 Matt Johnston Avoid malloc in hmac nocircbuffer
Sun, 01 Mar 2015 00:57:21 +0800 Matt Johnston A bit of a bodge to avoid memcpy if zlib is disabled nocircbuffer
Sun, 01 Mar 2015 00:44:45 +0800 Matt Johnston Avoid copying data into circular buffer nocircbuffer
Sat, 28 Feb 2015 23:49:39 +0800 Matt Johnston Better failure handling
Sat, 28 Feb 2015 23:25:16 +0800 Matt Johnston merge coverity
Sat, 28 Feb 2015 23:24:30 +0800 Matt Johnston merge tcp fastopen
Sat, 28 Feb 2015 23:15:23 +0800 Matt Johnston Add cleanup fastopen
Sat, 28 Feb 2015 09:06:40 +0800 Matt Johnston merge from default fastopen
Fri, 27 Feb 2015 00:02:48 +0800 Matt Johnston EINPROGRESS for sendmsg() means it's working OK fastopen
Thu, 26 Feb 2015 23:43:12 +0800 Matt Johnston ignore any sendmsg() errors fastopen
Tue, 24 Feb 2015 22:48:34 +0800 Matt Johnston merge coverity
Tue, 24 Feb 2015 22:48:14 +0800 Thorsten Horstmann Use m_burn rather than memset
Tue, 24 Feb 2015 22:41:26 +0800 Thorsten Horstmann Avoid cppcheck warning
Tue, 24 Feb 2015 22:36:20 +0800 Matt Johnston Add more ATTRIB_NORETURN annotations, from Thorsten Horstmann
Tue, 24 Feb 2015 22:23:32 +0800 Matt Johnston Revert accidental commented out signal handlers
Tue, 24 Feb 2015 22:17:04 +0800 Matt Johnston Some additional cleanup functions
Tue, 24 Feb 2015 22:01:33 +0800 Matt Johnston Free memory before exiting. Based on patch from Thorsten Horstmann.
Tue, 24 Feb 2015 20:53:32 +0800 Matt Johnston Use m_close() which will avoid close(-1)
Tue, 24 Feb 2015 20:51:18 +0800 Thorsten Horstmann Fix for old compilers, variable declarations at beginning of functions
Tue, 24 Feb 2015 20:45:07 +0800 Thorsten Horstmann Some minor typo fixes, found by codespell.
Tue, 24 Feb 2015 20:43:01 +0800 Thorsten Horstmann DROPBEAR_ prefix for include guards to avoid collisions
Sat, 21 Feb 2015 00:43:32 +0800 Matt Johnston get rid of some unnecessary code fastopen
Fri, 20 Feb 2015 23:43:59 +0800 Matt Johnston avoid some warnings fastopen
Fri, 20 Feb 2015 23:38:05 +0800 Matt Johnston Fixes for backwards compatibility fastopen
Fri, 20 Feb 2015 23:16:38 +0800 Matt Johnston Move generic network routines to netio.c fastopen
Fri, 20 Feb 2015 22:13:53 +0800 Matt Johnston Update priority once the socket is open fastopen
Thu, 19 Feb 2015 22:42:30 +0800 Matt Johnston merge fastopen
Thu, 19 Feb 2015 22:41:51 +0800 Matt Johnston Add the missing second half of iov code fastopen
Thu, 19 Feb 2015 22:33:51 +0800 Matt Johnston fallback for old glibc and fastopen fastopen
Thu, 19 Feb 2015 00:32:00 +0800 Matt Johnston In theory TFO should work. Needs platform cleanup and testing fastopen
Wed, 18 Feb 2015 23:02:49 +0800 Matt Johnston generalise write iovec handling fastopen
Wed, 18 Feb 2015 22:46:15 +0800 Matt Johnston async connections working fastopen
Wed, 18 Feb 2015 00:05:27 +0800 Matt Johnston work in progress for async connect fastopen
Sun, 15 Feb 2015 22:34:05 +0800 Matt Johnston tcp fastopen for the server fastopen
Sat, 14 Feb 2015 09:56:11 +0800 Matt Johnston connect_remote() is now always non-blocking
Fri, 13 Feb 2015 23:47:53 +0800 Matt Johnston Add envirnonment variable for debug timestamps to roughly match
Fri, 13 Feb 2015 23:17:23 +0800 Matt Johnston Fix print that no longer works since we're not using fourCCs
Fri, 13 Feb 2015 23:15:12 +0800 Matt Johnston merge
Fri, 13 Feb 2015 23:13:58 +0800 Matt Johnston Make it compile
Wed, 28 Jan 2015 22:14:07 +0800 Matt Johnston Keep sha1 default
Fri, 13 Feb 2015 22:49:15 +0800 Matt Johnston piggyback data on acks when making connections on linux
Fri, 13 Feb 2015 21:45:15 +0800 Matt Johnston debug should be off by default
Tue, 10 Feb 2015 21:47:43 +0800 Matt Johnston merge coverity
Tue, 10 Feb 2015 21:46:19 +0800 Matt Johnston Tighten validation of DH values. Odds of x==0 being generated are
Wed, 04 Feb 2015 22:12:06 +0800 Matt Johnston twofish ctr modes
Thu, 29 Jan 2015 21:42:01 +0800 Matt Johnston Added signature for changeset 1d2d81b1b7c1
Wed, 28 Jan 2015 22:58:52 +0800 Matt Johnston sha256
Wed, 28 Jan 2015 22:57:33 +0800 Matt Johnston bump version
Wed, 28 Jan 2015 22:55:27 +0800 Matt Johnston Added tag DROPBEAR_2015.67 for changeset cbd674d63cd4
Wed, 28 Jan 2015 22:54:23 +0800 Matt Johnston changelog for 2015.67 DROPBEAR_2015.67
Wed, 28 Jan 2015 22:49:55 +0800 Matt Johnston merge coverity
Wed, 28 Jan 2015 22:49:40 +0800 Matt Johnston merge
Wed, 28 Jan 2015 22:49:28 +0800 Matt Johnston changes for 2015.67
Wed, 28 Jan 2015 22:43:01 +0800 Matt Johnston Fix bad multi-statement define for m_free(), detected by Coverity
Wed, 28 Jan 2015 22:42:29 +0800 Christian Engelmayer When clearing the memory of 'key' in function openssh_read(), only the size
Wed, 28 Jan 2015 22:33:34 +0800 Matt Johnston Initialise sa_mask
Wed, 28 Jan 2015 22:29:18 +0800 Matt Johnston Fix memory leak of ecdsa structure, found by Coverity
Wed, 28 Jan 2015 22:22:32 +0800 Matt Johnston Document ~/.ssh/id_dropbear
Wed, 28 Jan 2015 22:05:24 +0800 Elan Ruusamäe Allow configure with libtomcrypt/libtommath directories missing
Wed, 28 Jan 2015 21:40:34 +0800 Matt Johnston merge coverity
Wed, 28 Jan 2015 21:38:27 +0800 Matt Johnston Disable non-delayed zlib for server
Sat, 24 Jan 2015 00:05:26 +0800 Matt Johnston Default client key path ~/.ssh/id_dropbear
Fri, 23 Jan 2015 23:00:25 +0800 Fedor Brunner Prefer stronger algorithms in algorithm negotiation.
Fri, 23 Jan 2015 22:59:30 +0800 Like Ma Fix installing dropbear.8 error when building in a separate directory.
Fri, 23 Jan 2015 22:37:14 +0800 Matt Johnston Add config option to disable cbc. Disable twofish by default
Fri, 23 Jan 2015 22:23:23 +0800 Like Ma Fix variables may be uninitialized.
Fri, 23 Jan 2015 22:21:06 +0800 Fedor Brunner Integrity error (bad packet size %u) negative length
Fri, 23 Jan 2015 21:38:47 +0800 Matt Johnston Merge up to date pam
Tue, 13 Jan 2015 20:55:04 +0800 Matt Johnston Enable sha2 HMACs by default, they're required for ecdsa already
Sun, 04 Jan 2015 23:10:59 +0800 Matt Johnston clear hash state memory after use
Sun, 04 Jan 2015 22:33:12 +0800 Matt Johnston merge coverity
Sun, 04 Jan 2015 22:32:38 +0800 Matt Johnston clarify bad/unknown
Thu, 01 Jan 2015 17:47:46 -0500 Catalin Patulea Handle invalid agent keys by skipping rather than exiting.
Sun, 04 Jan 2015 22:22:43 +0800 Matt Johnston Open directories O_RDONLY for fsync, add debugging if it fails
Sat, 08 Nov 2014 22:15:16 +0800 Matt Johnston Make sure hostkeys are flushed to disk to avoid empty files if the power
Thu, 23 Oct 2014 22:09:46 +0800 Matt Johnston Added signature for changeset 2d421bc0545d
Thu, 23 Oct 2014 22:09:22 +0800 Matt Johnston Added tag DROPBEAR_2014.66 for changeset 735511a4c761
Thu, 23 Oct 2014 21:43:00 +0800 Matt Johnston changelog, version number bump DROPBEAR_2014.66
Thu, 23 Oct 2014 20:52:10 +0800 Matt Johnston Remove -o from scp help
Thu, 23 Oct 2014 20:50:06 +0800 Matt Johnston increae MAX_STRING_LEN for sun ssh
Wed, 22 Oct 2014 07:12:52 +0800 Steven Honeyman Don't print "Failed loading hostkey" when -R delayed hostkey option is enabled
Tue, 21 Oct 2014 22:34:20 +0800 Matt Johnston merge to coverity coverity
Tue, 21 Oct 2014 22:33:49 +0800 Matt Johnston Combine code for SSH_CONNECTION and SSH_CLIENT
Tue, 21 Oct 2014 21:43:20 +0800 Matt Johnston Merge pull request #5 from rcleere/ssh_client
Mon, 20 Oct 2014 12:59:47 -0500 Ryan Cleere Add SSH_CLIENT environment variable
Tue, 19 Aug 2014 23:36:46 +0800 Matt Johnston merge coverity
Tue, 19 Aug 2014 23:08:56 +0800 Matt Johnston Make keepalive handling more robust, this should now match what OpenSSH does
Wed, 13 Aug 2014 22:07:43 +0800 Whoopie Fix wtmp, testing for wtmp.h and wtmpx.h doesn't make sense
Wed, 13 Aug 2014 21:48:47 +0800 Matt Johnston Don't send SSH_MSG_UNIMPLEMENTED for keepalive responses
Fri, 08 Aug 2014 21:53:47 +0800 Matt Johnston Added signature for changeset caac692b366c
Fri, 08 Aug 2014 21:53:42 +0800 Matt Johnston Added tag DROPBEAR_2014.65 for changeset e9579816f20e
Fri, 08 Aug 2014 21:40:42 +0800 Matt Johnston 2014.64 DROPBEAR_2014.65