summaryrefslogtreecommitdiffhomepage
path: root/cli-runopts.c
AgeCommit message (Collapse)Author
2015-01-28Disable non-delayed zlib for serverMatt Johnston
2015-01-24Default client key path ~/.ssh/id_dropbearMatt Johnston
2014-08-06Be a bit safer in case pw_name doesn't existMatt Johnston
2014-08-06Try without identifying current useriquaba
Small change that warns the user if the current user cannot be identified rather than aborting. This came in handy when I put dropbear on a dlink that did not have a true user environment. Falling back on the "-l" option and user@ options works just fine as a client. The only implication I found is that the -J option will fail ungracefully without a known own_user.
2014-07-27Add '-V' for versionMatt Johnston
-h should exit with success Update manpages
2014-07-09Make -K keepalive behave like OpenSSH's ServerAliveIntervalMatt Johnston
2014-02-15Change port separator to ^ since % is used in ipv6 addressesMatt Johnston
2013-11-14use oldstyle commentsMatt Johnston
2013-11-12Various cleanups and fixes for warningsMatt Johnston
--HG-- branch : ecc
2013-07-08strdup the proxycmd to avoid crash when freeing, from Lluís Batlle i RossellMatt Johnston
2013-04-17Use % rather than # for port delimiterMatt Johnston
2013-04-17Use '#' for host#port separator, document it. This fixes scpMatt Johnston
in multihop
2013-04-15changelog updates for 2013.57Matt Johnston
2013-04-14-y -y to disable hostkey checkingMatt Johnston
fix missing trailing space when passing arguments for multihop mode From Hans Harder
2013-03-21Add URL to usage textMatt Johnston
2013-03-03improve subsystem/sftp documentation, and multi-hop manual formattingMatt Johnston
2012-05-17Add rough support for choosing ciphers/hashes with "-c" or "-m"Matt Johnston
2012-05-09Initialise agent_fd to -1 so we don't end up closing stdin (fd 0)Matt Johnston
if public key authentication is disabled
2011-02-23Improve capitalisation for all logged stringsMatt Johnston
--HG-- extra : convert_revision : 997e53cec7a9efb7413ac6e17b6be60a5597bd2e
2010-02-27- fixes for listenaddrMatt Johnston
--HG-- extra : convert_revision : 9eebe96bb7c26c4c09c77a2e89a67a7332abcd49
2010-02-27- tcpfwd bindaddr support against trunk. needs merging.Matt Johnston
--HG-- extra : convert_revision : 658fd03abd21e0da7c4c89b9fff9dc693c72daae
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-01Rearrange getaddrstring() etcMatt Johnston
--HG-- extra : convert_revision : 8a18c4a60aeaec085923d13d98fa0f93c506ceba
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-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-12- Make -i and -W pass through multihop argumentsMatt Johnston
--HG-- extra : convert_revision : 70c64073c9ec07b4dfb54ee60e39cec2bd8c6910
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
2008-11-07Idle timeout patch from Farrell Aultman. Needs testing, unsure if serverMatt Johnston
code works --HG-- extra : convert_revision : ff66e05ae040561110af70114bf83f11ed528f05
2008-11-05LICENSE - Update copyright to 2008Matt Johnston
cli-runopts.c - mention that -v is for DEBUG_TRACE, add multihop syntax dbclient.1 - document some new features --HG-- extra : convert_revision : 04ca01e638904920e0e16fea06b55c52a9b9b81d
2008-11-02Report errors if a remote request failsMatt Johnston
--HG-- extra : convert_revision : ed1584aacf189b8f8ddee813b98342fa8bb38022
2008-09-23propagate from branch 'au.asn.ucc.matt.dropbear' (head ↵Matt Johnston
4fb35083f0f46ea667e7043e7d4314aecd3df46c) to branch 'au.asn.ucc.matt.dropbear.cli-agent' (head 833d0adef6cdbf43ea75283524c665e70b0ee1ee) --HG-- branch : agent-client extra : convert_revision : 6bbab8364de17bd9ecb1dee5ffb796e48c0380d2
2008-09-23- Enable -s for specifying a subsystem (such as sftp)Matt Johnston
--HG-- extra : convert_revision : c7b916e6c522f16f06fe1bd52815ba13aa88b90b
2008-09-22- Work around rsync and scp parsing and modifying the user@host argument,Matt Johnston
which break's dbclient's multihop syntax --HG-- extra : convert_revision : cf704125a4785278aeb79f62bf025638e1b28e4c
2008-09-22Replace calls to strtoul() with a helper m_str_to_uint()Matt Johnston
--HG-- extra : convert_revision : 1f8643c5ba7fe789c120b503c396281ac45f9730
2008-09-18- Allow specifying a port with host/port.Matt Johnston
- Rearrange multihop hostname parsing --HG-- extra : convert_revision : 0594a6cbca9edc235c325e02dc927060c4324741
2008-09-18Add multihop 'onion-forwarding' mode. Needs refinement, works.Matt Johnston
--HG-- extra : convert_revision : 877947ce24297781438a75e7e9c64ba86f0dce93
2008-09-17propagate from branch 'au.asn.ucc.matt.dropbear.dbclient-netcat-alike' (head ↵Matt Johnston
b02ba6628cf2095017c60d202ac630f231e6b553) to branch 'au.asn.ucc.matt.dropbear' (head 636506b73e973b004cc058b07e6f36a25ff902f8) --HG-- extra : convert_revision : eb8e95a8227df7802d79007d4dd89098759fa76b
2008-09-17Rework netcat-alike to be a proper mode, with -B argument.Matt Johnston
--HG-- branch : dbclient-netcat-alike extra : convert_revision : b02ba6628cf2095017c60d202ac630f231e6b553
2008-09-17Don't capture stderr from spawned processes in proxycommand modeMatt Johnston
--HG-- extra : convert_revision : 636506b73e973b004cc058b07e6f36a25ff902f8
2008-09-15- "-J 'nc localhost 22'" kind of works, needs fixing hostkeys, ptys etc.Matt Johnston
--HG-- extra : convert_revision : 45069dd007ebf414330e0a7abf4fb7e0727049c3
2008-09-15- Split main socket var into ses.sock_in/ses.sock_out in preparationMatt Johnston
for -J proxy_cmd option (and some prelim options for that) --HG-- extra : convert_revision : 47cdea9a7d66c553c6f5eec43b899821939d4e4c
2007-11-29propagate from branch 'au.asn.ucc.matt.dropbear' (head ↵Matt Johnston
fb7080ca6e254faaf7cfaee93b0ab6ab6de4ed59) to branch 'au.asn.ucc.matt.dropbear.cli-agent' (head 78d02301ae8310efa2639f15da0ea62dea110e4b) --HG-- branch : agent-client extra : convert_revision : 833d0adef6cdbf43ea75283524c665e70b0ee1ee
2007-09-11Make sure declarations of variables are at the top of function,Matt Johnston
pointed out by Alexey Rusakov. --HG-- extra : convert_revision : 6c4d376f9c88f94c3c9b23e32f9135c132e26fa8
2007-08-16propagate from branch 'au.asn.ucc.matt.dropbear' (head ↵Matt Johnston
8a7db1e2fdc5636abb338adb636babc32f465739) to branch 'au.asn.ucc.matt.dropbear.cli-agent' (head d82c25da2f7e4fb6da510d806c64344e80bb270d) --HG-- branch : agent-client extra : convert_revision : 78d02301ae8310efa2639f15da0ea62dea110e4b
2007-08-08- Add -K keepalive flag for dropbear and dbclientMatt Johnston
- Try to reduce the frequency of select() timeouts - Add a max receive window size of 1MB --HG-- extra : convert_revision : 9aa22036cb511cddb35fbc0e09ad05acb39b64d1
2007-07-25Add -W <windowsize> argument and document it.Matt Johnston
--HG-- extra : convert_revision : 98d4c0f15480bf749c451034cbc565d7e9d3b8dc
2007-07-19Just use /dev/urandom since that's what everyone ends up using anyway.Matt Johnston
Make -u a nop. --HG-- extra : convert_revision : ef0615311b43c8bfe1985df64a4a95ce4ec0d8e6
2007-04-16Add -u option to specify /dev/urandom insteadMatt Johnston
--HG-- extra : convert_revision : 6925cd3fd7727fbc69db9883675aa90f594f58a0