summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
2009-07-06- Client auth using an agent's key works. Still need to implement clientMatt Johnston
2009-07-06New standard linked list to use, rather than adhoc SignKeyList or TCPFwdListMatt Johnston
2009-07-01Talking to the agent works now. Can't interpret the pubkeys.Matt Johnston
2009-07-01Make it compile, update for changes in channel structure.Matt Johnston
2009-07-01propagate from branch 'au.asn.ucc.matt.dropbear' (head 899a8851a5edf840b2f792...Matt Johnston
2009-06-16- Print banner to stderr. Probably the right way, and avoidsMatt Johnston
2009-06-12- Make -i and -W pass through multihop argumentsMatt Johnston
2009-06-09- Don't memcpy() in place with void_encryptMatt Johnston
2009-06-08Wrap proxycmd function in ENABLE_CLI_PROXYCMD #ifdefMatt Johnston
2009-06-08disapproval of revision '6d6160b277bfc7c2db6888a2ac91ac618cef6de3'Matt Johnston
2009-06-08Wrap proxycmd function in ENABLE_CLI_PROXYCMD #ifdefMatt Johnston
2009-06-08use memset() rather than bzero()Matt Johnston
2009-03-17merge of '0a8dfaa3e5365a2004db2b55895e11f65b5cefcc'Matt Johnston
2009-03-17- Add the signal pipe to maxfdMatt Johnston
2009-03-03- Turn DROPBEAR_SMALL_CODE off by defaultMatt Johnston
2009-03-03Remove extraneous debuggingMatt Johnston
2009-03-01- Get rid of decryptreadbuf, just decrypt in-place with readbufMatt Johnston
2009-03-01Encrypt in-place, avoid an extra mallocMatt Johnston
2009-02-26merge of 'e1c100e6366c5d607af08f4abdbb0f4281df4fa9'Matt Johnston
2009-02-26disapproval of revision 'a101cbd046507cf723e6362a49196dbd4b924042'Matt Johnston
2009-02-26merge of 'a101cbd046507cf723e6362a49196dbd4b924042'Matt Johnston
2009-02-26- Try to write out as much as we canMatt Johnston
2009-02-25- Don't be dumb and encrypt/decrypt in a while() loop - why did I do this??Matt Johnston
2008-11-18- Allow building with neither server nor client specifiedMatt Johnston
2008-11-18- Use the right variable notationMatt Johnston
2008-11-17Only use -lcrypt for Dropbear server binaryMatt Johnston
2008-11-12- Add a date for the releaseMatt Johnston
2008-11-11PAM shouldn't be on by defaultMatt Johnston
2008-11-11- Bump to 0.52Matt Johnston
2008-11-11- Document idle_timeoutMatt Johnston
2008-11-09Mention DSS and DSA being the same thingMatt Johnston
2008-11-07Idle timeout patch from Farrell Aultman. Needs testing, unsure if serverMatt Johnston
2008-11-05- Update manuals, include section on authorized_keysMatt Johnston
2008-11-05LICENSE - Update copyright to 2008Matt Johnston
2008-11-05- Set a default path, since bash won't export one otherwise (though it will setMatt Johnston
2008-11-05Give a umask argument to open() in loginrecMatt Johnston
2008-11-02- use vfork()/_exit() for uclinuxMatt Johnston