Remove 'gshadow' and merge into 'nss'
authorArjun Shankar <arjun@redhat.com>
Mon, 2 Oct 2023 12:55:16 +0000 (14:55 +0200)
committerArjun Shankar <arjun@redhat.com>
Tue, 24 Oct 2023 10:30:59 +0000 (12:30 +0200)
commit98b107e30848198e7128f80b38b406585f0317d6
tree647f9ea8ec2d63136020411d6dcfef63cdfcf7ca
parentb121fdc552f392cd86b21f159dd3e3b998de91a3
Remove 'gshadow' and merge into 'nss'

The majority of gshadow routines are entry points for nss functionality.
This commit removes the 'gshadow' subdirectory and moves all
functionality and tests to 'nss'.  References to gshadow/ are
accordingly changed.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
20 files changed:
Makeconfig
gshadow/Makefile [deleted file]
gshadow/Versions [deleted file]
include/gshadow.h
nss/Makefile
nss/Versions
nss/fgetsgent.c [moved from gshadow/fgetsgent.c with 100% similarity]
nss/fgetsgent_r.c [moved from gshadow/fgetsgent_r.c with 100% similarity]
nss/getsgent.c [moved from gshadow/getsgent.c with 100% similarity]
nss/getsgent_r.c [moved from gshadow/getsgent_r.c with 100% similarity]
nss/getsgnam.c [moved from gshadow/getsgnam.c with 100% similarity]
nss/getsgnam_r.c [moved from gshadow/getsgnam_r.c with 100% similarity]
nss/gshadow.h [moved from gshadow/gshadow.h with 100% similarity]
nss/putsgent.c [moved from gshadow/putsgent.c with 100% similarity]
nss/sgetsgent.c [moved from gshadow/sgetsgent.c with 100% similarity]
nss/sgetsgent_r.c [moved from gshadow/sgetsgent_r.c with 100% similarity]
nss/tst-fgetsgent_r.c [moved from gshadow/tst-fgetsgent_r.c with 100% similarity]
nss/tst-gshadow.c [moved from gshadow/tst-gshadow.c with 100% similarity]
nss/tst-putsgent.c [moved from gshadow/tst-putsgent.c with 100% similarity]
nss/tst-sgetsgent.c [moved from gshadow/tst-sgetsgent.c with 100% similarity]