summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #175 from k-kurematsu/fix_errmsgMatt Johnston2022-06-211-1/+1
|\ \ \ | |/ / |/| |
| * | Fix misleading error messagek-kurematsu2022-06-211-1/+1
|/ /
* | Fix MAX_UNAUTH_CLIENTS regressionMatt Johnston2022-06-083-15/+26
* | Merge github #169Matt Johnston2022-05-311-3/+5
|\ \
| * | Fix indentationsMaxMougg2022-05-301-3/+3
| * | Update svr-chansession for build issueMaxMougg2022-05-301-1/+3
|/ /
* | Remove codeqlMatt Johnston2022-05-241-63/+0
* | Remove flawfinder.Matt Johnston2022-05-241-33/+0
* | Add flawfinder actionMatt Johnston2022-05-231-0/+33
* | Create codeql-analysis.ymlMatt Johnston2022-05-231-0/+63
|/
* Increase build.yml DEFAULT_IDLE_TIMEOUTMatt Johnston2022-04-281-2/+3
* Test linking for hardening optionsMatt Johnston2022-04-262-43/+51
* Avoid UNAUTH_CLOSE_DELAY when testingMatt Johnston2022-04-261-1/+2
* Add a test for off-by-default compile optionsMatt Johnston2022-04-231-1/+14
* Fix build warning with DEBUG_TRACEMatt Johnston2022-04-231-1/+1
* Fix X11 build failure, use DROPBEAR_PRIO_LOWDELAYMatt Johnston2022-04-231-1/+1
* Bump version to 2022.82DROPBEAR_2022.82Matt Johnston2022-04-013-14/+29
* Fix -q to hide the bannerMatt Johnston2022-04-011-0/+5
* Fix IPv6 address parsing for dbclient -bMatt Johnston2022-04-014-53/+83
* Allow dbclient -J to be used with multihopMatt Johnston2022-04-011-37/+28
* Add m_snprintf() that won't return negativeMatt Johnston2022-04-012-0/+15
* Fix extra default -i arguments for multihopMatt Johnston2022-04-011-8/+11
* dbclient print remote fingerprint with -vMatt Johnston2022-04-011-1/+1
* Write CHANGES since last releaseMatt Johnston2022-03-301-6/+122
* Add /usr/sbin and /sbin to default root PATHRaphael Hertzog2022-03-302-1/+6
* Update to latest config.guess and config.subMatt Johnston2022-03-302-622/+706
* Handle ecdsa-sk flags, reject no-touchMatt Johnston2022-03-303-3/+24
* Fix declaration after statementMatt Johnston2022-03-301-1/+1
* Add c89 build testMatt Johnston2022-03-301-0/+7
* Fix C99 commentMatt Johnston2022-03-301-1/+1
* Fix tilde expansion of pathsMatt Johnston2022-03-302-9/+9
* Expand home path for MOTD fileBegley Brothers Inc2022-03-301-1/+5
* Default options comments, ignore localoptions.hBegley Brothers Inc2022-03-303-16/+20
* Allow user space file locations (rootless support)Begley Brothers Inc2022-03-305-19/+42
* Check authorized_keys permissions as the userMatt Johnston2022-03-301-41/+39
* Disable dh-group1 KEX by defaultMatt Johnston2022-03-301-2/+4
* Document supported formats for dropbearconvertMatt Johnston2022-03-301-5/+14
* Print the key type in "Pubkey auth succeeded"Matt Johnston2022-03-301-2/+4
* Make SHA1 optional, implement SHA256 fingerprintsMatt Johnston2022-03-308-124/+66
* Remove twofish and remnants of blowfishMatt Johnston2022-03-305-48/+2
* Remove commented ssh.com code from keyimportMatt Johnston2022-03-301-728/+1
* Fix dropbearconvert ecdsa parsing error typoMatt Johnston2022-03-291-37/+21
* Use buf_burn_free() instead of two callsMatt Johnston2022-03-299-28/+18
* Add ecdsa OpenSSH format for dropbearconvertMatt Johnston2022-03-294-106/+63
* Fix dropbearconvert for dropbearmulti testMatt Johnston2022-03-291-0/+1
* Add tests for dropbearconvertMatt Johnston2022-03-292-0/+141
* Support RSA OpenSSH new format in dropbearconvertMatt Johnston2022-03-294-201/+179
* Fix ed25519 dropbear to openssh conversionMatt Johnston2022-03-291-22/+75
* Fix act matrix workaround which broke real actionsMatt Johnston2022-03-241-2/+3
* Add build test with DEBUG_TRACE 5Matt Johnston2022-03-241-0/+13