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
/
bufbn.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove legacy buffer API emulation layer; ok djm@
markus
2018-07-09
1
-64
/
+0
*
remove SSHv1 support from packet and buffer APIs
djm
2017-04-30
1
-38
/
+1
*
New buffer API; the first installment of the conversion/replacement
djm
2014-04-30
1
-168
/
+42
*
off by one in range check
djm
2014-02-27
1
-2
/
+2
*
fix unsigned overflow that could lead to reading a short ssh protocol
djm
2014-02-27
1
-1
/
+6
*
convert memset of potentially-private data to explicit_bzero()
djm
2014-02-02
1
-3
/
+3
*
Include stdlib.h for free() as per the man page.
dtucker
2013-11-08
1
-1
/
+2
*
bye, bye xfree(); ok markus@
djm
2013-05-17
1
-9
/
+9
*
memory leak on error path; from arnaud.lacombe.1 AT ulaval.ca
djm
2007-06-02
1
-2
/
+4
*
typos in comments; ok jmc@
stevesk
2007-02-14
1
-4
/
+4
*
add missing checks for openssl return codes; with & ok djm@
markus
2006-11-06
1
-3
/
+9
*
almost entirely get rid of the culture of ".h files that include .h files"
deraadt
2006-08-03
1
-3
/
+4
*
move #include <string.h> out of includes.h
stevesk
2006-07-22
1
-1
/
+4
*
Move Buffer bignum functions into their own file, bufbn.c. This means that
dtucker
2006-04-18
1
-0
/
+209