Age | Commit message (Expand) | Author |
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 |
2004-10-20 | disconnect for invalid (out of range) message types. | Markus Friedl |
2004-06-21 | make ssh -Wshadow clean, no functional changes | Anil Madhavapeddy |
2004-06-14 | set_nonblock() instead of fnctl(...,O_NONBLOCK); "looks sane" deraadt@ | Damien Miller |
2004-05-11 | improve some code lint did not like; djm millert ok | Theo de Raadt |
2003-09-23 | replace fatal_cleanup() and linked list of fatal callbacks with static | Markus Friedl |
2003-09-19 | do not call packet_close on fatal; ok deraadt | Markus Friedl |
2003-09-19 | buffer_dump only if PACKET_DEBUG is defined; Jedi/Sector One; pr 3471 | Markus Friedl |
2003-07-10 | the 2^(blocksize*2) rekeying limit is too expensive for 3DES, | Markus Friedl |
2003-06-24 | int -> u_int; ok djm@, deraadt@, mouring@ | Markus Friedl |
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 |