summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2013-11-14another new config.guess 2013-06-10Matt Johnston
2013-11-14rename random.h to dbrandom.h since some OSes have a system random.hMatt Johnston
--HG-- rename : random.c => dbrandom.c rename : random.h => dbrandom.h
2013-11-14use oldstyle commentsMatt Johnston
2013-11-14Replace some deprecated macros with other ones, from Daniel Richard G.Matt Johnston
2013-11-14- Some fixes for old compilers like tru64 v4 from Daniel Richard G.Matt Johnston
- Don't warn about blocking random device for prngd
2013-11-14merge ecc againMatt Johnston
2013-11-12Don't exit fatally if authorized_keys has a line likeMatt Johnston
command="something" ssh-rsa --HG-- branch : ecc
2013-11-12Various cleanups and fixes for warningsMatt Johnston
--HG-- branch : ecc
2013-11-09comments, turn off debugging optionsMatt Johnston
--HG-- branch : ecc
2013-11-09- Make curve25519 work after fixing a typo, interoperates with OpenSSHMatt Johnston
- comment on ecc binary size effects --HG-- branch : ecc
2013-11-08MergeMatt Johnston
--HG-- branch : ecc
2013-11-08curve25519Matt Johnston
--HG-- branch : ecc
2013-11-07Add '-R' for delayed hostkey optionMatt Johnston
--HG-- branch : keyondemand
2013-11-07refactor key generation, make it generate as required.Matt Johnston
Needs UI in server command line options --HG-- branch : keyondemand
2013-11-01merge yet againMatt Johnston
2013-11-01merge againMatt Johnston
2013-11-01MergeMatt Johnston
2013-11-01Fix specifying a keysize for key generation, fix key name argumentsMatt Johnston
--HG-- branch : ecc
2013-10-31Default to some larger key sizesMatt Johnston
--HG-- branch : ecc
2013-10-21Merge in ECCMatt Johnston
2013-10-21Fix shadowed "ret" variableMatt Johnston
--HG-- branch : ecc
2013-10-21A few small fixes for ECC compilationMatt Johnston
--HG-- branch : ecc
2013-10-20mergeMatt Johnston
--HG-- branch : ecc
2013-10-20writing out openssh ecc keys worksMatt Johnston
--HG-- branch : ecc
2013-10-18Merge in changes from the past couple of releasesMatt Johnston
--HG-- branch : ecc
2013-10-16Added signature for changeset a50a1dc74331Matt Johnston
2013-10-16Added signature for changeset 025237c9f0a1Matt Johnston
2013-10-16Added tag DROPBEAR_2013.60 for changeset a50a1dc74331Matt Johnston
2013-10-16Update debian changelog for 2013.60 tooMatt Johnston
2013-10-16- 2013.60, update CHANGESMatt Johnston
- Add CVE references to CHANGES
2013-10-15Make --disable-bundled-libtom work, based on patch from Mike FrysingerMatt Johnston
2013-10-09- Fix "inst_scp" target since there isn't a manpageMatt Johnston
- Fix "make install MULTI=1"
2013-10-09Add @exec_prefix@ that was missingMatt Johnston
2013-10-04Added signature for changeset deb211f75ca1Matt Johnston
2013-10-04Added tag DROPBEAR_2013.59 for changeset 7b68e581985fMatt Johnston
2013-10-04Fix up debian buildMatt Johnston
2013-10-04Fix debian installation of manpagesMatt Johnston
2013-10-04Version 2013.59Matt Johnston
2013-10-03Don't say "SSH 2" any more since protocol version 1 is irrelevantMatt Johnston
2013-10-03Add manpage for dropbearconvertMatt Johnston
Move dropbearkey to manual section 1 Add install target for manpages --HG-- rename : dropbearkey.8 => dropbearkey.1
2013-10-03Get rid of spurious newlines in pam log messagesMatt Johnston
2013-10-03Send PAM error messages as a banner messagesMatt Johnston
Patch from Martin Donnelly, modified.
2013-10-03Constant time memcmp for the hmac and password cryptMatt Johnston
2013-09-21Only send a failure response to a channel request if wantreply is set.Matt Johnston
2013-09-21Improve EOF handling for half-close. Patch from Catalin PatuleaMatt Johnston
Fixes the situation $ ./dbclient root@1.2.3.4 'cat; echo foo' ^D <no output>
2013-08-12Remove accidental one second sleep leftover from debuggingMatt Johnston
2013-07-08mergeMatt Johnston
2013-07-08strdup the proxycmd to avoid crash when freeing, from LluĂ­s Batlle i RossellMatt Johnston
2013-05-28limit how much we read from rt_cache etcMatt Johnston
2013-05-26mergeMatt Johnston