summaryrefslogtreecommitdiff
path: root/dbutil.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | - Improve DNS failure message to include lookup hostMatt Johnston2008-09-181-2/+3
* | | | Don't capture stderr from spawned processes in proxycommand modeMatt Johnston2008-09-171-13/+30
* | | | - Add run_shell_command() function to run a "sh -c" command, handlingMatt Johnston2008-09-151-2/+43
* | | | - Generalise spawn_command functionMatt Johnston2008-09-151-0/+77
|/ / /
* | | Fix for -pedantic -ansi compilation, change // to /**/, plus some signednessMatt Johnston2007-02-161-4/+4
* | | Disable core dumpsMatt Johnston2007-02-121-0/+6
* | | merge of 'b1dd3b94e60a07a176dba2b035ac79968595990a'Matt Johnston2007-02-041-2/+2
|\ \ \
| * | | Fix failure-handling in dropbear_listen() when errstring is unsetMatt Johnston2007-02-031-2/+2
| | |/ | |/|
* | | Forgot variable declaration.Matt Johnston2006-09-111-1/+1
* | | Handle failure reading a file (such as a key file)Matt Johnston2006-08-201-7/+17
* | | Another stab at getting ss_family happy on older glibcMatt Johnston2006-06-121-1/+7
|/ /
* | * Per-IP connection unauthed connection limitsMatt Johnston2006-03-081-8/+5
* | * add -g (dbclient) and -a (dropbear) options for allowing non-localMatt Johnston2005-12-041-5/+12
* | - new function to set "low delay" for a packet, set the ip TOS bitMatt Johnston2005-09-211-4/+26
* | merge of da30137eaac417f50a323f9ddd29999ec21261e0Matt Johnston2005-09-051-0/+9
|\ \
| * | add a missing freeaddrinfo()Matt Johnston2005-09-051-0/+9
| |/
* | * use own assertions which should get logged properlyMatt Johnston2005-09-051-0/+4
|/
* * add a "label" argument to printhex()Matt Johnston2005-05-101-1/+2
* * add SSH_ASKPASS support (based on patch from Paul WhittakerMatt Johnston2005-02-281-1/+7
* * respect DO_HOST_LOOKUP config optionMatt Johnston2005-02-281-1/+7
* Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston2005-01-021-21/+21
* 0.44 release changesMatt Johnston2005-01-021-0/+2
* Fix so that getnameinfo() is passed the address-specific structure size. ThisMatt Johnston2005-01-021-0/+20
* Cleaning out various dead wood found with -dead_stripMatt Johnston2004-12-201-1/+0
* calloc memory rather than mallocing it - can't hurt too much, and isMatt Johnston2004-09-141-1/+1