Age | Commit message (Expand) | Author |
2009-05-28 | Keep track of number of bytes read and written. Needed for upcoming | Andreas Gunnarsson |
2009-05-27 | Un-static ssh_exchange_identification(), part of a larger change from | Andreas Gunnarsson |
2009-05-27 | Add packet_put_int64() and packet_get_int64(), part of a larger change | Andreas Gunnarsson |
2009-05-27 | Move the KEX_COOKIE_LEN define to kex.h | Andreas Gunnarsson |
2009-05-27 | Send SSH2_MSG_DISCONNECT when the client disconnects. From a larger | Andreas Gunnarsson |
2009-05-27 | Add clear_cached_addr(), needed for upcoming changes allowing the peer | Andreas Gunnarsson |
2009-05-25 | Put the globals in packet.c into a struct and don't access it directly | Andreas Gunnarsson |
2009-04-21 | clarify we cd to user's home after chroot; ok markus@ on | Kevin Steves |
2009-04-18 | tweak previous; ok stevesk | Jason McIntyre |
2009-04-17 | clarify that even internal-sftp needs /dev/log for logging to work; ok | Kevin Steves |
2009-04-17 | use INTERNAL_SFTP_NAME for setproctitle() of in-process sftp-server; | Kevin Steves |
2009-04-14 | Fixed a few the-the misspellings in comments. Skipped a bunch in binutils,gcc... | Janne Johansson |
2009-04-14 | remove unused option character from getopt() optstring; ok markus@ | Kevin Steves |
2009-04-13 | fix possessive; ok djm@ | Kevin Steves |
2009-03-26 | fix a few typographical errors found by spell(1). | Igor Sobrado |
2009-03-23 | My previous commit didn't fix the problem at all, so stick at my first | Tobias Stoeckmann |
2009-03-23 | Fixed a possible out-of-bounds memory access if the environment variable | Tobias Stoeckmann |
2009-03-19 | for "Ciphers", just point the reader to the keyword in ssh_config(5), just | Jason McIntyre |
2009-03-17 | pass correct argv[0] to openlog(); ok djm@ | Markus Friedl |
2009-03-05 | document what these functions do so I don't ever have to recuse into | Damien Miller |
2009-03-05 | refactor the (disabled) Schnorr proof code to make it a little more | Damien Miller |
2009-02-23 | openssh-5.2 | Damien Miller |
2009-02-22 | missing period | Damien Miller |
2009-02-22 | don't advertise experimental options | Damien Miller |
2009-02-21 | Added missing newlines in error messages. | Tobias Stoeckmann |
2009-02-18 | signature should hash over the entire group, not just the generator | Damien Miller |
2009-02-17 | sync with revised default ciphers; pointed out by dkrause@ | Damien Miller |
2009-02-14 | mention that eow and no-more-sessions extensions are sent only to | Damien Miller |
2009-02-13 | check for enc !=NULL in packet_start_discard | Markus Friedl |
2009-02-12 | kill trailing whitespace; | Jason McIntyre |
2009-02-12 | document RemoteForward usage with 0 listen port | Damien Miller |
2009-02-12 | consistency: Dq => Ql | Damien Miller |
2009-02-12 | document -R0:... usage | Damien Miller |
2009-02-12 | some paranoia: check that the serialised key is really KEY_RSA before | Damien Miller |
2009-02-12 | tighten check for -R0:... forwarding: only allow dynamic allocation if | Damien Miller |
2009-02-12 | support remote port forwarding with a zero listen port (-R0:...) to | Damien Miller |
2009-02-02 | Initialize a few variables to prevent spurious "may be used uninitialized" | Darren Tucker |
2009-01-26 | Work around the CPNI-957037 Plaintext Recovery Attack by always | Markus Friedl |
2009-01-24 | sync list of preferred ciphers; ok djm@ | Christian Weisgerber |
2009-01-23 | prefer CTR modes and revised arcfour (i.e w/ discard) modes to CBC | Damien Miller |
2009-01-22 | another chunk of a2port() diff that got away. wtfdjm?? | Damien Miller |
2009-01-22 | make a2port() return -1 when it encounters an invalid port number | Damien Miller |
2009-01-22 | oops! I committed the wrong version of the Channel->path diff, | Damien Miller |
2009-01-22 | make Channel->path an allocated string, saving a few bytes here and | Damien Miller |
2009-01-15 | 1) use obsolete instead of alias for consistency | Kevin Steves |
2009-01-14 | support SOCKS4A protocol, from dwmw2 AT infradead.org via bz#1482; | Damien Miller |
2009-01-01 | fix hash calculation for KEXGEX: hash over the original client-supplied | Damien Miller |
2009-01-01 | call channel destroy callbacks on receipt of open failure messages. | Damien Miller |
2008-12-30 | add AllowAgentForwarding to available Match keywords list | Okan Demirmen |
2008-12-29 | no need to escape single quotes in comments | Kevin Steves |