aboutsummaryrefslogtreecommitdiffstats
path: root/src/libnsss/deps-lib
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-09-21 21:17:34 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-09-21 21:17:34 +0000
commit426039bdd70a5502d56fbc2a9dcde5817b145c1c (patch)
treed796c9013d131297819b9d7637bea628d9c117d7 /src/libnsss/deps-lib
parentce150eb99b4af0f509e86c0e077abb5203253049 (diff)
downloadnsss-426039bdd70a5502d56fbc2a9dcde5817b145c1c.tar.gz
Add getgrouplist() support (stubbed in nsssd-nslcd)
Diffstat (limited to 'src/libnsss/deps-lib')
-rw-r--r--src/libnsss/deps-lib/nsss7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/libnsss/deps-lib/nsss b/src/libnsss/deps-lib/nsss
index 1886bdf..e00084e 100644
--- a/src/libnsss/deps-lib/nsss
+++ b/src/libnsss/deps-lib/nsss
@@ -8,6 +8,7 @@ nsss_all_getgrgid.o
nsss_all_getgrgid_r.o
nsss_all_getgrnam.o
nsss_all_getgrnam_r.o
+nsss_all_getgrouplist.o
nsss_all_getpwent.o
nsss_all_getpwent_r.o
nsss_all_getpwnam.o
@@ -23,6 +24,7 @@ nsss_all_setpwent.o
nsss_all_setspent.o
nsss_grp_copy.o
nsss_grp_here.o
+nsss_grouplist_adjust.o
nsss_pwd_copy.o
nsss_pwd_here.o
nsss_shadow_copy.o
@@ -37,6 +39,7 @@ nsss_switch_getgrgid.o
nsss_switch_getgrgid_r.o
nsss_switch_getgrnam.o
nsss_switch_getgrnam_r.o
+nsss_switch_getgrouplist.o
nsss_switch_getpwent.o
nsss_switch_getpwent_r.o
nsss_switch_getpwnam.o
@@ -51,6 +54,7 @@ nsss_switch_grp_end.o
nsss_switch_grp_get.o
nsss_switch_grp_getbygid.o
nsss_switch_grp_getbyname.o
+nsss_switch_grp_getlist.o
nsss_switch_grp_read.o
nsss_switch_grp_rewind.o
nsss_switch_here.o
@@ -81,6 +85,8 @@ nsss_unix_getgrgid.o
nsss_unix_getgrgid_r.o
nsss_unix_getgrnam.o
nsss_unix_getgrnam_r.o
+nsss_unix_getgrouplist.o
+nsss_unix_getgrouplist_preadjust.o
nsss_unix_getpwent.o
nsss_unix_getpwent_r.o
nsss_unix_getpwnam.o
@@ -91,7 +97,6 @@ nsss_unix_getspent.o
nsss_unix_getspent_r.o
nsss_unix_getspnam.o
nsss_unix_getspnam_r.o
-nsss_unix_getgrouplist.o
nsss_unix_grp_get.o
nsss_unix_grp_getbygid.o
nsss_unix_grp_getbyname.o