summaryrefslogtreecommitdiff
path: root/sys/src/cmd/sshnet.c
AgeCommit message (Expand)Author
2023-01-09sshnet: mount BEFORE /net (preserving /net/tls and /net/dns)cinap_lenrek
2020-05-26sshnet: prevent ssh process from keeping the mount alivecinap_lenrek
2020-03-08sshnet: fix fork race conditionscinap_lenrek
2019-04-03sshnet: get rid of Announced state, simplifycinap_lenrek
2019-04-03sshnet: implement listen (port forwarding)cinap_lenrek
2019-04-03sshnet: don't leak error stringcinap_lenrek
2019-04-03sshnet: don't leak "Dialing" connections when "connect" ctl write gets interr...cinap_lenrek
2019-04-03sshnet: pass on open failure error message, simplifycinap_lenrek
2019-04-03sshnet: fix eof and close handling, use proper packet size, cleanupcinap_lenrek
2019-04-02sshnet: reduce memory consumption by lowering stack sizescinap_lenrek
2019-04-02sshnet: fix memory leakcinap_lenrek
2019-04-02sshnet: allow 0 portcinap_lenrek
2019-04-02sshnet: fix write count for ctl message writescinap_lenrek
2019-04-02sshnet: actually make sure ssh established connection before exiting main proccinap_lenrek
2019-04-02sshnet: bring back sshnet using ssh(1) mux modecinap_lenrek