summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
2004-10-17-i works with scp now.Matt Johnston
2004-10-17Initialise the "lastexit" variable so that we don't get session channelsMatt Johnston
2004-09-21use inst_ rather than inst, so it doesn't try to install "all".Matt Johnston
2004-09-21strdup() variables correctly for the PAM conversation functionMatt Johnston
2004-09-21propagate of 82bb923d0154750ef716b66b498561f882891946 and f51a272341ee12268fe...Matt Johnston
2004-09-16merge of cc7d47b52fc39dc6940ea8fff5b782fbd44a2f6cMatt Johnston
2004-09-14Added dropbear.8 and dropbearkey.8 back inMatt Johnston
2004-09-14put the #ifdefs back in for authpamMatt Johnston
2004-09-14Oops, PAM was on by default in options.hMatt Johnston
2004-09-140.44test4 probablyMatt Johnston
2004-09-14calloc memory rather than mallocing it - can't hurt too much, and isMatt Johnston
2004-09-14propagate of f51a272341ee12268fe7028bc2f2bad66c603069 and ab35ee4292ea910d487...Matt Johnston
2004-09-14PAM improvementsMatt Johnston
2004-09-12Don't need to burn the payload buffer since process-packet.c does itMatt Johnston
2004-09-12propagate of 08347df3bca787bd3621602fe2b466c85c9dc3e2 and 717950f4061f1123659...Matt Johnston
2004-09-12propagate of 717950f4061f1123659ee87c7c168805af920ab7 and 839f98f136788cc1466...Matt Johnston
2004-09-02Read the last line of a file without a finishing '\n' correctlyMatt Johnston
2004-09-02Check for non-matching algos properlyMatt Johnston
2004-08-31WCOREDUMP finallyMatt Johnston
2004-08-30Leak found with MallocDebug - it's kinda usefulMatt Johnston
2004-08-30Load the hostkeys for inetd too - oopsMatt Johnston
2004-08-27options.hMatt Johnston