log

age author description
2008-03-27 Matt Johnston 0.51
2008-03-27 Matt Johnston merge of '9879f7138f243bb2077a06e4c9ea925fa34abe2b'
2008-03-27 Matt Johnston Update to debian 0.50-4 diff
2008-03-01 Matt Johnston Mention 0.51-test2 changes
2008-02-21 Matt Johnston Don't return until the shell has quit. This will ensure that an exit status
2008-01-13 Matt Johnston fix up after merge
2008-01-13 Matt Johnston merge of '295b11312e327fe6c4f33512674ea4a1a9790344'
2008-01-13 Matt Johnston Make a copy of passwd fields since getpwnam()'s retval isn't safe to keep
2007-11-29 Matt Johnston propagate from branch 'au.asn.ucc.matt.dropbear' (head fb7080ca6e254faaf7cfaee93b0ab6ab6de4ed59) agent-client
2007-11-02 Matt Johnston Actually use ~/.hushlogin rather than ~/hushlogin to ignore motd.
2007-10-18 Matt Johnston Fix to allow building from a separate directory, patch from Ricardo Martins
2007-09-14 Matt Johnston Add support for SSH_ASKPASS_ALWAYS env variable for dbclient. If it
2007-09-11 Matt Johnston Make sure declarations of variables are at the top of function,
2007-08-16 Matt Johnston propagate from branch 'au.asn.ucc.matt.dropbear' (head 8a7db1e2fdc5636abb338adb636babc32f465739) agent-client
2007-08-08 Matt Johnston Make dropbearkey only generate 1024 bit keys DROPBEAR_0.50
2007-08-08 Matt Johnston Fix delayed packet queue handling
2007-08-08 Matt Johnston Prepare for 0.50 release
2007-08-08 Matt Johnston - Add -K keepalive flag for dropbear and dbclient
2007-07-28 Matt Johnston Stop scp passing arguments that dbclient doesn't understand
2007-07-27 Matt Johnston Prevent invalid packets being sent during key-exchange, instead queue
2007-07-25 Matt Johnston Add default argument for receive window
2007-07-25 Matt Johnston Use the -W <windowsize> argument in startup scripts, with a default of 64kB
2007-07-25 Matt Johnston Add -W <windowsize> argument and document it.
2007-07-24 Matt Johnston Rearrange the channel buffer sizes into three neat use-editable values in
2007-07-19 Matt Johnston Patch from Nicolai Ehemann to try binding before going to the background,
2007-07-19 Matt Johnston Just use /dev/urandom since that's what everyone ends up using anyway.
2007-07-19 Matt Johnston "backgrounding" is more user-understandable than "forking"
2007-07-19 Matt Johnston uClinux ifdef was accidentally inverted
2007-07-19 Matt Johnston Fix spelling typo
2007-04-16 Matt Johnston Add -u option to specify /dev/urandom instead
2007-03-17 Matt Johnston Allow reading dbclient password from an environment var
2007-02-25 Matt Johnston Remove a newline from the kex prompt question, from FreeWRT
2007-02-22 Matt Johnston Fix a stupid bug s/readfd/errfd/ affecting channel close on child exit DROPBEAR_0.49
2007-02-22 Matt Johnston Document -p [address:]port
2007-02-22 Matt Johnston 0.49 probably done
2007-02-22 Matt Johnston Improve known_hosts checking.
2007-02-22 Matt Johnston merge of 'a9b0496634cdd25647b65e585cc3240f3fa699ee'
2007-02-22 Matt Johnston Add -p [address:]port option for binding to addresses, patch from
2007-02-16 Matt Johnston Fix for -pedantic -ansi compilation, change // to /**/, plus some signedness
2007-02-13 Matt Johnston Make sure the #includes for pam only get hit if PAM is enabled.
2007-02-12 Matt Johnston Quote some message in configure
2007-02-12 Matt Johnston Changes for 0.49test1
2007-02-12 Matt Johnston propagate from branch 'au.asn.ucc.matt.dropbear' (head 6cb7793493d92968e09b5dea21d71ded5811d21f) channel-fix
2007-02-12 Matt Johnston Turn off DEBUG_TRACE channel-fix
2007-02-12 Matt Johnston Revert to default sigchld handler after forking, don't exit channel-fix
2007-02-12 Matt Johnston Don't erase every buffer, it's too time consuming.
2007-02-12 Matt Johnston Disable core dumps
2007-02-12 Matt Johnston merge of 'c387cf9d6b7b1a951efd19476e81a2c2d7ca09a0' channel-fix
2007-02-12 Matt Johnston - Fix bug in child-exit handling where the wrong pid was being matched. channel-fix
2007-02-12 Matt Johnston Ignore "exit-signal" request rather than returning failure channel-fix
2007-02-11 Matt Johnston propagate from branch 'au.asn.ucc.matt.dropbear' (head eac2a177021cfa0cbf365d5821fe6c8a0a5dc758) channel-fix
2007-02-11 Matt Johnston Remove double-free due to the same "fix" for a leak getting merged in
2007-02-11 Matt Johnston propagate from branch 'au.asn.ucc.matt.dropbear' (head 924b731b50d4147eed8e9382c98a2573259a6cad) channel-fix
2007-02-11 Matt Johnston Add '-y' option to dbclient to accept the host key without checking
2007-02-09 Matt Johnston Avoid using a comma in a message, since I can't be bothered
2007-02-09 Matt Johnston Improve behaviour when flushing out after a process has exited. channel-fix
2007-02-06 Matt Johnston merge of '73fe066c5d9e2395354ba74756124d45c978a04d' channel-fix
2007-02-06 Matt Johnston disapproval of revision '1dfbc5ef92391d01b576c8506061927869a89887' channel-fix
2007-02-04 Matt Johnston propagate from branch 'au.asn.ucc.matt.dropbear' (head 3d683afab1940779612505721e67bd9c98df057e) channel-fix
2007-02-04 Matt Johnston merge of '691c56da3db2685f58ea53540a73c1b79e7df9cd'
2007-02-04 Matt Johnston Revert bogus fix, make a note that the var is meant to 'leak'
2007-02-04 Matt Johnston merge of 'b1dd3b94e60a07a176dba2b035ac79968595990a'
2007-02-04 Matt Johnston Add comments about requiring keysize <= 2*SHA1_HASH_SIZE
2007-02-03 Matt Johnston Fix failure-handling in dropbear_listen() when errstring is unset
2007-02-03 Matt Johnston Fix another leak found by Klocwork
2007-02-03 Matt Johnston Fix leak of keybuf in recv_msg_userauth_pk_ok, courtesy of Klocwork
2007-02-03 Matt Johnston Remove extraneous tests in random mpint generation,
2007-02-03 Matt Johnston Fix potential null pointer dereference found by Klokwork
2007-02-03 Matt Johnston Fix free() of null pointer found by Klocwork
2007-02-03 Matt Johnston propagate from branch 'au.asn.ucc.matt.dropbear' (head b1dd3b94e60a07a176dba2b035ac79968595990a) channel-fix
2007-02-03 Matt Johnston merge of '7ac513addd924cd0391e7db26c067024c3c257f6' channel-fix
2007-02-03 Matt Johnston merge of '1dfbc5ef92391d01b576c8506061927869a89887' channel-fix
2007-02-03 Matt Johnston merge of '5fdf69ca60d1683cdd9f4c2595134bed26394834'
2007-02-03 Matt Johnston merge of '1250b8af44b62d8f4fe0f8d9fc7e7a1cc34e7e1c'
2007-02-03 Matt Johnston disapproval of revision '1250b8af44b62d8f4fe0f8d9fc7e7a1cc34e7e1c' channel-fix
2007-02-03 Matt Johnston disapproval of revision '2186a678a5f79ef432f6593a10e3e13df2a313d5'
2007-02-03 Matt Johnston disapproval of revision '5fdf69ca60d1683cdd9f4c2595134bed26394834' channel-fix
2007-02-03 Matt Johnston disapproval of revision '332f709a4cb39cde4cedab7c3be89e05f3023067'
2007-02-02 Matt Johnston Update to latest
2007-01-11 Matt Johnston fix missing endif
2007-01-11 Matt Johnston propagate from branch 'au.asn.ucc.matt.ltc.dropbear' (head c1db4398d56c56c6d06ae1e20c1e0d04dbb598ed)
2007-01-11 Matt Johnston Replace // with /* */ libtomcrypt-dropbear
2007-01-11 Matt Johnston propagate from branch 'au.asn.ucc.matt.ltm.dropbear' (head 2af95f00ebd5bb7a28b3817db1218442c935388e)
2007-01-11 Matt Johnston %s/ranlib/$(RANLIB)/ libtommath-dropbear
2007-01-11 Matt Johnston propagate from branch 'au.asn.ucc.matt.ltm.orig' (head 1c2b7d389d0682caf980235dad97493e3206389c) libtommath-dropbear
2007-01-11 Matt Johnston Update to LibTomMath 0.40 libtommath-orig libtommath-0.40
2007-01-11 Matt Johnston Refer to local headers locally with #include "" not #include <>. libtommath-dropbear
2007-01-11 Matt Johnston propagate from branch 'au.asn.ucc.matt.ltc.dropbear' (head ffd1015238ffcc959f6cd95176d96fcd0945a397)
2007-01-11 Matt Johnston Fix up some slight changes. libtomcrypt-dropbear
2007-01-11 Matt Johnston propagate from branch 'au.asn.ucc.matt.ltc.dropbear' (head 2af22fb4e878750b88f80f90d439b316d229796f)
2007-01-11 Matt Johnston propagate from branch 'au.asn.ucc.matt.ltc.orig' (head 52840647ac7f5c707c3bd158d119a15734a7ef28) libtomcrypt-dropbear
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