]> git.ipfire.org Git - thirdparty/libbsd.git/commit
Import pwcache module from OpenBSD
authorGuillem Jover <guillem@hadrons.org>
Sat, 6 Feb 2021 22:43:12 +0000 (23:43 +0100)
committerGuillem Jover <guillem@hadrons.org>
Sun, 7 Feb 2021 00:28:27 +0000 (01:28 +0100)
commit37a9b56c05339301510213c41fc507ea31cc2464
treecbb067e81f4d3d1b6af63387ebbed6043746838e
parent45dd5229ea5f3c62877f5f66f80ab8e52d40a281
Import pwcache module from OpenBSD
18 files changed:
COPYING
configure.ac
include/Makefile.am
include/bsd/grp.h [new file with mode: 0644]
include/bsd/pwd.h [new file with mode: 0644]
man/Makefile.am
man/gid_from_group.3bsd [new file with mode: 0644]
man/group_from_gid.3bsd [new file with mode: 0644]
man/pwcache.3bsd [new file with mode: 0644]
man/uid_from_user.3bsd [new file with mode: 0644]
man/user_from_uid.3bsd [new file with mode: 0644]
src/Makefile.am
src/libbsd.map
src/pwcache.c [new file with mode: 0644]
test/.gitignore
test/Makefile.am
test/overlay.c
test/pwcache.c [new file with mode: 0644]