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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-26
change explicit_bzero();free() to freezero()
jsg
1
-3
/
+2
2020-01-23
Replace all calls to signal(2) with a wrapper around sigaction(2).
dtucker
1
-2
/
+2
2018-11-16
make grandparent-parent-child sshbuf chains robust to use-after-free
djm
1
-7
/
+10
2018-07-09
remove legacy buffer API emulation layer; ok djm@
markus
1
-20
/
+2
2017-06-01
unconditionally zero init size of buffer; ok markus@ deraadt@
djm
1
-3
/
+3
2017-05-31
Switch to recallocarray() for a few operations. Both growth and shrinkage
deraadt
1
-8
/
+8
2017-05-26
sshbuf_consume: reset empty buffer; ok djm@
markus
1
-1
/
+4
2016-11-25
split allocation out of sshbuf_reserve() into a separate
djm
1
-33
/
+43
2016-09-12
Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitions
deraadt
1
-4
/
+4
2016-01-12
use explicit_bzero() more liberally in the buffer code; ok deraadt
djm
1
-5
/
+5
2015-12-11
Remove NULL-checks before sshbuf_free().
mmcc
1
-5
/
+3
2015-10-05
some more bzero->explicit_bzero, from Michael McConville
djm
1
-2
/
+2
2015-01-20
Reduce use of <sys/param.h> and transition to <limits.h> throughout.
deraadt
1
-2
/
+2
2014-06-25
unblock SIGSEGV before raising it
deraadt
1
-1
/
+2
2014-04-30
New buffer API; the first installment of the conversion/replacement
djm
1
-0
/
+403