Branch: refs/heads/master
Home: https://github.com/tmux/tmux
Commit: d6306b634e4a044e3380ed984dc7f5e5d67e69ac
https://github.com/tmux/tmux/commit/d6306b634e4a044e3380ed984dc7f5e5d67e69ac
Author: Nicholas Marriott <[email protected]>
Date: 2022-04-06 (Wed, 06 Apr 2022)
Changed paths:
M Makefile.am
M client.c
M cmd-attach-session.c
M cmd-queue.c
A cmd-server-access.c
M cmd.c
M proc.c
A server-acl.c
M server-client.c
M server.c
M tmux.1
M tmux.h
Log Message:
-----------
Add an ACL list for users connecting to the tmux socket. Users may be
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.
Commit: 18105c8ecb901c72040db09f58585503a8409fd0
https://github.com/tmux/tmux/commit/18105c8ecb901c72040db09f58585503a8409fd0
Author: Nicholas Marriott <[email protected]>
Date: 2022-04-06 (Wed, 06 Apr 2022)
Changed paths:
M input.c
Log Message:
-----------
Do not send focus sequences when focus is enabled or disabled by the
application if it is turned off. GitHub issue 3142.
Compare: https://github.com/tmux/tmux/compare/6e9a9d265e2c...18105c8ecb90
--
You received this message because you are subscribed to the Google Groups
"tmux-git" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web, visit
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/6e9a9d-18105c%40github.com.