log

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