This website requires JavaScript.
Explore
Help
Register
Sign In
zanewalker
/
latchd
Watch
1
Star
0
Fork
0
You've already forked latchd
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
6d7a756cd94f67965081c7ff6233b638b4329dde
latchd
/
src
History
Zane Walker
6d7a756cd9
(Feat): Added a global key to navigate between different sessions
2026-07-18 23:07:42 +05:30
..
auth
(Fix): fixed
unsafe.Slice
using
&r
(pointer-to-pointer) as the backing array instead of
r
(the calloc'd response array), which wrote password bytes into random
2026-07-18 21:42:05 +05:30
config
(Feat): Initial Commit
2026-07-18 18:16:06 +05:30
login
(Feat): Added a global key to navigate between different sessions
2026-07-18 23:07:42 +05:30
session
(Feat): Initial Commit
2026-07-18 18:16:06 +05:30
tui
/bg
(Feat): Initial Commit
2026-07-18 18:16:06 +05:30
go.mod
(Feat): Initial Commit
2026-07-18 18:16:06 +05:30
go.sum
(Feat): Initial Commit
2026-07-18 18:16:06 +05:30
main.go
(Fix):
pam_open_session
failure (e.g.
pam_systemd
rejecting the DM process as session leader) is now logged as a warning instead of blocking the entire session spawn.
2026-07-18 22:57:05 +05:30