summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Agent forwarding worksagent-clientMatt Johnston2009-07-3011-24/+49
|
* propagate from branch 'au.asn.ucc.matt.dropbear' (head ↵Matt Johnston2009-07-295-7/+48
|\ | | | | | | | | | | bbe4e11695a7b22bd89a722600eb4a4020b6fdf3) to branch 'au.asn.ucc.matt.dropbear.cli-agent' (head 276cf5e82276b6c879d246ba64739ec6868f5150)
| * 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
| | | | | | | | trashing the state when a failing child exits.
* | - Client auth using an agent's key works. Still need to implement clientMatt Johnston2009-07-065-13/+89
| | | | | | | | agent forwarding.
* | 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 ↵Matt Johnston2009-07-0140-407/+789
|\ \ | |/ | | | | | | | | 899a8851a5edf840b2f7925bcc26ffe99dcac54d) to branch 'au.asn.ucc.matt.dropbear.cli-agent' (head 6bbab8364de17bd9ecb1dee5ffb796e48c0380d2)
| * - Print banner to stderr. Probably the right way, and avoidsMatt Johnston2009-06-161-1/+1
| | | | | | | | bad interactions with multihop or netcat-alike mode.
| * - 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
| | | | | | | | (commit the right file this time)
| * 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
| |\ | | | | | | | | | and 'ef3b41f37e9f4dd45358bc40f9559ee23f71c284'
| | * - 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
| | | | | | | | | | - Share make_mac function for both packet creation and validation - Split recv/trans parts of key_context into their own structures
| * Encrypt in-place, avoid an extra mallocMatt Johnston2009-03-011-51/+42
| |
| * merge of 'e1c100e6366c5d607af08f4abdbb0f4281df4fa9'Matt Johnston2009-02-263-14/+5
| |\ | | | | | | | | | and 'fe8161b0698c9816b98f79e3cab2b9d59f2be71b'
| | * disapproval of revision 'a101cbd046507cf723e6362a49196dbd4b924042'Matt Johnston2009-02-263-14/+5
| | |
| * | merge of 'a101cbd046507cf723e6362a49196dbd4b924042'Matt Johnston2009-02-264-28/+30
| |\ \ | | |/ | |/| | | | and 'c8e1b84cfe874887ad7df0dd95a00de46dbc0136'
| | * - 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
| | | | | | | | - Clarify that hosts are resolved on the remote end for multihop
| * - 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
| | | | | | | | code works
| * - Update manuals, include section on authorized_keysMatt Johnston2008-11-055-3/+107
| | | | | | | | | | - Change default PATH to /usr/bin:/bin - Mention DEBUG_TRACE in -v help text
| * LICENSE - Update copyright to 2008Matt Johnston2008-11-053-9/+37
| | | | | | | | | | cli-runopts.c - mention that -v is for DEBUG_TRACE, add multihop syntax dbclient.1 - document some new features
| * - Set a default path, since bash won't export one otherwise (though it will setMatt Johnston2008-11-052-6/+14
| | | | | | | | | | one, leading to mysterious problems) - Rearrange some options
| * 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
| | | | | | | | to be that useful
| * - Add Counter Mode supportMatt Johnston2008-09-2911-116/+195
| |
| * Add support for zlib@openssh.com delayed compression.Matt Johnston2008-09-299-10/+40
| | | | | | | | | | Are still advertising 'zlib' for the server, need to allow delayed-only as an option
* | propagate from branch 'au.asn.ucc.matt.dropbear' (head ↵Matt Johnston2008-09-2313-17/+324
|\ \ | |/ |/| | | | | | | 4fb35083f0f46ea667e7043e7d4314aecd3df46c) to branch 'au.asn.ucc.matt.dropbear.cli-agent' (head 833d0adef6cdbf43ea75283524c665e70b0ee1ee)