log

age author description
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.