summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Added tag DROPBEAR_2013.59 for changeset 7b68e581985fMatt Johnston2013-10-040-0/+0
* | | Fix up debian buildDROPBEAR_2013.59Matt Johnston2013-10-042-7/+5
* | | Fix debian installation of manpagesMatt Johnston2013-10-042-5/+5
* | | Version 2013.59Matt Johnston2013-10-043-1/+39
* | | Don't say "SSH 2" any more since protocol version 1 is irrelevantMatt Johnston2013-10-033-12/+14
* | | Add manpage for dropbearconvertMatt Johnston2013-10-033-22/+74
* | | Get rid of spurious newlines in pam log messagesMatt Johnston2013-10-031-4/+4
* | | Send PAM error messages as a banner messagesMatt Johnston2013-10-033-11/+23
* | | Constant time memcmp for the hmac and password cryptMatt Johnston2013-10-034-2/+29
* | | Only send a failure response to a channel request if wantreply is set.Matt Johnston2013-09-211-1/+3
* | | Improve EOF handling for half-close. Patch from Catalin PatuleaMatt Johnston2013-09-211-1/+4
* | | Remove accidental one second sleep leftover from debuggingMatt Johnston2013-08-121-2/+0
* | | mergeMatt Johnston2013-07-081-21/+27
|\ \ \
| * \ \ mergeMatt Johnston2013-05-261-21/+27
| |\ \ \ | | |_|/ | |/| |
| | * | mergeMatt Johnston2013-05-268-15/+48
| | |\ \
| | * | | improve auth failure delays to avoid indicating which users existMatt Johnston2013-05-261-21/+27
* | | | | strdup the proxycmd to avoid crash when freeing, from Llu?s Batlle i RossellMatt Johnston2013-07-081-0/+7
* | | | | limit how much we read from rt_cache etcMatt Johnston2013-05-281-6/+7
|/ / / /
* | | | Fix bad comma in header listMatt Johnston2013-05-131-1/+1
* | | | Update config.guess and config.subMatt Johnston2013-05-132-364/+561
* | | | Limit decompressed sizeMatt Johnston2013-05-081-2/+7
| |/ / |/| |
* | | Avoid segfault for locked accounts (invalid salt to crypt())Matt Johnston2013-04-291-0/+8
* | | Save with utf8 encodingMatt Johnston2013-04-181-5/+5
* | | Added signature for changeset f168962bab85Matt Johnston2013-04-181-0/+1
* | | Added tag DROPBEAR_2013.58 for changeset e76614145aeaMatt Johnston2013-04-180-0/+0
* | | 2013.58DROPBEAR_2013.58Matt Johnston2013-04-183-1/+18
* | | Don't enable CLI_IMMEDIATE_AUTH by default, it breaks blank password loginsMatt Johnston2013-04-182-3/+7
* | | Use % rather than # for port delimiterMatt Johnston2013-04-172-4/+4
* | | Use '#' for host#port separator, document it. This fixes scpMatt Johnston2013-04-172-6/+9
|/ /
* | If running as non-root only allow that user to log inMatt Johnston2013-04-172-2/+13
* | Fix build when zlib is disabled, fromMatt Johnston2013-04-161-0/+4
* | Added signature for changeset 095b46180bbcMatt Johnston2013-04-151-0/+1
* | Added tag DROPBEAR_2013.57 for changeset 96b8bcb88017Matt Johnston2013-04-150-0/+0
* | Fix error message for requirenext changeDROPBEAR_2013.57Matt Johnston2013-04-151-2/+2
* | bump version to 2013.57Matt Johnston2013-04-151-1/+1
* | changelog updates for 2013.57Matt Johnston2013-04-153-14/+24
* | requirenext fixup for firstkexfollowsMatt Johnston2013-04-148-13/+53
* | Document escape charsMatt Johnston2013-04-141-2/+7
* | mergeMatt Johnston2013-04-144-5/+35
|\ \
| * | -y -y to disable hostkey checkingMatt Johnston2013-04-144-5/+35
* | | Fix zlib for split newkeysMatt Johnston2013-04-111-15/+17
* | | run closehandlers on cleanupMatt Johnston2013-04-101-2/+6
* | | reset terminal modes before printing a messageMatt Johnston2013-04-101-3/+1
* | | setup tcp after requesting a channel - might hide some DNS latencyMatt Johnston2013-04-042-8/+9
* | | Take transmit and receive keys into use separatelyMatt Johnston2013-04-046-54/+64
* | | Fix MAC bug which would prevent asymmetric hashesMatt Johnston2013-04-031-9/+6
* | | Just put the version string on the queue, don't use atomicioMatt Johnston2013-04-032-10/+6
* | | fix leftover kexguess debuggingMatt Johnston2013-04-031-2/+0
* | | Fix a few options and headersMatt Johnston2013-04-032-3/+4
* | | mergeMatt Johnston2013-04-0315-256/+240
|\ \ \