Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-04 | - Initialise sa_mask properly | Matt Johnston | |
2012-02-21 | - Merge | Matt Johnston | |
2012-02-21 | - Make sure sa_mask is set | Matt Johnston | |
2012-02-21 | - Burn buffers to 0x00 instead | Matt Johnston | |
2012-02-10 | Merge | Matt Johnston | |
2012-02-10 | Clear a few buffers when possible | Matt Johnston | |
2011-12-04 | - Fix use-after-free if multiple command requests were sent. Move | Matt Johnston | |
the original_command into chansess struct since that makes more sense | |||
2011-12-04 | - Remove unused variable/code | Matt Johnston | |
2011-12-04 | - Make sure we don't use channel-specific data after it has been freed | Matt Johnston | |
with a ChanType->closehandler() | |||
2011-12-04 | - Fix some format strings in TRACE()s | Matt Johnston | |
2011-12-04 | - We don't need to test for NULL before free() | Matt Johnston | |
2011-11-10 | Put better #if guards around IPv6 socket options for IPV6_TCLASS and | Matt Johnston | |
IPV6_V6ONLY. From Gustavo Zacarias. | |||
2011-11-08 | Added signature for changeset 3f12086c2ef2 | Matt Johnston | |
2011-11-08 | Added tag DROPBEAR_2011.54 for changeset 3f12086c2ef2 | Matt Johnston | |
2011-11-08 | Changelog and version bump for 2011.54 | Matt Johnston | |
2011-11-08 | Fix symlink target created by installdropbearmulti | Matt Johnston | |
2011-11-08 | Added signature for changeset aa2f51a6b81d | Matt Johnston | |
2011-11-07 | Use "uint64_t" instead of "u_int64_t" since the Solaris doesn't have the | Matt Johnston | |
latter | |||
2011-11-06 | Fix crash with -R forwarding | Matt Johnston | |
2011-11-05 | Print the server allocated port when using dbclient -R 0:.... | Matt Johnston | |
Patch from Ali Onur Uyar | |||
2011-11-03 | update tags | convert-repo | |
2011-10-26 | Set IPTOS_LOWDELAY for IPv6 too | Matt Johnston | |
--HG-- extra : convert_revision : bebc84493fc5f4ca914ae8828e6db7204c086ac2 | |||
2011-10-26 | - Add ALLOW_BLANK_PASSWORD option | Matt Johnston | |
- Don't reject blank-password logins via public key --HG-- extra : convert_revision : 2d4bb3ecb013a7be47a7b470fc6b23e653a43dfb | |||
2011-10-20 | Try bind IPV6_V6ONLY | Matt Johnston | |
--HG-- extra : convert_revision : cfe965c1503984cafaa98b684269db99bec310eb | |||
2011-07-05 | list.c also has no trailing newline | Matt Johnston | |
--HG-- extra : convert_revision : cfe8e94b86e98f79b18abebbcd49c6eb5908c74c | |||
2011-07-05 | Fix lost ending newline | Matt Johnston | |
--HG-- extra : convert_revision : eacbbecc4f4aad52a29b013beed83b7d54a98796 | |||
2011-06-30 | Hopefully fix -lcrypt problem | Matt Johnston | |
--HG-- extra : convert_revision : 94d41df148dba424a62b442aebdb5cf0db11449a | |||
2011-06-07 | Fix case where "-K 1" would cause a SSH_MSG_IGNORE packet to be sent | Matt Johnston | |
with the wrong encryption key ("bad packet length" symptom) while key exchange was happening. --HG-- extra : convert_revision : f7d27ec094c4aba2a4289c523c722fcb3c3f58ca | |||
2011-06-07 | Mention that the value is in seconds | Matt Johnston | |
--HG-- extra : convert_revision : fcdafc69f831ab356b34815958114cc3d75d23bb | |||
2011-04-07 | Clean up leaked FD if getnameinfo fails. From Klocwork | Matt Johnston | |
--HG-- extra : convert_revision : 712881a0b28aa45804bed6803fb72a4a35714e41 | |||
2011-04-07 | Fix crash when remote forwarding was requested | Matt Johnston | |
--HG-- extra : convert_revision : 5c0a794976692a54ec36111291179020e2ae6c1e | |||
2011-04-07 | Fix leak found by Klocwork | Matt Johnston | |
--HG-- extra : convert_revision : 51ce088e100e9ea150efc6bf3d021f019a46b2f5 | |||
2011-04-07 | Properly fix the bug found years ago by Klocwork, refound again. | Matt Johnston | |
--HG-- extra : convert_revision : 65b95facde07c748c56e0bfa25c801397dc16a99 | |||
2011-04-07 | Clean up fd on failure. Found by Klocwork | Matt Johnston | |
--HG-- extra : convert_revision : 4b999175c8e91ee3ddf283b17525999499a12849 | |||
2011-04-07 | Define LTC_NO_FILE to avoid hmac_file() etc | Matt Johnston | |
--HG-- extra : convert_revision : b918fd450c1572ce055a6a1fe8c161a495ddec34 | |||
2011-04-07 | Fix FD leak if connect() fails, found by Klocwork | Matt Johnston | |
--HG-- extra : convert_revision : 4f7dec450bb69aee8d7789b8ab10311b1d1655bb | |||
2011-04-07 | Add noreturn and format attribute hints for some functions. | Matt Johnston | |
--HG-- extra : convert_revision : 6cc8735d01f0360b918edc26be05681725c0022a | |||
2011-04-07 | Fix memory leak found by Klocwork | Matt Johnston | |
--HG-- extra : convert_revision : 6f1e5e6dd6462f1c35a6bfd601a0f5f8b99410d6 | |||
2011-04-07 | Tidy error handling and get rid of some commented out code | Matt Johnston | |
--HG-- extra : convert_revision : beb6fc766123135d5ae455ff7ad6b48d85386f62 | |||
2011-04-07 | Change comparison to be more paranoid (and perhaps avoid Klocwork false | Matt Johnston | |
positive). Does not change behaviour. --HG-- extra : convert_revision : 11d5ca4bf2f4197ed2d14b6772a351bcb59f775e | |||
2011-04-07 | Fix check of wrong variable found by Klocwork | Matt Johnston | |
--HG-- extra : convert_revision : 6f3b074e83bb808019f49c5aca3451b70f9f1e8f | |||
2011-03-31 | Avoid segfault when handling childpid race | Matt Johnston | |
--HG-- extra : convert_revision : 8845727a7e2b096015dbb76d8f3df13c9acee7da | |||
2011-03-18 | Use mp_init_size() to avoid some mp_grow()s | Matt Johnston | |
--HG-- extra : convert_revision : 94b7dd79a8e970e9641d4e655b3db48190ac2531 | |||
2011-03-02 | Update changelog for 0.53.1 | Matt Johnston | |
--HG-- extra : convert_revision : c7f6c45c46a2f8e2394756c68ae825d6e4dc7489 | |||
2011-02-28 | merge of '8a608f0ed5e4b491dba4bf330e560636ec7376fd' | Matt Johnston | |
and 'b31879a384d3bf8cbcbe2ed731d7d79d49799b1d' --HG-- extra : convert_revision : dfa0557e6070859d23ff096789f339e51a870177 | |||
2011-02-28 | - Don't allow setting memLevel since that doesn't work properly | Matt 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-28 | Compile fix for when both client and server agent forwarding is disabled | Matt Johnston | |
--HG-- extra : convert_revision : 8a608f0ed5e4b491dba4bf330e560636ec7376fd | |||
2011-02-27 | Refer to RFCs rather than drafts, update some section references | Matt 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-25 | Updates changelog. Mention diffie-hellman-group14-sha1 in 0.53 | Matt Johnston | |
release, -lcrypt order for 0.53.1 --HG-- extra : convert_revision : 2fa3bd3d29fe694a50f929a12ca249931c92311d |