summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 2022.82HEADmasterMatt 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 Hertzog2018-07-092-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 Inc2020-07-091-1/+5
* Default options comments, ignore localoptions.hBegley Brothers Inc2020-07-093-16/+20
* Allow user space file locations (rootless support)Begley Brothers Inc2020-07-095-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
* Add -v variable debug levels for server tooMatt Johnston2022-03-245-6/+8
* Only set soft core limit not hard limitMatt Johnston2022-03-241-3/+8
* Revert "Don't include sk keys at all in KEX list"Matt Johnston2022-03-242-0/+12
* Fix tarball retention-daysMatt Johnston2022-03-241-2/+2
* Add release.sh --testrel, github actionMatt Johnston2022-03-242-16/+80
* Merge pull request #152 from HansH111/tracelevel2Matt Johnston2022-03-2313-66/+126
|\
| * Fix building with DEBUG_TRACE = 0Matt Johnston2022-03-222-43/+33
| * Use signature type not key type for debug messageMatt Johnston2022-03-221-1/+1
| * changed TRACE to DEBUG3 for dbclientHansH1112022-03-191-1/+1
| * changed TRACE to DEBUG2 for dbclientHansH1112022-03-191-8/+8
| * changed TRACE to DEBUG1 for dbclientHansH1112022-03-196-28/+32
| * Added DEBUG1,DEBUG2,DEBUG3 to separate functions while keeping TRACE and TRACE2.HansH1112022-03-193-19/+82
| * increase verboseness by allowing multiple -vHansH1112022-03-191-2/+2
| * Allow for DEBUG_TRACE value 0 - 5HansH1112022-03-191-2/+5
* | mergeMatt Johnston2022-03-2210-30/+143
|\ \ | |/
| * Don't set pubkey_info directly in checkpubkey_lineMatt Johnston2022-03-161-8/+15