aboutsummaryrefslogtreecommitdiff
path: root/security/sssd/files/patch-src__sss_client__sss_nss.exports
blob: af51900099ac49c8949c63740b9359ed6374965c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
--- src/sss_client/sss_nss.exports.orig	2014-09-17 13:01:37 UTC
+++ src/sss_client/sss_nss.exports
@@ -3,6 +3,7 @@ EXPORTED {
 	# public functions
 	global:
 
+		nss_module_register;
 		_nss_sss_getpwnam_r;
 		_nss_sss_getpwuid_r;
 		_nss_sss_setpwent;
@@ -14,7 +15,24 @@ EXPORTED {
 		_nss_sss_setgrent;
 		_nss_sss_getgrent_r;
 		_nss_sss_endgrent;
+		_nss_sss_getgroupmembership;
 		_nss_sss_initgroups_dyn;
+
+		__nss_compat_getgrnam_r;
+		__nss_compat_getgrgid_r;
+		__nss_compat_getgrent_r;
+		__nss_compat_setgrent;
+		__nss_compat_endgrent;
+
+		__nss_compat_getpwnam_r;
+		__nss_compat_getpwuid_r;
+		__nss_compat_getpwent_r;
+		__nss_compat_setpwent;
+		__nss_compat_endpwent;
+
+		__nss_compat_gethostbyname;
+		__nss_compat_gethostbyname2;
+		__nss_compat_gethostbyaddr;
 
 		#_nss_sss_getaliasbyname_r;
 		#_nss_sss_setaliasent;