summaryrefslogtreecommitdiffhomepage
path: root/dbutil.c
AgeCommit message (Expand)Author
2014-06-25Improve handling lots of concurrent forwarded connections. IncreaseMatt Johnston
2014-03-21Fix monotonic_now() on OS XMatt Johnston
2014-03-13Add new monotonic_now() wrapper so that timeouts are unaffected byMatt Johnston
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
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
2013-10-03Constant time memcmp for the hmac and password cryptMatt Johnston
2013-05-21merge in HEADMatt Johnston
2013-04-08add printmpint() for debuggingMatt Johnston
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
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
2011-10-26Set IPTOS_LOWDELAY for IPv6 tooMatt Johnston
2011-10-20Try bind IPV6_V6ONLYMatt Johnston
2011-04-07Fix FD leak if connect() fails, found by KlocworkMatt Johnston
2011-04-07Add noreturn and format attribute hints for some functions.Matt Johnston
2011-02-23Improve capitalisation for all logged stringsMatt Johnston
2009-09-01Rearrange getaddrstring() etcMatt Johnston
2009-07-01Talking to the agent works now. Can't interpret the pubkeys.Matt Johnston
2009-07-01Make it compile, update for changes in channel structure.Matt Johnston
2008-09-23propagate from branch 'au.asn.ucc.matt.dropbear' (head 4fb35083f0f46ea667e704...Matt Johnston
2008-09-22Replace calls to strtoul() with a helper m_str_to_uint()Matt Johnston
2008-09-18- Improve DNS failure message to include lookup hostMatt Johnston
2008-09-17Don't capture stderr from spawned processes in proxycommand modeMatt Johnston
2008-09-15- Add run_shell_command() function to run a "sh -c" command, handlingMatt Johnston
2008-09-15- Generalise spawn_command functionMatt Johnston
2007-08-16propagate from branch 'au.asn.ucc.matt.dropbear' (head 8a7db1e2fdc5636abb338a...Matt Johnston
2007-02-16Fix for -pedantic -ansi compilation, change // to /**/, plus some signednessMatt Johnston
2007-02-12Disable core dumpsMatt Johnston
2007-02-04merge of 'b1dd3b94e60a07a176dba2b035ac79968595990a'Matt Johnston
2007-02-03Fix failure-handling in dropbear_listen() when errstring is unsetMatt Johnston
2006-09-11Forgot variable declaration.Matt Johnston
2006-08-20Handle failure reading a file (such as a key file)Matt Johnston
2006-06-12Another stab at getting ss_family happy on older glibcMatt Johnston
2006-03-21propagate from branch 'au.asn.ucc.matt.dropbear' (head 0501e6f661b5415eb76f3b...Matt Johnston
2006-03-08* Per-IP connection unauthed connection limitsMatt Johnston
2005-12-04 * add -g (dbclient) and -a (dropbear) options for allowing non-localMatt Johnston
2005-09-21- new function to set "low delay" for a packet, set the ip TOS bitMatt Johnston
2005-09-05merge of da30137eaac417f50a323f9ddd29999ec21261e0Matt Johnston
2005-09-05* use own assertions which should get logged properlyMatt Johnston
2005-09-05add a missing freeaddrinfo()Matt Johnston
2005-07-18- progress towards client agent forwardingMatt Johnston
2005-05-10* add a "label" argument to printhex()Matt Johnston