summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/deattack.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reduce use of <sys/param.h> and transition to <limits.h> throughout.deraadt2015-01-201-2/+1
* update packet.c & isolate, introduce struct sshmarkus2015-01-191-38/+44
* limit maximum work performed by the CRC compensation attack detector,djm2006-09-161-3/+23
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-3/+5
* move #include <string.h> out of includes.hstevesk2006-07-221-1/+3
* replace {GET,PUT}_XXBIT macros with functionally similar functions,djm2006-03-301-3/+3
* Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatdjm2006-03-251-0/+1
* change OpenSSH's xrealloc() function from being xrealloc(p, new_size) todjm2006-03-251-1/+1
* introduce xcalloc() and xasprintf() failure-checked allocations functionsdjm2006-03-251-1/+1
* remove IV support from the CRC attack detector, OpenSSH has never useddjm2006-03-221-26/+5
* spacingderaadt2006-03-201-1/+1
* RCSID() can diederaadt2006-03-191-1/+0
* duplicate #includestevesk2006-02-071-2/+1
* more buffer allocation fixes; from Solar Designer; CAN-2003-0682; ok millert@markus2003-09-181-3/+3
* $OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; addstevesk2002-03-041-2/+2
* basic KNF done while i was looking for something elsederaadt2001-12-191-3/+3
* make it compile with more strict prototype checkingitojun2001-12-051-1/+2
* kill more registersmpech2001-11-191-3/+3
* more strict prototypes. raise warning level in Makefile.inc. markus ok'editojun2001-06-231-4/+3
* KNFderaadt2001-03-011-2/+2
* split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.markus2001-01-211-2/+2
* replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'markus2000-12-191-8/+8
* so that large packets do not wrap "n"; from netbsdmarkus2000-10-311-2/+2
* cleanup copyright notices on all files. I have attempted to be accurate withderaadt2000-09-071-1/+2
* rename crc32() to ssh_crc32() to avoid zlib name clash. do not move toderaadt2000-08-191-2/+2
* OpenBSD tagmarkus2000-06-201-1/+1
* much more KNFderaadt1999-11-241-2/+3
* KNF part 1markus1999-11-231-131/+104
* replace assert() with error, fatal or packet_disconnectmarkus1999-11-021-4/+5
* move auth-sockets to private dirmarkus1999-10-051-1/+2
* include licensing infodugsong1999-10-051-4/+17
* crc32 compensation attack fix from CORE-SDI. "it's not crypto..." -- deraadt@dugsong1999-10-051-0/+166