summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/ssh/unittests/misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add a test for misc.c:argv_split(), currently failsdjm2021-03-193-2/+144
|
* splitdjm2021-03-195-151/+235
|
* Change types in convtime() unit test to int to match change its new type.dtucker2021-01-151-16/+27
| | | | | Add tests for boundary conditions and fix convtime to work up to INT_MAX. ok djm@
* Update unittests for addr.c/addrmatch.c split.dtucker2021-01-091-1/+2
|
* few more things needs match.c and addrmatch.c now that log.cdjm2020-10-161-1/+3
| | | | calls match_pattern_list()
* Add regression and unit tests for ${ENV} style environment variabledtucker2020-05-291-3/+66
| | | | expansion in various keywords (bz#3140). ok djm@
* Unit test for convtime. ok djm@dtucker2020-05-291-1/+20
|
* Test did not compile due to missing symbols. Add source sshbuf-misc.cbluhm2019-08-221-4/+11
| | | | | to regress as it was done in ssh make file. from Moritz Buhl
* Add unit tests for user@host and URI parsing.dtucker2019-04-282-0/+95