summaryrefslogtreecommitdiffhomepage
path: root/debug.h
AgeCommit message (Expand)Author
2018-02-14Move DEBUG_TRACE to default_optionsMatt Johnston
2016-05-04Convert #ifdef to #if, other build changesMatt Johnston
2015-02-24DROPBEAR_ prefix for include guards to avoid collisionsThorsten Horstmann
2015-02-13debug should be off by defaultMatt Johnston
2015-02-10Tighten validation of DH values. Odds of x==0 being generated areMatt Johnston
2014-01-23Back out accidentally committed filesMatt Johnston
2014-01-23requirenext doesn't need two valuesMatt Johnston
2013-11-09comments, turn off debugging optionsMatt Johnston
2013-11-08MergeMatt Johnston
2013-11-07refactor key generation, make it generate as required.Matt Johnston
2013-05-21merge in HEADMatt Johnston
2013-04-14requirenext fixup for firstkexfollowsMatt Johnston
2013-04-09Be safer with how we handle ltc_ecc_sets[] (particularly withMatt Johnston
2013-04-07ecc kind of works, needs fixing/testingMatt Johnston
2013-04-04setup tcp after requesting a channel - might hide some DNS latencyMatt Johnston
2013-04-01Move the more verbose TRACE() statements into TRACE2()Matt Johnston
2012-02-22Fix accidentally committed changeMatt Johnston
2011-12-04- Initialise sa_mask properlyMatt Johnston
2009-09-08- Test for pam_fail_delay() function in configureMatt Johnston
2009-09-01Rearrange getaddrstring() etcMatt Johnston
2009-07-30Agent forwarding worksMatt Johnston
2009-07-01Talking to the agent works now. Can't interpret the pubkeys.Matt Johnston
2008-11-11- Bump to 0.52Matt Johnston
2008-09-23propagate from branch 'au.asn.ucc.matt.dropbear.pubkey-options' (head 537a6eb...Matt Johnston
2008-09-15- "-J 'nc localhost 22'" kind of works, needs fixing hostkeys, ptys etc.Matt Johnston
2008-09-12- Rework pubkey options to be more careful about buffer lengths. Needs review.Matt Johnston
2007-02-12Turn off DEBUG_TRACEMatt Johnston
2006-10-07Rearranged (and hopefully simplified) channel close/eof handlingMatt Johnston
2006-07-09CHECKCLEARTOWRITE() can normally be defined blankMatt Johnston
2005-03-13* fix longstanding bug with connections being closed on failure toMatt Johnston
2005-01-02Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston
2004-08-27merge of 50be59810e462f9f44f55e421227d6aa0b31982bMatt Johnston
2004-08-24Nasty.Matt Johnston
2004-08-18DEBUG_TRACE now only triggers with -v on the cmdlineMatt Johnston
2004-08-14Some documentation touchupsMatt Johnston
2004-08-06- client pubkey auth worksMatt Johnston
2004-08-03Pubkey auth is mostly there for the client. Something strange withMatt Johnston
2004-07-27Progressing client supportMatt Johnston
2004-07-26snapshot of stuffMatt Johnston
2004-06-23merge of abac2150ee4f4031a98016241fbd136d24fed127Matt Johnston
2004-06-02Chantype handling is sortedMatt Johnston
2004-06-01Sorted out the first channel init issues.Matt Johnston
2004-06-01Makefile.in contains updated files requiredMatt Johnston