index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
debug.h
Age
Commit message (
Expand
)
Author
2018-02-14
Move DEBUG_TRACE to default_options
Matt Johnston
2016-05-04
Convert #ifdef to #if, other build changes
Matt Johnston
2015-02-24
DROPBEAR_ prefix for include guards to avoid collisions
Thorsten Horstmann
2015-02-13
debug should be off by default
Matt Johnston
2015-02-10
Tighten validation of DH values. Odds of x==0 being generated are
Matt Johnston
2014-01-23
Back out accidentally committed files
Matt Johnston
2014-01-23
requirenext doesn't need two values
Matt Johnston
2013-11-09
comments, turn off debugging options
Matt Johnston
2013-11-08
Merge
Matt Johnston
2013-11-07
refactor key generation, make it generate as required.
Matt Johnston
2013-05-21
merge in HEAD
Matt Johnston
2013-04-14
requirenext fixup for firstkexfollows
Matt Johnston
2013-04-09
Be safer with how we handle ltc_ecc_sets[] (particularly with
Matt Johnston
2013-04-07
ecc kind of works, needs fixing/testing
Matt Johnston
2013-04-04
setup tcp after requesting a channel - might hide some DNS latency
Matt Johnston
2013-04-01
Move the more verbose TRACE() statements into TRACE2()
Matt Johnston
2012-02-22
Fix accidentally committed change
Matt Johnston
2011-12-04
- Initialise sa_mask properly
Matt Johnston
2009-09-08
- Test for pam_fail_delay() function in configure
Matt Johnston
2009-09-01
Rearrange getaddrstring() etc
Matt Johnston
2009-07-30
Agent forwarding works
Matt Johnston
2009-07-01
Talking to the agent works now. Can't interpret the pubkeys.
Matt Johnston
2008-11-11
- Bump to 0.52
Matt Johnston
2008-09-23
propagate 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-12
Turn off DEBUG_TRACE
Matt Johnston
2006-10-07
Rearranged (and hopefully simplified) channel close/eof handling
Matt Johnston
2006-07-09
CHECKCLEARTOWRITE() can normally be defined blank
Matt Johnston
2005-03-13
* fix longstanding bug with connections being closed on failure to
Matt Johnston
2005-01-02
Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place
Matt Johnston
2004-08-27
merge of 50be59810e462f9f44f55e421227d6aa0b31982b
Matt Johnston
2004-08-24
Nasty.
Matt Johnston
2004-08-18
DEBUG_TRACE now only triggers with -v on the cmdline
Matt Johnston
2004-08-14
Some documentation touchups
Matt Johnston
2004-08-06
- client pubkey auth works
Matt Johnston
2004-08-03
Pubkey auth is mostly there for the client. Something strange with
Matt Johnston
2004-07-27
Progressing client support
Matt Johnston
2004-07-26
snapshot of stuff
Matt Johnston
2004-06-23
merge of abac2150ee4f4031a98016241fbd136d24fed127
Matt Johnston
2004-06-02
Chantype handling is sorted
Matt Johnston
2004-06-01
Sorted out the first channel init issues.
Matt Johnston
2004-06-01
Makefile.in contains updated files required
Matt Johnston