log

age author description
2007-01-11 Matt Johnston Update to LibTomCrypt 1.16 libtomcrypt-orig libtomcrypt-1.16
2007-01-04 Matt Johnston Load hostkeys before daemon(), since daemon()'s chdir("/") will prevent us
2006-12-06 Matt Johnston merge of '182c2d8dbd5321ef4d1df8758936f4dc7127015f'
2006-12-06 Matt Johnston - Include netinet/in.h before arpa/inet.h for FreeBSD
2006-12-05 Matt Johnston Add some code for testing whether a writefd is closed (by read()ing from it) channel-fix
2006-12-05 Matt Johnston - Add some extra tracing. channel-fix
2006-12-05 Matt Johnston merge of 'a94c5265558121fe936519b5d9a5eb27f95e9d9d' channel-fix
2006-12-05 Matt Johnston Tidy up behaviour when select() is interrupted. We follow normal channel-fix
2006-11-02 Matt Johnston comment about putenv() leaking malloced variables
2006-11-02 Matt Johnston Fix memory leak found by Klocwork
2006-11-02 Matt Johnston Make sure that we clean up key parts if we fail during reading a rsa key
2006-11-02 Matt Johnston make code clearer and more robust (from Klocwork)
2006-11-02 Matt Johnston Free x component of DSS key upon failure to load
2006-10-12 Matt Johnston propagate from branch 'au.asn.ucc.matt.dropbear' (head 31dcd7a22983ef19d6c63248e415e71d292dd0ec) channel-fix
2006-10-11 Matt Johnston Fix up separate-directory building for libtomcrypt
2006-10-11 Matt Johnston Remove accidentally removed block (making sure to close the channel). channel-fix
2006-10-09 Matt Johnston Passes most test cases now channel-fix
2006-10-07 Matt Johnston Rearranged (and hopefully simplified) channel close/eof handling channel-fix
2006-10-02 Matt Johnston Rearranged some more bits, marked some areas that need work. channel-fix
2006-10-02 Matt Johnston Comment cleanups insecure-nocrypto
2006-10-02 Matt Johnston explicit merge of '0501e6f661b5415eb76f3b312d183c3adfbfb712' insecure-nocrypto
2006-10-01 Matt Johnston just shuffle some variables names about, a brief comment channel-fix
2006-09-11 Matt Johnston Forgot variable declaration.
2006-08-20 Matt Johnston Handle failure reading a file (such as a key file)
2006-08-09 Matt Johnston blah, forgot PAM options.h debug-unrandom
2006-08-09 Matt Johnston make sure that random number generator is correct endian debug-unrandom
2006-08-09 Matt Johnston yet more debugging debug-unrandom
2006-08-09 Matt Johnston clarify endian difference debug-unrandom
2006-08-09 Matt Johnston add yet more debug-unrandom
2006-08-08 Matt Johnston some more debugging output debug-unrandom
2006-08-07 Matt Johnston merge of '9a4e042fd565f46141e81e0c1ab90260303348fe'
2006-08-07 Matt Johnston Add (disabled by default) LOG_COMMANDS option to log the commands executed
2006-08-06 Matt Johnston add some more copious debugging debug-unrandom
2006-08-04 Matt Johnston be sure not to include uninitialised buffers in the unrandom number debug-unrandom
2006-08-04 Matt Johnston add some debugging of mpints debug-unrandom
2006-08-04 Matt Johnston Remove actual randomness, to (hopefully) allow comparison between hosts debug-unrandom
2006-07-27 Matt Johnston Just use the normal "remote closed" handler when reading ident stings
2006-07-09 Matt Johnston CHECKCLEARTOWRITE() can normally be defined blank
2006-07-07 Matt Johnston From Erik Hovland
2006-07-07 Matt Johnston Make flow of execution clearer for getting process exit status
2006-07-07 Matt Johnston Fixes from Erik Hovland:
2006-07-07 Matt Johnston BUG: The strings 'name' and 'instruction' are always allocated
2006-07-07 Matt Johnston BUG: mp_div_2d returns status and it isn't checked.
2006-06-12 Matt Johnston 0.49 is close to done.
2006-06-12 Matt Johnston Can't check for ss_family without #including sys/socket.h
2006-06-12 Matt Johnston Another stab at getting ss_family happy on older glibc
2006-06-12 Matt Johnston Make the dbclient password prompt more useful
2006-06-12 Matt Johnston mention a command in the help
2006-06-11 Matt Johnston fix accidentally changed == vs != operators
2006-06-11 Matt Johnston progress towards exiting on writefd closure rather than
2006-06-10 Matt Johnston merge of 332f709a4cb39cde4cedab7c3be89e05f3023067
2006-06-10 Matt Johnston disapproval of revision 'a4c1a9be4db326f8f7adcf30f876fadedf87b203'
2006-06-10 Matt Johnston increase the size of listening sockets if the port count increases
2006-06-07 Matt Johnston Bring in changes from Debian 0.48.1-1
2006-06-07 Matt Johnston add -f background option to dbclient
2006-06-07 Matt Johnston Add -N "no remote command" dbclient option.
2006-06-07 Matt Johnston Include user@host in the pubkey line, since it's sometimes very useful
2006-06-07 Matt Johnston Add -P pidfile patch from Swen Schillig
2006-06-07 Matt Johnston Look at HOME before /etc/passwd when looking for ~/.ssh/known_hosts
2006-06-07 Matt Johnston change AC_MSG_RESULT to AC_MSG_NOTICE in configure.in, add AC_SYS_LARGEFILE
2006-06-06 Matt Johnston propagate from branch 'au.asn.ucc.matt.dropbear' (head 138a11bc1e2babcd8b1182e6cb2a85d4e9404b11) agent-client
2006-04-18 Matt Johnston Include CPPFLAGS in CFLAGS
2006-04-12 Matt Johnston don't fail fatally if the client can't get homedir from getpwuid(), fallback
2006-04-01 Matt Johnston dropbear_log to stderr since it works now ucc-axis-hack
2006-03-28 Matt Johnston smaller yet again ucc-axis-hack
2006-03-27 Matt Johnston send success message for successful window change request
2006-03-27 matt-ucc *hack hack hack* ucc-axis-hack
2006-03-26 matt-ucc fix up newlines for the serial bit ucc-axis-hack
2006-03-26 matt-ucc serial works better. enable DSS. ucc-axis-hack
2006-03-26 Matt Johnston A few more fixups, make sure that variable declarations are the
2006-03-26 Matt Johnston add a comment on usage ucc-axis-hack
2006-03-26 Matt Johnston add inetd server mode ucc-axis-hack
2006-03-25 matt-ucc add break handler ucc-axis-hack
2006-03-25 matt-ucc progress for serial logins ucc-axis-hack
2006-03-25 Matt Johnston Use password file, add serial option ucc-axis-hack
2006-03-25 matt-ucc A few changes for the 0.48 merge ucc-axis-hack
2006-03-25 Matt Johnston added README.axis ucc-axis-hack
2006-03-25 Matt Johnston printf not fprintf for scp stuff ucc-axis-hack
2006-03-25 Matt Johnston propagate from branch 'au.asn.ucc.matt.dropbear' (head 11034278bd1917bebcbdc69cf53b1891ce9db121) ucc-axis-hack
2006-03-25 Matt Johnston merge of 6ace12c71fc2773210f2f3d374c96622ca54fe48
2006-03-25 Matt Johnston Some cleanups/fixes for various TRACE statements
2006-03-25 Matt Johnston Various changes to compile+kind of run on UCC's axis board. ucc-axis-hack
2006-03-22 Matt Johnston minor cleanups for some warnings
2006-03-21 Matt Johnston propagate from branch 'au.asn.ucc.matt.dropbear' (head 0501e6f661b5415eb76f3b312d183c3adfbfb712) agent-client
2006-03-21 Matt Johnston A hack to make dbclient to tcp forwarding netcat style. dbclient-netcat-alike
2006-03-11 Matt Johnston 0.48.1 DROPBEAR_0.48.1
2006-03-11 Matt Johnston put back the TIMEVAL_TO_TIMESPEC and timersub macros for Linux
2006-03-10 Matt Johnston propagate from branch 'au.asn.ucc.matt.dropbear' (head 7ad1775ed65e75dbece27fe6b65bf1a234db386a) contrib-blacklist
2006-03-10 Matt Johnston propagate from branch 'au.asn.ucc.matt.dropbear' (head 7ad1775ed65e75dbece27fe6b65bf1a234db386a) insecure-nocrypto
2006-03-09 Matt Johnston 0.48 bump DROPBEAR_0.48
2006-03-09 Matt Johnston 0.48 progress
2006-03-08 Matt Johnston code was untested and wrong.
2006-03-08 Matt Johnston removed some large informational files
2006-03-08 Matt Johnston Update to scp from OpenSSH portable 4.3p2
2006-03-08 Matt Johnston some minor cleanups to the uClinux parts
2006-03-08 Matt Johnston propagate from branch 'au.asn.ucc.matt.ltc.dropbear' (head 20dccfc09627970a312d77fb41dc2970b62689c3)
2006-03-08 Matt Johnston propagate from branch 'au.asn.ucc.matt.ltm.dropbear' (head 6c790cad5a7fa866ad062cb3a0c279f7ba788583)
2006-03-08 Matt Johnston * Changes imported from Dropbear 0.47. libtommath-dropbear
2006-03-08 Matt Johnston Import of libtommath 0.35 libtommath-orig libtommath-0.35
2006-03-08 Matt Johnston Just import the Dropbear 0.47 libtomcrypt changes libtomcrypt-dropbear
2006-03-08 Matt Johnston Re-import libtomcrypt 1.05 for cleaner propagating. libtomcrypt-orig libtomcrypt-1.05
2006-03-08 Matt Johnston merge of 4c883eb469d2d251ee8abddbc11ae4005db6da17
2006-03-08 Matt Johnston merge of 4cbdd6e0a0d8c061075b9ed7609a06c4547f67d3
2006-03-08 Matt Johnston * Per-IP connection unauthed connection limits
2006-03-08 Matt Johnston Stomp on some minor warnings
2006-03-04 Matt Johnston Exit with a message if the ssh protocol version is incompatible
2006-02-28 Matt Johnston merge of 50848a51c2f9867bc10e81826190dbc326ea16b9
2006-02-28 Matt Johnston Merge of the uClinux-dist patch, should work in inetd mode
2006-02-11 Matt Johnston Only read /dev/random once when the program starts
2006-02-01 Matt Johnston Fix up #ifdefs for tcp forwarding
2006-01-25 Matt Johnston merge of c9dc9c734d4724866a86987356e6aedeed1c93dd
2006-01-25 Matt Johnston Check that the output circular buffer is actually empty before
2006-01-15 Matt Johnston Cancel a dbclient password prompt if the user presses ctrl-c.
2006-01-15 Matt Johnston * svr-tcpfwd.c: should be MAX_NAME_LEN not MAXNAMLEN
2005-12-09 Matt Johnston * options.h: bump the version number DROPBEAR_0.47
2005-12-08 Matt Johnston * Update changelogs for 0.47 release
2005-12-08 Matt Johnston * fix incorrect array sizing
2005-12-08 Matt Johnston * Update to debian 0.46-2
2005-12-06 Matt Johnston * workaround for systems such as glibc 2.1 that have
2005-12-06 Matt Johnston * common-channel.c: get rid of the read()-from-writefd code
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
2005-05-11 Matt Johnston propagate from branch 'au.asn.ucc.matt.ltm-orig' (head 7fa10cba9535de3461cedb14b877c24858826204) libtommath
2005-05-10 Matt Johnston * SMALL_CODE is now LTC_SMALL_CODE libtomcrypt
2005-05-10 Matt Johnston * add a "label" argument to printhex()
2005-05-10 Matt Johnston * change include path for libtomcrypt 1.02
2005-05-09 Matt Johnston makefile fixup for Dropbear libtomcrypt
2005-05-09 Matt Johnston Cleanup of import of LTC 1.02, still problematic for Dropbear libtomcrypt
2005-05-09 Matt Johnston Switching to libtomcrypt 1.02
2005-05-09 Matt Johnston Preparing for 0.46
2005-05-08 Matt Johnston propagate from branch 'au.asn.ucc.matt.ltc-orig' (head 9ba8f01f44320e9cb9f19881105ae84f84a43ea9) libtomcrypt
2005-05-06 Matt Johnston Import of libtomcrypt 1.02 with manual path rename rearrangement etc libtomcrypt-orig
2005-05-06 Matt Johnston Initial import of libtommath 0.35 libtommath-orig LTM_0.35
2005-05-05 Matt Johnston merge of 6b56bdff53b47ae7366d93b496ce353d9e3753dc