summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2015-03-12Prepend DROPBEAR for scp.cNikolay Shopik
2015-03-11strdup strerrorMatt Johnston
2015-03-03Fix error handling for dbclient async connectMatt Johnston
2015-03-02more changesMatt Johnston
2015-03-02changes (also testing hg bookmarks)Matt Johnston
2015-03-01mergeMatt Johnston
2015-03-01reword comment for clarityMatt Johnston
--HG-- branch : nocircbuffer
2015-03-01Fix pubkey auth after change to reuse ses.readbuf as ses.payloadMatt Johnston
(4d7b4c5526c5) --HG-- branch : nocircbuffer
2015-03-01Fix some memory leaks in ecc codeMatt Johnston
2015-03-01allocate buffer and data in a single allocationMatt Johnston
--HG-- branch : nocircbuffer
2015-03-01Avoid malloc in hmacMatt Johnston
--HG-- branch : nocircbuffer
2015-03-01A bit of a bodge to avoid memcpy if zlib is disabledMatt Johnston
--HG-- branch : nocircbuffer
2015-03-01Avoid copying data into circular bufferMatt Johnston
--HG-- branch : nocircbuffer
2015-02-28Better failure handlingMatt Johnston
2015-02-28merge tcp fastopenMatt Johnston
2015-02-28Add cleanupMatt Johnston
--HG-- branch : fastopen
2015-02-28merge from defaultMatt Johnston
--HG-- branch : fastopen
2015-02-27EINPROGRESS for sendmsg() means it's working OKMatt Johnston
--HG-- branch : fastopen
2015-02-26ignore any sendmsg() errorsMatt Johnston
--HG-- branch : fastopen
2015-02-24Use m_burn rather than memsetThorsten Horstmann
2015-02-24Avoid cppcheck warningThorsten Horstmann
2015-02-24Add more ATTRIB_NORETURN annotations, from Thorsten HorstmannMatt Johnston
2015-02-24Revert accidental commented out signal handlersMatt Johnston
2015-02-24Some additional cleanup functionsMatt Johnston
2015-02-24Free memory before exiting. Based on patch from Thorsten Horstmann.Matt Johnston
Client side is not complete.
2015-02-24Use m_close() which will avoid close(-1)Matt Johnston
2015-02-24Fix for old compilers, variable declarations at beginning of functionsThorsten Horstmann
and /**/ comments
2015-02-24Some minor typo fixes, found by codespell.Thorsten Horstmann
2015-02-24DROPBEAR_ prefix for include guards to avoid collisionsThorsten Horstmann
2015-02-21get rid of some unnecessary codeMatt Johnston
--HG-- branch : fastopen
2015-02-20avoid some warningsMatt Johnston
--HG-- branch : fastopen
2015-02-20Fixes for backwards compatibilityMatt Johnston
--HG-- branch : fastopen
2015-02-20Move generic network routines to netio.cMatt Johnston
--HG-- branch : fastopen
2015-02-20Update priority once the socket is openMatt Johnston
--HG-- branch : fastopen
2015-02-19mergeMatt Johnston
--HG-- branch : fastopen
2015-02-19Add the missing second half of iov codeMatt Johnston
--HG-- branch : fastopen
2015-02-19fallback for old glibc and fastopenMatt Johnston
memset rather than = {0} initialiser --HG-- branch : fastopen
2015-02-19In theory TFO should work. Needs platform cleanup and testingMatt Johnston
--HG-- branch : fastopen
2015-02-18generalise write iovec handlingMatt Johnston
--HG-- branch : fastopen
2015-02-18async connections workingMatt Johnston
--HG-- branch : fastopen
2015-02-18work in progress for async connectMatt Johnston
--HG-- branch : fastopen
2015-02-15tcp fastopen for the serverMatt Johnston
--HG-- branch : fastopen
2015-02-14connect_remote() is now always non-blockingMatt Johnston
2015-02-13Add envirnonment variable for debug timestamps to roughly matchMatt Johnston
network timestamps (in tshark)
2015-02-13Fix print that no longer works since we're not using fourCCsMatt Johnston
2015-02-13mergeMatt Johnston
2015-02-13Make it compileMatt Johnston
2015-02-13piggyback data on acks when making connections on linuxMatt Johnston
2015-02-13debug should be off by defaultMatt Johnston
2015-02-10Tighten validation of DH values. Odds of x==0 being generated areMatt Johnston
improbable, roughly 2**-1023 Regression in 0.49