summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update changelog for 0.53.1DROPBEAR_0.53.1Matt Johnston2011-03-023-2/+14
* merge of '8a608f0ed5e4b491dba4bf330e560636ec7376fd'Matt Johnston2011-02-283-15/+23
|\
| * - Don't allow setting memLevel since that doesn't work properlyMatt Johnston2011-02-283-15/+23
* | Compile fix for when both client and server agent forwarding is disabledMatt Johnston2011-02-284-6/+10
* | Refer to RFCs rather than drafts, update some section referencesMatt Johnston2011-02-274-6/+7
* | - Fix DROPBEAR_PRNGD_SOCKET since it doesn't need to call connect()Matt Johnston2011-02-271-5/+0
* | Updates changelog. Mention diffie-hellman-group14-sha1 in 0.53Matt Johnston2011-02-251-0/+6
* | -lcrypt needs to be before object files when static linkingMatt Johnston2011-02-251-2/+2
|/
* - Set debian version to 0.53DROPBEAR_0.53Matt Johnston2011-02-241-0/+6
* Changelog for 0.53, bump versionMatt Johnston2011-02-242-1/+46
* Mention -L/-R listenaddress argument in manpageMatt Johnston2011-02-241-2/+2
* It happened to sonyMatt Johnston2011-02-241-1/+2
* Add diffie-hellman-group14-sha1 KEX methodMatt Johnston2011-02-243-4/+45
* Improve capitalisation for all logged stringsMatt Johnston2011-02-2334-143/+144
* merge of '8849ec659cb45b924158cc3322390a1d3d48daef'Matt Johnston2011-02-231-1/+0
|\
| * remove unused variableMatt Johnston2010-07-211-1/+0
* | Don't reset last_packet_time when we're transmitting SSH_MSG_IGNORE packetsMatt Johnston2011-02-232-16/+34
|/
* merge of '4b90e96a8a8afcc9feafc59cb47592a4a6d1cc30'Matt Johnston2010-07-212-10/+35
|\
| * - Update fake-rfc2553.{c,h} from OpenSSH 5.5p1Matt Johnston2010-07-212-10/+35
* | Fix bug in primality testing, seeMatt Johnston2010-07-211-1/+1
|/
* Work properly again with bundled libtom*. autoconf is a hassle.Matt Johnston2010-07-212-4/+6
* Rename rsa_key to dropbear_rsa_key (and same for dss too) soMatt Johnston2010-07-2110-62/+58
* Use system libtomcrypt/libtommath if available. Doesn't currentlyMatt Johnston2010-07-213-9/+41
* Comment public/private partsMatt Johnston2010-07-202-0/+2
* merge of '0adbc6745a5ada0b6780b0683209f5b26b1a335d'Matt Johnston2010-03-211-1/+1
|\
| * - make structure staticMatt Johnston2010-03-211-1/+1
* | don't #include "utmp.h"Matt Johnston2010-03-041-1/+0
* | - fixes for listenaddrMatt Johnston2010-02-271-4/+2
* | merge of '48fdaa8706d1acda35e9d564adc9a1fbc96c18c8'Matt Johnston2010-02-2748-665/+1341
|\ \
| * | - tcpfwd bindaddr support against trunk. needs merging.Matt Johnston2010-02-273-36/+80
| |/
| * Mention -p's address argument in manpage synopsisMatt Johnston2009-09-131-1/+1
| * - Disable compression for non-final multihopsMatt Johnston2009-09-117-8/+43
| * Remove extraneous semicolonMatt Johnston2009-09-101-1/+1
| * - Test for pam_fail_delay() function in configureMatt Johnston2009-09-085-8/+21
| * Move remotehost into svr_ses structure since we can't look it upMatt Johnston2009-09-053-4/+7
| * - Remove options that dbclient won't know aboutMatt Johnston2009-09-021-1/+5
| * - scp progressbar needs strlcat(), so add compat.oMatt Johnston2009-09-021-1/+1
| * - Set $SSH_CONNECTIONMatt Johnston2009-09-023-2/+60
| * Rearrange getaddrstring() etcMatt Johnston2009-09-0116-139/+141
| * - set $SSH_TTY environment variableMatt Johnston2009-08-311-5/+4
| * - set $SSH_ORIGINAL_COMMAND if a command is forced, and log itMatt Johnston2009-08-264-10/+30
| * merge of '0d7a9127af37d6e74efc5ec031a7001ce63d334d'Matt Johnston2009-08-251-1/+7
| |\
| | * - Don't print warning if SSH_AUTH_SOCK is unsetMatt Johnston2009-08-131-2/+4
| | * - Handle failure to connect to forwarding socketMatt Johnston2009-07-311-0/+4
| * | - Move netcat struct to where it stays in scope.Matt Johnston2009-08-251-9/+9
| |/
| * propagate from branch 'au.asn.ucc.matt.dropbear.cli-agent' (head eb0dae4b62e2...Matt Johnston2009-07-3030-192/+674
| |\
| | * Agent forwarding worksagent-clientMatt Johnston2009-07-3011-24/+49
| | * propagate from branch 'au.asn.ucc.matt.dropbear' (head bbe4e11695a7b22bd89a72...Matt Johnston2009-07-295-7/+48
| | |\
| | * | - Client auth using an agent's key works. Still need to implement clientMatt Johnston2009-07-065-13/+89
| | * | New standard linked list to use, rather than adhoc SignKeyList or TCPFwdListMatt Johnston2009-07-0617-192/+254