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
*
support for RFC4648 base64url encoding; ok markus
djm
2020-06-22
1
-1
/
+3
*
make sshbuf_dump() args const
djm
2020-06-05
1
-2
/
+2
*
Fix comment typo. Patch from mforney at mforney.org.
dtucker
2020-04-26
1
-2
/
+2
*
spelling errors in comments; no code change
djm
2020-03-13
1
-2
/
+2
*
factor out reading/writing sshbufs to dedicated functions;
djm
2020-01-25
1
-1
/
+17
*
fixes for !WITH_OPENSSL compilation; ok dtucker@
djm
2019-09-06
1
-1
/
+10
*
let sshbuf_find/cmp take a void* for the search/comparison
djm
2019-07-30
1
-3
/
+3
*
remove mostly vestigal uuencode.[ch]; moving the only unique
djm
2019-07-16
1
-2
/
+3
*
two more bounds-checking sshbuf counterparts to common string
djm
2019-07-15
1
-1
/
+28
*
add some functions to perform random-access read/write operations
djm
2019-07-14
1
-2
/
+21
*
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