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-misc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
support for RFC4648 base64url encoding; ok markus
djm
2020-06-22
1
-1
/
+44
*
make sshbuf_dump() args const
djm
2020-06-05
1
-2
/
+2
*
change explicit_bzero();free() to freezero()
jsg
2020-02-26
1
-7
/
+4
*
tidy headers; some junk snuck into sshbuf-misc.c and sshbuf-io.c
djm
2020-01-25
1
-10
/
+5
*
factor out reading/writing sshbufs to dedicated functions;
djm
2020-01-25
1
-5
/
+10
*
let sshbuf_find/cmp take a void* for the search/comparison
djm
2019-07-30
1
-4
/
+3
*
fix off-by-one in sshbuf_dtob64() base64 wrapping that could cause
djm
2019-07-18
1
-2
/
+2
*
remove mostly vestigal uuencode.[ch]; moving the only unique
djm
2019-07-16
1
-11
/
+46
*
two more bounds-checking sshbuf counterparts to common string
djm
2019-07-15
1
-1
/
+38
*
Remove some set but never used variables. ok daraadt@
dtucker
2019-07-07
1
-3
/
+2
*
fix signed/unsigned errors reported by clang-3.7; add
djm
2016-05-02
1
-1
/
+24
*
some more bzero->explicit_bzero, from Michael McConville
djm
2015-10-05
1
-5
/
+5
*
correct fmt-string for size_t as noted by Nicholas Lemonias; ok djm@
markus
2015-03-24
1
-2
/
+2
*
Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@
millert
2015-02-05
1
-1
/
+2
*
New key API: refactor key-related functions to be more library-like,
djm
2014-06-24
1
-5
/
+11
*
New buffer API; the first installment of the conversion/replacement
djm
2014-04-30
1
-0
/
+127