summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/packet.c
AgeCommit message (Expand)Author
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
2001-12-28packet_get_bignum* no longer returns a sizeMarkus Friedl
2001-12-28s/packet_done/packet_check_eom/ (end-of-message); ok djm@Markus Friedl
2001-12-27get rid of packet_integrity_check, use packet_done() instead.Markus Friedl
2001-12-20Conformance fix: we should send failing packet sequence number whenDamien Miller
2001-12-19change the buffer/packet interface to use void* vs. char*; ok markus@Kevin Steves
2001-12-19basic KNF done while i was looking for something elseTheo de Raadt
2001-12-05minor KNFTheo de Raadt
2001-12-05make it compile with more strict prototype checkingJun-ichiro itojun Hagino
2001-11-10remove extra debug()Markus Friedl
2001-11-07pad using the padding field from the ssh2 packet instead of sendingMarkus Friedl
2001-09-27missing called=1; chombier@mac.comMarkus Friedl
2001-06-25update copyright for 2001Markus Friedl
2001-06-23more strict prototypes. raise warning level in Makefile.inc. markus ok'edJun-ichiro itojun Hagino
2001-06-20move from channel_stop_listening to channel_free_all,Markus Friedl
2001-06-12do not log() packet_set_maxsizeMarkus Friedl
2001-06-07use xxx_put_cstring()Markus Friedl
2001-05-31undo the .c file split, just merge the header and keep the cvs historyMarkus Friedl
2001-05-30channel layer cleanup: merge header files and split .c filesMarkus Friedl
2001-05-28remove some lines, simplify.Markus Friedl
2001-04-05fix whitespace: unexpand + trailing spaces.Markus Friedl
2001-04-05reset compress state per direction when rekeying.Markus Friedl
2001-04-04clear+free keys,iv for rekeying.Markus Friedl
2001-04-04don't sent multiple kexinit-requests.Markus Friedl