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
/
buffer.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove legacy buffer API emulation layer; ok djm@
markus
2018-07-09
1
-90
/
+0
*
remove SSHv1 support from packet and buffer APIs
djm
2017-04-30
1
-5
/
+1
*
New buffer API; the first installment of the conversion/replacement
djm
2014-04-30
1
-36
/
+30
*
buffer_get_string_ptr's return should be const to remind
djm
2014-04-28
1
-3
/
+3
*
avoid use of OpenSSL BIGNUM type and functions for KEX with
djm
2014-01-12
1
-1
/
+5
*
fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@
djm
2013-07-12
1
-2
/
+2
*
Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and
djm
2010-08-31
1
-1
/
+8
*
Add buffer_get_cstring() and related functions that verify that the
djm
2010-08-31
1
-1
/
+3
*
constify the arguments to buffer_len, buffer_ptr and buffer_dump
djm
2010-02-09
1
-4
/
+4
*
add a buffer_get_string_ptr_ret() that does the same as
djm
2010-01-12
1
-1
/
+2
*
avoid extra malloc/copy/free when receiving data over the net;
markus
2008-05-08
1
-1
/
+2
*
almost entirely get rid of the culture of ".h files that include .h files"
deraadt
2006-08-03
1
-1
/
+37
*
Fix condition where we could exit with a fatal error when an input
djm
2006-04-16
1
-4
/
+3
*
standardise spacing in $OpenBSD$ tags; requested by deraadt@
djm
2006-03-25
1
-1
/
+1
*
limit input buffer size for channels; bugzilla #896; with and ok dtucker@
markus
2005-03-14
1
-1
/
+4
*
introduce a new buffer API that returns an error rather than fatal()ing when
djm
2004-10-29
1
-1
/
+5
*
$OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; add
stevesk
2002-03-04
1
-2
/
+2
*
change the buffer/packet interface to use void* vs. char*; ok markus@
stevesk
2001-12-19
1
-6
/
+6
*
remove comments from .h, since they are cut&paste from the .c files
markus
2001-06-26
1
-39
/
+16
*
prototype pedant. not very creative...
itojun
2001-06-26
1
-12
/
+12
*
replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'
markus
2000-12-19
1
-10
/
+10
*
cleanup copyright notices on all files. I have attempted to be accurate with
deraadt
2000-09-07
1
-8
/
+6
*
OpenBSD tag
markus
2000-06-20
1
-1
/
+1
*
whitespace cleanup
markus
2000-04-14
1
-7
/
+7
*
KNF, final part 3
markus
1999-11-24
1
-6
/
+10
*
much more KNF
deraadt
1999-11-24
1
-35
/
+33
*
i bet a lot of people didn't know what ssh 1.2.16 had a nice license.
deraadt
1999-09-26
1
-0
/
+66