summaryrefslogtreecommitdiff
path: root/dbutil.c
Commit message (Expand)AuthorAgeFilesLines
* merge from defaultMatt Johnston2015-02-281-1/+1
|\
| * Fix for old compilers, variable declarations at beginning of functionsThorsten Horstmann2015-02-241-1/+1
* | Move generic network routines to netio.cMatt Johnston2015-02-201-549/+0
* | mergeMatt Johnston2015-02-191-1/+2
|\ \
| * | fallback for old glibc and fastopenMatt Johnston2015-02-191-1/+2
* | | Add the missing second half of iov codeMatt Johnston2015-02-191-0/+4
|/ /
* | In theory TFO should work. Needs platform cleanup and testingMatt Johnston2015-02-191-4/+42
* | async connections workingMatt Johnston2015-02-181-46/+58
* | work in progress for async connectMatt Johnston2015-02-181-89/+210
* | tcp fastopen for the serverMatt Johnston2015-02-151-0/+10
|/
* connect_remote() is now always non-blockingMatt Johnston2015-02-141-8/+5
* Add envirnonment variable for debug timestamps to roughly matchMatt Johnston2015-02-131-4/+17
* Make it compileMatt Johnston2015-02-131-1/+1
* piggyback data on acks when making connections on linuxMatt Johnston2015-02-131-8/+39
* Default client key path ~/.ssh/id_dropbearMatt Johnston2015-01-241-0/+17
* Don't warn about ENOTSOCK when setting priorityMatt Johnston2014-08-061-3/+6
* Fix some format string warningsMatt Johnston2014-07-281-3/+4
* Fix clock_gettime handlingMatt Johnston2014-07-281-12/+34
* Improve handling lots of concurrent forwarded connections. IncreaseMatt Johnston2014-06-251-1/+1
* Fix monotonic_now() on OS XMatt Johnston2014-03-211-1/+1
* Add new monotonic_now() wrapper so that timeouts are unaffected byMatt Johnston2014-03-131-0/+43
* DROPBEAR_CLI_AUTH_IMMEDIATE fixed, now enabled by defaultMatt Johnston2014-01-171-0/+4
* - Sockets are set to lowdelay priority initially to improve conneciton setupMatt Johnston2013-12-031-15/+22
* Set IPTOS_LOWDELAY on PTY sessions onlyCatalin Patulea2013-12-021-8/+21
* Fix some warningsMatt Johnston2013-11-251-3/+6
* Merge in changes from the past couple of releasesMatt Johnston2013-10-181-0/+8
|\
| * merge in HEADMatt Johnston2013-05-211-6/+26
| |\
| * | add printmpint() for debuggingMatt Johnston2013-04-081-0/+8
* | | Constant time memcmp for the hmac and password cryptMatt Johnston2013-10-031-0/+13
| |/ |/|
* | Take transmit and receive keys into use separatelyMatt Johnston2013-04-041-9/+15
* | Move the more verbose TRACE() statements into TRACE2()Matt Johnston2013-04-011-3/+17
|/
* Rename HAVE_FORK to USE_VFORKMatt Johnston2012-04-091-1/+1
* check for fork() and not __uClinux__Mike Frysinger2012-04-081-1/+1
* - MergeMatt Johnston2012-02-211-1/+1
|\
| * - Burn buffers to 0x00 insteadMatt Johnston2012-02-211-1/+1
* | - We don't need to test for NULL before free()Matt Johnston2011-12-041-6/+0
|/
* Put better #if guards around IPv6 socket options for IPV6_TCLASS andMatt Johnston2011-11-101-2/+2
* Set IPTOS_LOWDELAY for IPv6 tooMatt Johnston2011-10-261-2/+4
* Try bind IPV6_V6ONLYMatt Johnston2011-10-201-0/+10
* Fix FD leak if connect() fails, found by KlocworkMatt Johnston2011-04-071-0/+1
* Add noreturn and format attribute hints for some functions.Matt Johnston2011-04-071-2/+2
* Improve capitalisation for all logged stringsMatt Johnston2011-02-231-2/+2
* Rearrange getaddrstring() etcMatt Johnston2009-09-011-58/+53
* Talking to the agent works now. Can't interpret the pubkeys.Matt Johnston2009-07-011-6/+13
* Make it compile, update for changes in channel structure.Matt Johnston2009-07-011-5/+2
* propagate from branch 'au.asn.ucc.matt.dropbear' (head 4fb35083f0f46ea667e704...Matt Johnston2008-09-231-9/+18
|\
| * propagate from branch 'au.asn.ucc.matt.dropbear' (head 8a7db1e2fdc5636abb338a...Matt Johnston2007-08-161-9/+18
| |\
| | * propagate from branch 'au.asn.ucc.matt.dropbear' (head 0501e6f661b5415eb76f3b...Matt Johnston2006-03-211-17/+56
| | |\
| | * | - progress towards client agent forwardingMatt Johnston2005-07-181-9/+18
* | | | Replace calls to strtoul() with a helper m_str_to_uint()Matt Johnston2008-09-221-1/+15