Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-23 | replace fatal_cleanup() and linked list of fatal callbacks with static | Markus Friedl | |
cleanup_exit() function. re-refine cleanup_exit() where appropriate, allocate sshd's authctxt eary to allow simpler cleanup in sshd. tested by many, ok deraadt@ | |||
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 | |
blowfish, etc, so enforce a 1GB limit for small blocksizes. | |||
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 | |
* both client and server rekey _automatically_ (a) after 2^31 packets, because after 2^32 packets the sequence number for packets wraps (b) after 2^(blocksize_in_bits/4) blocks (see: http://www.ietf.org/internet-drafts/draft-ietf-secsh-newmodes-00.txt) (a) and (b) are _enabled_ by default, and only disabled for known openssh versions, that don't support rekeying properly. * client option 'RekeyLimit' * do not reply to requests during rekeying | |||
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 | |
transfer keycontext only for RC4 (this is still depends on EVP implementation details and is broken). | |||
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 | |
to EVP, ok deraadt@ | |||
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 | |
no nagle changes just yet; ok djm@ markus@ | |||
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 | |
responding with a SSH_MSG_UNIMPLEMENTED message. Spotted by yakk@yakk.dot.net; ok markus@ | |||
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 | |
extra ignore messages. tested against several other ssh servers. | |||
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 | |
TODO; cleanup headers | |||
2001-06-20 | move from channel_stop_listening to channel_free_all, | Markus Friedl | |
call channel_free_all before calling waitpid() in serverloop. fixes the utmp handling; report from Lutz.Jaenicke@aet.TU-Cottbus.DE | |||
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 | |