summaryrefslogtreecommitdiff
path: root/cli-runopts.c
Commit message (Expand)AuthorAgeFilesLines
* Various cleanups and fixes for warningsMatt Johnston2013-11-121-1/+1
* strdup the proxycmd to avoid crash when freeing, from Llu?s Batlle i RossellMatt Johnston2013-07-081-0/+7
* Use % rather than # for port delimiterMatt Johnston2013-04-171-1/+1
* Use '#' for host#port separator, document it. This fixes scpMatt Johnston2013-04-171-1/+5
* changelog updates for 2013.57Matt Johnston2013-04-151-1/+1
* -y -y to disable hostkey checkingMatt Johnston2013-04-141-4/+27
* Add URL to usage textMatt Johnston2013-03-211-2/+1
* improve subsystem/sftp documentation, and multi-hop manual formattingMatt Johnston2013-03-031-1/+1
* Add rough support for choosing ciphers/hashes with "-c" or "-m"Matt Johnston2012-05-171-0/+22
* Initialise agent_fd to -1 so we don't end up closing stdin (fd 0)Matt Johnston2012-05-091-0/+1
* Improve capitalisation for all logged stringsMatt Johnston2011-02-231-1/+1
* - fixes for listenaddrMatt Johnston2010-02-271-4/+2
* - tcpfwd bindaddr support against trunk. needs merging.Matt Johnston2010-02-271-13/+36
* - Disable compression for non-final multihopsMatt Johnston2009-09-111-0/+7
* Remove extraneous semicolonMatt Johnston2009-09-101-1/+1
* Rearrange getaddrstring() etcMatt Johnston2009-09-011-3/+7
* New standard linked list to use, rather than adhoc SignKeyList or TCPFwdListMatt Johnston2009-07-061-25/+22
* propagate from branch 'au.asn.ucc.matt.dropbear' (head 899a8851a5edf840b2f792...Matt Johnston2009-07-011-23/+81
|\
| * - Make -i and -W pass through multihop argumentsMatt Johnston2009-06-121-19/+61
| * disapproval of revision '6d6160b277bfc7c2db6888a2ac91ac618cef6de3'Matt Johnston2009-06-081-6/+2
| * Wrap proxycmd function in ENABLE_CLI_PROXYCMD #ifdefMatt Johnston2009-06-081-2/+6
| * Idle timeout patch from Farrell Aultman. Needs testing, unsure if serverMatt Johnston2008-11-071-1/+12
| * LICENSE - Update copyright to 2008Matt Johnston2008-11-051-3/+7
| * Report errors if a remote request failsMatt Johnston2008-11-021-0/+1
* | propagate from branch 'au.asn.ucc.matt.dropbear' (head 4fb35083f0f46ea667e704...Matt Johnston2008-09-231-0/+13
|\ \ | |/ |/|
| * propagate from branch 'au.asn.ucc.matt.dropbear' (head fb7080ca6e254faaf7cfae...Matt Johnston2007-11-291-0/+13
| |\
| | * propagate from branch 'au.asn.ucc.matt.dropbear' (head 8a7db1e2fdc5636abb338a...Matt Johnston2007-08-161-0/+13
| | |\
| | | * propagate from branch 'au.asn.ucc.matt.dropbear' (head 0501e6f661b5415eb76f3b...Matt Johnston2006-03-211-3/+6
| | | |\
| | | * | - progress towards client agent forwardingMatt Johnston2005-07-181-0/+13
* | | | | - Enable -s for specifying a subsystem (such as sftp)Matt Johnston2008-09-231-0/+5
* | | | | - Work around rsync and scp parsing and modifying the user@host argument,Matt Johnston2008-09-221-1/+14
* | | | | Replace calls to strtoul() with a helper m_str_to_uint()Matt Johnston2008-09-221-10/+6
* | | | | - Allow specifying a port with host/port.Matt Johnston2008-09-181-32/+24
* | | | | Add multihop 'onion-forwarding' mode. Needs refinement, works.Matt Johnston2008-09-181-6/+81
* | | | | propagate from branch 'au.asn.ucc.matt.dropbear.dbclient-netcat-alike' (head ...Matt Johnston2008-09-171-9/+70
|\ \ \ \ \
| * | | | | Rework netcat-alike to be a proper mode, with -B argument.dbclient-netcat-alikeMatt Johnston2008-09-171-9/+67
| |/ / / /
* | | | | Don't capture stderr from spawned processes in proxycommand modeMatt Johnston2008-09-171-9/+1
* | | | | - "-J 'nc localhost 22'" kind of works, needs fixing hostkeys, ptys etc.Matt Johnston2008-09-151-20/+32
* | | | | - Split main socket var into ses.sock_in/ses.sock_out in preparationMatt Johnston2008-09-151-0/+11
|/ / / /
* | | | Make sure declarations of variables are at the top of function,Matt Johnston2007-09-111-2/+3
|/ / /
* | | - Add -K keepalive flag for dropbear and dbclientMatt Johnston2007-08-081-3/+18
* | | Add -W <windowsize> argument and document it.Matt Johnston2007-07-251-1/+16
* | | Just use /dev/urandom since that's what everyone ends up using anyway.Matt Johnston2007-07-191-4/+2
* | | Add -u option to specify /dev/urandom insteadMatt Johnston2007-04-161-1/+6
* | | Add '-y' option to dbclient to accept the host key without checkingMatt Johnston2007-02-111-0/+5
* | | merge of '691c56da3db2685f58ea53540a73c1b79e7df9cd'Matt Johnston2007-02-041-3/+2
|\ \ \
| * | | Revert bogus fix, make a note that the var is meant to 'leak'Matt Johnston2007-02-041-3/+2
* | | | merge of 'b1dd3b94e60a07a176dba2b035ac79968595990a'Matt Johnston2007-02-041-4/+4
|\ \ \ \ | |/ / /
| * | | Fix another leak found by KlocworkMatt Johnston2007-02-031-4/+4
| | |/ | |/|
* | | mention a command in the helpMatt Johnston2006-06-121-1/+1