summaryrefslogtreecommitdiff
path: root/debug.h
Commit message (Expand)AuthorAgeFilesLines
* Add -v variable debug levels for server tooMatt Johnston2022-03-241-0/+2
* Fix building with DEBUG_TRACE = 0Matt Johnston2022-03-221-24/+21
* Added DEBUG1,DEBUG2,DEBUG3 to separate functions while keeping TRACE and TRACE2.HansH1112022-03-191-5/+34
* Remove unused DEBUG_FORKGPROFMatt Johnston2020-05-291-6/+0
* Make DEBUG_NOFORK a #if not #ifdefMatt Johnston2020-05-211-1/+3
* merge from mainMatt Johnston2018-02-171-0/+3
|\
| * add fuzzer-preauth_nomathsMatt Johnston2018-01-231-0/+2
| * glaring wrapfd problems fixedMatt Johnston2017-05-201-0/+1
* | Move DEBUG_TRACE to default_optionsMatt Johnston2018-02-141-10/+0
|/
* Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-2/+4
* DROPBEAR_ prefix for include guards to avoid collisionsThorsten Horstmann2015-02-241-2/+2
* debug should be off by defaultMatt Johnston2015-02-131-1/+1
* Tighten validation of DH values. Odds of x==0 being generated areMatt Johnston2015-02-101-1/+1
* Back out accidentally committed filesMatt Johnston2014-01-231-1/+1
* requirenext doesn't need two valuesMatt Johnston2014-01-231-1/+1
* comments, turn off debugging optionsMatt Johnston2013-11-091-2/+0
* MergeMatt Johnston2013-11-081-0/+2
|\
* | refactor key generation, make it generate as required.Matt Johnston2013-11-071-2/+1
|/
* merge in HEADMatt Johnston2013-05-211-2/+5
|\
| * requirenext fixup for firstkexfollowsMatt Johnston2013-04-141-1/+1
| * setup tcp after requesting a channel - might hide some DNS latencyMatt Johnston2013-04-041-1/+1
| * Move the more verbose TRACE() statements into TRACE2()Matt Johnston2013-04-011-1/+3
* | Be safer with how we handle ltc_ecc_sets[] (particularly withMatt Johnston2013-04-091-2/+2
* | ecc kind of works, needs fixing/testingMatt Johnston2013-04-071-2/+2
|/
* Fix accidentally committed changeMatt Johnston2012-02-221-3/+3
* - Initialise sa_mask properlyMatt Johnston2011-12-041-3/+3
* - Test for pam_fail_delay() function in configureMatt Johnston2009-09-081-1/+1
* Rearrange getaddrstring() etcMatt Johnston2009-09-011-1/+1
* Turn off DEBUG_TRACE accidentally committedMatt Johnston2009-07-261-1/+1
* - Payload length doesn't include macsize.Matt Johnston2009-07-261-1/+1
* - Bump to 0.52Matt Johnston2008-11-111-1/+1
* propagate from branch 'au.asn.ucc.matt.dropbear.pubkey-options' (head 537a6eb...Matt Johnston2008-09-231-1/+1
|\
| * - "-J 'nc localhost 22'" kind of works, needs fixing hostkeys, ptys etc.Matt Johnston2008-09-151-1/+1
* | - Rework pubkey options to be more careful about buffer lengths. Needs review.pubkey-optionsMatt Johnston2008-09-121-0/+5
|/
* Turn off DEBUG_TRACEMatt Johnston2007-02-121-1/+1
* Rearranged (and hopefully simplified) channel close/eof handlingMatt Johnston2006-10-071-1/+1
* CHECKCLEARTOWRITE() can normally be defined blankMatt Johnston2006-07-091-2/+4
* * fix longstanding bug with connections being closed on failure toMatt Johnston2005-03-131-1/+1
* Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston2005-01-021-2/+2
* merge of 50be59810e462f9f44f55e421227d6aa0b31982bMatt Johnston2004-08-271-3/+5
* Nasty.Matt Johnston2004-08-241-1/+1
* DEBUG_TRACE now only triggers with -v on the cmdlineMatt Johnston2004-08-181-3/+5
* Some documentation touchupsMatt Johnston2004-08-141-1/+1
* - client pubkey auth worksMatt Johnston2004-08-061-1/+1
* Pubkey auth is mostly there for the client. Something strange withMatt Johnston2004-08-031-1/+1
* Progressing client supportMatt Johnston2004-07-271-1/+1
* snapshot of stuffMatt Johnston2004-07-261-1/+1
* merge of abac2150ee4f4031a98016241fbd136d24fed127Matt Johnston2004-06-231-1/+1
* Chantype handling is sortedMatt Johnston2004-06-021-1/+3
* Sorted out the first channel init issues.Matt Johnston2004-06-011-1/+1