summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/ssh/unittests/hostkeys (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update unittests for addr.c/addrmatch.c split.dtucker2021-01-091-2/+2
|
* adapt to API change in hostkeys_foreach()/load_hostkeys()djm2020-12-211-19/+72
|
* Add utf8.c for asmprintf used by krl.cdtucker2020-04-061-1/+2
|
* unbreak unittests for recent API / source file changesdjm2020-01-261-3/+3
|
* unbreak tests for recent security key changesdjm2019-11-251-1/+2
|
* additional source files here toodjm2019-11-011-2/+2
|
* memleak in unittest; found by valgrinddjm2018-07-161-3/+34
|
* unbreak unit tests after removal of src/usr.bin/ssh/libdjm2017-12-211-1/+14
|
* remove SSHv1 support from unit testsdjm2017-04-303-242/+68
|
* Clean up MALLOC_OPTIONS. For the unittests, move MALLOC_OPTIONS andtb2016-11-011-3/+1
| | | | | | TEST_ENV to unittets/Makefile.inc. ok otto
* Remove the obsolete A and P flags from MALLOC_OPTIONS.tb2016-10-311-2/+2
| | | | ok dtucker
* adapt to recent hostfile.c change: when parsing known_hosts withoutdjm2015-03-311-3/+3
| | | | | fully parsing the keys therein, hostkeys_foreach() will now correctly identify KEY_RSA1 keys; ok markus@ miod@
* unbreak for w/SSH1 (default) case; ok markus@ deraadt@djm2015-03-071-1/+3
|
* make these work with !SSH1; ok markus@ deraadt@djm2015-03-041-4/+15
|
* unit tests for hostfile.c code, just hostkeys_foreach so fardjm2015-02-1635-0/+1354