summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2006-02-11Only read /dev/random once when the program startsMatt Johnston
2006-02-01Fix up #ifdefs for tcp forwardingMatt Johnston
2006-01-25merge of c9dc9c734d4724866a86987356e6aedeed1c93ddMatt Johnston
2006-01-25Check that the output circular buffer is actually empty beforeMatt Johnston
2006-01-15Cancel a dbclient password prompt if the user presses ctrl-c.Matt Johnston
2006-01-15 * svr-tcpfwd.c: should be MAX_NAME_LEN not MAXNAMLENMatt Johnston
2005-12-09 * options.h: bump the version numberMatt Johnston
2005-12-08 * Update changelogs for 0.47 releaseMatt Johnston
2005-12-08 * fix incorrect array sizingMatt Johnston
2005-12-08 * Update to debian 0.46-2Matt Johnston
2005-12-06 * workaround for systems such as glibc 2.1 that haveMatt Johnston
2005-12-06 * common-channel.c: get rid of the read()-from-writefd codeMatt Johnston
2005-12-06 * fix -L forwarding on the client, broke last revMatt Johnston
2005-12-04 * add -g (dbclient) and -a (dropbear) options for allowing non-localMatt Johnston
2005-11-30 * options.h, common-kex.c: fix support of 4096 byte host keysMatt Johnston
2005-11-30 * keyimport.c: fclose() the key file to make sure data gets writtenMatt Johnston
2005-11-08* common-algo.c: use zlib for dbclientMatt Johnston
2005-10-31* include netinet/in_systm.h if available before netinet/ip.h, sinceMatt Johnston
2005-10-20 * rename infd/outfd to writefd/readfd, to avoid confusionMatt Johnston
2005-09-21- new function to set "low delay" for a packet, set the ip TOS bitMatt Johnston
2005-09-20Forgot to revert echo flagMatt Johnston
2005-09-20added keyboard-interactive client supportMatt Johnston
2005-09-20Log when pubkey auth fails because of bad pubkey perms/ownershipMatt Johnston
2005-09-06add note about compiling for 386Matt Johnston
2005-09-06- add explicit check that correct keytype exists for pubkey verificationMatt Johnston
2005-09-05* ensure that we only handle open confirmation/failureMatt Johnston
2005-09-05merge of da30137eaac417f50a323f9ddd29999ec21261e0Matt Johnston
2005-09-05* use own assertions which should get logged properlyMatt Johnston
2005-09-05common session initialiser doesn't need to callMatt Johnston
2005-09-05add a missing freeaddrinfo()Matt Johnston
2005-09-02use a buffer rather than raw char array for creatingMatt Johnston
2005-09-02merge of 57902417ad22502b79c63fcabb7f4a8c8449e682Matt Johnston
2005-09-02disapproval of revision ac41ae96770156bca2c0193b500ee07ee8d9a027Matt Johnston
2005-09-02Change the preferred algorithm orderMatt Johnston
2005-09-02Increase algorithm list buffer lengthMatt Johnston
2005-08-30bytes/bits in a comment.Matt Johnston
2005-08-30trans, not recv for macsizeMatt Johnston
2005-08-30- register AES and Twofish even if just the 256 bit key variants are usedMatt Johnston
2005-08-30- "twofish-cbc" is an alias for "twofish256-cbc"Matt Johnston
2005-08-30- Fixed twofish algorithm naming so it actually works.Matt Johnston
2005-08-24Make a variables staticMatt Johnston
2005-07-29channel.h: make definition externMatt Johnston
2005-07-08* ... and a bit more for the CHANGESMatt Johnston
2005-07-08* 0.46 CHANGES doneMatt Johnston
2005-07-08* close a file descriptor after we've shutdown() both sides, to avoid a leakMatt Johnston
2005-07-08* preparing for 0.46 releaseMatt Johnston
2005-07-08merge of 9522146cb07d4576f161fc4567c2c2fbd6f61fbbMatt Johnston
2005-07-08* patch up to date with debian 0.45-3 diffMatt Johnston
2005-07-08merge of 197e1bd25c1741218fbe0d73a1e37d4082054216Matt Johnston
2005-07-08* move RSA_BLINDING to options.hMatt Johnston