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
/
usr.bin
/
ssh
/
sshbuf.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sshpkt_get_bignum2() allocate the bignum it is parsing rather
djm
2019-01-21
1
-2
/
+2
*
remove obsolete (SSH v.1) sshbuf_get/put_bignum1 functions
djm
2019-01-21
1
-3
/
+1
*
remove legacy buffer API emulation layer; ok djm@
markus
2018-07-09
1
-10
/
+1
*
lots of typos in comments/docs. Patch from Karsten Weiss after checking
djm
2018-04-10
1
-2
/
+2
*
refactor channels.c
djm
2017-09-12
1
-1
/
+2
*
split allocation out of sshbuf_reserve() into a separate
djm
2016-11-25
1
-1
/
+9
*
fix signed/unsigned errors reported by clang-3.7; add
djm
2016-05-02
1
-1
/
+8
*
Fix a couple "the the" typos. ok dtucker@
mmcc
2015-12-10
1
-3
/
+3
*
improve PEEK/POKE macros: better casts, don't multiply evaluate
djm
2015-11-11
1
-29
/
+32
*
avoid BIGNUM in KRL code by using a simple bitmap;
djm
2015-01-14
1
-1
/
+3
*
New key API: refactor key-related functions to be more library-like,
djm
2014-06-24
1
-2
/
+5
*
Group ECC functions together to make things a little easier in -portable.
dtucker
2014-06-10
1
-4
/
+4
*
New buffer API; the first installment of the conversion/replacement
djm
2014-04-30
1
-0
/
+325