index
:
plan9front.git
cosa
front
gicv2
gicvn
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
src
/
cmd
/
sshnet.c
Age
Commit message (
Expand
)
Author
2023-01-09
sshnet: mount BEFORE /net (preserving /net/tls and /net/dns)
cinap_lenrek
2020-05-26
sshnet: prevent ssh process from keeping the mount alive
cinap_lenrek
2020-03-08
sshnet: fix fork race conditions
cinap_lenrek
2019-04-03
sshnet: get rid of Announced state, simplify
cinap_lenrek
2019-04-03
sshnet: implement listen (port forwarding)
cinap_lenrek
2019-04-03
sshnet: don't leak error string
cinap_lenrek
2019-04-03
sshnet: don't leak "Dialing" connections when "connect" ctl write gets interr...
cinap_lenrek
2019-04-03
sshnet: pass on open failure error message, simplify
cinap_lenrek
2019-04-03
sshnet: fix eof and close handling, use proper packet size, cleanup
cinap_lenrek
2019-04-02
sshnet: reduce memory consumption by lowering stack sizes
cinap_lenrek
2019-04-02
sshnet: fix memory leak
cinap_lenrek
2019-04-02
sshnet: allow 0 port
cinap_lenrek
2019-04-02
sshnet: fix write count for ctl message writes
cinap_lenrek
2019-04-02
sshnet: actually make sure ssh established connection before exiting main proc
cinap_lenrek
2019-04-02
sshnet: bring back sshnet using ssh(1) mux mode
cinap_lenrek