Commit Graph

7 Commits

Author SHA1 Message Date
yosh 15790d4c46 chore: convert spaces to tabs 2024-02-24 02:00:11 -05:00
raichoo abbb483614 null memory after malloc 2020-03-23 18:29:34 +00:00
raichoo 42c391c14a read passwd data only once in unlocker
instead of reloading the passwd struct with every loop iteration we only read it
in once during startup.
2020-03-23 18:19:40 +00:00
raichoo bab0836629 Add pam.d configuration files for `hikari-unlocker`
Interacting with PAM works a bit differently on Linux and FreeBSD.
2020-03-05 22:06:14 +00:00
raichoo af51ffb8ed port to linux
Add `Makefile` options to enable building on Linux. And replace `bzero` with
`memset`.
2020-02-06 19:59:04 +00:00
raichoo bbd84da9a6 make gcc compile hikari without errors and warnings 2020-02-06 13:42:46 +00:00
raichoo 9e81a0fa92 Let there be light! 2020-02-05 10:02:33 +00:00