summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2011-06-07Fix case where "-K 1" would cause a SSH_MSG_IGNORE packet to be sentMatt Johnston
with the wrong encryption key ("bad packet length" symptom) while key exchange was happening. --HG-- extra : convert_revision : f7d27ec094c4aba2a4289c523c722fcb3c3f58ca
2011-06-07Mention that the value is in secondsMatt Johnston
--HG-- extra : convert_revision : fcdafc69f831ab356b34815958114cc3d75d23bb
2011-04-07Clean up leaked FD if getnameinfo fails. From KlocworkMatt Johnston
--HG-- extra : convert_revision : 712881a0b28aa45804bed6803fb72a4a35714e41
2011-04-07Fix crash when remote forwarding was requestedMatt Johnston
--HG-- extra : convert_revision : 5c0a794976692a54ec36111291179020e2ae6c1e
2011-04-07Fix leak found by KlocworkMatt Johnston
--HG-- extra : convert_revision : 51ce088e100e9ea150efc6bf3d021f019a46b2f5
2011-04-07Properly fix the bug found years ago by Klocwork, refound again.Matt Johnston
--HG-- extra : convert_revision : 65b95facde07c748c56e0bfa25c801397dc16a99
2011-04-07Clean up fd on failure. Found by KlocworkMatt Johnston
--HG-- extra : convert_revision : 4b999175c8e91ee3ddf283b17525999499a12849
2011-04-07Define LTC_NO_FILE to avoid hmac_file() etcMatt Johnston
--HG-- extra : convert_revision : b918fd450c1572ce055a6a1fe8c161a495ddec34
2011-04-07Fix FD leak if connect() fails, found by KlocworkMatt Johnston
--HG-- extra : convert_revision : 4f7dec450bb69aee8d7789b8ab10311b1d1655bb
2011-04-07Add noreturn and format attribute hints for some functions.Matt Johnston
--HG-- extra : convert_revision : 6cc8735d01f0360b918edc26be05681725c0022a
2011-04-07Fix memory leak found by KlocworkMatt Johnston
--HG-- extra : convert_revision : 6f1e5e6dd6462f1c35a6bfd601a0f5f8b99410d6
2011-04-07Tidy error handling and get rid of some commented out codeMatt Johnston
--HG-- extra : convert_revision : beb6fc766123135d5ae455ff7ad6b48d85386f62
2011-04-07Change comparison to be more paranoid (and perhaps avoid Klocwork falseMatt Johnston
positive). Does not change behaviour. --HG-- extra : convert_revision : 11d5ca4bf2f4197ed2d14b6772a351bcb59f775e
2011-04-07Fix check of wrong variable found by KlocworkMatt Johnston
--HG-- extra : convert_revision : 6f3b074e83bb808019f49c5aca3451b70f9f1e8f
2011-03-31Avoid segfault when handling childpid raceMatt Johnston
--HG-- extra : convert_revision : 8845727a7e2b096015dbb76d8f3df13c9acee7da
2011-03-18Use mp_init_size() to avoid some mp_grow()sMatt Johnston
--HG-- extra : convert_revision : 94b7dd79a8e970e9641d4e655b3db48190ac2531
2011-03-02Update changelog for 0.53.1Matt Johnston
--HG-- extra : convert_revision : c7f6c45c46a2f8e2394756c68ae825d6e4dc7489
2011-02-28merge of '8a608f0ed5e4b491dba4bf330e560636ec7376fd'Matt Johnston
and 'b31879a384d3bf8cbcbe2ed731d7d79d49799b1d' --HG-- extra : convert_revision : dfa0557e6070859d23ff096789f339e51a870177
2011-02-28- Don't allow setting memLevel since that doesn't work properlyMatt Johnston
- Better handling of the case where compressing makes the data larger (possibly only happens when memLevel is adjusted, but better to be safe) --HG-- extra : convert_revision : b31879a384d3bf8cbcbe2ed731d7d79d49799b1d
2011-02-28Compile fix for when both client and server agent forwarding is disabledMatt Johnston
--HG-- extra : convert_revision : 8a608f0ed5e4b491dba4bf330e560636ec7376fd
2011-02-27Refer to RFCs rather than drafts, update some section referencesMatt Johnston
--HG-- extra : convert_revision : b5c5c88e702f427b9d5e8c592e2b7e1bda204ff3
2011-02-27- Fix DROPBEAR_PRNGD_SOCKET since it doesn't need to call connect()Matt Johnston
any more --HG-- extra : convert_revision : 535f2029a34cba3d86eb8ce104d57c910c89c4a4
2011-02-25Updates changelog. Mention diffie-hellman-group14-sha1 in 0.53Matt Johnston
release, -lcrypt order for 0.53.1 --HG-- extra : convert_revision : 2fa3bd3d29fe694a50f929a12ca249931c92311d
2011-02-25-lcrypt needs to be before object files when static linkingMatt Johnston
--HG-- extra : convert_revision : 8ecc9a039f16d8492d2b7f64e8602d3f6302e212
2011-02-24- Set debian version to 0.53Matt Johnston
--HG-- extra : convert_revision : bddea10d0d68b0beafbd98d694df462961e489e6
2011-02-24Changelog for 0.53, bump versionMatt Johnston
--HG-- extra : convert_revision : 5369d8c2cbcbc07a86fce6a1b66ebd4979866a2d
2011-02-24Mention -L/-R listenaddress argument in manpageMatt Johnston
--HG-- extra : convert_revision : 2728be15a280f7b0d48741d033381c0ebf2281f5
2011-02-24It happened to sonyMatt Johnston
--HG-- extra : convert_revision : c2d5690ca9ed85c7d75dd9cc2c150de50503aa3b
2011-02-24Add diffie-hellman-group14-sha1 KEX methodMatt Johnston
--HG-- extra : convert_revision : 5b9c394ad43745e48c42d671cefac7a5c346082f
2011-02-23Improve capitalisation for all logged stringsMatt Johnston
--HG-- extra : convert_revision : 997e53cec7a9efb7413ac6e17b6be60a5597bd2e
2011-02-23merge of '8849ec659cb45b924158cc3322390a1d3d48daef'Matt Johnston
and 'a46ca9204de0df58d8701df0d79b6b8ec601b9ce' --HG-- extra : convert_revision : 00e4e5abea55474624e2ea0ea09f6fbc6c9e4c89
2011-02-23Don't reset last_packet_time when we're transmitting SSH_MSG_IGNORE packetsMatt Johnston
(from keepalives) --HG-- extra : convert_revision : a46ca9204de0df58d8701df0d79b6b8ec601b9ce
2010-07-21remove unused variableMatt Johnston
--HG-- extra : convert_revision : 8849ec659cb45b924158cc3322390a1d3d48daef
2010-07-21merge of '4b90e96a8a8afcc9feafc59cb47592a4a6d1cc30'Matt Johnston
and '94427244d30e268c74ddade212e31ba01f6f0950' --HG-- extra : convert_revision : 09d7a0d8401b94db3975c71f5bcafde428cb34d7
2010-07-21- Update fake-rfc2553.{c,h} from OpenSSH 5.5p1Matt Johnston
--HG-- extra : convert_revision : 4b90e96a8a8afcc9feafc59cb47592a4a6d1cc30
2010-07-21Fix bug in primality testing, seeMatt Johnston
http://bugs.gentoo.org/show_bug.cgi?id=328383 http://bugs.gentoo.org/show_bug.cgi?id=328409 https://bugzilla.redhat.com/show_bug.cgi?id=615088 Exact effects of the bug are uncertain. --HG-- extra : convert_revision : 94427244d30e268c74ddade212e31ba01f6f0950
2010-07-21Work properly again with bundled libtom*. autoconf is a hassle.Matt Johnston
--HG-- extra : convert_revision : 4077fc3332bd7c965aadbb05b02eba6d00fa9621
2010-07-21Rename rsa_key to dropbear_rsa_key (and same for dss too) soMatt Johnston
we don't conflict with libtomcrypt. --HG-- extra : convert_revision : 77961344ec415d73d48fdc7b1ebead3099c13394
2010-07-21Use system libtomcrypt/libtommath if available. Doesn't currentlyMatt Johnston
build due to clash in rsa_key identifier. --HG-- extra : convert_revision : c9a4726d1c89e17ee8e96801d1aaa8049216aae1
2010-07-20Comment public/private partsMatt Johnston
--HG-- extra : convert_revision : 914cbb822f488fa5d17affdad01fcc7dae6006b1
2010-03-21merge of '0adbc6745a5ada0b6780b0683209f5b26b1a335d'Matt Johnston
and 'a014a978f213e6ff424e7d10794ae426375f3191' --HG-- extra : convert_revision : eecc64377b2b55ba1d9e77855f4323cdc9f8e1c6
2010-03-21- make structure staticMatt Johnston
--HG-- extra : convert_revision : 0adbc6745a5ada0b6780b0683209f5b26b1a335d
2010-03-04don't #include "utmp.h"Matt Johnston
--HG-- extra : convert_revision : a014a978f213e6ff424e7d10794ae426375f3191
2010-02-27- fixes for listenaddrMatt Johnston
--HG-- extra : convert_revision : 9eebe96bb7c26c4c09c77a2e89a67a7332abcd49
2010-02-27merge of '48fdaa8706d1acda35e9d564adc9a1fbc96c18c8'Matt Johnston
and '658fd03abd21e0da7c4c89b9fff9dc693c72daae' --HG-- extra : convert_revision : 8064882fcaa13d586651021462b9014b74332107
2010-02-27- tcpfwd bindaddr support against trunk. needs merging.Matt Johnston
--HG-- extra : convert_revision : 658fd03abd21e0da7c4c89b9fff9dc693c72daae
2010-02-24- Progress for allowing specifying a listenaddr for tcp forwardsMatt Johnston
--HG-- extra : convert_revision : 48fdaa8706d1acda35e9d564adc9a1fbc96c18c8
2009-09-13Mention -p's address argument in manpage synopsisMatt Johnston
--HG-- extra : convert_revision : abef8fc8584889de6fd92ceaec28d094419462e0
2009-09-11- Disable compression for non-final multihopsMatt Johnston
--HG-- extra : convert_revision : c507a2aacb9e0db4c0266891b8915c614e32857e
2009-09-10Remove extraneous semicolonMatt Johnston
--HG-- extra : convert_revision : ea33f9576dd0ff344d6f1d150a01265470f56131