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

The majority of shadow routines are entry points for nss functionality.
This commit removes the 'shadow' subdirectory and moves all
functionality and tests to 'nss'.  References to shadow/ are accordingly
changed.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
19 files changed:
Makeconfig
include/shadow.h
nss/Makefile
nss/Versions
nss/fgetspent.c [moved from shadow/fgetspent.c with 100% similarity]
nss/fgetspent_r.c [moved from shadow/fgetspent_r.c with 100% similarity]
nss/getspent.c [moved from shadow/getspent.c with 100% similarity]
nss/getspent_r.c [moved from shadow/getspent_r.c with 100% similarity]
nss/getspnam.c [moved from shadow/getspnam.c with 100% similarity]
nss/getspnam_r.c [moved from shadow/getspnam_r.c with 100% similarity]
nss/lckpwdf.c [moved from shadow/lckpwdf.c with 100% similarity]
nss/putspent.c [moved from shadow/putspent.c with 100% similarity]
nss/sgetspent.c [moved from shadow/sgetspent.c with 100% similarity]
nss/sgetspent_r.c [moved from shadow/sgetspent_r.c with 100% similarity]
nss/shadow.h [moved from shadow/shadow.h with 100% similarity]
nss/tst-putspent.c [moved from shadow/tst-putspent.c with 100% similarity]
nss/tst-shadow.c [moved from shadow/tst-shadow.c with 100% similarity]
shadow/Makefile [deleted file]
shadow/Versions [deleted file]