summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2015-02-24Fix for old compilers, variable declarations at beginning of functionsThorsten Horstmann
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
2015-02-20avoid some warningsMatt Johnston
2015-02-20Fixes for backwards compatibilityMatt Johnston
2015-02-20Move generic network routines to netio.cMatt Johnston
2015-02-20Update priority once the socket is openMatt Johnston
2015-02-19mergeMatt Johnston
2015-02-19Add the missing second half of iov codeMatt Johnston
2015-02-19fallback for old glibc and fastopenMatt Johnston
2015-02-19In theory TFO should work. Needs platform cleanup and testingMatt Johnston
2015-02-18generalise write iovec handlingMatt Johnston
2015-02-18async connections workingMatt Johnston
2015-02-18work in progress for async connectMatt Johnston
2015-02-15tcp fastopen for the serverMatt Johnston
2015-02-14connect_remote() is now always non-blockingMatt Johnston
2015-02-13Add envirnonment variable for debug timestamps to roughly matchMatt Johnston
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
2015-02-04twofish ctr modesMatt Johnston
2015-01-29Added signature for changeset 1d2d81b1b7c1Matt Johnston
2015-01-28sha256Matt Johnston
2015-01-28bump versionMatt Johnston
2015-01-28Added tag DROPBEAR_2015.67 for changeset cbd674d63cd4Matt Johnston
2015-01-28changelog for 2015.67Matt Johnston
2015-01-28mergeMatt Johnston
2015-01-28changes for 2015.67Matt Johnston
2015-01-28Fix bad multi-statement define for m_free(), detected by CoverityMatt Johnston
2015-01-28When clearing the memory of 'key' in function openssh_read(), only the sizeChristian Engelmayer
2015-01-28Initialise sa_maskMatt Johnston
2015-01-28Fix memory leak of ecdsa structure, found by CoverityMatt Johnston
2015-01-28Document ~/.ssh/id_dropbearMatt Johnston
2015-01-28Keep sha1 defaultMatt Johnston
2015-01-28Allow configure with libtomcrypt/libtommath directories missingElan Ruusamäe
2015-01-28Disable non-delayed zlib for serverMatt Johnston
2015-01-24Default client key path ~/.ssh/id_dropbearMatt Johnston
2015-01-23Prefer stronger algorithms in algorithm negotiation.Fedor Brunner
2015-01-23Fix installing dropbear.8 error when building in a separate directory.Like Ma
2015-01-23Add config option to disable cbc. Disable twofish by defaultMatt Johnston
2015-01-23Fix variables may be uninitialized.Like Ma
2015-01-23 Integrity error (bad packet size %u) negative lengthFedor Brunner
2015-01-13Enable sha2 HMACs by default, they're required for ecdsa alreadyMatt Johnston
2015-01-04clear hash state memory after useMatt Johnston
2015-01-04clarify bad/unknownMatt Johnston
2015-01-01Handle invalid agent keys by skipping rather than exiting.Catalin Patulea