]> git.ipfire.org Git - thirdparty/glibc.git/commit
Make sunrpc code usable again
authorAndreas Jaeger <aj@suse.de>
Thu, 10 May 2012 18:16:53 +0000 (20:16 +0200)
committerAndreas Jaeger <aj@suse.de>
Thu, 10 May 2012 18:19:53 +0000 (20:19 +0200)
commit021db4be6f1f4189f66feee066a495d49e92b93e
tree38d877e5dcba27bb3495cc840bc14b1a3547a076
parentb5c086a2814b45e0b2ab678922fcc66c7351fece
Make sunrpc code usable again

  New configure option --enable-obsolete-rpc makes the deprecated RPC
  headers and functions available at compile time as they were before
  version 2.14.  This option will be removed at some time in the future
  after the TI-RPC library becomes fully sufficient for the needs of
  existing applications.
58 files changed:
ChangeLog
NEWS
config.h.in
config.make.in
configure
configure.in
include/libc-symbols.h
nis/Makefile
sunrpc/Makefile
sunrpc/auth_des.c
sunrpc/auth_none.c
sunrpc/auth_unix.c
sunrpc/authdes_prot.c
sunrpc/authuxprot.c
sunrpc/clnt_gen.c
sunrpc/clnt_perr.c
sunrpc/clnt_raw.c
sunrpc/clnt_simp.c
sunrpc/clnt_tcp.c
sunrpc/clnt_udp.c
sunrpc/clnt_unix.c
sunrpc/des_crypt.c
sunrpc/des_soft.c
sunrpc/get_myaddr.c
sunrpc/key_call.c
sunrpc/key_prot.c
sunrpc/netname.c
sunrpc/pm_getmaps.c
sunrpc/pm_getport.c
sunrpc/pmap_clnt.c
sunrpc/pmap_prot.c
sunrpc/pmap_prot2.c
sunrpc/pmap_rmt.c
sunrpc/publickey.c
sunrpc/rpc_cmsg.c
sunrpc/rpc_common.c
sunrpc/rpc_dtable.c
sunrpc/rpc_prot.c
sunrpc/rpc_thread.c
sunrpc/rtime.c
sunrpc/svc.c
sunrpc/svc_auth.c
sunrpc/svc_raw.c
sunrpc/svc_run.c
sunrpc/svc_tcp.c
sunrpc/svc_udp.c
sunrpc/svc_unix.c
sunrpc/svcauth_des.c
sunrpc/xcrypt.c
sunrpc/xdr.c
sunrpc/xdr_array.c
sunrpc/xdr_float.c
sunrpc/xdr_intXX_t.c
sunrpc/xdr_mem.c
sunrpc/xdr_rec.c
sunrpc/xdr_ref.c
sunrpc/xdr_sizeof.c
sunrpc/xdr_stdio.c