summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2011-04-07Fix memory leak found by KlocworkMatt Johnston
2011-04-07Tidy error handling and get rid of some commented out codeMatt Johnston
2011-04-07Change comparison to be more paranoid (and perhaps avoid Klocwork falseMatt Johnston
2011-04-07Fix check of wrong variable found by KlocworkMatt Johnston
2011-03-31Avoid segfault when handling childpid raceMatt Johnston
2011-03-18Use mp_init_size() to avoid some mp_grow()sMatt Johnston
2011-03-02Update changelog for 0.53.1Matt Johnston
2011-02-28merge of '8a608f0ed5e4b491dba4bf330e560636ec7376fd'Matt Johnston
2011-02-28- Don't allow setting memLevel since that doesn't work properlyMatt Johnston
2011-02-28Compile fix for when both client and server agent forwarding is disabledMatt Johnston
2011-02-27Refer to RFCs rather than drafts, update some section referencesMatt Johnston
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