index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
regress
/
usr.bin
/
ssh
/
unittests
/
hostkeys
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Update unittests for addr.c/addrmatch.c split.
dtucker
2021-01-09
1
-2
/
+2
|
*
adapt to API change in hostkeys_foreach()/load_hostkeys()
djm
2020-12-21
1
-19
/
+72
|
*
Add utf8.c for asmprintf used by krl.c
dtucker
2020-04-06
1
-1
/
+2
|
*
unbreak unittests for recent API / source file changes
djm
2020-01-26
1
-3
/
+3
|
*
unbreak tests for recent security key changes
djm
2019-11-25
1
-1
/
+2
|
*
additional source files here too
djm
2019-11-01
1
-2
/
+2
|
*
memleak in unittest; found by valgrind
djm
2018-07-16
1
-3
/
+34
|
*
unbreak unit tests after removal of src/usr.bin/ssh/lib
djm
2017-12-21
1
-1
/
+14
|
*
remove SSHv1 support from unit tests
djm
2017-04-30
3
-242
/
+68
|
*
Clean up MALLOC_OPTIONS. For the unittests, move MALLOC_OPTIONS and
tb
2016-11-01
1
-3
/
+1
|
|
|
|
|
|
TEST_ENV to unittets/Makefile.inc. ok otto
*
Remove the obsolete A and P flags from MALLOC_OPTIONS.
tb
2016-10-31
1
-2
/
+2
|
|
|
|
ok dtucker
*
adapt to recent hostfile.c change: when parsing known_hosts without
djm
2015-03-31
1
-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@
djm
2015-03-07
1
-1
/
+3
|
*
make these work with !SSH1; ok markus@ deraadt@
djm
2015-03-04
1
-4
/
+15
|
*
unit tests for hostfile.c code, just hostkeys_foreach so far
djm
2015-02-16
35
-0
/
+1354