| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of group15, move group16 to sha512. | Matt Johnston | 2016-03-12 | 1 | -5/+5 |
* | add dh group15 and group16, disabled by default | Matt Johnston | 2016-01-15 | 1 | -0/+5 |
* | Test for crypt() rather than crypt.h | Matt Johnston | 2015-10-21 | 1 | -2/+2 |
* | fix default build when getpass() is unavailable | Mike Frysinger | 2015-10-21 | 1 | -1/+4 |
* | fix default build when crypt() is unavailable | Mike Frysinger | 2015-10-21 | 1 | -0/+3 |
* | change DROPBEAR_DEFAULT_CLI_AUTHKEY to just prepend homedir | Matt Johnston | 2015-08-03 | 1 | -2/+2 |
* | Disable twofish-ctr by default, add config option | Matt Johnston | 2015-06-03 | 1 | -2/+7 |
* | DROPBEAR_ prefix for include guards to avoid collisions | Thorsten Horstmann | 2015-02-24 | 1 | -4/+4 |
* | Tighten validation of DH values. Odds of x==0 being generated are | Matt Johnston | 2015-02-10 | 1 | -2/+2 |
* | Disable non-delayed zlib for server | Matt Johnston | 2015-01-28 | 1 | -0/+5 |
* | Default client key path ~/.ssh/id_dropbear | Matt Johnston | 2015-01-24 | 1 | -0/+4 |
* | Add config option to disable cbc. Disable twofish by default | Matt Johnston | 2015-01-23 | 1 | -2/+6 |
* | Enable sha2 HMACs by default, they're required for ecdsa already | Matt Johnston | 2015-01-13 | 1 | -2/+2 |
* | use xauth in /usr/bin | Mike Frysinger | 2014-08-01 | 1 | -1/+1 |
* | Make -K keepalive behave like OpenSSH's ServerAliveInterval | Matt Johnston | 2014-07-09 | 1 | -0/+5 |
* | CHANGES for 2014.63 | Matt Johnston | 2014-02-19 | 1 | -0/+6 |
* | DROPBEAR_CLI_AUTH_IMMEDIATE fixed, now enabled by default | Matt Johnston | 2014-01-17 | 1 | -7/+0 |
* | use oldstyle comments | Matt Johnston | 2013-11-14 | 1 | -1/+1 |
* | comments, turn off debugging options | Matt Johnston | 2013-11-09 | 1 | -2/+3 |
* | - Make curve25519 work after fixing a typo, interoperates with OpenSSH | Matt Johnston | 2013-11-09 | 1 | -7/+9 |
* | Merge | Matt Johnston | 2013-11-08 | 1 | -0/+2 |
|\ |
|
| * | curve25519 | Matt Johnston | 2013-11-08 | 1 | -0/+2 |
* | | Add '-R' for delayed hostkey optionkeyondemand | Matt Johnston | 2013-11-07 | 1 | -6/+13 |
* | | refactor key generation, make it generate as required. | Matt Johnston | 2013-11-07 | 1 | -2/+2 |
|/ |
|
* | Enable SMALL_CODE by default | Matt Johnston | 2013-05-21 | 1 | -1/+1 |
* | merge in HEAD | Matt Johnston | 2013-05-21 | 1 | -2/+9 |
|\ |
|
| * | Don't enable CLI_IMMEDIATE_AUTH by default, it breaks blank password logins | Matt Johnston | 2013-04-18 | 1 | -0/+7 |
| * | Fix a few options and headers | Matt Johnston | 2013-04-03 | 1 | -3/+3 |
| * | Add kexguess2 behaviour | Matt Johnston | 2013-03-29 | 1 | -2/+2 |
* | | ecdsa is working | Matt Johnston | 2013-05-03 | 1 | -1/+4 |
* | | start on ecdsa keys | Matt Johnston | 2013-04-09 | 1 | -0/+1 |
* | | ecc kind of works, needs fixing/testing | Matt Johnston | 2013-04-07 | 1 | -4/+4 |
* | | refactor kexdh code a bit, start working on ecdh etc | Matt Johnston | 2013-03-26 | 1 | -0/+2 |
|/ |
|
* | Fix "-c none" so that it allows aes during authentication | Matt Johnston | 2013-03-20 | 1 | -5/+3 |
* | Merge "none" cipher/MAC branch. Also adds sha256 and sha512 | Matt Johnston | 2013-03-20 | 1 | -1/+15 |
|\ |
|
| * | - Only request "none" cipher after auth has succeededinsecure-nocrypto | Matt Johnston | 2012-05-17 | 1 | -4/+0 |
| * | Add ALLOW_NONE_PASSWORD_AUTH option | Matt Johnston | 2012-05-17 | 1 | -7/+5 |
| * | Merge in "-m"/"-c" code | Matt Johnston | 2012-05-17 | 1 | -2/+5 |
| |\ |
|
| * \ | Update insecure-nocrypto to current head | Matt Johnston | 2012-05-16 | 1 | -1/+19 |
| |\ \ |
|
| | * | | Update nocrypto branch to current head | Matt Johnston | 2008-11-06 | 1 | -6/+13 |
| | * | | propagate from branch 'au.asn.ucc.matt.dropbear' (head cdcc3c729e29544e8b98a4... | Matt Johnston | 2008-11-06 | 1 | -0/+17 |
| | |\ \ |
|
| | | * | | Comment cleanups | Matt Johnston | 2006-10-02 | 1 | -3/+3 |
| | | * | | propagate from branch 'au.asn.ucc.matt.dropbear' (head 7ad1775ed65e75dbece27f... | Matt Johnston | 2006-03-10 | 1 | -0/+20 |
| | | |\ \ |
|
| | | | * | | - a hack for grahame to run dropbear with "none" cipher. | Matt Johnston | 2005-09-23 | 1 | -0/+20 |
| * | | | | | Disable SHA256 and SHA512 by default in options.h | Matt Johnston | 2012-05-16 | 1 | -2/+2 |
| * | | | | | - Add hmac-sha2-256 and hmac-sha2-512. Needs debugging, seems to be | Matt Johnston | 2012-05-10 | 1 | -0/+2 |
* | | | | | | DSS_PROTOK is not necessary now that private keys are included | Matt Johnston | 2013-02-23 | 1 | -7/+0 |
* | | | | | | Allow configuring "allow blank password option" at runtime | Paul Eggleton | 2013-02-12 | 1 | -5/+0 |
* | | | | | | Improve RNG seeding. | Matt Johnston | 2012-06-29 | 1 | -13/+7 |
| |_|_|_|/
|/| | | | |
|
* | | | | | ENABLE_USER_ALGO_LIST should work for the client | Matt Johnston | 2012-05-17 | 1 | -1/+1 |