summaryrefslogtreecommitdiffhomepage
path: root/cli-runopts.c
AgeCommit message (Collapse)Author
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
2007-02-11Add '-y' option to dbclient to accept the host key without checkingMatt Johnston
- patch from Luciano Miguel Ferreira Rocha. --HG-- extra : convert_revision : 924b731b50d4147eed8e9382c98a2573259a6cad
2007-02-04merge of '691c56da3db2685f58ea53540a73c1b79e7df9cd'Matt Johnston
and 'e0efd546c3cdb2828971e41af2afe43e850c641d' --HG-- extra : convert_revision : 3d683afab1940779612505721e67bd9c98df057e
2007-02-04Revert bogus fix, make a note that the var is meant to 'leak'Matt Johnston
--HG-- extra : convert_revision : e0efd546c3cdb2828971e41af2afe43e850c641d
2007-02-04merge of 'b1dd3b94e60a07a176dba2b035ac79968595990a'Matt Johnston
and 'bcb33fce2fad01a7626598209d43af3571bd86f0' --HG-- extra : convert_revision : 691c56da3db2685f58ea53540a73c1b79e7df9cd
2007-02-03Fix another leak found by KlocworkMatt Johnston
--HG-- extra : convert_revision : f6ffa6544086d7088a04d6e94b3bfb1bfc67908d
2006-06-12mention a command in the helpMatt Johnston
--HG-- extra : convert_revision : 27696753417cda4b57875adab53c0b3c12d341b8
2006-06-07add -f background option to dbclientMatt Johnston
--HG-- extra : convert_revision : 5ef61c30c0a634ac0da22a8c694ce235690e8170
2006-06-07Add -N "no remote command" dbclient option.Matt Johnston
Document -N in dbclient.1 and -P in dropbear.8 --HG-- extra : convert_revision : 7cada79bf8f61e09a72e5d492170bd10ab0acee3
2006-03-21propagate from branch 'au.asn.ucc.matt.dropbear' (head ↵Matt Johnston
0501e6f661b5415eb76f3b312d183c3adfbfb712) to branch 'au.asn.ucc.matt.dropbear.cli-agent' (head 01038174ec27245b51bd43a66c01ad930880f67b) --HG-- branch : agent-client extra : convert_revision : 12b2f59db65e7339d340e95ac67d6d9ddb193c2b
2005-12-04 * add -g (dbclient) and -a (dropbear) options for allowing non-localMatt Johnston
hosts to connect to forwarded ports. Rearranged various some of the tcp listening code. * changed to /* */ style brackets in svr-authpam.c --HG-- extra : convert_revision : c1e04e648867db464fe9818c4910e4320cd50c32
2005-07-18- progress towards client agent forwardingMatt Johnston
(incomplete and does not compile) --HG-- branch : agent-client extra : convert_revision : 01038174ec27245b51bd43a66c01ad930880f67b
2005-07-08rename PubkeyList to SignKeyList for clarityMatt Johnston
--HG-- extra : convert_revision : 838e354daf3ae9a1dce710526c37fec9859ee6d1
2005-03-13* Add references in the manpages to the dbclient manpageMatt Johnston
* Fix multiple typos in client usage information --HG-- extra : convert_revision : 6b29d70d3c4b1933d3c8f6b3e63692db76ffb51f
2005-01-02Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston
--HG-- extra : convert_revision : d928bc851e32be7bd429bf7504b148c0e4bf7e2f
2004-10-17-i works with scp now.Matt Johnston
--HG-- extra : convert_revision : 0d1ed055bb2e8b8eca60cbf1cb8cab81688dbead
2004-08-24Fix for "-l" scp optionMatt Johnston
--HG-- extra : convert_revision : 700ba4c9a06b892fa9742bc8f3b6fe73a32f94f7
2004-08-18DEBUG_TRACE now only triggers with -v on the cmdlineMatt Johnston
--HG-- extra : convert_revision : 91ef4ca657cd116dba148a50a90c8bcc5d206d4b
2004-08-12cleaning up the pubkey definesMatt Johnston
--HG-- extra : convert_revision : 149ce7a9a9cc5fe670994d6789b40be49895c595
2004-08-12Some more sanity-checking of args, and just warn and ignore OpenSSH argsMatt Johnston
--HG-- extra : convert_revision : 94cf58a3a50848156aaaf757d0a72163c0355406
2004-08-12TCP forwarding works.Matt Johnston
--HG-- extra : convert_revision : 57dfb36d0d482ad84f31506904eb67863bd303ab
2004-08-10just checkpointingMatt Johnston
--HG-- extra : convert_revision : fbbf404290f3fea3dfa9f6f53eba9389057e9044
2004-08-08newlines which weren't thereMatt Johnston
--HG-- extra : convert_revision : edef8ed42b61a7c69ed7c51c33e87f53b0614200
2004-08-06- client pubkey auth worksMatt Johnston
- rearrange the runopts code for client and server (hostkey reading is needed by both (if the client is doing pubkey auth. otherwise....)) --HG-- extra : convert_revision : 5420858803bfff1e27dfe7fa877ba6fdd747e0c5
2004-08-06Filled out a bit, with commandline support etcMatt Johnston
--HG-- extra : convert_revision : 588496938ac3e4df1fab53f724be00afa9fadeab