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
/
deattack.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce use of <sys/param.h> and transition to <limits.h> throughout.
deraadt
2015-01-20
1
-2
/
+1
*
update packet.c & isolate, introduce struct ssh
markus
2015-01-19
1
-38
/
+44
*
limit maximum work performed by the CRC compensation attack detector,
djm
2006-09-16
1
-3
/
+23
*
almost entirely get rid of the culture of ".h files that include .h files"
deraadt
2006-08-03
1
-3
/
+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
*
change OpenSSH's xrealloc() function from being xrealloc(p, new_size) to
djm
2006-03-25
1
-1
/
+1
*
introduce xcalloc() and xasprintf() failure-checked allocations functions
djm
2006-03-25
1
-1
/
+1
*
remove IV support from the CRC attack detector, OpenSSH has never used
djm
2006-03-22
1
-26
/
+5
*
spacing
deraadt
2006-03-20
1
-1
/
+1
*
RCSID() can die
deraadt
2006-03-19
1
-1
/
+0
*
duplicate #include
stevesk
2006-02-07
1
-2
/
+1
*
more buffer allocation fixes; from Solar Designer; CAN-2003-0682; ok millert@
markus
2003-09-18
1
-3
/
+3
*
$OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; add
stevesk
2002-03-04
1
-2
/
+2
*
basic KNF done while i was looking for something else
deraadt
2001-12-19
1
-3
/
+3
*
make it compile with more strict prototype checking
itojun
2001-12-05
1
-1
/
+2
*
kill more registers
mpech
2001-11-19
1
-3
/
+3
*
more strict prototypes. raise warning level in Makefile.inc. markus ok'ed
itojun
2001-06-23
1
-4
/
+3
*
KNF
deraadt
2001-03-01
1
-2
/
+2
*
split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
markus
2001-01-21
1
-2
/
+2
*
replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'
markus
2000-12-19
1
-8
/
+8
*
so that large packets do not wrap "n"; from netbsd
markus
2000-10-31
1
-2
/
+2
*
cleanup copyright notices on all files. I have attempted to be accurate with
deraadt
2000-09-07
1
-1
/
+2
*
rename crc32() to ssh_crc32() to avoid zlib name clash. do not move to
deraadt
2000-08-19
1
-2
/
+2
*
OpenBSD tag
markus
2000-06-20
1
-1
/
+1
*
much more KNF
deraadt
1999-11-24
1
-2
/
+3
*
KNF part 1
markus
1999-11-23
1
-131
/
+104
*
replace assert() with error, fatal or packet_disconnect
markus
1999-11-02
1
-4
/
+5
*
move auth-sockets to private dir
markus
1999-10-05
1
-1
/
+2
*
include licensing info
dugsong
1999-10-05
1
-4
/
+17
*
crc32 compensation attack fix from CORE-SDI. "it's not crypto..." -- deraadt@
dugsong
1999-10-05
1
-0
/
+166