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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-22
support for RFC4648 base64url encoding; ok markus
djm
1
-1
/
+3
2020-06-05
make sshbuf_dump() args const
djm
1
-2
/
+2
2020-04-26
Fix comment typo. Patch from mforney at mforney.org.
dtucker
1
-2
/
+2
2020-03-13
spelling errors in comments; no code change
djm
1
-2
/
+2
2020-01-25
factor out reading/writing sshbufs to dedicated functions;
djm
1
-1
/
+17
2019-09-06
fixes for !WITH_OPENSSL compilation; ok dtucker@
djm
1
-1
/
+10
2019-07-30
let sshbuf_find/cmp take a void* for the search/comparison
djm
1
-3
/
+3
2019-07-16
remove mostly vestigal uuencode.[ch]; moving the only unique
djm
1
-2
/
+3
2019-07-15
two more bounds-checking sshbuf counterparts to common string
djm
1
-1
/
+28
2019-07-14
add some functions to perform random-access read/write operations
djm
1
-2
/
+21
2019-01-21
Make sshpkt_get_bignum2() allocate the bignum it is parsing rather
djm
1
-2
/
+2
2019-01-21
remove obsolete (SSH v.1) sshbuf_get/put_bignum1 functions
djm
1
-3
/
+1
2018-07-09
remove legacy buffer API emulation layer; ok djm@
markus
1
-10
/
+1
2018-04-10
lots of typos in comments/docs. Patch from Karsten Weiss after checking
djm
1
-2
/
+2
2017-09-12
refactor channels.c
djm
1
-1
/
+2
2016-11-25
split allocation out of sshbuf_reserve() into a separate
djm
1
-1
/
+9
2016-05-02
fix signed/unsigned errors reported by clang-3.7; add
djm
1
-1
/
+8
2015-12-10
Fix a couple "the the" typos. ok dtucker@
mmcc
1
-3
/
+3
2015-11-11
improve PEEK/POKE macros: better casts, don't multiply evaluate
djm
1
-29
/
+32
2015-01-14
avoid BIGNUM in KRL code by using a simple bitmap;
djm
1
-1
/
+3
2014-06-24
New key API: refactor key-related functions to be more library-like,
djm
1
-2
/
+5
2014-06-10
Group ECC functions together to make things a little easier in -portable.
dtucker
1
-4
/
+4
2014-04-30
New buffer API; the first installment of the conversion/replacement
djm
1
-0
/
+325