log

age author description
2012-05-09 Matt Johnston - Don't sent SSH_MSG_UNIMPLEMENTED if we don't have ENABLE_SVR_REMOTETCPFWD
2012-04-24 Matt Johnston Ignore -q if SCP_PROGRESS isn't set
2012-04-12 Matt Johnston Split listening port argument at the rightmost colon, allows binding to
2012-04-12 Matt Johnston Improve comment about sha1-96
2012-04-09 Matt Johnston Slight formatting change for ENABLE_CLI_AGENTFWD if statement
2012-03-26 Andrey Mazo Fixed compilation with unset ENABLE_{SVR,CLI}_AGENTFWD.
2012-04-09 Matt Johnston Rename HAVE_FORK to USE_VFORK
2012-04-08 Mike Frysinger check for fork() and not __uClinux__
2012-04-08 Mike Frysinger fix out-of-tree cleaning
2012-02-23 Matt Johnston Added signature for changeset 85f835f2fe0a
2012-02-23 Matt Johnston Added tag DROPBEAR_2012.55 for changeset d354464b2aa6
2012-02-23 Matt Johnston - Improve CHANGES description DROPBEAR_2012.55
2012-02-22 Matt Johnston 2012.55
2012-02-22 Matt Johnston - Fix minor leak
2012-02-22 Matt Johnston Fix accidentally committed change
2011-12-03 Matt Johnston - Initialise sa_mask properly
2012-02-21 Matt Johnston - Merge
2012-02-21 Matt Johnston - Make sure sa_mask is set
2012-02-21 Matt Johnston - Burn buffers to 0x00 instead
2011-12-03 Matt Johnston - Fix use-after-free if multiple command requests were sent. Move
2011-12-03 Matt Johnston - Remove unused variable/code
2011-12-03 Matt Johnston - Make sure we don't use channel-specific data after it has been freed
2011-12-03 Matt Johnston - Fix some format strings in TRACE()s
2011-12-03 Matt Johnston - We don't need to test for NULL before free()
2012-02-10 Matt Johnston Merge
2012-02-10 Matt Johnston Clear a few buffers when possible
2011-11-30 Matt Johnston - Fix constraints so we don't get warned about uninitialised dropbear-tfm
2011-11-30 Matt Johnston - More asm constraint fixes. Now seems to build OK on 32-bit OS X. dropbear-tfm
2011-11-30 Matt Johnston - Work around broken asm constraint behaviour on 32bit x86 OS X dropbear-tfm
2011-11-23 Matt Johnston Somehow Makefile.in went missing dropbear-tfm tomsfastmath
2011-11-23 Matt Johnston Add tomsfastmath from git rev bfa4582842bc3bab42e4be4aed5703437049502a dropbear-tfm
2011-11-22 Matt Johnston A few build fixes dropbear-tfm
2011-11-21 Matt Johnston - Update tfm changes to current default tip dropbear-tfm
2011-11-21 Matt Johnston - Bring in original tomsfastmath patch against 0.52 from Peter Turczak dropbear-tfm
2011-11-10 Matt Johnston Put better #if guards around IPv6 socket options for IPV6_TCLASS and
2011-11-08 Matt Johnston Added signature for changeset 3f12086c2ef2
2011-11-08 Matt Johnston Added tag DROPBEAR_2011.54 for changeset 3f12086c2ef2
2011-11-08 Matt Johnston Changelog and version bump for 2011.54 DROPBEAR_2011.54
2011-11-08 Matt Johnston Fix symlink target created by installdropbearmulti
2011-11-07 Matt Johnston Added signature for changeset aa2f51a6b81d
2011-11-07 Matt Johnston Use "uint64_t" instead of "u_int64_t" since the Solaris doesn't have the
2011-11-06 Matt Johnston Fix crash with -R forwarding
2011-11-05 Matt Johnston Print the server allocated port when using dbclient -R 0:....
2011-11-03 convert-repo update tags
2011-10-26 Matt Johnston Set IPTOS_LOWDELAY for IPv6 too
2011-10-26 Matt Johnston - Add ALLOW_BLANK_PASSWORD option
2011-10-20 Matt Johnston Try bind IPV6_V6ONLY
2011-07-05 Matt Johnston list.c also has no trailing newline
2011-07-05 Matt Johnston Fix lost ending newline
2011-06-30 Matt Johnston Hopefully fix -lcrypt problem
2011-06-07 Matt Johnston Fix case where "-K 1" would cause a SSH_MSG_IGNORE packet to be sent
2011-06-07 Matt Johnston Mention that the value is in seconds
2011-04-07 Matt Johnston Clean up leaked FD if getnameinfo fails. From Klocwork
2011-04-07 Matt Johnston Fix crash when remote forwarding was requested
2011-04-07 Matt Johnston Fix leak found by Klocwork
2011-04-07 Matt Johnston Properly fix the bug found years ago by Klocwork, refound again.