summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2010-07-21Work properly again with bundled libtom*. autoconf is a hassle.Matt Johnston
--HG-- extra : convert_revision : 4077fc3332bd7c965aadbb05b02eba6d00fa9621
2010-07-21Rename rsa_key to dropbear_rsa_key (and same for dss too) soMatt Johnston
we don't conflict with libtomcrypt. --HG-- extra : convert_revision : 77961344ec415d73d48fdc7b1ebead3099c13394
2010-07-21Use system libtomcrypt/libtommath if available. Doesn't currentlyMatt Johnston
build due to clash in rsa_key identifier. --HG-- extra : convert_revision : c9a4726d1c89e17ee8e96801d1aaa8049216aae1
2010-07-20Comment public/private partsMatt Johnston
--HG-- extra : convert_revision : 914cbb822f488fa5d17affdad01fcc7dae6006b1
2010-03-21merge of '0adbc6745a5ada0b6780b0683209f5b26b1a335d'Matt Johnston
and 'a014a978f213e6ff424e7d10794ae426375f3191' --HG-- extra : convert_revision : eecc64377b2b55ba1d9e77855f4323cdc9f8e1c6
2010-03-21- make structure staticMatt Johnston
--HG-- extra : convert_revision : 0adbc6745a5ada0b6780b0683209f5b26b1a335d
2010-03-04don't #include "utmp.h"Matt Johnston
--HG-- extra : convert_revision : a014a978f213e6ff424e7d10794ae426375f3191
2010-02-27- fixes for listenaddrMatt Johnston
--HG-- extra : convert_revision : 9eebe96bb7c26c4c09c77a2e89a67a7332abcd49
2010-02-27merge of '48fdaa8706d1acda35e9d564adc9a1fbc96c18c8'Matt Johnston
and '658fd03abd21e0da7c4c89b9fff9dc693c72daae' --HG-- extra : convert_revision : 8064882fcaa13d586651021462b9014b74332107
2010-02-27- tcpfwd bindaddr support against trunk. needs merging.Matt Johnston
--HG-- extra : convert_revision : 658fd03abd21e0da7c4c89b9fff9dc693c72daae
2010-02-24- Progress for allowing specifying a listenaddr for tcp forwardsMatt Johnston
--HG-- extra : convert_revision : 48fdaa8706d1acda35e9d564adc9a1fbc96c18c8
2009-09-13Mention -p's address argument in manpage synopsisMatt Johnston
--HG-- extra : convert_revision : abef8fc8584889de6fd92ceaec28d094419462e0
2009-09-11- Disable compression for non-final multihopsMatt Johnston
--HG-- extra : convert_revision : c507a2aacb9e0db4c0266891b8915c614e32857e
2009-09-10Remove extraneous semicolonMatt Johnston
--HG-- extra : convert_revision : ea33f9576dd0ff344d6f1d150a01265470f56131
2009-09-08- Test for pam_fail_delay() function in configureMatt Johnston
- Recognise "username:" as a PAM prompt - Add some randomness to the auth-failure delay - Fix wrongly committed options.h/debug.h --HG-- extra : convert_revision : f242f0e66fb0ea5d3b374995d2f548d37dd8f3a3
2009-09-05Move remotehost into svr_ses structure since we can't look it upMatt Johnston
once we've forked (the connection socket has been closed). Fixes inetd mode. --HG-- extra : convert_revision : 7d5d152ec84fb11a188966c1400d213c908cc511
2009-09-02- Remove options that dbclient won't know aboutMatt Johnston
--HG-- extra : convert_revision : 2d401308f73352e92d3c662d33920b24fc12bfa1
2009-09-02- scp progressbar needs strlcat(), so add compat.oMatt Johnston
--HG-- extra : convert_revision : 0743230bac5ae28d1b773fb4d89c4d88b6a9a0c1
2009-09-02- Set $SSH_CONNECTIONMatt Johnston
- Document environment variables in the manpage --HG-- extra : convert_revision : 1a93c6112f00730f5cd21a853d3bd5ca8079f725
2009-09-01Rearrange getaddrstring() etcMatt Johnston
--HG-- extra : convert_revision : 8a18c4a60aeaec085923d13d98fa0f93c506ceba
2009-08-31- set $SSH_TTY environment variableMatt Johnston
- remove extraneous (crash causing) printf() --HG-- extra : convert_revision : cf4b256bf6785be384eca32f7b229b89e58539eb
2009-08-26- set $SSH_ORIGINAL_COMMAND if a command is forced, and log itMatt Johnston
if LOG_COMMANDS is set --HG-- extra : convert_revision : d9e8aa0ecbe7607285fa4f96f0d6f9b1523719d8
2009-08-25merge of '0d7a9127af37d6e74efc5ec031a7001ce63d334d'Matt Johnston
and 'e35cd321b6d4fab6ad854827249f610da3bb6878' --HG-- extra : convert_revision : a0fef159e70c5d1b24d10764066290362965e879
2009-08-25- Move netcat struct to where it stays in scope.Matt Johnston
--HG-- extra : convert_revision : e35cd321b6d4fab6ad854827249f610da3bb6878
2009-08-13- Don't print warning if SSH_AUTH_SOCK is unsetMatt Johnston
--HG-- extra : convert_revision : 0d7a9127af37d6e74efc5ec031a7001ce63d334d
2009-07-31- Handle failure to connect to forwarding socketMatt Johnston
--HG-- extra : convert_revision : 0cc1ae25ba35931d6ddd9e989e875ef975616be6
2009-07-30propagate from branch 'au.asn.ucc.matt.dropbear.cli-agent' (head ↵Matt Johnston
eb0dae4b62e243ba37a897beb7ba81a4f637d8b3) to branch 'au.asn.ucc.matt.dropbear' (head ff0abce7b29e61630e3b09e5fc5820ae6e192808) --HG-- extra : convert_revision : 49e078caffa785d121cefaf05b64fecc71fecd63
2009-07-30Agent forwarding worksMatt Johnston
--HG-- branch : agent-client extra : convert_revision : eb0dae4b62e243ba37a897beb7ba81a4f637d8b3
2009-07-29propagate from branch 'au.asn.ucc.matt.dropbear' (head ↵Matt Johnston
bbe4e11695a7b22bd89a722600eb4a4020b6fdf3) to branch 'au.asn.ucc.matt.dropbear.cli-agent' (head 276cf5e82276b6c879d246ba64739ec6868f5150) --HG-- branch : agent-client extra : convert_revision : d23b0c21649eb2f0b2d13dbf33c0a9faca25628a
2009-07-28Use /usr/bin/X11/xauth default path insteadMatt Johnston
--HG-- extra : convert_revision : ff0abce7b29e61630e3b09e5fc5820ae6e192808
2009-07-26Turn off DEBUG_TRACE accidentally committedMatt Johnston
--HG-- extra : convert_revision : bbe4e11695a7b22bd89a722600eb4a4020b6fdf3
2009-07-26- Payload length doesn't include macsize.Matt Johnston
--HG-- extra : convert_revision : 98ac17a573ab350cbd6e358b3943237d2ad5c9cf
2009-07-26- Add option to change zlib windowBits/memLevelMatt Johnston
--HG-- extra : convert_revision : 5fc51ba0b8f165426c78f8d32162e5ccb51e524f
2009-07-24Disable Blowfish by default, it has inefficient key memory useMatt Johnston
--HG-- extra : convert_revision : a37b8ae5fb524be221dbdfd71b4f35eb6a48565c
2009-07-09- For uclinux, only cleanup on exit for the main process. This avoidsMatt Johnston
trashing the state when a failing child exits. --HG-- extra : convert_revision : 5d029ce4602908c3becf0035cf2b7e62816959bc
2009-07-06- Client auth using an agent's key works. Still need to implement clientMatt Johnston
agent forwarding. --HG-- branch : agent-client extra : convert_revision : 276cf5e82276b6c879d246ba64739ec6868f5150
2009-07-06New standard linked list to use, rather than adhoc SignKeyList or TCPFwdListMatt Johnston
--HG-- branch : agent-client extra : convert_revision : 5465e639cc3f5ee0c6c55f0de6e7b6d5a8769da3
2009-07-01Talking to the agent works now. Can't interpret the pubkeys.Matt Johnston
--HG-- branch : agent-client extra : convert_revision : 357373f28e889108178b8627480fd24bc26dcbd7
2009-07-01Make it compile, update for changes in channel structure.Matt Johnston
--HG-- branch : agent-client extra : convert_revision : 84676a98a0848224078a716b1292744a34e9d80c
2009-07-01propagate from branch 'au.asn.ucc.matt.dropbear' (head ↵Matt Johnston
899a8851a5edf840b2f7925bcc26ffe99dcac54d) to branch 'au.asn.ucc.matt.dropbear.cli-agent' (head 6bbab8364de17bd9ecb1dee5ffb796e48c0380d2) --HG-- branch : agent-client extra : convert_revision : d39a49137cc36b624768d4e79e564141dde8d355
2009-06-16- Print banner to stderr. Probably the right way, and avoidsMatt Johnston
bad interactions with multihop or netcat-alike mode. --HG-- extra : convert_revision : 899a8851a5edf840b2f7925bcc26ffe99dcac54d
2009-06-12- Make -i and -W pass through multihop argumentsMatt Johnston
--HG-- extra : convert_revision : 70c64073c9ec07b4dfb54ee60e39cec2bd8c6910
2009-06-09- Don't memcpy() in place with void_encryptMatt Johnston
--HG-- extra : convert_revision : d123343d78df1b5998d8dd2674fd83fd682ce0c0
2009-06-08Wrap proxycmd function in ENABLE_CLI_PROXYCMD #ifdefMatt Johnston
(commit the right file this time) --HG-- extra : convert_revision : d86e846566d01b739b51fa2ecdb8f62006e38dbd
2009-06-08disapproval of revision '6d6160b277bfc7c2db6888a2ac91ac618cef6de3'Matt Johnston
--HG-- extra : convert_revision : 64088637337d7b6024a9b48b9a616eecf8621cf6
2009-06-08Wrap proxycmd function in ENABLE_CLI_PROXYCMD #ifdefMatt Johnston
--HG-- extra : convert_revision : 6d6160b277bfc7c2db6888a2ac91ac618cef6de3
2009-06-08use memset() rather than bzero()Matt Johnston
--HG-- extra : convert_revision : d44b31a46d0fdfcc92bf4f16e7c49fd49eb40aa1
2009-03-17merge of '0a8dfaa3e5365a2004db2b55895e11f65b5cefcc'Matt Johnston
and 'ef3b41f37e9f4dd45358bc40f9559ee23f71c284' --HG-- extra : convert_revision : 36f4aee4c1a6a38c7904e2482102d8555ff45fa0
2009-03-17- Add the signal pipe to maxfdMatt Johnston
--HG-- extra : convert_revision : 0a8dfaa3e5365a2004db2b55895e11f65b5cefcc
2009-03-03- Turn DROPBEAR_SMALL_CODE off by defaultMatt Johnston
--HG-- extra : convert_revision : ef3b41f37e9f4dd45358bc40f9559ee23f71c284