summaryrefslogtreecommitdiffhomepage
path: root/cli-runopts.c
AgeCommit message (Expand)Author
2011-02-23Improve capitalisation for all logged stringsMatt Johnston
2010-02-27- fixes for listenaddrMatt Johnston
2010-02-27- tcpfwd bindaddr support against trunk. needs merging.Matt Johnston
2009-09-11- Disable compression for non-final multihopsMatt Johnston
2009-09-10Remove extraneous semicolonMatt Johnston
2009-09-01Rearrange getaddrstring() etcMatt Johnston
2009-07-06New standard linked list to use, rather than adhoc SignKeyList or TCPFwdListMatt Johnston
2009-07-01propagate from branch 'au.asn.ucc.matt.dropbear' (head 899a8851a5edf840b2f792...Matt Johnston
2009-06-12- Make -i and -W pass through multihop argumentsMatt Johnston
2009-06-08disapproval of revision '6d6160b277bfc7c2db6888a2ac91ac618cef6de3'Matt Johnston
2009-06-08Wrap proxycmd function in ENABLE_CLI_PROXYCMD #ifdefMatt Johnston
2008-11-07Idle timeout patch from Farrell Aultman. Needs testing, unsure if serverMatt Johnston
2008-11-05LICENSE - Update copyright to 2008Matt Johnston
2008-11-02Report errors if a remote request failsMatt Johnston
2008-09-23propagate from branch 'au.asn.ucc.matt.dropbear' (head 4fb35083f0f46ea667e704...Matt Johnston
2008-09-23- Enable -s for specifying a subsystem (such as sftp)Matt Johnston
2008-09-22- Work around rsync and scp parsing and modifying the user@host argument,Matt Johnston
2008-09-22Replace calls to strtoul() with a helper m_str_to_uint()Matt Johnston
2008-09-18- Allow specifying a port with host/port.Matt Johnston
2008-09-18Add multihop 'onion-forwarding' mode. Needs refinement, works.Matt Johnston
2008-09-17propagate from branch 'au.asn.ucc.matt.dropbear.dbclient-netcat-alike' (head ...Matt Johnston
2008-09-17Rework netcat-alike to be a proper mode, with -B argument.Matt Johnston
2008-09-17Don't capture stderr from spawned processes in proxycommand modeMatt Johnston
2008-09-15- "-J 'nc localhost 22'" kind of works, needs fixing hostkeys, ptys etc.Matt Johnston
2008-09-15- Split main socket var into ses.sock_in/ses.sock_out in preparationMatt Johnston
2007-11-29propagate from branch 'au.asn.ucc.matt.dropbear' (head fb7080ca6e254faaf7cfae...Matt Johnston
2007-09-11Make sure declarations of variables are at the top of function,Matt Johnston
2007-08-16propagate from branch 'au.asn.ucc.matt.dropbear' (head 8a7db1e2fdc5636abb338a...Matt Johnston
2007-08-08- Add -K keepalive flag for dropbear and dbclientMatt Johnston
2007-07-25Add -W <windowsize> argument and document it.Matt Johnston
2007-07-19Just use /dev/urandom since that's what everyone ends up using anyway.Matt Johnston
2007-04-16Add -u option to specify /dev/urandom insteadMatt Johnston
2007-02-11Add '-y' option to dbclient to accept the host key without checkingMatt Johnston
2007-02-04merge of '691c56da3db2685f58ea53540a73c1b79e7df9cd'Matt Johnston
2007-02-04Revert bogus fix, make a note that the var is meant to 'leak'Matt Johnston
2007-02-04merge of 'b1dd3b94e60a07a176dba2b035ac79968595990a'Matt Johnston
2007-02-03Fix another leak found by KlocworkMatt Johnston
2006-06-12mention a command in the helpMatt Johnston
2006-06-07add -f background option to dbclientMatt Johnston
2006-06-07Add -N "no remote command" dbclient option.Matt Johnston
2006-03-21propagate from branch 'au.asn.ucc.matt.dropbear' (head 0501e6f661b5415eb76f3b...Matt Johnston
2005-12-04 * add -g (dbclient) and -a (dropbear) options for allowing non-localMatt Johnston
2005-07-18- progress towards client agent forwardingMatt Johnston
2005-07-08rename PubkeyList to SignKeyList for clarityMatt Johnston
2005-03-13* Add references in the manpages to the dbclient manpageMatt Johnston
2005-01-02Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston
2004-10-17-i works with scp now.Matt Johnston
2004-08-24Fix for "-l" scp optionMatt Johnston
2004-08-18DEBUG_TRACE now only triggers with -v on the cmdlineMatt Johnston
2004-08-12cleaning up the pubkey definesMatt Johnston