summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Turn off DEBUG_TRACE accidentally committedMatt Johnston2009-07-261-1/+1
| * - Payload length doesn't include macsize.Matt Johnston2009-07-262-2/+2
| * - Add option to change zlib windowBits/memLevelMatt Johnston2009-07-262-1/+24
| * Disable Blowfish by default, it has inefficient key memory useMatt Johnston2009-07-241-1/+2
| * - For uclinux, only cleanup on exit for the main process. This avoidsMatt Johnston2009-07-092-4/+21
* | - 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
* | Talking to the agent works now. Can't interpret the pubkeys.Matt Johnston2009-07-016-39/+40
* | Make it compile, update for changes in channel structure.Matt Johnston2009-07-0111-31/+42
* | propagate from branch 'au.asn.ucc.matt.dropbear' (head 899a8851a5edf840b2f792...Matt Johnston2009-07-0140-407/+789
|\ \ | |/
| * - Print banner to stderr. Probably the right way, and avoidsMatt Johnston2009-06-161-1/+1
| * - Make -i and -W pass through multihop argumentsMatt Johnston2009-06-125-20/+66
| * - Don't memcpy() in place with void_encryptMatt Johnston2009-06-091-1/+3
| * Wrap proxycmd function in ENABLE_CLI_PROXYCMD #ifdefMatt Johnston2009-06-081-0/+4
| * disapproval of revision '6d6160b277bfc7c2db6888a2ac91ac618cef6de3'Matt Johnston2009-06-081-6/+2
| * Wrap proxycmd function in ENABLE_CLI_PROXYCMD #ifdefMatt Johnston2009-06-081-2/+6
| * use memset() rather than bzero()Matt Johnston2009-06-081-1/+1
| * merge of '0a8dfaa3e5365a2004db2b55895e11f65b5cefcc'Matt Johnston2009-03-172-5/+4
| |\
| | * - Turn DROPBEAR_SMALL_CODE off by defaultMatt Johnston2009-03-031-3/+4
| | * Remove extraneous debuggingMatt Johnston2009-03-031-2/+0
| * | - Add the signal pipe to maxfdMatt Johnston2009-03-171-0/+3
| |/
| * - Get rid of decryptreadbuf, just decrypt in-place with readbufMatt Johnston2009-03-015-211/+175
| * Encrypt in-place, avoid an extra mallocMatt Johnston2009-03-011-51/+42
| * merge of 'e1c100e6366c5d607af08f4abdbb0f4281df4fa9'Matt Johnston2009-02-263-14/+5
| |\
| | * disapproval of revision 'a101cbd046507cf723e6362a49196dbd4b924042'Matt Johnston2009-02-263-14/+5
| * | merge of 'a101cbd046507cf723e6362a49196dbd4b924042'Matt Johnston2009-02-264-28/+30
| |\ \ | | |/ | |/|
| | * - Don't be dumb and encrypt/decrypt in a while() loop - why did I do this??Matt Johnston2009-02-251-25/+23
| | * - Allow building with neither server nor client specifiedMatt Johnston2008-11-181-1/+4
| | * - Use the right variable notationMatt Johnston2008-11-181-1/+1
| | * Only use -lcrypt for Dropbear server binaryMatt Johnston2008-11-172-2/+3
| * | - Try to write out as much as we canMatt Johnston2009-02-263-5/+14
| |/
| * - Add a date for the releaseDROPBEAR_0.52Matt Johnston2008-11-122-2/+2
| * PAM shouldn't be on by defaultMatt Johnston2008-11-111-2/+2
| * - Bump to 0.52Matt Johnston2008-11-115-4/+14
| * - Document idle_timeoutMatt Johnston2008-11-113-0/+14
| * Mention DSS and DSA being the same thingMatt Johnston2008-11-092-5/+11
| * Idle timeout patch from Farrell Aultman. Needs testing, unsure if serverMatt Johnston2008-11-0710-17/+59
| * - Update manuals, include section on authorized_keysMatt Johnston2008-11-055-3/+107
| * LICENSE - Update copyright to 2008Matt Johnston2008-11-053-9/+37
| * - Set a default path, since bash won't export one otherwise (though it will setMatt Johnston2008-11-052-6/+14
| * Give a umask argument to open() in loginrecMatt Johnston2008-11-051-1/+1
| * - use vfork()/_exit() for uclinuxMatt Johnston2008-11-021-1/+14
| * Report errors if a remote request failsMatt Johnston2008-11-024-1/+46
| * Don't use // style commentsMatt Johnston2008-11-021-4/+4
| * - Get rid of blowfish and twofish CTR since they weren't likelyMatt Johnston2008-09-292-10/+2
| * - Add Counter Mode supportMatt Johnston2008-09-2911-116/+195
| * Add support for zlib@openssh.com delayed compression.Matt Johnston2008-09-299-10/+40
* | propagate from branch 'au.asn.ucc.matt.dropbear' (head 4fb35083f0f46ea667e704...Matt Johnston2008-09-2313-17/+324
|\ \ | |/ |/|