summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2005-07-08rename PubkeyList to SignKeyList for clarityMatt Johnston
2005-07-08Change the format of for loops, gcc4 produces incorrect binaries withMatt Johnston
2005-06-02* fix off-by-one closing open FDsMatt Johnston
2005-06-02merge of 72b0db220b7fc6b4fb6079d6b82c843186bab5a7Matt Johnston
2005-06-01* defined USING_LISTENERS when tcp forwarding is enabled but notMatt Johnston
2005-05-27merge of 7d53fee744460df7d2297614c9a4a8a6722eb277Matt Johnston
2005-05-27Seperate out exit errors from setgid()/initgroups(), and errors from setuid(),Matt Johnston
2005-05-10* add a "label" argument to printhex()Matt Johnston
2005-05-10* change include path for libtomcrypt 1.02Matt Johnston
2005-05-09Switching to libtomcrypt 1.02Matt Johnston
2005-05-09Preparing for 0.46Matt Johnston
2005-05-05merge of 6b56bdff53b47ae7366d93b496ce353d9e3753dcMatt Johnston
2005-05-05- refactored random mp_int generation and byte->mp_int codeMatt Johnston
2005-05-04compile fix when TRACE debugging is enabledMatt Johnston
2005-05-04Fix memory leak (reported by Boris Berezovsky)Matt Johnston
2005-04-24* warn if we seem to be blocking on /dev/randomMatt Johnston
2005-04-24- allocate correct buffer size for channel info, rather than sizeof(pointer).Matt Johnston
2005-04-22- note that we should warn if blocking on read from /dev/randomMatt Johnston
2005-03-13merge of 954df0829153a81396cf111410fae269457c3ad6Matt Johnston
2005-03-13* Add references in the manpages to the dbclient manpageMatt Johnston
2005-03-13Merge in Debian package changes from 0.45-3, grab the dbclient manpageMatt Johnston
2005-03-13* fix longstanding bug with connections being closed on failure toMatt Johnston
2005-03-13propagate from branch 'au.asn.ucc.matt.dropbear.nonblock-stdout-stderr' (head...Matt Johnston
2005-03-07* fix comment style in options.hMatt Johnston
2005-03-07changes for 0.45Matt Johnston
2005-03-02* Reset the non-blocking status of stdout and stderr as well on exitMatt Johnston
2005-03-02* don't add a 'static' prefix to binary namesMatt Johnston
2005-02-28* add SSH_ASKPASS support (based on patch from Paul WhittakerMatt Johnston
2005-02-28* respect DO_HOST_LOOKUP config optionMatt Johnston
2005-01-19put back 'return;' on empty terminal mode strings which was erroneouslyMatt Johnston
2005-01-11Read "y/n" response for fingerprints from /dev/tty directly so that dbclientMatt Johnston
2005-01-07Removed obselete (and incorrect) comment.Matt Johnston
2005-01-03Version number needs munging so that comparison works correctlyMatt Johnston
2005-01-03Forgot to increment the version numberMatt Johnston
2005-01-03Make debian/rules executableMatt Johnston
2005-01-02Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston
2005-01-020.44 release changesMatt Johnston
2005-01-02Fix so that getnameinfo() is passed the address-specific structure size. ThisMatt Johnston
2004-12-27random.c: fix missed instance of DROPBEAR_EGD_SOCKETMatt Johnston
2004-12-23Log the IP along with auth success/fail attemptsMatt Johnston
2004-12-22Rearrange preprocessor parts so that compilation with various optionsMatt Johnston
2004-12-20loginrec.c: replaced erroneously removed function definitionMatt Johnston
2004-12-20Cleaning out various dead wood found with -dead_stripMatt Johnston
2004-12-20Cleaned up the random code, use /dev/random by default,Matt Johnston
2004-12-19includes.h: include mycrypt.h rather than mycrypt_custom.hMatt Johnston
2004-12-19configure.in: fix a status messageMatt Johnston
2004-12-19atomicio.c: one less compile warningMatt Johnston
2004-12-17Pristine compilation works.Matt Johnston
2004-11-27- Fixed a couple of compile warningsMatt Johnston
2004-11-03Initialise the outgoing packet queueMatt Johnston