summaryrefslogtreecommitdiffhomepage
path: root/runopts.h
AgeCommit message (Expand)Author
2012-05-17Add rough support for choosing ciphers/hashes with "-c" or "-m"Matt Johnston
2009-09-11- Disable compression for non-final multihopsMatt Johnston
2009-09-01Rearrange getaddrstring() etcMatt Johnston
2009-07-06- Client auth using an agent's key works. Still need to implement clientMatt 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
2008-11-07Idle timeout patch from Farrell Aultman. Needs testing, unsure if serverMatt 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-22Replace calls to strtoul() with a helper m_str_to_uint()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-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-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-02-22merge of 'a9b0496634cdd25647b65e585cc3240f3fa699ee'Matt Johnston
2007-02-22Add -p [address:]port option for binding to addresses, patch fromMatt Johnston
2007-02-11Add '-y' option to dbclient to accept the host key without checkingMatt Johnston
2006-06-07add -f background option to dbclientMatt Johnston
2006-06-07Add -N "no remote command" dbclient option.Matt Johnston
2006-06-07Add -P pidfile patch from Swen SchilligMatt 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
2004-08-23Change the way we load keys/ports so we don't print error messages into ourMatt Johnston
2004-08-12adding inetd mode back from 0.43Matt Johnston
2004-08-12cleaning up the pubkey definesMatt Johnston
2004-08-12TCP forwarding works.Matt Johnston
2004-08-06- client pubkey auth worksMatt Johnston
2004-08-01- Added terminal mode handling etc for the client, and window changeMatt Johnston
2004-07-30we're nearly there yetMatt Johnston
2004-07-27Progressing client supportMatt Johnston
2004-07-20switching to global varsMatt Johnston
2004-06-01Makefile.in contains updated files requiredMatt Johnston