1
Fork 0
Commit Graph

6 Commits

Author SHA1 Message Date
Motiejus Jakštys 4469d174ea wip getpwnam 2022-04-19 13:17:23 +03:00
Motiejus Jakštys 64bd5df633 replace member strlen with getgr_max and getpw_max
This way we can use buffers in both Zig and C, without the performance
or size penalty.
2022-04-18 19:35:26 +03:00
Motiejus Jakštys c6bd3f5cb8 storing getgr_max and getpw_max 2022-04-18 13:11:20 +03:00
Motiejus Jakštys 3e9cfcbdbf wip fromLine 2022-04-10 20:58:43 +02:00
Motiejus Jakštys 41ed32994f add strlen for PackedUser strings 2022-04-08 20:05:39 +03:00
Motiejus Jakštys fad7c9fbaf DB.header is becoming a pointer
Also, move User, PackedUser, Group, PackedGroup to better-fit places.
2022-03-26 10:40:35 +02:00