Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-05 | only send SSH2_MSG_DISCONNECT if we're in compat20; from dtucker@ | Kevin Steves | |
ok deraadt@ markus@ | |||
2009-07-02 | allow for long home dir paths (bz #1615). ok deraadt | Darren Tucker | |
2009-06-30 | crank version; ok deraadt | Markus Friedl | |
2009-06-27 | Add client option UseRoaming. It doesn't do anything yet but will | Andreas Gunnarsson | |
control whether the client tries to use roaming if enabled on the server. From Martin Forssen. ok markus@ | |||
2009-06-27 | It may be necessary to retransmit some data when resuming, so add it | Andreas Gunnarsson | |
to a buffer when roaming is enabled. Most of this code was written by Martin Forssen, maf at appgate dot com. ok markus@ | |||
2009-06-27 | packet_bacup_state() and packet_restore_state() will be used to | Andreas Gunnarsson | |
temporarily save the current state ren resuming a suspended connection. ok markus@ | |||
2009-06-22 | alphabetize includes; reduces diff vs portable and style(9). ok stevesk djm | Darren Tucker | |
2009-06-21 | Add tags for the benefit of the sync scripts | Darren Tucker | |
2009-06-21 | abort if key_sign fails, preventing possible null deref. Based on report | Darren Tucker | |
from Paolo Ganci, ok markus@ djm@ | |||
2009-06-13 | Use debug3() instead of debug(), requested by markus@ | Andreas Gunnarsson | |
ok dtucker@ | |||
2009-06-12 | Move some more statics into session_state | Andreas Gunnarsson | |
ok markus@ djm@ | |||
2009-06-12 | Fix warnings. | Andreas Gunnarsson | |
ok markus@ djm@ | |||
2009-06-12 | Fix warnings found by chl@ and djm@ and change roaming_atomicio's | Andreas Gunnarsson | |
return type to match atomicio's Diff from djm@, ok markus@ | |||
2009-05-28 | Keep track of number of bytes read and written. Needed for upcoming | Andreas Gunnarsson | |
changes. Most code from Martin Forssen, maf at appgate dot com. ok markus@ | |||
2009-05-27 | Un-static ssh_exchange_identification(), part of a larger change from | Andreas Gunnarsson | |
Martin Forssen and needed for upcoming changes. ok markus@ | |||
2009-05-27 | Add packet_put_int64() and packet_get_int64(), part of a larger change | Andreas Gunnarsson | |
from Martin Forssen. ok markus@ | |||
2009-05-27 | Move the KEX_COOKIE_LEN define to kex.h | Andreas Gunnarsson | |
ok markus@ | |||
2009-05-27 | Send SSH2_MSG_DISCONNECT when the client disconnects. From a larger | Andreas Gunnarsson | |
change from Martin Forssen, maf at appgate dot com. ok markus@ | |||
2009-05-27 | Add clear_cached_addr(), needed for upcoming changes allowing the peer | Andreas Gunnarsson | |
address to change. ok markus@ | |||
2009-05-25 | Put the globals in packet.c into a struct and don't access it directly | Andreas Gunnarsson | |
from other files. No functional changes. ok markus@ djm@ | |||
2009-04-21 | clarify we cd to user's home after chroot; ok markus@ on | Kevin Steves | |
earlier version; tweaks and ok jmc@ | |||
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 | |
markus@ | |||
2009-04-17 | use INTERNAL_SFTP_NAME for setproctitle() of in-process sftp-server; | Kevin Steves | |
ok djm@ markus@ | |||
2009-04-14 | Fixed a few the-the misspellings in comments. Skipped a bunch in ↵ | Janne Johansson | |
binutils,gcc and so on. ok jmc@ | |||
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 | |
ok dtucker@, jmc@ | |||
2009-03-23 | My previous commit didn't fix the problem at all, so stick at my first | Tobias Stoeckmann | |
version of the fix presented to dtucker. Issue notified by Matthias Barkhoff (matthias dot barkhoff at gmx dot de). ok dtucker | |||
2009-03-23 | Fixed a possible out-of-bounds memory access if the environment variable | Tobias Stoeckmann | |
SHELL is shorter than 3 characters. with input by and ok dtucker | |||
2009-03-19 | for "Ciphers", just point the reader to the keyword in ssh_config(5), just | Jason McIntyre | |
as we do for "MACs": this stops us getting out of sync when the lists change; fixes documentation/6102, submitted by Peter J. Philipp alternative fix proposed by djm ok markus | |||
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 | |
b64_pton/ntop to remember their return values | |||
2009-03-05 | refactor the (disabled) Schnorr proof code to make it a little more | Damien Miller | |
generally useful | |||
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 | |
ok dtucker | |||
2009-02-18 | signature should hash over the entire group, not just the generator | Damien Miller | |
(this is still disabled code) | |||
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 | |
OpenSSH peers | |||
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 | |
diddling its internals | |||
2009-02-12 | tighten check for -R0:... forwarding: only allow dynamic allocation if | Damien Miller | |
want_reply is set in the packet | |||
2009-02-12 | support remote port forwarding with a zero listen port (-R0:...) to | Damien Miller | |
dyamically allocate a listen port at runtime (this is actually specified in rfc4254); bz#1003 ok markus@ | |||
2009-02-02 | Initialize a few variables to prevent spurious "may be used uninitialized" | Darren Tucker | |
warnings from newer gcc's. ok djm@ |