2020-05-24 |
Matt Johnston |
run linter
|
2020-05-24 |
Matt Johnston |
Add linter for #ifdef
|
2020-05-21 |
Matt Johnston |
Make server send SSH_MSG_EXT_INFO
|
2020-05-21 |
Matt Johnston |
Make DEBUG_NOFORK a #if not #ifdef
|
2020-05-18 |
Matt Johnston |
ext-info handling for server-sig-algs
|
2020-05-17 |
Matt Johnston |
split signkey_type and signature_type for RSA sha1 vs sha256
|
2020-04-06 |
Matt Johnston |
use sigtype where appropriate
|
2020-05-25 |
Vladislav Grishenko |
CBC mode cleanup (#95)
|
2020-05-25 |
Vladislav Grishenko |
Add Chacha20-Poly1305, AES128-GCM and AES256-GCM support (#93)
|
2020-05-25 |
Vladislav Grishenko |
Mention Ed25519 in dropbearkey man (#94)
|
2020-05-25 |
jcmathews |
Add files via upload (#90)
|
2020-05-25 |
Haelwenn Monnier |
scp.c: Port OpenSSH CVE-2018-20685 fix (#80)
|
2020-03-27 |
Alexander Dahl |
When explicitly passing --disable-fuzz to ./configure fuzz was actually
|
2020-03-10 |
Alexander Dahl |
Update remaining advise to edit options.h
|
2020-03-18 |
Matt Johnston |
Handle early exit when addrstring isn't set
|
2020-03-18 |
Kevin Darbyshire-Bryant |
Improve address logging on early exit messages (#83)
|
2020-03-14 |
Matt Johnston |
merge
|
2020-03-14 |
Matt Robinson |
Fallback for key gen without hard link support (#89)
|
2020-03-14 |
Matt Johnston |
Set SSH_ORIGINAL_COMMAND for "dropbear -c" too, fix build without
|
2020-03-14 |
Matt Johnston |
Don't log authorized_keys command= every time
|
2020-03-14 |
zciendor |
MOTD enabled by default as the manpage says (#87)
|
2020-03-11 |
Vladislav Grishenko |
Add Ed25519 support (#91)
|
2019-10-18 |
Matt Johnston |
bring back fsync_parent_dir
|
2019-09-17 |
Matt Johnston |
Bring back Dropbear patch to avoid setting AR/LD/RANLIB in LTM
|
2019-09-17 |
Steffen Jaeckel |
Prime-related bugfixes (#81)
|
2019-09-16 |
Steffen Jaeckel |
update ltm to 1.1.0 and enable FIPS 186.4 compliant key-generation (#79)
|
2019-05-15 |
Matt Johnston |
Rename EPKA -> Plugin
|
2019-05-15 |
fabriziobertocci |
External Public-Key Authentication API (#72)
|
2019-03-27 |
Matt Johnston |
Added signature for changeset ebcdb893992d
|
2019-03-27 |
Matt Johnston |
Added tag DROPBEAR_2019.78 for changeset 009d52ae26d3
|
2019-03-27 |
Matt Johnston |
Bump to 2019.78
DROPBEAR_2019.78
|
2019-03-24 |
Matt Johnston |
Fix regression where TTY modes weren't reset for client
|
2019-03-23 |
Matt Johnston |
Added signature for changeset 07b0d56d186d
|
2019-03-23 |
Matt Johnston |
Added tag DROPBEAR_2019.77 for changeset 6d1bbe7d5fa5
|
2019-03-23 |
Matt Johnston |
2019.77
DROPBEAR_2019.77
|
2019-03-23 |
Matt Johnston |
use "openssl sha256"
|
2019-03-23 |
Matt Johnston |
Update config.sub to 2019-01-05 and config.guess to 2019-03-04
|
2019-03-21 |
Matt Johnston |
try for coverity
coverity
|
2019-03-20 |
Matt Johnston |
fix constness build error
|
2019-03-20 |
Matt Johnston |
merge coverity
coverity
|
2019-03-20 |
Matt Johnston |
limit password length to 100
|
2019-03-20 |
Matt Johnston |
Increase MAX_USERNAME_LEN to 100
|
2019-03-20 |
Christian Hohnstädt |
dropbearconvert: keyimport.c: fix BER encoding of secp521r1 keys (#69)
|
2019-03-20 |
xcko |
support openssh long option -o Port=XXXX (#68)
|
2019-03-20 |
karel-m |
cygwin competibility fix (#64)
|
2019-03-20 |
Andre McCurdy |
drop obsolete definition for MAX_KEXHASHBUF (#65)
|
2019-03-20 |
Matt Johnston |
Add a sanity check for DROPBEAR_SVR_MULTIUSER==0 mode
|
2019-03-20 |
Patrick Stewart |
Support servers without multiple user support (#76)
|
2019-03-20 |
Konstantin Demin |
packet: remove stale comment about "packet_type" (#63)
|
2019-03-20 |
François Perrad |
fix some gcc warnings (#73)
|
2019-03-20 |
François Perrad |
use strlcpy & strlcat (#74)
|
2019-03-20 |
vincentto13 |
Fix for issue successfull login of disabled user (#78)
|
2019-03-20 |
Michael Jones |
Add missing word to readme (#77)
|
2019-01-07 |
François Perrad |
add missing initializer (#71)
|
2018-11-14 |
Matt Johnston |
merge
|
2018-11-14 |
Matt Johnston |
Split ChanType closehandler() and cleanup() so that dbclient doesn't
|
2018-11-14 |
Matt Johnston |
Remove some cluttering TRACE printouts
|
2018-11-05 |
Matt Johnston |
Remove incorrect _POSIX_C_SOURCE
|
2018-11-05 |
Matt Johnston |
- Add adaptive authentication failure delay
|
2018-09-07 |
Matt Johnston |
merge remote forward fix
|