summaryrefslogtreecommitdiffhomepage
path: root/cli-runopts.c
AgeCommit message (Expand)Author
2014-08-06Be a bit safer in case pw_name doesn't existMatt Johnston
2014-08-06Try without identifying current useriquaba
2014-07-27Add '-V' for versionMatt Johnston
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
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
2013-04-15changelog updates for 2013.57Matt Johnston
2013-04-14-y -y to disable hostkey checkingMatt Johnston
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
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