Wed, 04 May 2016 15:33:40 +0200 |
Matt Johnston |
Convert #ifdef to #if, other build changes
|
Mon, 02 May 2016 23:48:16 +0200 |
Matt Johnston |
options for disabling "normal" DH
|
Mon, 02 May 2016 17:03:55 +0200 |
Matt Johnston |
move group14 and group16 to options.h, group14-sha256 on by default
|
Sat, 12 Mar 2016 16:21:13 +0800 |
Matt Johnston |
Get rid of group15, move group16 to sha512.
|
Fri, 15 Jan 2016 00:19:11 +0800 |
Matt Johnston |
add dh group15 and group16, disabled by default
|
Wed, 21 Oct 2015 23:08:22 +0800 |
Matt Johnston |
Test for crypt() rather than crypt.h
|
Wed, 21 Oct 2015 22:48:15 +0800 |
Mike Frysinger |
fix default build when getpass() is unavailable
|
Wed, 21 Oct 2015 22:40:11 +0800 |
Mike Frysinger |
fix default build when crypt() is unavailable
|
Mon, 03 Aug 2015 20:45:04 +0800 |
Matt Johnston |
change DROPBEAR_DEFAULT_CLI_AUTHKEY to just prepend homedir
|
Wed, 03 Jun 2015 22:59:59 +0800 |
Matt Johnston |
Disable twofish-ctr by default, add config option
|
Mon, 16 Mar 2015 21:34:05 +0800 |
Matt Johnston |
merge pam branch up to date
pam
|
Tue, 24 Feb 2015 20:43:01 +0800 |
Thorsten Horstmann |
DROPBEAR_ prefix for include guards to avoid collisions
|
Tue, 10 Feb 2015 21:46:19 +0800 |
Matt Johnston |
Tighten validation of DH values. Odds of x==0 being generated are
|
Wed, 28 Jan 2015 21:38:27 +0800 |
Matt Johnston |
Disable non-delayed zlib for server
|
Sat, 24 Jan 2015 00:05:26 +0800 |
Matt Johnston |
Default client key path ~/.ssh/id_dropbear
|
Fri, 23 Jan 2015 22:37:14 +0800 |
Matt Johnston |
Add config option to disable cbc. Disable twofish by default
|
Fri, 23 Jan 2015 21:38:47 +0800 |
Matt Johnston |
Merge up to date
pam
|
Tue, 13 Jan 2015 20:55:04 +0800 |
Matt Johnston |
Enable sha2 HMACs by default, they're required for ecdsa already
|
Fri, 01 Aug 2014 06:14:19 -0400 |
Mike Frysinger |
use xauth in /usr/bin
|
Wed, 09 Jul 2014 00:15:20 +0800 |
Matt Johnston |
Make -K keepalive behave like OpenSSH's ServerAliveInterval
|
Wed, 12 Mar 2014 23:40:02 +0800 |
Matt Johnston |
Better PAM through recursion
pam
|
Wed, 19 Feb 2014 22:01:01 +0800 |
Matt Johnston |
CHANGES for 2014.63
|
Fri, 17 Jan 2014 21:39:27 +0800 |
Matt Johnston |
DROPBEAR_CLI_AUTH_IMMEDIATE fixed, now enabled by default
|
Thu, 14 Nov 2013 22:03:30 +0800 |
Matt Johnston |
use oldstyle comments
|
Sat, 09 Nov 2013 00:14:28 +0800 |
Matt Johnston |
comments, turn off debugging options
ecc
|
Sat, 09 Nov 2013 00:02:26 +0800 |
Matt Johnston |
- Make curve25519 work after fixing a typo, interoperates with OpenSSH
ecc
|
Fri, 08 Nov 2013 23:32:13 +0800 |
Matt Johnston |
Merge
ecc
|
Fri, 08 Nov 2013 23:11:43 +0800 |
Matt Johnston |
curve25519
ecc
|
Thu, 07 Nov 2013 23:49:37 +0800 |
Matt Johnston |
Add '-R' for delayed hostkey option
keyondemand
|
Thu, 07 Nov 2013 00:18:52 +0800 |
Matt Johnston |
refactor key generation, make it generate as required.
keyondemand
|
Tue, 21 May 2013 13:44:48 +0800 |
Matt Johnston |
Enable SMALL_CODE by default
ecc
|
Tue, 21 May 2013 12:09:35 +0800 |
Matt Johnston |
merge in HEAD
ecc
|
Fri, 03 May 2013 23:07:48 +0800 |
Matt Johnston |
ecdsa is working
ecc
|
Thu, 18 Apr 2013 21:47:38 +0800 |
Matt Johnston |
Don't enable CLI_IMMEDIATE_AUTH by default, it breaks blank password logins
|
Tue, 09 Apr 2013 00:36:04 +0800 |
Matt Johnston |
start on ecdsa keys
ecc
|
Sun, 07 Apr 2013 01:36:42 +0800 |
Matt Johnston |
ecc kind of works, needs fixing/testing
ecc
|
Tue, 26 Mar 2013 01:35:22 +0800 |
Matt Johnston |
refactor kexdh code a bit, start working on ecdh etc
ecc
|
Wed, 03 Apr 2013 07:33:47 +0800 |
Matt Johnston |
Fix a few options and headers
|
Fri, 29 Mar 2013 23:29:48 +0800 |
Matt Johnston |
Add kexguess2 behaviour
kexguess
|
Wed, 20 Mar 2013 23:52:49 +0800 |
Matt Johnston |
Fix "-c none" so that it allows aes during authentication
|
Wed, 20 Mar 2013 22:41:07 +0800 |
Matt Johnston |
Merge "none" cipher/MAC branch. Also adds sha256 and sha512
|
Sat, 23 Feb 2013 17:55:46 +0800 |
Matt Johnston |
DSS_PROTOK is not necessary now that private keys are included
|
Tue, 12 Feb 2013 15:52:57 +0000 |
Paul Eggleton |
Allow configuring "allow blank password option" at runtime
|
Fri, 29 Jun 2012 23:19:43 +0800 |
Matt Johnston |
Improve RNG seeding.
|
Thu, 17 May 2012 20:52:57 +0800 |
Matt Johnston |
- Only request "none" cipher after auth has succeeded
insecure-nocrypto
|
Thu, 17 May 2012 08:33:11 +0800 |
Matt Johnston |
Add ALLOW_NONE_PASSWORD_AUTH option
insecure-nocrypto
|
Thu, 17 May 2012 08:09:19 +0800 |
Matt Johnston |
Merge in "-m"/"-c" code
insecure-nocrypto
|
Thu, 17 May 2012 00:26:12 +0800 |
Matt Johnston |
ENABLE_USER_ALGO_LIST should work for the client
|