summaryrefslogtreecommitdiff
path: root/dbutil.h
Commit message (Expand)AuthorAgeFilesLines
* merge from defaultMatt Johnston2015-02-281-4/+3
|\
| * DROPBEAR_ prefix for include guards to avoid collisionsThorsten Horstmann2015-02-241-3/+3
* | Fixes for backwards compatibilityMatt Johnston2015-02-201-12/+0
* | Move generic network routines to netio.cMatt Johnston2015-02-201-30/+0
* | fallback for old glibc and fastopenMatt Johnston2015-02-191-0/+7
* | In theory TFO should work. Needs platform cleanup and testingMatt Johnston2015-02-191-0/+3
* | async connections workingMatt Johnston2015-02-181-0/+3
* | work in progress for async connectMatt Johnston2015-02-181-2/+13
* | tcp fastopen for the serverMatt Johnston2015-02-151-0/+6
|/
* connect_remote() is now always non-blockingMatt Johnston2015-02-141-2/+1
* Add envirnonment variable for debug timestamps to roughly matchMatt Johnston2015-02-131-0/+1
* Fix bad multi-statement define for m_free(), detected by CoverityMatt Johnston2015-01-281-1/+1
* Default client key path ~/.ssh/id_dropbearMatt Johnston2015-01-241-0/+1
* - Don't use multichar constants since recent gcc complainsMatt Johnston2014-07-271-3/+3
* Set tcp priority as follows:Matt Johnston2014-07-161-3/+3
* Add new monotonic_now() wrapper so that timeouts are unaffected byMatt Johnston2014-03-131-0/+5
* - Sockets are set to lowdelay priority initially to improve conneciton setupMatt Johnston2013-12-031-1/+7
* Set IPTOS_LOWDELAY on PTY sessions onlyCatalin Patulea2013-12-021-0/+2
* Merge in changes from the past couple of releasesMatt Johnston2013-10-181-0/+1
|\
| * merge in HEADMatt Johnston2013-05-211-5/+4
| |\
| * | add printmpint() for debuggingMatt Johnston2013-04-081-0/+1
* | | Constant time memcmp for the hmac and password cryptMatt Johnston2013-10-031-0/+3
| |/ |/|
* | Add sentinel attributeMatt Johnston2013-04-031-5/+3
* | Move the more verbose TRACE() statements into TRACE2()Matt Johnston2013-04-011-0/+1
|/
* - We don't need to test for NULL before free()Matt Johnston2011-12-041-2/+1
* Add noreturn and format attribute hints for some functions.Matt Johnston2011-04-071-6/+22
* Rearrange getaddrstring() etcMatt Johnston2009-09-011-2/+4
* propagate from branch 'au.asn.ucc.matt.dropbear' (head 4fb35083f0f46ea667e704...Matt Johnston2008-09-231-0/+3
|\
| * propagate from branch 'au.asn.ucc.matt.dropbear' (head 8a7db1e2fdc5636abb338a...Matt Johnston2007-08-161-0/+3
| |\
| | * propagate from branch 'au.asn.ucc.matt.dropbear' (head 0501e6f661b5415eb76f3b...Matt Johnston2006-03-211-1/+5
| | |\
| | * | - progress towards client agent forwardingMatt Johnston2005-07-181-0/+3
* | | | Replace calls to strtoul() with a helper m_str_to_uint()Matt Johnston2008-09-221-0/+1
* | | | - Add run_shell_command() function to run a "sh -c" command, handlingMatt Johnston2008-09-151-0/+1
* | | | - Generalise spawn_command functionMatt Johnston2008-09-151-0/+2
|/ / /
* | | Disable core dumpsMatt Johnston2007-02-121-0/+1
| |/ |/|
* | * Per-IP connection unauthed connection limitsMatt Johnston2006-03-081-1/+1
* | * use own assertions which should get logged properlyMatt Johnston2005-09-051-0/+4
|/
* * add a "label" argument to printhex()Matt Johnston2005-05-101-1/+1
* merge of 50be59810e462f9f44f55e421227d6aa0b31982bMatt Johnston2004-08-271-0/+1
* DEBUG_TRACE now only triggers with -v on the cmdlineMatt Johnston2004-08-181-0/+1
* just checkpointingMatt Johnston2004-08-101-2/+4
* Forgot dbutil.h with the last commit (added buf_get_line)Matt Johnston2004-08-081-0/+1
* snapshot of stuffMatt Johnston2004-07-261-0/+5
* switching to global varsMatt Johnston2004-07-201-1/+0
* Mostly done with the listener changeoverMatt Johnston2004-06-031-0/+1
* Makefile.in contains updated files requiredMatt Johnston2004-06-011-0/+59