Age | Commit message (Expand) | Author |
2002-01-14 | (c) 2002 | Markus Friedl |
2002-01-14 | remove function pointers for events, remove chan_init*; ok provos@ | Markus Friedl |
2002-01-14 | remove duplicated code; ok provos@ | Markus Friedl |
2002-01-14 | correct fn names for ssh2, do not switch from closed to closed; ok provos@ | Markus Friedl |
2002-01-14 | merge chan_[io]buf_empty[12]; ok provos@ | Markus Friedl |
2002-01-14 | chan_send_oclose1() no longer calls chan_shutdown_write(); ok provos@ | Markus Friedl |
2002-01-13 | add chan_set_[io]state(), order states, state is now an u_int, | Markus Friedl |
2002-01-13 | use buffer API and avoid static strings of fixed size; ok provos@/mouring@ | Markus Friedl |
2002-01-13 | change to use queue.h macros; okay markus@ | Niels Provos |
2002-01-12 | undo local change | Markus Friedl |
2002-01-11 | use snprintf; mouring@ | Markus Friedl |
2002-01-11 | use snprintf; mouring@ | Markus Friedl |
2002-01-11 | use _PATH_TTY | Markus Friedl |
2002-01-11 | use strlcpy not strlcat; mouring@ | Markus Friedl |
2002-01-11 | a single dispatch_protocol_error() that sends a message of type 'UNIMPLEMENTED' | Markus Friedl |
2002-01-11 | add defines for msg type ranges | Markus Friedl |
2002-01-11 | handle received SSH2_MSG_UNIMPLEMENTED messages; ok djm@ | Markus Friedl |
2002-01-10 | more unused code (with channels.c:1.156) | Markus Friedl |
2002-01-10 | remove dead code (skip drain) | Markus Friedl |
2002-01-10 | handle SSH2_MSG_GLOBAL_REQUEST (just reply with failure); ok djm@ | Markus Friedl |
2002-01-10 | skip client_alive_check until there are channels; ok beck@ | Markus Friedl |
2002-01-09 | replace buffer_consume(b, buffer_len(b)) with buffer_clear(b); ok provos@ | Markus Friedl |
2002-01-09 | merge channel_pre_open_15/channel_pre_open_20; ok provos@ | Markus Friedl |
2002-01-09 | append \n only for public keys | Markus Friedl |
2002-01-05 | some missing and misplaced periods | Kevin Steves |
2002-01-05 | fix hanging x11 channels for rejected cookies (e.g. XAUTHORITY=/dev/null xbiff) | Markus Friedl |
2002-01-04 | protocol 2 HostKey code default is now /etc/ssh_host_rsa_key and | Kevin Steves |
2002-01-04 | remove #ifdef _PATH_XAUTH/#endif; ok markus@ | Kevin Steves |
2002-01-03 | grammar in comment | Kevin Steves |
2001-12-29 | remove unneeded casts and some char->u_char cleanup; ok markus@ | Kevin Steves |
2001-12-28 | document LogLevel DEBUG[123]; ok markus@ | Kevin Steves |
2001-12-28 | remove plen from the dispatch fn. it's no longer used. | Markus Friedl |
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-27 | auth_rhosts_rsa now accept generic keys. | Markus Friedl |
2001-12-27 | always use BN_clear_free instead of BN_free | Markus Friedl |
2001-12-27 | missing include | Markus Friedl |
2001-12-27 | clarify -p; ok markus@ | Kevin Steves |
2001-12-27 | call fatal() for openssl allocation failures | Markus Friedl |
2001-12-27 | -t is only needed for key generation (unbreaks -i, -e, etc). | Markus Friedl |
2001-12-25 | be more carefull on allocation | Markus Friedl |
2001-12-25 | be more careful on allocation | Markus Friedl |
2001-12-24 | try all listed keys.. how did this get broken? | Theo de Raadt |
2001-12-21 | remove ifdef for USE_PIPES since fdin != fdout; ok djm@ | Markus Friedl |
2001-12-21 | Try all standard key files (id_rsa, id_dsa, identity) when invoked with | Damien Miller |
2001-12-21 | Avoid interruptable passphrase read; ok markus@ | Damien Miller |
2001-12-21 | Remove default (rsa1) key type; ok markus@ | Damien Miller |