summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * Fix pytest incorrect skip "reason" stringMatt Johnston2022-03-161-3/+3
| * Disable aslr pytest for fsanitize test platformsMatt Johnston2022-03-161-0/+5
| * Fix SSH_PUBKEYINFO, limit characters, add testsMatt Johnston2022-03-163-14/+72
| * Merge pull request #151 from HansH111/pubkeyinfoMatt Johnston2022-03-164-3/+30
| |\
| | * use buf_getptr and m_free on every iteration before m_malloc to insure no mem...HansH1112022-03-151-3/+6
| | * set envvar SSH_PUBKEYINFO if authstate.pubkey_info contains informationHansH1112022-03-131-0/+3
| | * extract pubkey_info when seuccesfully auth with a key and free it in the clea...HansH1112022-03-132-3/+23
| | * add pubkey_info field to authstate structureHansH1112022-03-131-0/+1
| * | test: Set allow_reuse_addrMatt Johnston2022-03-151-0/+4
| * | only show banner when cli_opts.quiet is not setHansH1112022-03-141-20/+21
| * | use option -q for suppression remote banner output, pass option also for prox...HansH1112022-03-141-0/+11
| * | added quiet variable in cli_optsHansH1112022-03-141-1/+1
| |/
* | Split CPPFLAGS and CFLAGS more carefullyMatt Johnston2022-03-223-9/+11
|/
* Make missing homedir non-fatal, instead use /Matt Johnston2022-02-241-1/+6
* Handle /proc/.../maps being reorderedMatt Johnston2022-02-032-4/+5
* Avoid unused argument warning when reexec is unusedMatt Johnston2022-02-031-0/+1
* Fix regression in non-symlink dropbearmultiMatt Johnston2022-02-011-1/+5
* Fix accidentally commented out test matrix itemsMatt Johnston2022-02-011-34/+34
* Make re-exec work with "dropbearmulti dropbear"Matt Johnston2022-02-016-54/+97
* Fix incorrect algolist TRACE printMatt Johnston2022-02-011-1/+1
* mergeMatt Johnston2022-02-011-0/+25
|\
| * Add test for up-to-date configure scriptMatt Johnston2022-01-301-0/+25
* | Fix missing NULL terminator for re-execMatt Johnston2022-01-311-4/+9
|/
* Fix testing with dropbearmultiMatt Johnston2022-01-301-1/+1
* Remove extraneous printMatt Johnston2022-01-301-2/+0
* Use venv for test_aslrMatt Johnston2022-01-303-3/+23
* Fix -Wexpansion-to-defined failure on clangMatt Johnston2022-01-301-1/+5
* Add re-exec for serverMatt Johnston2022-01-3013-37/+192
* Merge netio changesMatt Johnston2022-01-271-3/+6
|\
| * Test for IP_TOS and hardcode DSCP valuesMatt Johnston2022-01-251-4/+7
| * Use DSCP for IP QoS traffic classesMatt Johnston2022-01-252-17/+29
| * Don't include sk keys at all in KEX listMatt Johnston2022-01-232-12/+0
| * Implement server-side support for sk-ecdsa U2F-backed keys (#142)egor-duda2022-01-2214-18/+271
* | Leave non-interactive at default QoS classMatt Johnston2022-01-2713-73/+38