summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Reduce sk specific codematt-skMatt Johnston2022-01-225-96/+58
* Make sk-ecdsa call buf_ecdsa_verifyMatt Johnston2022-01-223-141/+11
* fix typoEgor Duda2022-01-171-1/+1
* Keys with type sk-* make no sense as host keys, so they should beEgor Duda2022-01-171-0/+6
* Implement server-side support for sk-ed25519 FIDO2-backed keysEgor Duda2022-01-1612-28/+161
* Check if nistp256 curve is used in sk-ecdsa-sha2- keyEgor Duda2021-12-241-19/+16
* Fix one more potential out-of-bounds readEgor Duda2021-12-241-1/+1
* Fix out-of-bounds read on normal ecdsa-sha2-[identifier] keysEgor Duda2021-12-241-6/+14
* Implement server-side support for sk-ecdsa U2F-backed keysEgor Duda2021-12-2311-7/+283
* 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
* Update .hgignore and .gitignore with testsMatt Johnston2021-10-182-1/+8
* Add "make test" target to run pytestMatt Johnston2021-10-185-3657/+2516
* Add first channel testsMatt Johnston2021-10-184-0/+269
* Bring back recently removed channel->flushingMatt Johnston2021-10-145-6/+47
* Increase max window size to 10MB, fallback rather thanMatt Johnston2021-10-125-14/+25
* Partial strings from strtoul should return errorMatt Johnston2021-10-121-2/+9
* Banner size should account for newlinesMatt Johnston2021-10-121-1/+1
* Comment on reason for DROPBEAR_MAX_PASSWORD_LEN limitMatt Johnston2021-10-121-0/+6
* MergeMatt Johnston2021-10-1114-12/+67
|\
| * keep LANG env variable for child process (#111)fidomax2021-08-191-0/+9
| * Remove unused argument of do_cmd() in scp.c (#125)Anton Bershanskiy2021-08-191-4/+3
| * signkey: remove !! from SHA1 digest (#130)Sven Roederer2021-08-191-1/+1
| * added option to disable trivial auth methods (#128)Manfred Kaiser2021-08-198-1/+16
| * Clarify help text for dropbear -e environment optionMatt Johnston2021-08-191-2/+3
| * pass on sever process environment to child processes (option -e) (#118)Roland Vollgraf2021-08-194-6/+21
| * Add "restrict" authorized_keys optionMatt Johnston2021-05-012-0/+16
* | Replace ChanType.sepfds with Channel.bidir_fdMatt Johnston2021-10-119-15/+13
* | - Remove "flushing" handling for exited processes, it should beMatt Johnston2021-10-113-37/+4
* | Fix some outdated commentsMatt Johnston2021-10-112-3/+2
* | Move comment to svr_chansess_checksignal() where it belongsMatt Johnston2021-10-111-9/+8
* | Add a comment about sending initial auth requestMatt Johnston2021-10-111-0/+3
|/
* Don't include .hg_archival.txt in tarballs. They're now reproducible.Matt Johnston2021-03-311-0/+2
* mergeMatt Johnston2021-03-311-2/+2
|\
| * Use MAX_HOST_LEN for TCP forwarding requests (#121)ValdikSS2021-03-181-2/+2
* | Add configure script to version control. Set timezone for release tarballMatt Johnston2021-03-316-11/+10371
* | Update config.sub and config.guess to latestMatt Johnston2021-03-312-459/+579