]> git.ipfire.org Git - thirdparty/systemd.git/commit
shared: add generic user/group record structures and JSON parsers
authorLennart Poettering <lennart@poettering.net>
Wed, 7 Aug 2019 13:25:36 +0000 (15:25 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 15 Jan 2020 14:27:04 +0000 (15:27 +0100)
commit71d0b9d42263272cb05a7587404e6f2d9006bdb2
tree631617aacccee2af512f4487f3cf6e9e4b8a437a
parent64aa2622a3baea1f62732f136230543c9d669cd1
shared: add generic user/group record structures and JSON parsers
src/shared/group-record.c [new file with mode: 0644]
src/shared/group-record.h [new file with mode: 0644]
src/shared/meson.build
src/shared/user-record.c [new file with mode: 0644]
src/shared/user-record.h [new file with mode: 0644]