]> git.ipfire.org Git - thirdparty/glibc.git/commit
Remove 'pwd' and merge into 'nss'
authorArjun Shankar <arjun@redhat.com>
Mon, 2 Oct 2023 12:55:17 +0000 (14:55 +0200)
committerArjun Shankar <arjun@redhat.com>
Tue, 24 Oct 2023 10:30:59 +0000 (12:30 +0200)
commit0ac35d181edd38563f95c3b38e74476bfbff76d3
tree7f0cdb954a8d458a895d3aa138882b79397381d6
parent98b107e30848198e7128f80b38b406585f0317d6
Remove 'pwd' and merge into 'nss'

The majority of pwd routines are entry points for nss functionality.
This commit removes the 'pwd' subdirectory and moves all functionality
and tests to 'nss'.  References to pwd/ are accordingly changed.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
19 files changed:
Makeconfig
include/pwd.h
nss/Makefile
nss/Versions
nss/fgetpwent.c [moved from pwd/fgetpwent.c with 100% similarity]
nss/fgetpwent_r.c [moved from pwd/fgetpwent_r.c with 100% similarity]
nss/getpw.c [moved from pwd/getpw.c with 100% similarity]
nss/getpwent.c [moved from pwd/getpwent.c with 100% similarity]
nss/getpwent_r.c [moved from pwd/getpwent_r.c with 100% similarity]
nss/getpwnam.c [moved from pwd/getpwnam.c with 100% similarity]
nss/getpwnam_r.c [moved from pwd/getpwnam_r.c with 100% similarity]
nss/getpwuid.c [moved from pwd/getpwuid.c with 100% similarity]
nss/getpwuid_r.c [moved from pwd/getpwuid_r.c with 100% similarity]
nss/putpwent.c [moved from pwd/putpwent.c with 100% similarity]
nss/pwd.h [moved from pwd/pwd.h with 100% similarity]
nss/tst-getpw.c [moved from pwd/tst-getpw.c with 100% similarity]
nss/tst-putpwent.c [moved from pwd/tst-putpwent.c with 100% similarity]
pwd/Makefile [deleted file]
pwd/Versions [deleted file]