summaryrefslogtreecommitdiffhomepage
path: root/dbutil.c
AgeCommit message (Collapse)Author
2015-02-13Add envirnonment variable for debug timestamps to roughly matchMatt Johnston
network timestamps (in tshark)
2015-02-13Make it compileMatt Johnston
2015-02-13piggyback data on acks when making connections on linuxMatt Johnston
2015-01-24Default client key path ~/.ssh/id_dropbearMatt Johnston
2014-08-06Don't warn about ENOTSOCK when setting priorityMatt Johnston
2014-07-28Fix some format string warningsMatt Johnston
2014-07-28Fix clock_gettime handlingMatt Johnston
2014-06-25Improve handling lots of concurrent forwarded connections. IncreaseMatt Johnston
connection backlog, avoid check_close() for channels that haven't had IO
2014-03-21Fix monotonic_now() on OS XMatt Johnston
2014-03-13Add new monotonic_now() wrapper so that timeouts are unaffected byMatt Johnston
system clock changes
2014-01-17DROPBEAR_CLI_AUTH_IMMEDIATE fixed, now enabled by defaultMatt Johnston
2013-12-03- Sockets are set to lowdelay priority initially to improve conneciton setupMatt Johnston
time - Set non-pty connections to bulk for client and server
2013-12-02Set IPTOS_LOWDELAY on PTY sessions onlyCatalin Patulea
2013-11-25Fix some warningsMatt Johnston
2013-10-18Merge in changes from the past couple of releasesMatt Johnston
--HG-- branch : ecc
2013-10-03Constant time memcmp for the hmac and password cryptMatt Johnston
2013-05-21merge in HEADMatt Johnston
--HG-- branch : ecc
2013-04-08add printmpint() for debuggingMatt Johnston
--HG-- branch : ecc
2013-04-04Take transmit and receive keys into use separatelyMatt Johnston
2013-04-01Move the more verbose TRACE() statements into TRACE2()Matt Johnston
2012-04-09Rename HAVE_FORK to USE_VFORKMatt Johnston
It makes it a bit more obvious why there's a test there since HAVE_FORK is the normal case.
2012-04-08check for fork() and not __uClinux__Mike Frysinger
2012-02-21- MergeMatt Johnston
2012-02-21- Burn buffers to 0x00 insteadMatt Johnston
2011-12-04- We don't need to test for NULL before free()Matt Johnston
2011-11-10Put better #if guards around IPv6 socket options for IPV6_TCLASS andMatt Johnston
IPV6_V6ONLY. From Gustavo Zacarias.
2011-10-26Set IPTOS_LOWDELAY for IPv6 tooMatt Johnston
--HG-- extra : convert_revision : bebc84493fc5f4ca914ae8828e6db7204c086ac2
2011-10-20Try bind IPV6_V6ONLYMatt Johnston
--HG-- extra : convert_revision : cfe965c1503984cafaa98b684269db99bec310eb
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-02-23Improve capitalisation for all logged stringsMatt Johnston
--HG-- extra : convert_revision : 997e53cec7a9efb7413ac6e17b6be60a5597bd2e
2009-09-01Rearrange getaddrstring() etcMatt Johnston
--HG-- extra : convert_revision : 8a18c4a60aeaec085923d13d98fa0f93c506ceba
2009-07-01Talking to the agent works now. Can't interpret the pubkeys.Matt Johnston
--HG-- branch : agent-client extra : convert_revision : 357373f28e889108178b8627480fd24bc26dcbd7
2009-07-01Make it compile, update for changes in channel structure.Matt Johnston
--HG-- branch : agent-client extra : convert_revision : 84676a98a0848224078a716b1292744a34e9d80c
2008-09-23propagate from branch 'au.asn.ucc.matt.dropbear' (head ↵Matt Johnston
4fb35083f0f46ea667e7043e7d4314aecd3df46c) to branch 'au.asn.ucc.matt.dropbear.cli-agent' (head 833d0adef6cdbf43ea75283524c665e70b0ee1ee) --HG-- branch : agent-client extra : convert_revision : 6bbab8364de17bd9ecb1dee5ffb796e48c0380d2
2008-09-22Replace calls to strtoul() with a helper m_str_to_uint()Matt Johnston
--HG-- extra : convert_revision : 1f8643c5ba7fe789c120b503c396281ac45f9730
2008-09-18- Improve DNS failure message to include lookup hostMatt Johnston
--HG-- extra : convert_revision : c0555e457f4da6b618b87f2cf4bf5c4c4d0f9e28
2008-09-17Don't capture stderr from spawned processes in proxycommand modeMatt Johnston
--HG-- extra : convert_revision : 636506b73e973b004cc058b07e6f36a25ff902f8
2008-09-15- Add run_shell_command() function to run a "sh -c" command, handlingMatt Johnston
lots of the work that exechild did (and can be shared by client -J option) --HG-- extra : convert_revision : a15dfd8017af8212b3b227f18ce2539dd471f7f6
2008-09-15- Generalise spawn_command functionMatt Johnston
--HG-- extra : convert_revision : 9927a5fe084c8053c747a40515f0213141ef8139
2007-08-16propagate from branch 'au.asn.ucc.matt.dropbear' (head ↵Matt Johnston
8a7db1e2fdc5636abb338adb636babc32f465739) to branch 'au.asn.ucc.matt.dropbear.cli-agent' (head d82c25da2f7e4fb6da510d806c64344e80bb270d) --HG-- branch : agent-client extra : convert_revision : 78d02301ae8310efa2639f15da0ea62dea110e4b
2007-02-16Fix for -pedantic -ansi compilation, change // to /**/, plus some signednessMatt Johnston
and trailing-comma-in-array issues --HG-- extra : convert_revision : c22be8b8f570b48e9662dac32c7b3e7148a42206
2007-02-12Disable core dumpsMatt Johnston
--HG-- extra : convert_revision : ba8ebf724630561c6b9285247be7574a33853a17
2007-02-04merge of 'b1dd3b94e60a07a176dba2b035ac79968595990a'Matt Johnston
and 'bcb33fce2fad01a7626598209d43af3571bd86f0' --HG-- extra : convert_revision : 691c56da3db2685f58ea53540a73c1b79e7df9cd
2007-02-03Fix failure-handling in dropbear_listen() when errstring is unsetMatt Johnston
(this codepath isn't used) --HG-- extra : convert_revision : d29f3665a91c4bf71a2d8bd99b33348a0317e605
2006-09-11Forgot variable declaration.Matt Johnston
--HG-- extra : convert_revision : 08a0ab6d3e7efefaa07f3d428e9fe8a503f670ac
2006-08-20Handle failure reading a file (such as a key file)Matt Johnston
--HG-- extra : convert_revision : 3219ab5642c86615c6ffb30eb93f573a73415d2f
2006-06-12Another stab at getting ss_family happy on older glibcMatt Johnston
--HG-- extra : convert_revision : 7a1e9b08a576d794c28275e1bf54cb603372a4a6
2006-03-21propagate from branch 'au.asn.ucc.matt.dropbear' (head ↵Matt Johnston
0501e6f661b5415eb76f3b312d183c3adfbfb712) to branch 'au.asn.ucc.matt.dropbear.cli-agent' (head 01038174ec27245b51bd43a66c01ad930880f67b) --HG-- branch : agent-client extra : convert_revision : 12b2f59db65e7339d340e95ac67d6d9ddb193c2b
2006-03-08* Per-IP connection unauthed connection limitsMatt Johnston
* m_close() exits fatally on failure * other cleanups --HG-- extra : convert_revision : bed6155e95a293c9fce7e889d283b5958f3035dc