log

age author description
2005-12-06 Matt Johnston Make the clean target a bit saner libtomcrypt LTC_DB_0.47
2005-12-06 Matt Johnston * fix -L forwarding on the client, broke last rev
2005-12-04 Matt Johnston * add -g (dbclient) and -a (dropbear) options for allowing non-local
2005-11-30 Matt Johnston * options.h, common-kex.c: fix support of 4096 byte host keys
2005-11-30 Matt Johnston * keyimport.c: fclose() the key file to make sure data gets written
2005-11-08 Matt Johnston * common-algo.c: use zlib for dbclient
2005-10-31 Matt Johnston * include netinet/in_systm.h if available before netinet/ip.h, since
2005-10-20 Matt Johnston * rename infd/outfd to writefd/readfd, to avoid confusion
2005-09-23 Matt Johnston - a hack for grahame to run dropbear with "none" cipher. insecure-nocrypto
2005-09-21 Matt Johnston - new function to set "low delay" for a packet, set the ip TOS bit
2005-09-20 Matt Johnston Forgot to revert echo flag
2005-09-20 Matt Johnston added keyboard-interactive client support
2005-09-20 Matt Johnston Log when pubkey auth fails because of bad pubkey perms/ownership
2005-09-06 Matt Johnston propagate from branch 'au.asn.ucc.matt.dropbear' (head c9347a030ac9ef5454b7a84f4915e91dc44efd6c) contrib-blacklist
2005-09-06 Matt Johnston - blacklisting patch from Michael Deiters contrib-blacklist
2005-09-06 Matt Johnston add note about compiling for 386
2005-09-06 Matt Johnston - add explicit check that correct keytype exists for pubkey verification
2005-09-05 Matt Johnston * ensure that we only handle open confirmation/failure
2005-09-05 Matt Johnston merge of da30137eaac417f50a323f9ddd29999ec21261e0
2005-09-05 Matt Johnston * use own assertions which should get logged properly
2005-09-05 Matt Johnston common session initialiser doesn't need to call
2005-09-05 Matt Johnston add a missing freeaddrinfo()
2005-09-02 Matt Johnston use a buffer rather than raw char array for creating
2005-09-02 Matt Johnston merge of 57902417ad22502b79c63fcabb7f4a8c8449e682
2005-09-02 Matt Johnston disapproval of revision ac41ae96770156bca2c0193b500ee07ee8d9a027
2005-09-02 Matt Johnston Change the preferred algorithm order
2005-09-02 Matt Johnston Increase algorithm list buffer length
2005-08-30 Matt Johnston bytes/bits in a comment.
2005-08-30 Matt Johnston trans, not recv for macsize
2005-08-30 Matt Johnston - register AES and Twofish even if just the 256 bit key variants are used
2005-08-30 Matt Johnston - check for generic AES/TWOFISH settings from Dropbear, not AES128 etc libtomcrypt
2005-08-30 Matt Johnston - "twofish-cbc" is an alias for "twofish256-cbc"
2005-08-30 Matt Johnston - Fixed twofish algorithm naming so it actually works.
2005-08-24 Matt Johnston Make a variables static
2005-07-29 Matt Johnston channel.h: make definition extern
2005-07-18 Matt Johnston - progress towards client agent forwarding agent-client
2005-07-08 Matt Johnston * ... and a bit more for the CHANGES DROPBEAR_0.46
2005-07-08 Matt Johnston * 0.46 CHANGES done
2005-07-08 Matt Johnston * change include path of options.h libtomcrypt LTC_DB_0.46
2005-07-08 Matt Johnston * close a file descriptor after we've shutdown() both sides, to avoid a leak
2005-07-08 Matt Johnston * preparing for 0.46 release
2005-07-08 Matt Johnston merge of 9522146cb07d4576f161fc4567c2c2fbd6f61fbb
2005-07-08 Matt Johnston * patch up to date with debian 0.45-3 diff
2005-07-08 Matt Johnston merge of 197e1bd25c1741218fbe0d73a1e37d4082054216
2005-07-08 Matt Johnston * move RSA_BLINDING to options.h
2005-07-08 Matt Johnston rename PubkeyList to SignKeyList for clarity
2005-07-08 Matt Johnston Change the format of for loops, gcc4 produces incorrect binaries with
2005-07-06 Matt Johnston - try to properly rename Makefile and get it up-to-date with 1.05, libtomcrypt
2005-07-06 Matt Johnston merge of 24ccd6df75086f1028c185f4ad5946f449bf2e05 libtomcrypt
2005-07-06 Matt Johnston disapproval of revision 6a39eb8b36778460fca83b8149df2a8b6d3327fd libtomcrypt
2005-07-06 Matt Johnston propagate from branch 'au.asn.ucc.matt.ltc-orig' (head 33c416b902f1a44913d825bae7ad9a160f703ed3) libtomcrypt
2005-07-06 Matt Johnston Import of libtomcrypt 1.05 libtomcrypt-orig LTC_1.05
2005-06-02 Matt Johnston * fix off-by-one closing open FDs
2005-06-02 Matt Johnston merge of 72b0db220b7fc6b4fb6079d6b82c843186bab5a7
2005-06-01 Matt Johnston * defined USING_LISTENERS when tcp forwarding is enabled but not
2005-05-27 Matt Johnston merge of 7d53fee744460df7d2297614c9a4a8a6722eb277
2005-05-27 Matt Johnston Seperate out exit errors from setgid()/initgroups(), and errors from setuid(),
2005-05-11 Matt Johnston Don't remove ~ files on make clean (and find -type was wrong anyway) libtommath LTM_DB_0.46 LTM_DB_0.47
2005-05-11 Matt Johnston Update Makefile.in for dropbear libtommath
2005-05-11 Matt Johnston Bringing back the original ltc 0.35 makefile libtommath