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
/
mac.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
upcast another size_t to u_long to match format
dtucker
2008-06-13
1
-2
/
+2
*
Add a new MAC algorithm for data integrity, UMAC-64 (not default yet, must
pvalchev
2007-06-07
1
-27
/
+80
*
Preserve MAC ctx between packets, saving 2xhash calls per-packet.
djm
2007-06-05
1
-13
/
+23
*
almost entirely get rid of the culture of ".h files that include .h files"
deraadt
2006-08-03
1
-2
/
+5
*
move #include <string.h> out of includes.h
stevesk
2006-07-22
1
-1
/
+3
*
replace {GET,PUT}_XXBIT macros with functionally similar functions,
djm
2006-03-30
1
-3
/
+3
*
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
djm
2006-03-25
1
-0
/
+1
*
RCSID() can die
deraadt
2006-03-19
1
-1
/
+0
*
make this -Wsign-compare clean; ok avsm@ markus@
djm
2005-06-17
1
-4
/
+7
*
A few signedness fixes for harmless situations; markus@ ok
miod
2003-09-18
1
-2
/
+2
*
fix warnings (openssl 0.9.7 requires const)
markus
2002-05-16
1
-2
/
+2
*
use EVP_MD_size(evp_md) and not evp_md->md_size; ok steveks@
markus
2002-01-25
1
-2
/
+2
*
basic KNF done while i was looking for something else
deraadt
2001-12-19
1
-2
/
+2
*
fix whitespace: unexpand + trailing spaces.
markus
2001-04-05
1
-2
/
+2
*
1) clean up the MAC support for SSH-2
markus
2001-02-11
1
-0
/
+114