Mike Frysinger
c957edbe75
check for fork() and not __uClinux__
2012-04-08 01:50:52 -04:00
Mike Frysinger
33ae2be52e
fix out-of-tree cleaning
...
If we build out of tree and then run `make clean`, we hit an
infinite loop where libtommath tries to enter subdirs that don't
exist and run `make clean`.
2012-04-08 02:06:54 -04:00
Matt Johnston
496c1db974
Added signature for changeset 85f835f2fe0a
2012-02-23 21:46:02 +08:00
Matt Johnston
f381274278
Added tag DROPBEAR_2012.55 for changeset d354464b2aa6
2012-02-23 21:45:42 +08:00
Matt Johnston
398339218e
- Improve CHANGES description
2012-02-23 21:45:36 +08:00
Matt Johnston
4dda424f74
2012.55
2012-02-22 22:12:15 +08:00
Matt Johnston
f403c1f18b
- Fix minor leak
2012-02-22 22:05:24 +08:00
Matt Johnston
ff5d94a7a4
Fix accidentally committed change
2012-02-22 19:33:07 +08:00
Matt Johnston
a15fc009da
- Initialise sa_mask properly
2011-12-04 05:41:46 +08:00
Matt Johnston
6c4390c848
- Merge
2012-02-21 23:00:30 +08:00
Matt Johnston
a3188b44f0
- Make sure sa_mask is set
2012-02-21 22:57:19 +08:00
Matt Johnston
aaa72ddbfc
- Burn buffers to 0x00 instead
2012-02-21 22:56:45 +08:00
Matt Johnston
bcf3a3ab93
Merge
2012-02-10 19:09:52 +08:00
Matt Johnston
5feebd300e
Clear a few buffers when possible
2012-02-10 18:32:18 +08:00
Matt Johnston
aec23e5f79
- Fix use-after-free if multiple command requests were sent. Move
...
the original_command into chansess struct since that makes more sense
2011-12-04 05:31:25 +08:00
Matt Johnston
52a466b8af
- Remove unused variable/code
2011-12-04 05:27:57 +08:00
Matt Johnston
baa32218b0
- Make sure we don't use channel-specific data after it has been freed
...
with a ChanType->closehandler()
2011-12-04 05:27:29 +08:00
Matt Johnston
fd0b05943d
- Fix some format strings in TRACE()s
2011-12-04 05:24:50 +08:00
Matt Johnston
2e0145fb95
- We don't need to test for NULL before free()
2011-12-04 05:23:43 +08:00
Matt Johnston
c894ea4ea2
Put better #if guards around IPv6 socket options for IPV6_TCLASS and
...
IPV6_V6ONLY. From Gustavo Zacarias.
2011-11-10 18:17:00 +08:00
Matt Johnston
88278dee74
Added signature for changeset 3f12086c2ef2
2011-11-08 21:06:29 +08:00
Matt Johnston
d0fadd992f
Added tag DROPBEAR_2011.54 for changeset 3f12086c2ef2
2011-11-08 21:06:01 +08:00
Matt Johnston
eb45ce0e8a
Changelog and version bump for 2011.54
2011-11-08 20:48:15 +08:00
Matt Johnston
194b700592
Fix symlink target created by installdropbearmulti
2011-11-08 20:33:19 +08:00
Matt Johnston
5454c2a7f1
Added signature for changeset aa2f51a6b81d
2011-11-08 00:01:47 +08:00
Matt Johnston
a6568626a5
Use "uint64_t" instead of "u_int64_t" since the Solaris doesn't have the
...
latter
2011-11-07 19:31:53 +08:00
Matt Johnston
59943acffe
Fix crash with -R forwarding
2011-11-06 20:22:34 +08:00
Matt Johnston
d4e7654ed0
Print the server allocated port when using dbclient -R 0:....
...
Patch from Ali Onur Uyar
2011-11-05 23:12:15 +08:00
convert-repo
68b458ece9
update tags
2011-11-03 07:18:37 +00:00
Matt Johnston
1119ad3a2f
Set IPTOS_LOWDELAY for IPv6 too
...
--HG--
extra : convert_revision : bebc84493fc5f4ca914ae8828e6db7204c086ac2
2011-10-26 16:02:06 +00:00
Matt Johnston
29e68e9d79
- Add ALLOW_BLANK_PASSWORD option
...
- Don't reject blank-password logins via public key
--HG--
extra : convert_revision : 2d4bb3ecb013a7be47a7b470fc6b23e653a43dfb
2011-10-26 15:49:47 +00:00
Matt Johnston
c1fe2ec5ae
Try bind IPV6_V6ONLY
...
--HG--
extra : convert_revision : cfe965c1503984cafaa98b684269db99bec310eb
2011-10-20 13:45:43 +00:00
Matt Johnston
81cacd9f15
list.c also has no trailing newline
...
--HG--
extra : convert_revision : cfe8e94b86e98f79b18abebbcd49c6eb5908c74c
2011-07-05 12:52:06 +00:00
Matt Johnston
6def0ab5f1
Fix lost ending newline
...
--HG--
extra : convert_revision : eacbbecc4f4aad52a29b013beed83b7d54a98796
2011-07-05 12:50:15 +00:00
Matt Johnston
d20627585a
Hopefully fix -lcrypt problem
...
--HG--
extra : convert_revision : 94d41df148dba424a62b442aebdb5cf0db11449a
2011-06-30 14:34:32 +00:00
Matt Johnston
2bcb60fe56
Fix case where "-K 1" would cause a SSH_MSG_IGNORE packet to be sent
...
with the wrong encryption key ("bad packet length" symptom) while
key exchange was happening.
--HG--
extra : convert_revision : f7d27ec094c4aba2a4289c523c722fcb3c3f58ca
2011-06-07 11:55:44 +00:00
Matt Johnston
0f83379dc0
Mention that the value is in seconds
...
--HG--
extra : convert_revision : fcdafc69f831ab356b34815958114cc3d75d23bb
2011-06-07 11:08:47 +00:00
Matt Johnston
ca6d5fd05c
Clean up leaked FD if getnameinfo fails. From Klocwork
...
--HG--
extra : convert_revision : 712881a0b28aa45804bed6803fb72a4a35714e41
2011-04-07 13:52:43 +00:00
Matt Johnston
b9e21e2367
Fix crash when remote forwarding was requested
...
--HG--
extra : convert_revision : 5c0a794976692a54ec36111291179020e2ae6c1e
2011-04-07 13:39:10 +00:00
Matt Johnston
665b768cef
Fix leak found by Klocwork
...
--HG--
extra : convert_revision : 51ce088e100e9ea150efc6bf3d021f019a46b2f5
2011-04-07 13:38:27 +00:00
Matt Johnston
b272b967e2
Properly fix the bug found years ago by Klocwork, refound again.
...
--HG--
extra : convert_revision : 65b95facde07c748c56e0bfa25c801397dc16a99
2011-04-07 13:33:26 +00:00
Matt Johnston
22c16a8b71
Clean up fd on failure. Found by Klocwork
...
--HG--
extra : convert_revision : 4b999175c8e91ee3ddf283b17525999499a12849
2011-04-07 13:25:00 +00:00
Matt Johnston
f924aa18f2
Define LTC_NO_FILE to avoid hmac_file() etc
...
--HG--
extra : convert_revision : b918fd450c1572ce055a6a1fe8c161a495ddec34
2011-04-07 13:24:41 +00:00
Matt Johnston
72c446f160
Fix FD leak if connect() fails, found by Klocwork
...
--HG--
extra : convert_revision : 4f7dec450bb69aee8d7789b8ab10311b1d1655bb
2011-04-07 13:05:10 +00:00
Matt Johnston
2028b1b517
Add noreturn and format attribute hints for some functions.
...
--HG--
extra : convert_revision : 6cc8735d01f0360b918edc26be05681725c0022a
2011-04-07 12:59:18 +00:00
Matt Johnston
72a82cc0ac
Fix memory leak found by Klocwork
...
--HG--
extra : convert_revision : 6f1e5e6dd6462f1c35a6bfd601a0f5f8b99410d6
2011-04-07 12:34:44 +00:00
Matt Johnston
eef35883b7
Tidy error handling and get rid of some commented out code
...
--HG--
extra : convert_revision : beb6fc766123135d5ae455ff7ad6b48d85386f62
2011-04-07 12:30:20 +00:00
Matt Johnston
8028e07815
Change comparison to be more paranoid (and perhaps avoid Klocwork false
...
positive). Does not change behaviour.
--HG--
extra : convert_revision : 11d5ca4bf2f4197ed2d14b6772a351bcb59f775e
2011-04-07 11:18:35 +00:00
Matt Johnston
3fc6569d46
Fix check of wrong variable found by Klocwork
...
--HG--
extra : convert_revision : 6f3b074e83bb808019f49c5aca3451b70f9f1e8f
2011-04-07 11:14:22 +00:00
Matt Johnston
2303d0fd09
Avoid segfault when handling childpid race
...
--HG--
extra : convert_revision : 8845727a7e2b096015dbb76d8f3df13c9acee7da
2011-03-31 14:42:11 +00:00