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