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
20
Commits
1
Branch
0
Tags
d7c9951d6beb733af5905cbc3ffaf5a4f1b6a0a3
Commit Graph
4 Commits
Author
SHA1
Message
Date
Zane Walker
5eae08c7ba
(Feat): Minor Changes
Some checks failed
Integration Check CI / check (push)
Has been cancelled
Details
Continuous integration / Check (push)
Has been cancelled
Details
Continuous integration / Rustfmt (push)
Has been cancelled
Details
Continuous integration / Clippy (push)
Has been cancelled
Details
2026-07-18 23:07:56 +05:30
Zane Walker
eedde29e03
(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
Zane Walker
30c396ab9e
(Fix): replaced hardcoded
C.__uint32_t
/
C.__int32_t
casts with a C helper function (
auth/utmpx_time.h
) that lets the compiler handle type conversion.
2026-07-18 21:00:02 +05:30
Zane Walker
f6085c342b
(Feat): Initial Commit
2026-07-18 18:16:06 +05:30