about summary refs log tree commit diff
path: root/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inlineUlrich Drepper2009-04-261-4/+12
* * stdlib/monetary.h: Uglify function parameter names. cvs/fedora-glibc-20090218T1534Jakub Jelinek2009-02-164-6/+6
* * sunrpc/rpc_common.c: We cannot move _null_auth into .rodata thatUlrich Drepper2009-02-071-1/+1
* * debug/xtrace.sh: Unify translatable messages.Ulrich Drepper2009-02-062-55/+100
* * include/rpc/auth.h: Use libc_hidden_proto for _null_auth.Ulrich Drepper2009-02-061-1/+5
* * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address, Jakub Jelinek2008-11-071-8/+12
* * malloc/malloc.c (public_rEALLOc): When new arena is used, copyUlrich Drepper2008-11-031-1/+5
* * sunrpc/rpc/svc.h: Declare svcfd_create.Ulrich Drepper2008-09-151-0/+5
* * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead ofUlrich Drepper2008-07-261-1/+1
* * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.Ulrich Drepper2008-07-261-1/+1
* * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate andUlrich Drepper2008-07-252-9/+54
* [BZ #5979]Ulrich Drepper2008-03-2911-17/+18
* Remove useless "if" before "free".Ulrich Drepper2008-03-191-4/+2
* 2008-01-20 Samuel Thibault <samuel.thibault@ens-lyon.org>Roland McGrath2008-01-211-1/+1
* [BZ #5541]Ulrich Drepper2008-01-091-0/+2
* [BZ #5545]Ulrich Drepper2008-01-091-63/+51
* * nscd/Makefile (nscd-modules): Replace gethstbynm2_r withUlrich Drepper2007-10-302-5/+5
* (clntudp_call): Don't block in recvfrom call even if the poll result indicate...Ulrich Drepper2007-10-181-1/+1
* [BZ #5010]Ulrich Drepper2007-10-061-2/+21
* * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.Ulrich Drepper2007-08-261-1/+1
* * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known toUlrich Drepper2007-07-281-10/+10
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-115-18/+28
* .Jakub Jelinek2007-07-315-28/+18
* * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc cvs/fedora-glibc-20061130T1652Ulrich Drepper2006-11-301-0/+1
* [BZ #3559] cvs/fedora-glibc-20061128T1037Ulrich Drepper2006-11-271-10/+25
* [BZ #3465]Ulrich Drepper2006-11-104-4/+4
* [BZ #3313]Ulrich Drepper2006-10-183-6/+122
* * nis/nis_call.c (__prepare_niscall): New function. Split out cvs/fedora-glibc-20060521T2153Ulrich Drepper2006-05-201-1/+1
* * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy ifUlrich Drepper2006-05-171-0/+1
* * include/rpc/pmap_prot.h: Mark all functions as hidden.Ulrich Drepper2006-05-151-4/+0
* * include/rpc/key_prot.h: Maek all _internal functions as hidden.Ulrich Drepper2006-05-151-0/+4
* * sunrpc/svcauth_des.c (cache_init): Use calloc instead ofUlrich Drepper2006-05-054-37/+9
* * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.Ulrich Drepper2006-05-041-5/+2
* * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also freeUlrich Drepper2006-05-041-1/+4
* * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entireUlrich Drepper2006-05-041-2/+3
* * sysdeps/posix/tempname.c (__gen_tempname): Change attempts_minUlrich Drepper2006-04-071-0/+6
* * libio/fmemopen.c (fmemopen): Free stream memory in case ofUlrich Drepper2006-04-075-8/+37
* * sunrpc/clnt_unix.c (unix_ops): Mark as const.Ulrich Drepper2005-12-205-10/+10
* (client_ops): Mark as const.Ulrich Drepper2005-12-201-2/+2
* * sunrpc/auth_unix.c (auth_unix_ops): Mark as const.Ulrich Drepper2005-12-201-2/+2
* * sunrpc/auth_none.c (ops): Mark as const.Ulrich Drepper2005-12-201-3/+3
* (authdes_pk_create): If conversation key cannot be created, free memory.Ulrich Drepper2005-12-071-1/+1
* * sunrpc/bindrsvprt.c (bindresvport): Wrap around to startportUlrich Drepper2005-11-221-4/+5
* ..Ulrich Drepper2005-11-2110-40/+0
* (svc_getreq_poll): Fix inefficient loop test.Ulrich Drepper2005-11-041-5/+7
* * sunrpc/svc.c (svc_getreqset): Use ffsl instead of ffs on fd_mask,Roland McGrath2005-11-031-1/+1
* [BZ #1548]Roland McGrath2005-11-031-1/+1
* * include/stdio.h (__fxprintf): Remove wfmt argument.Ulrich Drepper2005-07-2013-31/+21
* * wcsmbs/bits/wchar2.h: Add definitions for wcrtomb, mbsrtowcs,Ulrich Drepper2005-07-2013-141/+36
* * nscd/nscd_stat.c (receive_print_stats): Replace YESSTR/NOSTRUlrich Drepper2005-06-263-2/+208