summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-131-20/+21
| * | use option -q for suppression remote banner output, pass option also for prox...HansH1112022-03-131-0/+11
| * | added quiet variable in cli_optsHansH1112022-03-131-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
* | Leave non-interactive at default QoS classMatt Johnston2022-01-2713-73/+38
|/
* 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
* Fix accidentally committed debug messageMatt Johnston2022-01-221-1/+0
* debugging test runner authorized_keys permsMatt Johnston2021-10-191-1/+2
* Debug pytest password auth failingMatt Johnston2021-10-192-0/+5
* Use HOME before /etc/passwd to find id_dropbear (#137)Matt Robinson2021-10-191-4/+12
* Remove caching and socat from build.ymlMatt Johnston2021-10-191-18/+2
* Add configure --enable-werror argumentMatt Johnston2021-10-193-9/+45
* Upload config.log on failureMatt Johnston2021-10-191-7/+21
* github action workaround macos ranlibMatt Johnston2021-10-181-1/+5
* disable fuzzstandalone github action for now, needs debuggingMatt Johnston2021-10-181-17/+17
* fix github actions argumentsMatt Johnston2021-10-181-1/+1
* github action, don't try apt or python on macosMatt Johnston2021-10-181-0/+5
* Use sudo for the real github action jobMatt Johnston2021-10-181-2/+2
* Add github actions build workflow, remove travis CIMatt Johnston2021-10-182-76/+141
* Add a default 10 second timeout for testsMatt Johnston2021-10-181-0/+1
* Only redirect stderr after the session login. That lets errorsMatt Johnston2021-10-181-4/+12
* Rename "make test" to "make check". Also run lintMatt Johnston2021-10-181-2/+2