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
/
uuencode.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove mostly vestigal uuencode.[ch]; moving the only unique
djm
2019-07-16
1
-93
/
+0
*
2*len -> use xreallocarray()
deraadt
2015-04-24
1
-2
/
+2
*
bye, bye xfree(); ok markus@
djm
2013-05-17
1
-3
/
+4
*
Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and
djm
2010-08-31
1
-2
/
+2
*
document what these functions do so I don't ever have to recuse into
djm
2009-03-05
1
-1
/
+12
*
almost entirely get rid of the culture of ".h files that include .h files"
deraadt
2006-08-03
1
-5
/
+1
*
move #include <stdio.h> out of includes.h
stevesk
2006-08-01
1
-1
/
+2
*
move #include <netinet/in.h> out of includes.h; ok deraadt@
stevesk
2006-07-05
1
-3
/
+7
*
typo
deraadt
2006-03-26
1
-2
/
+2
*
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
djm
2006-03-25
1
-0
/
+1
*
introduce xcalloc() and xasprintf() failure-checked allocations functions
djm
2006-03-25
1
-1
/
+6
*
RCSID() can die
deraadt
2006-03-19
1
-1
/
+0
*
constify. ok markus@ & djm@
jakob
2003-11-10
1
-2
/
+2
*
signed vs unsigned from -pedantic; ok henning@
markus
2002-09-09
1
-2
/
+2
*
$OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; add
stevesk
2002-03-04
1
-4
/
+2
*
more u_* fixes
markus
2002-02-25
1
-3
/
+3
*
typo in comment
markus
2002-02-24
1
-3
/
+3
*
oops
deraadt
2001-03-01
1
-2
/
+4
*
get rid of extra header
deraadt
2001-03-01
1
-4
/
+2
*
sync with netbsd tree changes.
itojun
2001-02-08
1
-2
/
+3
*
indent
deraadt
2001-02-07
1
-2
/
+3
*
replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'
markus
2000-12-19
1
-6
/
+6
*
cleanup copyright notices on all files. I have attempted to be accurate with
deraadt
2000-09-07
1
-1
/
+24
*
Missing CVS idents; ok markus
djm
2000-06-22
1
-0
/
+2
*
remote trailing comments before calling __b64_pton
markus
2000-05-05
1
-2
/
+16
*
replace broken uuencode w/ libc b64_ntop
markus
2000-05-04
1
-92
/
+8
*
remove debug
markus
2000-04-27
1
-1
/
+0
*
add trailing =
markus
2000-04-26
1
-1
/
+5
*
add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]
markus
2000-04-26
1
-0
/
+117