glibc/sunrpc
Roland McGrath 8784cc18e1 2002-08-05 Jakub Jelinek <jakub@redhat.com>
* include/wchar.h (wcrtomb, wcscmp, wcsftime, wcsspn, wcschr, wcscoll,
        wcspbrk): Add libc_hidden_proto.
        * time/strftime.c (my_strftime): Add libc_hidden_def.
        (strftime): Remove libc_hidden_def.
        * wcsmbs/wcschr.c (wcschr): Add libc_hidden_def.
        * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
        * wcsmbs/wcsspn.c (wcsspn): Likewise.
        * wcsmbs/wcscmp.c (wcscmp): Likewise.
        * wcsmbs/wcrtomb.c (wcrtomb): Add libc_hidden_weak.
        * wcsmbs/wcscoll.c (wcscoll): Likewise.

        * include/rpc/rpc.h (__rpc_thread_svc_max_pollfd,
        __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
        __rpc_thread_createerr): Add libc_hidden_proto.
        * sunrpc/rpc_thread.c (__rpc_thread_svc_max_pollfd,
        __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
        __rpc_thread_createerr): Add libc_hidden_def.

        * include/rpc/clnt.h (clnt_sperrno, clnt_spcreateerror,
        clnt_perror, clnt_sperror, _rpc_dtablesize): Add libc_hidden_proto.
        * sunrpc/clnt_perr.c (clnt_sperrno, clnt_spcreateerror,
        clnt_perror, clnt_sperror): Add libc_hidden_def.
        * sunrpc/rpc_dtable.c (_rpc_dtablesize): Likewise.

        * include/rpc/des_crypt.h (des_setparity, ecb_crypt, cbc_crypt): Add
        libc_hidden_proto.
        * sunrpc/des_crypt.c (ecb_crypt, cbc_crypt): Add libc_hidden_proto.
        * sunrpc/des_soft.c (des_setparity): Likewise.

        * include/rpc/auth.h (key_encryptsession_pk, key_decryptsession_pk):
        Add libc_hidden_proto.
        * sunrpc/key_call.c (key_encryptsession_pk, key_decryptsession_pk):
        Add libc_hidden_def.
2002-08-05 22:11:14 +00:00
..
rpc Update. 2002-08-02 01:43:32 +00:00
rpcsvc Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
.cvsignore
Makefile Update. 2002-08-04 20:54:20 +00:00
Versions Update. 2002-08-03 03:53:28 +00:00
auth_des.c Update. 2002-05-15 00:22:23 +00:00
auth_none.c Update. 2002-05-15 00:22:23 +00:00
auth_unix.c Update. 2002-05-15 00:22:23 +00:00
authdes_prot.c Update. 2002-02-26 01:45:59 +00:00
authuxprot.c Update. 2002-02-26 01:45:59 +00:00
bindrsvprt.c Update. 2002-05-15 00:22:23 +00:00
clnt_gen.c Update. 2002-07-25 19:35:04 +00:00
clnt_perr.c 2002-08-05 Jakub Jelinek <jakub@redhat.com> 2002-08-05 22:11:14 +00:00
clnt_raw.c Update. 2002-05-15 00:22:23 +00:00
clnt_simp.c Update. 2002-05-15 00:22:23 +00:00
clnt_tcp.c Update. 2002-05-15 00:22:23 +00:00
clnt_udp.c Update. 2002-05-15 00:22:23 +00:00
clnt_unix.c Update. 2002-05-15 00:22:23 +00:00
create_xid.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
des_crypt.c 2002-08-05 Jakub Jelinek <jakub@redhat.com> 2002-08-05 22:11:14 +00:00
des_impl.c Update. 2002-07-06 06:36:39 +00:00
des_soft.c 2002-08-05 Jakub Jelinek <jakub@redhat.com> 2002-08-05 22:11:14 +00:00
etc.rpc Update. 2001-08-30 08:27:57 +00:00
get_myaddr.c Update. 1999-06-19 09:58:37 +00:00
getrpcport.c Update. 2001-08-20 06:37:56 +00:00
key_call.c 2002-08-05 Jakub Jelinek <jakub@redhat.com> 2002-08-05 22:11:14 +00:00
key_prot.c Update. 2002-02-26 01:45:59 +00:00
netname.c Update. 2002-04-03 00:36:12 +00:00
openchild.c Update. 2002-02-26 01:45:59 +00:00
pm_getmaps.c Update. 2002-05-15 00:22:23 +00:00
pm_getport.c Update. 2002-05-15 00:22:23 +00:00
pmap_clnt.c Update. 2002-05-15 00:22:23 +00:00
pmap_prot.c Update. 2002-02-26 01:45:59 +00:00
pmap_prot2.c Update. 2002-02-26 01:45:59 +00:00
pmap_rmt.c Update. 2002-05-15 00:22:23 +00:00
proto.h (main): Use return instead of exit to avoid warning. 2000-12-31 16:56:02 +00:00
publickey.c Update. 2002-04-03 00:36:12 +00:00
rpc_clntout.c (printbody): Fix -CLMNab output. 1999-11-23 17:10:21 +00:00
rpc_cmsg.c Update. 2002-02-26 01:45:59 +00:00
rpc_common.c Update. 2001-03-20 18:35:13 +00:00
rpc_cout.c Update. 2001-09-05 00:26:04 +00:00
rpc_dtable.c 2002-08-05 Jakub Jelinek <jakub@redhat.com> 2002-08-05 22:11:14 +00:00
rpc_hout.c (pargdef): Function must take pointer to object. 2001-08-28 09:17:24 +00:00
rpc_main.c Update. 2001-11-02 02:16:01 +00:00
rpc_parse.c Update. 2001-04-04 17:39:59 +00:00
rpc_parse.h
rpc_prot.c Update. 2002-02-26 01:45:59 +00:00
rpc_sample.c Update. 1998-11-16 12:02:08 +00:00
rpc_scan.c (symbols): Add entry for HYPER. 2001-04-04 17:26:50 +00:00
rpc_scan.h Update. 2001-04-04 17:39:59 +00:00
rpc_svcout.c Update. 2002-04-03 08:57:21 +00:00
rpc_tblout.c
rpc_thread.c 2002-08-05 Jakub Jelinek <jakub@redhat.com> 2002-08-05 22:11:14 +00:00
rpc_util.c
rpc_util.h
rpcinfo.c Update. 2001-09-19 03:25:37 +00:00
rtime.c Update. 2002-05-15 00:22:23 +00:00
svc.c Update. 2002-08-04 09:27:27 +00:00
svc_auth.c Update. 2002-05-15 00:22:23 +00:00
svc_authux.c Update. 2002-02-26 01:45:59 +00:00
svc_raw.c Update. 2002-02-26 01:45:59 +00:00
svc_run.c Update. 2002-05-15 00:22:23 +00:00
svc_simple.c Update. 2002-08-04 23:32:14 +00:00
svc_tcp.c Update. 2002-08-04 23:32:14 +00:00
svc_udp.c Update. 2002-08-04 23:32:14 +00:00
svc_unix.c Update. 2002-05-15 00:22:23 +00:00
svcauth_des.c Update. 2001-08-20 06:37:56 +00:00
thrsvc.c Update. 2002-04-20 20:36:26 +00:00
xcrypt.c Update. 1999-04-28 23:13:52 +00:00
xdr.c Update. 2002-02-26 01:45:59 +00:00
xdr_array.c (xdr_array): Check for overflow on multiplication. 2002-08-02 01:33:11 +00:00
xdr_float.c Update. 1999-10-11 23:52:07 +00:00
xdr_intXX_t.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
xdr_mem.c Update. 2002-02-26 01:45:59 +00:00
xdr_rec.c Update. 2002-08-04 23:32:14 +00:00
xdr_ref.c Update. 2002-08-04 23:32:14 +00:00
xdr_sizeof.c Update. 2001-01-28 17:53:49 +00:00
xdr_stdio.c Update. 2002-02-26 01:45:59 +00:00