Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update packet.c & isolate, introduce struct ssh | 2015-01-19 | 1 | -2/+9 | |
| | | | | | | | | a) switch packet.c to buffer api and isolate per-connection info into struct ssh b) (de)serialization of the state is moved from monitor to packet.c c) the old packet.c API is implemented in opacket.[ch] d) compress.c/h is removed and integrated into packet.c with and ok djm@ | ||||
* | limit maximum work performed by the CRC compensation attack detector, | 2006-09-16 | 1 | -1/+2 | |
| | | | | | problem reported by Tavis Ormandy, Google Security Team; ok markus@ deraadt@ | ||||
* | standardise spacing in $OpenBSD$ tags; requested by deraadt@ | 2006-03-25 | 1 | -1/+1 | |
| | |||||
* | remove IV support from the CRC attack detector, OpenSSH has never used | 2006-03-22 | 1 | -2/+2 | |
| | | | | | | it - it only applied to IDEA-CFB, which we don't support. prompted by NetBSD Coverity report via elad AT netbsd.org; feedback markus@ "nuke it" deraadt@ | ||||
* | remove comments from .h, since they are cut&paste from the .c files | 2001-06-26 | 1 | -2/+2 | |
| | | | | and out of sync | ||||
* | prototype pedant. not very creative... | 2001-06-26 | 1 | -2/+2 | |
| | | | | | - () -> (void) - no variable names | ||||
* | $OpenBSD$ | 2001-01-29 | 1 | -0/+2 | |
| | |||||
* | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | 2000-12-19 | 1 | -1/+1 | |
| | | | | with u_char. | ||||
* | much more KNF | 1999-11-24 | 1 | -3/+4 | |
| | |||||
* | include licensing info | 1999-10-05 | 1 | -4/+16 | |
| | |||||
* | crc32 compensation attack fix from CORE-SDI. "it's not crypto..." -- deraadt@ | 1999-10-05 | 1 | -0/+15 | |