Age | Commit message (Expand) | Author |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt |
2003-04-08 | rename log() into logit() to avoid name conflict. markus ok, from netbsd | Jun-ichiro itojun Hagino |
2003-04-02 | reapply rekeying chage, tested by henning@, ok djm@ | Markus Friedl |
2003-04-01 | backout rekeying changes (for 3.6.1) | Markus Friedl |
2003-04-01 | rekeying bugfixes and automatic rekeying: | Markus Friedl |
2002-12-10 | static | Markus Friedl |
2002-12-10 | move tos handling to packet_set_tos; ok provos/henning/deraadt | Markus Friedl |
2002-11-21 | debug->debug2, unify debug messages | Markus Friedl |
2002-11-04 | log before send disconnect; ok djm@ | Markus Friedl |
2002-10-23 | use %u for u_int | Markus Friedl |
2002-07-04 | blah blah minor nothing as i read and re-read and re-read... | Theo de Raadt |
2002-06-23 | packet_get_int() returns unsigned for reason & seqnr | Theo de Raadt |
2002-06-19 | make the monitor sync the transfer ssh1 session key; | Markus Friedl |
2002-06-04 | remove __FUNCTION__ | Markus Friedl |
2002-03-24 | debug->debug3 for extra padding | Markus Friedl |
2002-03-19 | KNF whitespace | Markus Friedl |
2002-03-18 | export/import cipher state, iv and ssh2 seqnr; needed by ssh-privsep | Markus Friedl |
2002-02-27 | remove unneeded casts in [gs]etsockopt(); ok markus@ | Kevin Steves |
2002-02-24 | make 'cp' unsigned and merge with 'ucp'; ok stevesk@ | Markus Friedl |
2002-02-14 | hide some more implementation details of cipher.[ch] and prepares for move | Markus Friedl |
2002-01-24 | need misc.h for set_nodelay() | Kevin Steves |
2002-01-24 | add set_nodelay() to set TCP_NODELAY on a socket (prep for nagle tuning). | Kevin Steves |
2002-01-18 | unneeded cast cleanup; ok markus@ | Kevin Steves |
2002-01-11 | handle received SSH2_MSG_UNIMPLEMENTED messages; ok djm@ | Markus Friedl |
2001-12-29 | remove unneeded casts and some char->u_char cleanup; ok markus@ | Kevin Steves |
2001-12-28 | packet_read* no longer return the packet length, since it's not used. | Markus Friedl |
2001-12-28 | buffer_get_bignum: int -> void | Markus Friedl |
2001-12-28 | packet_get_bignum* no longer returns a size | Markus Friedl |
2001-12-28 | s/packet_done/packet_check_eom/ (end-of-message); ok djm@ | Markus Friedl |
2001-12-27 | get rid of packet_integrity_check, use packet_done() instead. | Markus Friedl |
2001-12-20 | Conformance fix: we should send failing packet sequence number when | Damien Miller |
2001-12-19 | change the buffer/packet interface to use void* vs. char*; ok markus@ | Kevin Steves |
2001-12-19 | basic KNF done while i was looking for something else | Theo de Raadt |
2001-12-05 | minor KNF | Theo de Raadt |
2001-12-05 | make it compile with more strict prototype checking | Jun-ichiro itojun Hagino |
2001-11-10 | remove extra debug() | Markus Friedl |
2001-11-07 | pad using the padding field from the ssh2 packet instead of sending | Markus Friedl |
2001-09-27 | missing called=1; chombier@mac.com | Markus Friedl |
2001-06-25 | update copyright for 2001 | Markus Friedl |
2001-06-23 | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | Jun-ichiro itojun Hagino |
2001-06-20 | move from channel_stop_listening to channel_free_all, | Markus Friedl |
2001-06-12 | do not log() packet_set_maxsize | Markus Friedl |
2001-06-07 | use xxx_put_cstring() | Markus Friedl |
2001-05-31 | undo the .c file split, just merge the header and keep the cvs history | Markus Friedl |
2001-05-30 | channel layer cleanup: merge header files and split .c files | Markus Friedl |
2001-05-28 | remove some lines, simplify. | Markus Friedl |
2001-04-05 | fix whitespace: unexpand + trailing spaces. | Markus Friedl |
2001-04-05 | reset compress state per direction when rekeying. | Markus Friedl |
2001-04-04 | clear+free keys,iv for rekeying. | Markus Friedl |
2001-04-04 | don't sent multiple kexinit-requests. | Markus Friedl |