summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2011-02-27- Fix DROPBEAR_PRNGD_SOCKET since it doesn't need to call connect()Matt Johnston
2011-02-25Updates changelog. Mention diffie-hellman-group14-sha1 in 0.53Matt Johnston
2011-02-25-lcrypt needs to be before object files when static linkingMatt Johnston
2011-02-24- Set debian version to 0.53Matt Johnston
2011-02-24Changelog for 0.53, bump versionMatt Johnston
2011-02-24Mention -L/-R listenaddress argument in manpageMatt Johnston
2011-02-24It happened to sonyMatt Johnston
2011-02-24Add diffie-hellman-group14-sha1 KEX methodMatt Johnston
2011-02-23Improve capitalisation for all logged stringsMatt Johnston
2011-02-23merge of '8849ec659cb45b924158cc3322390a1d3d48daef'Matt Johnston
2011-02-23Don't reset last_packet_time when we're transmitting SSH_MSG_IGNORE packetsMatt Johnston
2010-07-21remove unused variableMatt Johnston
2010-07-21merge of '4b90e96a8a8afcc9feafc59cb47592a4a6d1cc30'Matt Johnston
2010-07-21- Update fake-rfc2553.{c,h} from OpenSSH 5.5p1Matt Johnston
2010-07-21Fix bug in primality testing, seeMatt Johnston
2010-07-21Work properly again with bundled libtom*. autoconf is a hassle.Matt Johnston
2010-07-21Rename rsa_key to dropbear_rsa_key (and same for dss too) soMatt Johnston
2010-07-21Use system libtomcrypt/libtommath if available. Doesn't currentlyMatt Johnston
2010-07-20Comment public/private partsMatt Johnston
2010-03-21merge of '0adbc6745a5ada0b6780b0683209f5b26b1a335d'Matt Johnston
2010-03-21- make structure staticMatt Johnston
2010-03-04don't #include "utmp.h"Matt Johnston
2010-02-27- fixes for listenaddrMatt Johnston
2010-02-27merge of '48fdaa8706d1acda35e9d564adc9a1fbc96c18c8'Matt Johnston
2010-02-27- tcpfwd bindaddr support against trunk. needs merging.Matt Johnston
2010-02-24- Progress for allowing specifying a listenaddr for tcp forwardsMatt Johnston
2009-09-13Mention -p's address argument in manpage synopsisMatt Johnston
2009-09-11- Disable compression for non-final multihopsMatt Johnston
2009-09-10Remove extraneous semicolonMatt Johnston
2009-09-08- Test for pam_fail_delay() function in configureMatt Johnston
2009-09-05Move remotehost into svr_ses structure since we can't look it upMatt Johnston
2009-09-02- Remove options that dbclient won't know aboutMatt Johnston
2009-09-02- scp progressbar needs strlcat(), so add compat.oMatt Johnston
2009-09-02- Set $SSH_CONNECTIONMatt Johnston
2009-09-01Rearrange getaddrstring() etcMatt Johnston
2009-08-31- set $SSH_TTY environment variableMatt Johnston
2009-08-26- set $SSH_ORIGINAL_COMMAND if a command is forced, and log itMatt Johnston
2009-08-25merge of '0d7a9127af37d6e74efc5ec031a7001ce63d334d'Matt Johnston
2009-08-25- Move netcat struct to where it stays in scope.Matt Johnston
2009-08-13- Don't print warning if SSH_AUTH_SOCK is unsetMatt Johnston
2009-07-31- Handle failure to connect to forwarding socketMatt Johnston
2009-07-30propagate from branch 'au.asn.ucc.matt.dropbear.cli-agent' (head eb0dae4b62e2...Matt Johnston
2009-07-30Agent forwarding worksMatt Johnston
2009-07-29propagate from branch 'au.asn.ucc.matt.dropbear' (head bbe4e11695a7b22bd89a72...Matt Johnston
2009-07-28Use /usr/bin/X11/xauth default path insteadMatt Johnston
2009-07-26Turn off DEBUG_TRACE accidentally committedMatt Johnston
2009-07-26- Payload length doesn't include macsize.Matt Johnston
2009-07-26- Add option to change zlib windowBits/memLevelMatt Johnston
2009-07-24Disable Blowfish by default, it has inefficient key memory useMatt Johnston
2009-07-09- For uclinux, only cleanup on exit for the main process. This avoidsMatt Johnston