summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/packet.c
AgeCommit message (Expand)Author
2006-03-25remove (char *) casts to a function that accepts void * for the argTheo de Raadt
2006-03-25needed casts (always will be needed)Theo de Raadt
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
2006-03-25introduce xcalloc() and xasprintf() failure-checked allocations functionsDamien Miller
2006-03-22remove IV support from the CRC attack detector, OpenSSH has never usedDamien Miller
2006-03-20spacingTheo de Raadt
2006-03-20in a switch (), break after return or goto is stupidTheo de Raadt
2006-03-19RCSID() can dieTheo de Raadt
2006-03-13Set TCP_NODELAY for all connections not just "interactive" ones. FixesDarren Tucker
2006-02-08move #include <netinet/in_systm.h> and <netinet/ip.h> out ofKevin Steves
2005-10-30no need to escape single quotes in comments, no binary changeDamien Miller
2005-07-28missing packet_init_compression(); from solarMarkus Friedl
2005-07-25add a new compression method that delays compression until the userMarkus Friedl
2005-06-17make this -Wsign-compare clean; ok avsm@ markus@Damien Miller
2004-10-20disconnect for invalid (out of range) message types.Markus Friedl
2004-06-21make ssh -Wshadow clean, no functional changesAnil Madhavapeddy
2004-06-14set_nonblock() instead of fnctl(...,O_NONBLOCK); "looks sane" deraadt@Damien Miller
2004-05-11improve some code lint did not like; djm millert okTheo de Raadt
2003-09-23replace fatal_cleanup() and linked list of fatal callbacks with staticMarkus Friedl
2003-09-19do not call packet_close on fatal; ok deraadtMarkus Friedl
2003-09-19buffer_dump only if PACKET_DEBUG is defined; Jedi/Sector One; pr 3471Markus Friedl
2003-07-10the 2^(blocksize*2) rekeying limit is too expensive for 3DES,Markus Friedl
2003-06-24int -> u_int; ok djm@, deraadt@, mouring@Markus Friedl
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-04-08rename log() into logit() to avoid name conflict. markus ok, from netbsdJun-ichiro itojun Hagino
2003-04-02reapply rekeying chage, tested by henning@, ok djm@Markus Friedl
2003-04-01backout rekeying changes (for 3.6.1)Markus Friedl
2003-04-01rekeying bugfixes and automatic rekeying:Markus Friedl
2002-12-10staticMarkus Friedl
2002-12-10move tos handling to packet_set_tos; ok provos/henning/deraadtMarkus Friedl
2002-11-21debug->debug2, unify debug messagesMarkus Friedl
2002-11-04log before send disconnect; ok djm@Markus Friedl
2002-10-23use %u for u_intMarkus Friedl
2002-07-04blah blah minor nothing as i read and re-read and re-read...Theo de Raadt
2002-06-23packet_get_int() returns unsigned for reason & seqnrTheo de Raadt
2002-06-19make the monitor sync the transfer ssh1 session key;Markus Friedl
2002-06-04remove __FUNCTION__Markus Friedl
2002-03-24debug->debug3 for extra paddingMarkus Friedl
2002-03-19KNF whitespaceMarkus Friedl
2002-03-18export/import cipher state, iv and ssh2 seqnr; needed by ssh-privsepMarkus Friedl
2002-02-27remove unneeded casts in [gs]etsockopt(); ok markus@Kevin Steves
2002-02-24make 'cp' unsigned and merge with 'ucp'; ok stevesk@Markus Friedl
2002-02-14hide some more implementation details of cipher.[ch] and prepares for moveMarkus Friedl
2002-01-24need misc.h for set_nodelay()Kevin Steves
2002-01-24add set_nodelay() to set TCP_NODELAY on a socket (prep for nagle tuning).Kevin Steves
2002-01-18unneeded cast cleanup; ok markus@Kevin Steves
2002-01-11handle received SSH2_MSG_UNIMPLEMENTED messages; ok djm@Markus Friedl
2001-12-29remove unneeded casts and some char->u_char cleanup; ok markus@Kevin Steves
2001-12-28packet_read* no longer return the packet length, since it's not used.Markus Friedl
2001-12-28buffer_get_bignum: int -> voidMarkus Friedl