]> git.lizzy.rs Git - plan9front.git/history - sys/src/cmd/sshnet.c
merge
[plan9front.git] / sys / src / cmd / sshnet.c
2019-04-03 cinap_lenreksshnet: get rid of Announced state, simplify
2019-04-03 cinap_lenreksshnet: implement listen (port forwarding)
2019-04-03 cinap_lenreksshnet: don't leak error string
2019-04-03 cinap_lenreksshnet: don't leak "Dialing" connections when "connect...
2019-04-03 cinap_lenreksshnet: pass on open failure error message, simplify
2019-04-03 cinap_lenreksshnet: fix eof and close handling, use proper packet...
2019-04-02 cinap_lenreksshnet: reduce memory consumption by lowering stack...
2019-04-02 cinap_lenreksshnet: fix memory leak
2019-04-02 cinap_lenreksshnet: allow 0 port
2019-04-02 cinap_lenreksshnet: fix write count for ctl message writes
2019-04-02 cinap_lenreksshnet: actually make sure ssh established connection...
2019-04-02 cinap_lenreksshnet: bring back sshnet using ssh(1) mux mode