summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
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
2013-10-03Get rid of spurious newlines in pam log messagesMatt Johnston
2013-10-03Send PAM error messages as a banner messagesMatt Johnston
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
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
2013-05-26mergeMatt Johnston
2013-05-26improve auth failure delays to avoid indicating which users existMatt Johnston
2013-05-13Fix bad comma in header listMatt Johnston
2013-05-13Update config.guess and config.subMatt Johnston
2013-05-08Limit decompressed sizeMatt Johnston
2013-04-29Avoid segfault for locked accounts (invalid salt to crypt())Matt Johnston
2013-04-18Save with utf8 encodingMatt Johnston
2013-04-18Added signature for changeset f168962bab85Matt Johnston
2013-04-18Added tag DROPBEAR_2013.58 for changeset e76614145aeaMatt Johnston
2013-04-182013.58Matt Johnston
2013-04-18Don't enable CLI_IMMEDIATE_AUTH by default, it breaks blank password loginsMatt Johnston
2013-04-17Use % rather than # for port delimiterMatt Johnston
2013-04-17Use '#' for host#port separator, document it. This fixes scpMatt Johnston
2013-04-17If running as non-root only allow that user to log inMatt Johnston
2013-04-16Fix build when zlib is disabled, fromMatt Johnston
2013-04-15Added signature for changeset 095b46180bbcMatt Johnston
2013-04-15Added tag DROPBEAR_2013.57 for changeset 96b8bcb88017Matt Johnston
2013-04-15Fix error message for requirenext changeMatt Johnston
2013-04-15bump version to 2013.57Matt Johnston
2013-04-15changelog updates for 2013.57Matt Johnston
2013-04-14requirenext fixup for firstkexfollowsMatt Johnston
2013-04-14Document escape charsMatt Johnston
2013-04-14mergeMatt Johnston
2013-04-14-y -y to disable hostkey checkingMatt Johnston
2013-04-11Fix zlib for split newkeysMatt Johnston
2013-04-10run closehandlers on cleanupMatt Johnston
2013-04-10reset terminal modes before printing a messageMatt Johnston
2013-04-04setup tcp after requesting a channel - might hide some DNS latencyMatt Johnston
2013-04-04Take transmit and receive keys into use separatelyMatt Johnston
2013-04-03Fix MAC bug which would prevent asymmetric hashesMatt Johnston