summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * ... and a bit more for the CHANGESDROPBEAR_0.46Matt Johnston2005-07-081-0/+3
* * 0.46 CHANGES doneMatt Johnston2005-07-081-4/+4
* * close a file descriptor after we've shutdown() both sides, to avoid a leakMatt Johnston2005-07-081-0/+8
* * preparing for 0.46 releaseMatt Johnston2005-07-084-8/+22
* merge of 9522146cb07d4576f161fc4567c2c2fbd6f61fbbMatt Johnston2005-07-0847-230/+373
|\
| * merge of 197e1bd25c1741218fbe0d73a1e37d4082054216Matt Johnston2005-07-088-36/+39
| |\
| | * rename PubkeyList to SignKeyList for clarityMatt Johnston2005-07-087-26/+27
| | * Change the format of for loops, gcc4 produces incorrect binaries withMatt Johnston2005-07-081-10/+12
| * | * move RSA_BLINDING to options.hMatt Johnston2005-07-082-1/+5
| |/
| * * fix off-by-one closing open FDsMatt Johnston2005-06-021-1/+1
| * merge of 72b0db220b7fc6b4fb6079d6b82c843186bab5a7Matt Johnston2005-06-021-9/+2
| |\
| | * * defined USING_LISTENERS when tcp forwarding is enabled but notMatt Johnston2005-06-011-9/+2
| * | merge of 7d53fee744460df7d2297614c9a4a8a6722eb277Matt Johnston2005-05-279-14/+19
| |\ \ | | |/ | |/|
| | * * add a "label" argument to printhex()Matt Johnston2005-05-104-8/+10
| | * * change include path for libtomcrypt 1.02Matt Johnston2005-05-101-1/+1
| | * Switching to libtomcrypt 1.02Matt Johnston2005-05-094-5/+8
| * | Seperate out exit errors from setgid()/initgroups(), and errors from setuid(),Matt Johnston2005-05-271-2/+4
| |/
| * Preparing for 0.46Matt Johnston2005-05-092-2/+23
| * merge of 6b56bdff53b47ae7366d93b496ce353d9e3753dcMatt Johnston2005-05-053-4/+20
| |\
| | * * warn if we seem to be blocking on /dev/randomMatt Johnston2005-04-242-3/+19
| | * - allocate correct buffer size for channel info, rather than sizeof(pointer).Matt Johnston2005-04-241-1/+1
| * | - refactored random mp_int generation and byte->mp_int codeMatt Johnston2005-05-059-103/+115
| * | compile fix when TRACE debugging is enabledMatt Johnston2005-05-041-1/+2
| * | Fix memory leak (reported by Boris Berezovsky)Matt Johnston2005-05-041-1/+1
| |/
| * - note that we should warn if blocking on read from /dev/randomMatt Johnston2005-04-221-2/+3
| * merge of 954df0829153a81396cf111410fae269457c3ad6Matt Johnston2005-03-1323-58/+59
| |\
| | * * Add references in the manpages to the dbclient manpageMatt Johnston2005-03-133-3/+3
| | * * fix longstanding bug with connections being closed on failure toMatt Johnston2005-03-1318-51/+42
| | * propagate from branch 'au.asn.ucc.matt.dropbear.nonblock-stdout-stderr' (head...Matt Johnston2005-03-133-9/+27
| | |\
| | * | * Reset the non-blocking status of stdout and stderr as well on exitnonblock-stdout-stderrMatt Johnston2005-03-022-4/+14
| * | | Merge in Debian package changes from 0.45-3, grab the dbclient manpageMatt Johnston2005-03-137-83/+174
| | |/ | |/|
* | | * patch up to date with debian 0.45-3 diffMatt Johnston2005-07-087-86/+105
|/ /
* | * fix comment style in options.hDROPBEAR_0.45Matt Johnston2005-03-072-1/+7
* | changes for 0.45Matt Johnston2005-03-072-10/+22
|/
* * don't add a 'static' prefix to binary namesMatt Johnston2005-03-021-26/+21
* * add SSH_ASKPASS support (based on patch from Paul WhittakerMatt Johnston2005-02-283-4/+111
* * respect DO_HOST_LOOKUP config optionMatt Johnston2005-02-282-4/+8
* put back 'return;' on empty terminal mode strings which was erroneouslyMatt Johnston2005-01-191-0/+1
* Read "y/n" response for fingerprints from /dev/tty directly so that dbclientMatt Johnston2005-01-112-1/+14
* Removed obselete (and incorrect) comment.Matt Johnston2005-01-071-2/+0
* Version number needs munging so that comparison works correctlyDROPBEAR_0.44Matt Johnston2005-01-031-1/+1
* Forgot to increment the version numberMatt Johnston2005-01-031-1/+1
* Make debian/rules executableMatt Johnston2005-01-031-0/+0
* Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston2005-01-0241-456/+456
* 0.44 release changesMatt Johnston2005-01-028-25/+66
* Fix so that getnameinfo() is passed the address-specific structure size. ThisMatt Johnston2005-01-021-0/+20
* random.c: fix missed instance of DROPBEAR_EGD_SOCKETMatt Johnston2004-12-271-1/+1
* Log the IP along with auth success/fail attemptsMatt Johnston2004-12-237-25/+37
* Rearrange preprocessor parts so that compilation with various optionsMatt Johnston2004-12-227-9/+26
* loginrec.c: replaced erroneously removed function definitionMatt Johnston2004-12-201-0/+1