log

age author description
2015-04-14 Matt Johnston merge main coverity
2015-04-14 Matt Johnston fastopen code was totally broken
2015-03-21 Matt Johnston Avoid channel writev() when there is nothing to write
2015-03-20 Matt Johnston Make main socket nonblocking. Limit writequeue size.
2015-03-20 Matt Johnston Fix when iov queue is large
2015-03-20 Matt Johnston avoid malloc for iovec
2015-03-17 Matt Johnston Remove ATTRIB_NORETURN from session_loop() since it returns. pam
2015-03-16 Matt Johnston Fix merge again. ses.loop_handler is required for PAM pam
2015-03-16 Matt Johnston merge pam branch up to date pam
2015-01-23 Matt Johnston resolve merge properly pam
2015-03-16 Matt Johnston dropbear_assert() rather than assert()
2015-03-11 Matt Johnston strdup strerror
2015-03-03 Matt Johnston Fix error handling for dbclient async connect
2015-03-02 Matt Johnston more changes
2015-03-02 Matt Johnston changes (also testing hg bookmarks)
2015-03-02 Matt Johnston merge coverity
2015-03-01 Matt Johnston merge
2015-03-01 Matt Johnston reword comment for clarity nocircbuffer
2015-03-01 Matt Johnston Fix pubkey auth after change to reuse ses.readbuf as ses.payload nocircbuffer
2015-03-01 Matt Johnston Fix some memory leaks in ecc code
2015-03-01 Matt Johnston allocate buffer and data in a single allocation nocircbuffer
2015-03-01 Matt Johnston Avoid malloc in hmac nocircbuffer
2015-02-28 Matt Johnston A bit of a bodge to avoid memcpy if zlib is disabled nocircbuffer
2015-02-28 Matt Johnston Avoid copying data into circular buffer nocircbuffer
2015-02-28 Matt Johnston Better failure handling
2015-02-28 Matt Johnston merge coverity
2015-02-28 Matt Johnston merge tcp fastopen
2015-02-28 Matt Johnston Add cleanup fastopen
2015-02-28 Matt Johnston merge from default fastopen
2015-02-26 Matt Johnston EINPROGRESS for sendmsg() means it's working OK fastopen