log

age author description
2013-10-09 Matt Johnston Add @exec_prefix@ that was missing
2013-10-04 Matt Johnston Added signature for changeset deb211f75ca1
2013-10-04 Matt Johnston Added tag DROPBEAR_2013.59 for changeset 7b68e581985f
2013-10-04 Matt Johnston Fix up debian build DROPBEAR_2013.59
2013-10-04 Matt Johnston Fix debian installation of manpages
2013-10-04 Matt Johnston Version 2013.59
2013-10-03 Matt Johnston Don't say "SSH 2" any more since protocol version 1 is irrelevant
2013-10-03 Matt Johnston Add manpage for dropbearconvert
2013-10-03 Matt Johnston Get rid of spurious newlines in pam log messages
2013-10-03 Matt Johnston Send PAM error messages as a banner messages
2013-10-03 Matt Johnston Constant time memcmp for the hmac and password crypt
2013-09-20 Matt Johnston Only send a failure response to a channel request if wantreply is set.
2013-09-20 Matt Johnston Improve EOF handling for half-close. Patch from Catalin Patulea
2013-08-12 Matt Johnston Remove accidental one second sleep leftover from debugging
2013-07-08 Matt Johnston merge
2013-07-08 Matt Johnston strdup the proxycmd to avoid crash when freeing, from LluĂ­s Batlle i Rossell
2013-05-28 Matt Johnston limit how much we read from rt_cache etc
2013-05-26 Matt Johnston merge
2013-05-26 Matt Johnston merge
2013-05-26 Matt Johnston improve auth failure delays to avoid indicating which users exist
2013-05-24 Matt Johnston have separate ecdsa keys for each size ecc
2013-05-23 Matt Johnston hackish ECC import code from OpenSSH ecc
2013-05-23 Matt Johnston Add m_mp_alloc_init_multi() helper ecc
2013-05-21 Matt Johnston Enable SMALL_CODE by default ecc
2013-05-21 Matt Johnston Fix static library order, libtomcrypt depends on libtommath ecc
2013-05-21 Matt Johnston Fix broken disablekey() ecc
2013-05-21 Matt Johnston merge in HEAD ecc
2013-05-13 Matt Johnston Fix bad comma in header list
2013-05-09 Matt Johnston quieten the compiler ecc
2013-05-09 Matt Johnston merge ecc
2013-05-09 Matt Johnston Fix build for dropbearkey and ecdsa with certain options ecc
2013-05-09 Matt Johnston Fix ecdsa verification ecc
2013-05-03 Matt Johnston ecdsa is working ecc
2013-04-28 Matt Johnston more ecdsa signkey work, not correct ecc
2013-04-13 Matt Johnston A bit of work on ecdsa for host/auth keys ecc
2013-05-13 Matt Johnston Update config.guess and config.sub
2013-05-08 Matt Johnston Limit decompressed size
2013-04-29 Matt Johnston Avoid segfault for locked accounts (invalid salt to crypt())
2013-04-18 Matt Johnston Save with utf8 encoding
2013-04-18 Matt Johnston Added signature for changeset f168962bab85
2013-04-18 Matt Johnston Added tag DROPBEAR_2013.58 for changeset e76614145aea
2013-04-18 Matt Johnston 2013.58 DROPBEAR_2013.58
2013-04-18 Matt Johnston Don't enable CLI_IMMEDIATE_AUTH by default, it breaks blank password logins
2013-04-17 Matt Johnston Use % rather than # for port delimiter
2013-04-17 Matt Johnston Use '#' for host#port separator, document it. This fixes scp
2013-04-17 Matt Johnston If running as non-root only allow that user to log in
2013-04-16 Matt Johnston Fix build when zlib is disabled, from
2013-04-15 Matt Johnston Added signature for changeset 095b46180bbc
2013-04-15 Matt Johnston Added tag DROPBEAR_2013.57 for changeset 96b8bcb88017
2013-04-15 Matt Johnston Fix error message for requirenext change DROPBEAR_2013.57
2013-04-15 Matt Johnston bump version to 2013.57
2013-04-15 Matt Johnston changelog updates for 2013.57
2013-04-14 Matt Johnston requirenext fixup for firstkexfollows
2013-04-14 Matt Johnston Document escape chars
2013-04-14 Matt Johnston merge
2013-04-14 Matt Johnston -y -y to disable hostkey checking
2013-04-11 Matt Johnston Fix zlib for split newkeys
2013-04-10 Matt Johnston run closehandlers on cleanup
2013-04-10 Matt Johnston reset terminal modes before printing a message
2013-04-09 Matt Johnston A bit of debugging output ecc