index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
runopts.h
Age
Commit message (
Expand
)
Author
2009-07-06
- Client auth using an agent's key works. Still need to implement client
Matt Johnston
2009-07-06
New standard linked list to use, rather than adhoc SignKeyList or TCPFwdList
Matt Johnston
2009-07-01
propagate from branch 'au.asn.ucc.matt.dropbear' (head 899a8851a5edf840b2f792...
Matt Johnston
2008-11-07
Idle timeout patch from Farrell Aultman. Needs testing, unsure if server
Matt Johnston
2008-09-23
propagate 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
Replace calls to strtoul() with a helper m_str_to_uint()
Matt Johnston
2008-09-17
propagate from branch 'au.asn.ucc.matt.dropbear.dbclient-netcat-alike' (head ...
Matt Johnston
2008-09-17
Rework 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 preparation
Matt Johnston
2007-08-16
propagate from branch 'au.asn.ucc.matt.dropbear' (head 8a7db1e2fdc5636abb338a...
Matt Johnston
2007-08-08
- Add -K keepalive flag for dropbear and dbclient
Matt Johnston
2007-07-25
Add -W <windowsize> argument and document it.
Matt Johnston
2007-02-22
merge of 'a9b0496634cdd25647b65e585cc3240f3fa699ee'
Matt Johnston
2007-02-22
Add -p [address:]port option for binding to addresses, patch from
Matt Johnston
2007-02-11
Add '-y' option to dbclient to accept the host key without checking
Matt Johnston
2006-06-07
add -f background option to dbclient
Matt Johnston
2006-06-07
Add -N "no remote command" dbclient option.
Matt Johnston
2006-06-07
Add -P pidfile patch from Swen Schillig
Matt Johnston
2006-03-21
propagate from branch 'au.asn.ucc.matt.dropbear' (head 0501e6f661b5415eb76f3b...
Matt Johnston
2005-12-04
* add -g (dbclient) and -a (dropbear) options for allowing non-local
Matt Johnston
2005-07-18
- progress towards client agent forwarding
Matt Johnston
2005-07-08
rename PubkeyList to SignKeyList for clarity
Matt Johnston
2004-08-23
Change the way we load keys/ports so we don't print error messages into our
Matt Johnston
2004-08-12
adding inetd mode back from 0.43
Matt Johnston
2004-08-12
cleaning up the pubkey defines
Matt Johnston
2004-08-12
TCP forwarding works.
Matt Johnston
2004-08-06
- client pubkey auth works
Matt Johnston
2004-08-01
- Added terminal mode handling etc for the client, and window change
Matt Johnston
2004-07-30
we're nearly there yet
Matt Johnston
2004-07-27
Progressing client support
Matt Johnston
2004-07-20
switching to global vars
Matt Johnston
2004-06-01
Makefile.in contains updated files required
Matt Johnston