summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Include license information for Cryptogams routinesasmMatt Johnston2014-02-275-2/+1452
|
* merge up to 2013.63, improve ASM makefile rules a bitMatt Johnston2014-02-2790-1226/+4411
|\
| * Make some debug info conditionalMatt Johnston2014-02-242-4/+8
| |
| * A few fixes for cases where compression increases payload sizes, andMatt Johnston2014-02-222-13/+19
| | | | | | | | be more precise about maximum channel sizes
| * Fix typo in Catalin's nameMatt Johnston2014-02-191-1/+1
| |
| * Added signature for changeset 277429102f13Matt Johnston2014-02-191-0/+1
| |
| * Added tag DROPBEAR_2014.63 for changeset 2351b2da8e0dMatt Johnston2014-02-190-0/+0
| |
| * 2014.63DROPBEAR_2014.63Matt Johnston2014-02-192-1/+7
| |
| * README: fix ecdsa key generation commandCatalin Patulea2014-02-091-1/+1
| |
| * CHANGES for 2014.63Matt Johnston2014-02-193-5/+50
| |
| * - Fix dbclient with port 0 for server-allocatedMatt Johnston2014-02-181-4/+20
| | | | | | | | - Fix port forwards with a bind address of 127.0.0.1 vs "localhost" etc
| * Fix building with system libtomcrypt/libtommathMatt Johnston2014-02-182-11/+14
| |
| * Add linux/types.h to includes to avoid missing ___u64 etcSteve Dover2014-02-171-0/+1
| |
| * Read (and enqueue) packets from interactive input even whenMatt Johnston2014-02-172-9/+11
| | | | | | | | | | | | | | | | we're waiting for a key exchange. This should hopefully fix the situation where "~." doesn't work to terminate a client session when a laptop wakes up. The client will be stuck waiting for a key exchange on a dead connection, so won't have read the escape character
| * Change port separator to ^ since % is used in ipv6 addressesMatt Johnston2014-02-152-4/+4
| |
| * Disable immediate auth for delayed-zlib modeMatt Johnston2014-02-151-8/+16
| |
| * - Save errno in signal handlersMatt Johnston2014-02-152-1/+8
| | | | | | | | - Use _exit() in segv handler
| * generate RSA keys of exact lengthMatt Johnston2014-02-141-10/+16
| |
| * cleanup before clearing keysMatt Johnston2014-02-121-2/+4
| |
| * Fix linking -lcrypt for systems without libcrypt in /usr/libNicolas Boos2014-02-071-4/+7
| |
| * Avoid linking dropbearconvert and dropbearkey to libz or libutilNicolas Boos2014-02-071-4/+7
| |
| * Fix check for EINTRMatt Johnston2014-01-281-1/+1
| |
| * Back out accidentally committed filesMatt Johnston2014-01-232-2/+2
| |
| * requirenext doesn't need two valuesMatt Johnston2014-01-238-19/+20
| |
| * Fix failing rekeying when we receive a still-in-flight packetMatt Johnston2014-01-233-11/+25
| |
| * Forgot to save the changeMatt Johnston2014-01-171-1/+1
| |
| * DROPBEAR_CLI_AUTH_IMMEDIATE fixed, now enabled by defaultMatt Johnston2014-01-177-33/+65
| |
| * Fix so that "make install" for multi target won't fail on scp which doesn'tMike Frysinger2013-12-111-1/+1
| | | | | | | | have a manpage
| * Turn dropbearmulti into a real target so we don't constantly re-link itMike Frysinger2013-12-111-3/+3
| |
| * Added signature for changeset 3d1d7d151c0cMatt Johnston2013-12-031-0/+1
| |
| * Added tag DROPBEAR_2013.62 for changeset 3d1d7d151c0cMatt Johnston2013-12-030-0/+0
| |
| * 2013.62DROPBEAR_2013.62Matt Johnston2013-12-033-3/+18
| |
| * Update to 2013-10-01Matt Johnston2013-12-031-6/+11
| |
| * Fix disabling DSS keyMatt Johnston2013-12-032-22/+9
| |
| * Log when generating a hostkeyMatt Johnston2013-12-032-1/+15
| |
| * Update READMEMatt Johnston2013-12-031-3/+7
| |
| * Exit if we don't have keys and -R wasn't specifiedMatt Johnston2013-12-031-0/+26
| |
| * Fix TRACEs of cli_send_netcat_requestCatalin Patulea2013-12-031-1/+2
| |
| * - Sockets are set to lowdelay priority initially to improve conneciton setupMatt Johnston2013-12-036-19/+40
| | | | | | | | | | time - Set non-pty connections to bulk for client and server
| * Set IPTOS_LOWDELAY on PTY sessions onlyCatalin Patulea2013-12-025-8/+30
| |
| * Only define LTM_DESC if it isn't alreadyMatt Johnston2013-12-021-0/+2
| |
| * mergeMatt Johnston2013-11-271-3/+3
| |\
| | * Fix library order of libtom*Matt Johnston2013-11-251-3/+3
| | |
| * | - Increase buffer size, fixes converting 521bit ECC keyMatt Johnston2013-11-271-5/+7
| |/ | | | | | | - Fix assertion that key size is exactly curve size
| * Try and fix utmp handlingMatt Johnston2013-11-252-7/+11
| |
| * Fix some warningsMatt Johnston2013-11-255-9/+11
| |
| * Added signature for changeset 9ec083a21adfMatt Johnston2013-11-141-0/+1
| |
| * Added tag DROPBEAR_2013.61test for changeset e894dbc015baMatt Johnston2013-11-140-0/+0
| |
| * 2013.61testDROPBEAR_2013.61testMatt Johnston2013-11-144-1/+76
| |
| * docs for ecdsaMatt Johnston2013-11-142-25/+23
| |