Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add a missing space. | nicm | 2022-05-31 |
| | |||
* | Fix property name from Sergei Dyshel, and a typo from imcusg at gmail | nicm | 2022-05-30 |
| | | | | dot com. | ||
* | Add an ACL list for users connecting to the tmux socket. Users may be | nicm | 2022-05-30 |
forbidden from attaching, forced to attach read-only, or allowed to attach read-write. A new command, server-access, configures the list. tmux gets the user using getpeereid(3) of the client socket. Users must still configure file system permissions manually. From Dallas Lyons and others. |