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
/
bufaux.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
New buffer API; the first installment of the conversion/replacement
djm
2014-04-30
1
-232
/
+100
*
make compiling against OpenSSL optional (make OPENSSL=no);
markus
2014-04-29
1
-3
/
+1
*
buffer_get_string_ptr's return should be const to remind
djm
2014-04-28
1
-4
/
+4
*
skip leading zero bytes in buffer_put_bignum2_from_string();
djm
2014-04-16
1
-1
/
+4
*
convert memset of potentially-private data to explicit_bzero()
djm
2014-02-02
1
-3
/
+3
*
replace most bzero with explicit_bzero, except a few that cna be memset
tedu
2014-01-31
1
-2
/
+2
*
avoid use of OpenSSL BIGNUM type and functions for KEX with
djm
2014-01-12
1
-1
/
+74
*
Include stdlib.h for free() as per the man page.
dtucker
2013-11-08
1
-1
/
+2
*
fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@
djm
2013-07-12
1
-4
/
+4
*
bye, bye xfree(); ok markus@
djm
2013-05-17
1
-3
/
+3
*
Add buffer_get_cstring() and related functions that verify that the
djm
2010-08-31
1
-1
/
+34
*
allow buffer_get_int_ret/buffer_get_int64_ret to take a NULL pointer
djm
2010-03-26
1
-3
/
+5
*
make buffer_get_string_ret() really non-fatal in all cases (it was
djm
2010-02-02
1
-2
/
+5
*
add a buffer_get_string_ptr_ret() that does the same as
djm
2010-01-12
1
-5
/
+18
*
Use '\0' for a nul byte rather than unadorned 0. ok djm@
dtucker
2008-06-10
1
-2
/
+2
*
avoid extra malloc/copy/free when receiving data over the net;
markus
2008-05-08
1
-1
/
+17
*
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
-164
/
+1
*
replace {GET,PUT}_XXBIT macros with functionally similar functions,
djm
2006-03-30
1
-10
/
+10
*
remove (char *) casts to a function that accepts void * for the arg
deraadt
2006-03-25
1
-2
/
+2
*
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
*
Fix leaks in error paths, bz #1109 and #1110 reported by kremenek AT
djm
2005-11-05
1
-1
/
+4
*
make this -Wsign-compare clean; ok avsm@ markus@
djm
2005-06-17
1
-2
/
+2
*
spacing
deraadt
2005-03-10
1
-2
/
+2
*
use 0x00 not \0 since buf[] is a bignum
markus
2004-12-06
1
-2
/
+2
*
introduce a new buffer API that returns an error rather than fatal()ing when
djm
2004-10-29
1
-43
/
+170
*
encode 0 correctly in buffer_put_bignum2; noted by Mikulas Patocka
markus
2004-02-23
1
-17
/
+18
*
constify. ok markus@ & djm@
jakob
2003-11-10
1
-3
/
+3
*
A few signedness fixes for harmless situations; markus@ ok
miod
2003-09-18
1
-4
/
+4
*
rename log() into logit() to avoid name conflict. markus ok, from netbsd
itojun
2003-04-08
1
-2
/
+2
*
%u for u_int
markus
2002-10-23
1
-2
/
+2
*
limit size of BNs to 8KB; ok provos/deraadt
markus
2002-06-26
1
-4
/
+8
*
minor KNF. things the fingers do while you read
deraadt
2002-06-23
1
-2
/
+13
*
add buffer_{get,put}_short
markus
2002-04-20
1
-4
/
+20
*
do not talk about packets in bufaux
markus
2002-03-26
1
-2
/
+2
*
buffer_skip_string and extra sanity checking; needed by ssh-privsep
provos
2002-03-18
1
-1
/
+3
*
unneeded cast cleanup; ok markus@
stevesk
2002-01-18
1
-3
/
+3
*
buffer_get_bignum: int -> void
markus
2001-12-28
1
-6
/
+3
*
change the buffer/packet interface to use void* vs. char*; ok markus@
stevesk
2001-12-19
1
-3
/
+3
*
basic KNF done while i was looking for something else
deraadt
2001-12-19
1
-4
/
+4
*
minor KNF
deraadt
2001-12-05
1
-2
/
+2
*
split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
markus
2001-01-21
1
-2
/
+2
*
indent
deraadt
2001-01-16
1
-2
/
+2
*
cleanup sftp-server implementation:
markus
2001-01-10
1
-1
/
+17
*
replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'
markus
2000-12-19
1
-14
/
+14
*
cleanup copyright notices on all files. I have attempted to be accurate with
deraadt
2000-09-07
1
-8
/
+28
*
OpenBSD tag
markus
2000-06-20
1
-1
/
+1
*
whitespace cleanup
markus
2000-04-14
1
-12
/
+12
[next]