summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make server send SSH_MSG_EXT_INFOMatt Johnston2020-05-216-29/+75
* Make DEBUG_NOFORK a #if not #ifdefMatt Johnston2020-05-212-2/+4
* ext-info handling for server-sig-algsMatt Johnston2020-05-1916-90/+255
* split signkey_type and signature_type for RSA sha1 vs sha256Matt Johnston2020-05-1710-68/+148
* use sigtype where appropriateMatt Johnston2020-04-0618-142/+233
* When explicitly passing --disable-fuzz to ./configure fuzz was actuallyAlexander Dahl2020-03-271-5/+12
* Update remaining advise to edit options.hAlexander Dahl2020-03-102-2/+2
* Handle early exit when addrstring isn't setMatt Johnston2020-03-181-6/+14
* Improve address logging on early exit messages (#83)Kevin Darbyshire-Bryant2020-03-182-15/+11
* mergeMatt Johnston2020-03-143-12/+5
|\
| * Set SSH_ORIGINAL_COMMAND for "dropbear -c" too, fix build withoutMatt Johnston2020-03-142-10/+4
| * Don't log authorized_keys command= every timeMatt Johnston2020-03-141-2/+1
* | Fallback for key gen without hard link support (#89)Matt Robinson2020-03-141-8/+21
|/
* MOTD enabled by default as the manpage says (#87)zciendor2020-03-141-1/+1
* Add Ed25519 support (#91)Vladislav Grishenko2020-03-1130-946/+1289
* bring back fsync_parent_dirMatt Johnston2019-10-181-0/+4
* Bring back Dropbear patch to avoid setting AR/LD/RANLIB in LTMMatt Johnston2019-09-171-3/+4
* Prime-related bugfixes (#81)Steffen Jaeckel2019-09-173-34/+18
* update ltm to 1.1.0 and enable FIPS 186.4 compliant key-generation (#79)Steffen Jaeckel2019-09-16214-26304/+17787
* Rename EPKA -> PluginMatt Johnston2019-05-1511-81/+81
* External Public-Key Authentication API (#72)fabriziobertocci2019-05-1512-11/+355
* Added signature for changeset ebcdb893992dMatt Johnston2019-03-271-0/+1
* Added tag DROPBEAR_2019.78 for changeset 009d52ae26d3Matt Johnston2019-03-270-0/+0
* Bump to 2019.78DROPBEAR_2019.78Matt Johnston2019-03-273-1/+12
* Fix regression where TTY modes weren't reset for clientMatt Johnston2019-03-241-5/+5
* Added signature for changeset 07b0d56d186dMatt Johnston2019-03-231-0/+1
* Added tag DROPBEAR_2019.77 for changeset 6d1bbe7d5fa5Matt Johnston2019-03-230-0/+0
* 2019.77DROPBEAR_2019.77Matt Johnston2019-03-233-1/+47
* use "openssl sha256"Matt Johnston2019-03-231-1/+1
* Update config.sub to 2019-01-05 and config.guess to 2019-03-04Matt Johnston2019-03-232-1678/+1767
* fix constness build errorMatt Johnston2019-03-212-2/+2
* limit password length to 100Matt Johnston2019-03-212-1/+12
* Increase MAX_USERNAME_LEN to 100Matt Johnston2019-03-201-1/+1
* dropbearconvert: keyimport.c: fix BER encoding of secp521r1 keys (#69)Christian Hohnst?dt2019-03-201-1/+3
* support openssh long option -o Port=XXXX (#68)xcko2019-03-201-0/+6
* cygwin competibility fix (#64)karel-m2019-03-201-1/+5
* drop obsolete definition for MAX_KEXHASHBUF (#65)Andre McCurdy2019-03-201-3/+0
* Add a sanity check for DROPBEAR_SVR_MULTIUSER==0 modeMatt Johnston2019-03-202-1/+13
* Support servers without multiple user support (#76)Patrick Stewart2019-03-205-1/+18
* packet: remove stale comment about "packet_type" (#63)Konstantin Demin2019-03-201-2/+0
* fix some gcc warnings (#73)Fran?ois Perrad2019-03-202-3/+3
* use strlcpy & strlcat (#74)Fran?ois Perrad2019-03-202-5/+6
* Fix for issue successfull login of disabled user (#78)vincentto132019-03-201-0/+1
* Add missing word to readme (#77)Michael Jones2019-03-201-1/+1
* add missing initializer (#71)Fran?ois Perrad2019-01-071-0/+1
* mergeMatt Johnston2018-11-1411-35/+58
|\
| * Split ChanType closehandler() and cleanup() so that dbclient doesn'tMatt Johnston2018-11-1410-31/+58
| * Remove some cluttering TRACE printoutsMatt Johnston2018-11-141-4/+0
* | Remove incorrect _POSIX_C_SOURCEMatt Johnston2018-11-062-8/+0
|/
* - Add adaptive authentication failure delayMatt Johnston2018-11-056-48/+95