summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * * add -g (dbclient) and -a (dropbear) options for allowing non-localMatt Johnston2005-12-0412-56/+111
| * * options.h, common-kex.c: fix support of 4096 byte host keysMatt Johnston2005-11-302-24/+32
| * * keyimport.c: fclose() the key file to make sure data gets writtenMatt Johnston2005-11-301-0/+2
| * * common-algo.c: use zlib for dbclientMatt Johnston2005-11-081-1/+1
| * * include netinet/in_systm.h if available before netinet/ip.h, sinceMatt Johnston2005-10-312-5/+11
| * * rename infd/outfd to writefd/readfd, to avoid confusionMatt Johnston2005-10-206-87/+83
| * - new function to set "low delay" for a packet, set the ip TOS bitMatt Johnston2005-09-212-4/+27
| * Forgot to revert echo flagMatt Johnston2005-09-201-1/+1
| * added keyboard-interactive client supportMatt Johnston2005-09-209-18/+282
| * Log when pubkey auth fails because of bad pubkey perms/ownershipMatt Johnston2005-09-202-3/+16
| * add note about compiling for 386Matt Johnston2005-09-061-0/+5
| * - add explicit check that correct keytype exists for pubkey verificationMatt Johnston2005-09-061-0/+6
| * * ensure that we only handle open confirmation/failureMatt Johnston2005-09-052-0/+17
| * merge of da30137eaac417f50a323f9ddd29999ec21261e0Matt Johnston2005-09-053-2/+10
| |\
| | * common session initialiser doesn't need to callMatt Johnston2005-09-052-2/+1
| | * add a missing freeaddrinfo()Matt Johnston2005-09-051-0/+9
| * | * use own assertions which should get logged properlyMatt Johnston2005-09-0514-60/+67
| |/
| * use a buffer rather than raw char array for creatingMatt Johnston2005-09-021-11/+10
| * merge of 57902417ad22502b79c63fcabb7f4a8c8449e682Matt Johnston2005-09-021-7/+7
| |\
| | * Change the preferred algorithm orderMatt Johnston2005-09-021-7/+7
| * | disapproval of revision ac41ae96770156bca2c0193b500ee07ee8d9a027Matt Johnston2005-09-022-4/+1
| |/
| * Increase algorithm list buffer lengthMatt Johnston2005-09-022-1/+4
| * bytes/bits in a comment.Matt Johnston2005-08-301-1/+1
| * trans, not recv for macsizeMatt Johnston2005-08-301-1/+1
| * - register AES and Twofish even if just the 256 bit key variants are usedMatt Johnston2005-08-301-2/+2
| * - "twofish-cbc" is an alias for "twofish256-cbc"Matt Johnston2005-08-302-7/+8
| * - Fixed twofish algorithm naming so it actually works.Matt Johnston2005-08-304-36/+66
| * Make a variables staticMatt Johnston2005-08-243-13/+9
| * channel.h: make definition externMatt Johnston2005-07-292-12/+40
| * * ... 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