Age | Commit message (Expand) | Author |
2009-06-27 | packet_bacup_state() and packet_restore_state() will be used to | Andreas Gunnarsson |
2009-06-12 | Move some more statics into session_state | Andreas Gunnarsson |
2009-06-12 | Fix warnings found by chl@ and djm@ and change roaming_atomicio's | Andreas Gunnarsson |
2009-05-28 | Keep track of number of bytes read and written. Needed for upcoming | Andreas Gunnarsson |
2009-05-27 | Add packet_put_int64() and packet_get_int64(), part of a larger change | Andreas Gunnarsson |
2009-05-25 | Put the globals in packet.c into a struct and don't access it directly | Andreas Gunnarsson |
2009-02-13 | check for enc !=NULL in packet_start_discard | Markus Friedl |
2009-01-26 | Work around the CPNI-957037 Plaintext Recovery Attack by always | Markus Friedl |
2008-11-21 | packet_disconnect() on padding error, too. should reduce the success | Markus Friedl |
2008-07-10 | sync v1 and v2 traffic accounting; add it to sshd, too; ok djm@, dtucker@ | Markus Friedl |
2008-07-04 | handle EINTR in packet_write_poll()l ok dtucker@ | Damien Miller |
2008-06-13 | compile on older gcc; no decl after code | Theo de Raadt |
2008-06-12 | Make keepalive timeouts apply while waiting for a packet, particularly during | Darren Tucker |
2008-05-19 | unbreak protocol keepalive timeouts bz#1465; ok dtucker@ | Damien Miller |
2008-05-08 | avoid extra malloc/copy/free when receiving data over the net; | Markus Friedl |
2008-02-22 | Allow all SSH2 packet types, including UNIMPLEMENTED to reset the | Darren Tucker |
2008-01-23 | Revert the change for bz #1307 as it causes connection aborts if an IGNORE | Darren Tucker |
2007-12-28 | Make SSH2_MSG_UNIMPLEMENTED and SSH2_MSG_IGNORE messages reset the | Darren Tucker |
2007-06-07 | Add a new MAC algorithm for data integrity, UMAC-64 (not default yet, must | Peter Valchev |
2007-06-05 | Preserve MAC ctx between packets, saving 2xhash calls per-packet. | Damien Miller |
2007-05-31 | gc unreachable code; spotted by Tavis Ormandy | Damien Miller |
2006-09-19 | client NULL deref on protocol error; Tavis Ormandy, Google Security Team | Markus Friedl |
2006-09-16 | limit maximum work performed by the CRC compensation attack detector, | Damien Miller |
2006-08-05 | Typo in comment | Darren Tucker |
2006-08-03 | almost entirely get rid of the culture of ".h files that include .h files" | Theo de Raadt |
2006-08-01 | move #include <stdio.h> out of includes.h | Kevin Steves |
2006-07-26 | move #include <stdlib.h> out of includes.h | Kevin Steves |
2006-07-26 | move #include <sys/param.h> out of includes.h | Kevin Steves |
2006-07-25 | move #include <sys/time.h> out of includes.h | Kevin Steves |
2006-07-22 | move #include <string.h> out of includes.h | Kevin Steves |
2006-07-17 | move #include <unistd.h> out of includes.h | Kevin Steves |
2006-07-11 | move #include <errno.h> out of includes.h; ok markus@ | Kevin Steves |
2006-07-10 | move #include <stdarg.h> out of includes.h; ok markus@ | Kevin Steves |
2006-07-08 | move #include <sys/socket.h> out of includes.h | Kevin Steves |
2006-07-05 | move #include <netinet/in.h> out of includes.h; ok deraadt@ | Kevin Steves |
2006-03-30 | replace {GET,PUT}_XXBIT macros with functionally similar functions, | Damien Miller |
2006-03-25 | remove (char *) casts to a function that accepts void * for the arg | Theo de Raadt |
2006-03-25 | needed casts (always will be needed) | Theo de Raadt |
2006-03-25 | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | Damien Miller |
2006-03-25 | introduce xcalloc() and xasprintf() failure-checked allocations functions | Damien Miller |
2006-03-22 | remove IV support from the CRC attack detector, OpenSSH has never used | Damien Miller |
2006-03-20 | spacing | Theo de Raadt |
2006-03-20 | in a switch (), break after return or goto is stupid | Theo de Raadt |
2006-03-19 | RCSID() can die | Theo de Raadt |
2006-03-13 | Set TCP_NODELAY for all connections not just "interactive" ones. Fixes | Darren Tucker |
2006-02-08 | move #include <netinet/in_systm.h> and <netinet/ip.h> out of | Kevin Steves |
2005-10-30 | no need to escape single quotes in comments, no binary change | Damien Miller |
2005-07-28 | missing packet_init_compression(); from solar | Markus Friedl |
2005-07-25 | add a new compression method that delays compression until the user | Markus Friedl |
2005-06-17 | make this -Wsign-compare clean; ok avsm@ markus@ | Damien Miller |