summaryrefslogtreecommitdiffstats
path: root/sss_client/sss_nss.exports
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-02-17 09:14:40 -0500
committerStephen Gallagher <sgallagh@redhat.com>2010-02-18 13:48:44 -0500
commit8e9ac4d7443939ed0d152708d3877b29252d16fe (patch)
treeb857cd509655146456b0ad624db527c1c3c366f3 /sss_client/sss_nss.exports
parent29e9f5e711a03135944e30ad241c8182dacc6049 (diff)
downloadsssd-8e9ac4d7443939ed0d152708d3877b29252d16fe.tar.gz
sssd-8e9ac4d7443939ed0d152708d3877b29252d16fe.tar.xz
sssd-8e9ac4d7443939ed0d152708d3877b29252d16fe.zip
Eliminate separate build tree for sss_client
Diffstat (limited to 'sss_client/sss_nss.exports')
-rw-r--r--sss_client/sss_nss.exports73
1 files changed, 0 insertions, 73 deletions
diff --git a/sss_client/sss_nss.exports b/sss_client/sss_nss.exports
deleted file mode 100644
index bcc6b10e1..000000000
--- a/sss_client/sss_nss.exports
+++ /dev/null
@@ -1,73 +0,0 @@
-EXPORTED {
-
- # public functions
- global:
-
- _nss_sss_getpwnam_r;
- _nss_sss_getpwuid_r;
- _nss_sss_setpwent;
- _nss_sss_getpwent_r;
- _nss_sss_endpwent;
-
- _nss_sss_getgrnam_r;
- _nss_sss_getgrgid_r;
- _nss_sss_setgrent;
- _nss_sss_getgrent_r;
- _nss_sss_endgrent;
- _nss_sss_initgroups_dyn;
-
- #_nss_sss_getaliasbyname_r;
- #_nss_sss_setaliasent;
- #_nss_sss_getaliasent_r;
- #_nss_sss_endaliasent;
-
- #_nss_sss_gethostton_r;
- #_nss_sss_getntohost_r;
- #_nss_sss_setetherent;
- #_nss_sss_getetherent_r;
- #_nss_sss_endetherent;
-
- #_nss_sss_gethostbyname_r;
- #_nss_sss_gethostbyname2_r;
- #_nss_sss_gethostbyaddr_r;
- #_nss_sss_sethostent;
- #_nss_sss_gethostent_r;
- #_nss_sss_endhostent;
-
- #_nss_sss_setnetgrent;
- #_nss_sss_getnetgrent_r;
- #_nss_sss_endnetgrent;
-
- #_nss_sss_getnetbyname_r;
- #_nss_sss_getnetbyaddr_r;
- #_nss_sss_setnetent;
- #_nss_sss_getnetent_r;
- #_nss_sss_endnetent;
-
- #_nss_sss_getprotobyname_r;
- #_nss_sss_getprotobynumber_r;
- #_nss_sss_setprotoent;
- #_nss_sss_getprotoent_r;
- #_nss_sss_endprotoent;
-
- #_nss_sss_getrpcbyname_r;
- #_nss_sss_getrpcbynumber_r;
- #_nss_sss_setrpcent;
- #_nss_sss_getrpcent_r;
- #_nss_sss_endrpcent;
-
- #_nss_sss_getservbyname_r;
- #_nss_sss_getservbyport_r;
- #_nss_sss_setservent;
- #_nss_sss_getservent_r;
- #_nss_sss_endservent;
-
- #_nss_sss_getspnam_r;
- #_nss_sss_setspent;
- #_nss_sss_getspent_r;
- #_nss_sss_endspent;
-
- # everything else is local
- local:
- *;
-};