Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 371615
Collapse All | Expand All

(-)file_not_specified_in_diff (-12 / +14 lines)
Line  Link Here
0
-- a/src/Makefile.am
0
++ a/src/Makefile.am
Lines 51-57 Link Here
51
        rpc_callmsg.c rpc_generic.c rpc_soc.c rpcb_clnt.c rpcb_prot.c \
51
        rpc_callmsg.c rpc_generic.c rpc_soc.c rpcb_clnt.c rpcb_prot.c \
52
        rpcb_st_xdr.c svc.c svc_auth.c svc_dg.c svc_auth_unix.c svc_auth_none.c \
52
        rpcb_st_xdr.c svc.c svc_auth.c svc_dg.c svc_auth_unix.c svc_auth_none.c \
53
        svc_generic.c svc_raw.c svc_run.c svc_simple.c svc_vc.c getpeereid.c \
53
        svc_generic.c svc_raw.c svc_run.c svc_simple.c svc_vc.c getpeereid.c \
54
        auth_time.c auth_des.c authdes_prot.c
54
        auth_time.c
55
55
56
## XDR
56
## XDR
57
libtirpc_la_SOURCES += xdr.c xdr_rec.c xdr_array.c xdr_float.c xdr_mem.c xdr_reference.c xdr_stdio.c
57
libtirpc_la_SOURCES += xdr.c xdr_rec.c xdr_array.c xdr_float.c xdr_mem.c xdr_reference.c xdr_stdio.c
Lines 66-72 Link Here
66
## libtirpc_a_SOURCES += key_call.c key_prot_xdr.c getpublickey.c
66
## libtirpc_a_SOURCES += key_call.c key_prot_xdr.c getpublickey.c
67
## libtirpc_a_SOURCES += netname.c netnamer.c rpcdname.c \
67
## libtirpc_a_SOURCES += netname.c netnamer.c rpcdname.c \
68
## libtirpc_a_SOURCES += rtime.c \
68
## libtirpc_a_SOURCES += rtime.c \
69
## auth_time.c auth_des.c authdes_prot.c 
69
## auth_time.c
70
70
71
CLEANFILES	       = cscope.* *~
71
CLEANFILES	       = cscope.* *~
72
DISTCLEANFILES	       = Makefile.in
72
DISTCLEANFILES	       = Makefile.in
73
-- a/src/rpc_soc.c
73
++ b/src/rpc_soc.c
Lines 524-529 Link Here
524
 * Create the client des authentication object. Obsoleted by
524
 * Create the client des authentication object. Obsoleted by
525
 * authdes_seccreate().
525
 * authdes_seccreate().
526
 */
526
 */
527
#if 0
527
AUTH *
528
AUTH *
528
authdes_create(servername, window, syncaddr, ckey)
529
authdes_create(servername, window, syncaddr, ckey)
529
	char *servername;		/* network name of server */
530
	char *servername;		/* network name of server */
Lines 551-556 Link Here
551
	dummy = authdes_seccreate(servername, window, NULL, ckey);
552
	dummy = authdes_seccreate(servername, window, NULL, ckey);
552
	return (dummy);
553
	return (dummy);
553
}
554
}
555
#endif
554
556
555
/*
557
/*
556
 * Create a client handle for a unix connection. Obsoleted by clnt_vc_create()
558
 * Create a client handle for a unix connection. Obsoleted by clnt_vc_create()
557
-- a/src/Makefile.in
559
++ b/src/Makefile.in
Lines 131-137 Link Here
131
	rpcb_clnt.c rpcb_prot.c rpcb_st_xdr.c svc.c svc_auth.c \
131
	rpcb_clnt.c rpcb_prot.c rpcb_st_xdr.c svc.c svc_auth.c \
132
	svc_dg.c svc_auth_unix.c svc_auth_none.c svc_generic.c \
132
	svc_dg.c svc_auth_unix.c svc_auth_none.c svc_generic.c \
133
	svc_raw.c svc_run.c svc_simple.c svc_vc.c getpeereid.c \
133
	svc_raw.c svc_run.c svc_simple.c svc_vc.c getpeereid.c \
134
	auth_time.c auth_des.c authdes_prot.c xdr.c xdr_rec.c \
134
	auth_time.c xdr.c xdr_rec.c \
135
	xdr_array.c xdr_float.c xdr_mem.c xdr_reference.c xdr_stdio.c \
135
	xdr_array.c xdr_float.c xdr_mem.c xdr_reference.c xdr_stdio.c \
136
	auth_gss.c authgss_prot.c svc_auth_gss.c
136
	auth_gss.c authgss_prot.c svc_auth_gss.c
137
@GSS_TRUE@am__objects_1 = libtirpc_la-auth_gss.lo \
137
@GSS_TRUE@am__objects_1 = libtirpc_la-auth_gss.lo \
Lines 159-165 Link Here
159
	libtirpc_la-svc_raw.lo libtirpc_la-svc_run.lo \
159
	libtirpc_la-svc_raw.lo libtirpc_la-svc_run.lo \
160
	libtirpc_la-svc_simple.lo libtirpc_la-svc_vc.lo \
160
	libtirpc_la-svc_simple.lo libtirpc_la-svc_vc.lo \
161
	libtirpc_la-getpeereid.lo libtirpc_la-auth_time.lo \
161
	libtirpc_la-getpeereid.lo libtirpc_la-auth_time.lo \
162
	libtirpc_la-auth_des.lo libtirpc_la-authdes_prot.lo \
162
	 \
163
	libtirpc_la-xdr.lo libtirpc_la-xdr_rec.lo \
163
	libtirpc_la-xdr.lo libtirpc_la-xdr_rec.lo \
164
	libtirpc_la-xdr_array.lo libtirpc_la-xdr_float.lo \
164
	libtirpc_la-xdr_array.lo libtirpc_la-xdr_float.lo \
165
	libtirpc_la-xdr_mem.lo libtirpc_la-xdr_reference.lo \
165
	libtirpc_la-xdr_mem.lo libtirpc_la-xdr_reference.lo \
Lines 397-403 Link Here
397
	rpcb_clnt.c rpcb_prot.c rpcb_st_xdr.c svc.c svc_auth.c \
397
	rpcb_clnt.c rpcb_prot.c rpcb_st_xdr.c svc.c svc_auth.c \
398
	svc_dg.c svc_auth_unix.c svc_auth_none.c svc_generic.c \
398
	svc_dg.c svc_auth_unix.c svc_auth_none.c svc_generic.c \
399
	svc_raw.c svc_run.c svc_simple.c svc_vc.c getpeereid.c \
399
	svc_raw.c svc_run.c svc_simple.c svc_vc.c getpeereid.c \
400
	auth_time.c auth_des.c authdes_prot.c xdr.c xdr_rec.c \
400
	auth_time.c xdr.c xdr_rec.c \
401
	xdr_array.c xdr_float.c xdr_mem.c xdr_reference.c xdr_stdio.c \
401
	xdr_array.c xdr_float.c xdr_mem.c xdr_reference.c xdr_stdio.c \
402
	$(am__append_1)
402
	$(am__append_1)
403
@GSS_TRUE@libtirpc_la_CFLAGS = -DHAVE_RPCSEC_GSS $(GSSAPI_CFLAGS)
403
@GSS_TRUE@libtirpc_la_CFLAGS = -DHAVE_RPCSEC_GSS $(GSSAPI_CFLAGS)
Lines 860-876 Link Here
860
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
860
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
861
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtirpc_la_CFLAGS) $(CFLAGS) -c -o libtirpc_la-auth_time.lo `test -f 'auth_time.c' || echo '$(srcdir)/'`auth_time.c
861
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtirpc_la_CFLAGS) $(CFLAGS) -c -o libtirpc_la-auth_time.lo `test -f 'auth_time.c' || echo '$(srcdir)/'`auth_time.c
862
862
863
libtirpc_la-auth_des.lo: auth_des.c
863
:
864
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtirpc_la_CFLAGS) $(CFLAGS) -MT libtirpc_la-auth_des.lo -MD -MP -MF $(DEPDIR)/libtirpc_la-auth_des.Tpo -c -o libtirpc_la-auth_des.lo `test -f 'auth_des.c' || echo '$(srcdir)/'`auth_des.c
864
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtirpc_la_CFLAGS) $(CFLAGS) -MT libtirpc_la-auth_des.lo -MD -MP -MF $(DEPDIR)/libtirpc_la-auth_des.Tpo -c -o libtirpc_la-auth_des.lo `test -f 'auth_des.c' || echo '$(srcdir)/'`auth_des.c
865
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libtirpc_la-auth_des.Tpo $(DEPDIR)/libtirpc_la-auth_des.Plo
865
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libtirpc_la-auth_des.Tpo $(DEPDIR)/libtirpc_la-auth_des.Plo
866
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='auth_des.c' object='libtirpc_la-auth_des.lo' libtool=yes @AMDEPBACKSLASH@
866
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='' object='' libtool=yes @AMDEPBACKSLASH@
867
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
867
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
868
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtirpc_la_CFLAGS) $(CFLAGS) -c -o libtirpc_la-auth_des.lo `test -f 'auth_des.c' || echo '$(srcdir)/'`auth_des.c
868
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtirpc_la_CFLAGS) $(CFLAGS) -c -o libtirpc_la-auth_des.lo `test -f 'auth_des.c' || echo '$(srcdir)/'`auth_des.c
869
869
870
libtirpc_la-authdes_prot.lo: authdes_prot.c
870
:
871
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtirpc_la_CFLAGS) $(CFLAGS) -MT libtirpc_la-authdes_prot.lo -MD -MP -MF $(DEPDIR)/libtirpc_la-authdes_prot.Tpo -c -o libtirpc_la-authdes_prot.lo `test -f 'authdes_prot.c' || echo '$(srcdir)/'`authdes_prot.c
871
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtirpc_la_CFLAGS) $(CFLAGS) -MT libtirpc_la-authdes_prot.lo -MD -MP -MF $(DEPDIR)/libtirpc_la-authdes_prot.Tpo -c -o libtirpc_la-authdes_prot.lo `test -f 'authdes_prot.c' || echo '$(srcdir)/'`authdes_prot.c
872
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libtirpc_la-authdes_prot.Tpo $(DEPDIR)/libtirpc_la-authdes_prot.Plo
872
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libtirpc_la-authdes_prot.Tpo $(DEPDIR)/libtirpc_la-authdes_prot.Plo
873
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='authdes_prot.c' object='libtirpc_la-authdes_prot.lo' libtool=yes @AMDEPBACKSLASH@
873
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='' object='' libtool=yes @AMDEPBACKSLASH@
874
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
874
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
875
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtirpc_la_CFLAGS) $(CFLAGS) -c -o libtirpc_la-authdes_prot.lo `test -f 'authdes_prot.c' || echo '$(srcdir)/'`authdes_prot.c
875
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtirpc_la_CFLAGS) $(CFLAGS) -c -o libtirpc_la-authdes_prot.lo `test -f 'authdes_prot.c' || echo '$(srcdir)/'`authdes_prot.c
876
876

Return to bug 371615