]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Move non-deprecated RPC-related functions from sunrpc to inet
authorFlorian Weimer <fweimer@redhat.com>
Wed, 8 Jul 2020 10:15:23 +0000 (12:15 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 8 Jul 2020 15:25:57 +0000 (17:25 +0200)
This includes bindresvport and the NSS-related RPC functions.  This will
simplify the removal of the sunrpc functionality because these functions
no longer have to be treated specially.

inet/Makefile
inet/bindresvport.c [moved from sunrpc/bindrsvprt.c with 100% similarity]
inet/etc.rpc [moved from sunrpc/etc.rpc with 100% similarity]
inet/getrpcbyname.c [moved from sunrpc/getrpcbyname.c with 100% similarity]
inet/getrpcbyname_r.c [moved from sunrpc/getrpcbyname_r.c with 100% similarity]
inet/getrpcbynumber.c [moved from sunrpc/getrpcbynumber.c with 100% similarity]
inet/getrpcbynumber_r.c [moved from sunrpc/getrpcbynumber_r.c with 100% similarity]
inet/getrpcent.c [moved from sunrpc/getrpcent.c with 100% similarity]
inet/getrpcent_r.c [moved from sunrpc/getrpcent_r.c with 100% similarity]
sunrpc/Makefile

index bd2fc317b597316d83e8a11bf624d480c20f3a99..1ca06bba80efb49f01507183bc04621ccbf33367 100644 (file)
@@ -36,10 +36,11 @@ routines := htonl htons             \
            getnetbynm_r \
            getproto getproto_r getprtent getprtent_r getprtname getprtname_r \
            getsrvbynm getsrvbynm_r getsrvbypt getsrvbypt_r getservent \
-           getservent_r        \
+           getservent_r getrpcent getrpcbyname getrpcbynumber \
+           getrpcent_r getrpcbyname_r getrpcbynumber_r \
            ether_aton ether_aton_r ether_hton ether_line \
            ether_ntoa ether_ntoa_r ether_ntoh \
-           rcmd rexec ruserpass \
+           rcmd rexec ruserpass bindresvport \
            getnetgrent_r getnetgrent \
            getaliasent_r getaliasent getaliasname getaliasname_r \
            in6_addr getnameinfo if_index ifaddrs inet6_option \
@@ -47,6 +48,8 @@ routines := htonl htons               \
            getsourcefilter setsourcefilter inet6_opt inet6_rth \
            inet6_scopeid_pton deadline idna idna_name_classify
 
+install-others = $(inst_sysconfdir)/rpc
+
 aux := check_pf check_native ifreq
 
 tests := htontest test_ifindex tst-ntoa tst-ether_aton tst-network \
@@ -108,6 +111,10 @@ CFLAGS-tst-sockaddr.c += -fno-strict-aliasing
 
 endif
 
+# Install the rpc database file.
+$(inst_sysconfdir)/rpc: etc.rpc $(+force)
+       $(do-install)
+
 ifeq ($(build-static-nss),yes)
 CFLAGS += -DSTATIC_NSS
 endif
similarity index 100%
rename from sunrpc/bindrsvprt.c
rename to inet/bindresvport.c
similarity index 100%
rename from sunrpc/etc.rpc
rename to inet/etc.rpc
similarity index 100%
rename from sunrpc/getrpcbyname.c
rename to inet/getrpcbyname.c
similarity index 100%
rename from sunrpc/getrpcent.c
rename to inet/getrpcent.c
similarity index 100%
rename from sunrpc/getrpcent_r.c
rename to inet/getrpcent_r.c
index d5840d0770cecf64a08d445b04e51536e4e69751..2d1861f3dc9d44bfe958d99e7f84f59575ba6e0d 100644 (file)
@@ -32,7 +32,6 @@ include ../Makeconfig
 # file name limits:
 #
 #      authunix_prot.c -> authuxprot.c
-#      bindresvport.c -> bindrsvprt.c
 #      clnt_generic.c -> clnt_gen.c
 #      clnt_perror.c -> clnt_perr.c
 #      clnt_simple.c -> clnt_simp.c
@@ -54,7 +53,6 @@ headers-sunrpc = $(addprefix rpc/,auth.h auth_unix.h clnt.h pmap_clnt.h \
                                  key_prot.h) \
                       $(rpcsvc:%=rpcsvc/%) rpcsvc/bootparam.h
 headers = rpc/netdb.h
-install-others = $(inst_sysconfdir)/rpc
 generated += $(rpcsvc:%.x=rpcsvc/%.h) $(rpcsvc:%.x=x%.c) $(rpcsvc:%.x=x%.stmp) \
             $(rpcsvc:%.x=rpcsvc/%.stmp) rpcgen
 generated-dirs += rpcsvc
@@ -70,13 +68,11 @@ need-export-routines := auth_des auth_unix clnt_gen clnt_perr clnt_tcp \
                        xdr_intXX_t xdr_mem xdr_ref xdr_sizeof xdr_stdio \
                        svc_run
 
-routines := auth_none authuxprot bindrsvprt clnt_raw clnt_simp \
+routines := auth_none authuxprot clnt_raw clnt_simp \
            rpc_dtable getrpcport pmap_clnt pm_getmaps pmap_prot pmap_prot2 \
            pmap_rmt rpc_prot rpc_common rpc_cmsg svc_auth svc_authux svc_raw \
            svc_simple xdr_float xdr_rec publickey authdes_prot \
            des_crypt des_impl des_soft key_prot openchild rtime svcauth_des \
-           getrpcent getrpcbyname getrpcbynumber \
-           getrpcent_r getrpcbyname_r getrpcbynumber_r \
            clnt_unix svc_unix create_xid $(need-export-routines) \
            rpc_gethostbyname
 ifneq ($(link-obsolete-rpc),yes)
@@ -188,9 +184,6 @@ include $(patsubst %,$(..)libof-iterator.mk,$(cpp-srcs-left))
 # binary be the second dependency listed in each rule using rpcgen-cmd.
 rpcgen-cmd = CPP='$(CC) -E -x c-header' $(built-program-file) -Y ../scripts
 
-# Install the rpc data base file.
-$(inst_sysconfdir)/rpc: etc.rpc $(+force)
-       $(do-install)
 \f
 # Generate the rpcsvc headers with rpcgen.
 # We use a stamp file to avoid unnessary recompilation each time rpcgen is