summaryrefslogtreecommitdiff
path: root/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2008-03-29[BZ #5979]Ulrich Drepper11-17/+18
2008-03-19Remove useless "if" before "free".Ulrich Drepper1-4/+2
2008-01-212008-01-20 Samuel Thibault <samuel.thibault@ens-lyon.org>Roland McGrath1-1/+1
2008-01-09[BZ #5541]Ulrich Drepper1-0/+2
2008-01-09[BZ #5545]Ulrich Drepper1-63/+51
2007-10-30* nscd/Makefile (nscd-modules): Replace gethstbynm2_r withUlrich Drepper2-5/+5
2007-10-18(clntudp_call): Don't block in recvfrom call even if the poll result indicate...Ulrich Drepper1-1/+1
2007-10-06[BZ #5010]Ulrich Drepper1-2/+21
2007-08-26* sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.Ulrich Drepper1-1/+1
2007-07-28* nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known toUlrich Drepper1-10/+10
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper5-18/+28
2007-07-31.Jakub Jelinek5-28/+18
2006-11-30* sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if reallocUlrich Drepper1-0/+1
2006-11-27[BZ #3559]Ulrich Drepper1-10/+25
2006-11-10[BZ #3465]Ulrich Drepper4-4/+4
2006-10-18[BZ #3313]Ulrich Drepper3-6/+122
2006-05-20* nis/nis_call.c (__prepare_niscall): New function. Split outUlrich Drepper1-1/+1
2006-05-17* sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy ifUlrich Drepper1-0/+1
2006-05-15* include/rpc/pmap_prot.h: Mark all functions as hidden.Ulrich Drepper1-4/+0
2006-05-15* include/rpc/key_prot.h: Maek all _internal functions as hidden.Ulrich Drepper1-0/+4
2006-05-05* sunrpc/svcauth_des.c (cache_init): Use calloc instead ofUlrich Drepper4-37/+9
2006-05-04* sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.Ulrich Drepper1-5/+2
2006-05-04* sunrpc/key_call.c (__rpc_thread_key_cleanup): Also freeUlrich Drepper1-1/+4
2006-05-04* sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entireUlrich Drepper1-2/+3
2006-04-07* sysdeps/posix/tempname.c (__gen_tempname): Change attempts_minUlrich Drepper1-0/+6
2006-04-07* libio/fmemopen.c (fmemopen): Free stream memory in case ofUlrich Drepper5-8/+37
2005-12-20* sunrpc/clnt_unix.c (unix_ops): Mark as const.Ulrich Drepper5-10/+10
2005-12-20(client_ops): Mark as const.Ulrich Drepper1-2/+2
2005-12-20* sunrpc/auth_unix.c (auth_unix_ops): Mark as const.Ulrich Drepper1-2/+2
2005-12-20* sunrpc/auth_none.c (ops): Mark as const.Ulrich Drepper1-3/+3
2005-12-07(authdes_pk_create): If conversation key cannot be created, free memory.Ulrich Drepper1-1/+1
2005-11-22* sunrpc/bindrsvprt.c (bindresvport): Wrap around to startportUlrich Drepper1-4/+5
2005-11-21..Ulrich Drepper10-40/+0
2005-11-04(svc_getreq_poll): Fix inefficient loop test.Ulrich Drepper1-5/+7
2005-11-03* sunrpc/svc.c (svc_getreqset): Use ffsl instead of ffs on fd_mask,Roland McGrath1-1/+1
2005-11-03[BZ #1548]Roland McGrath1-1/+1
2005-07-20* include/stdio.h (__fxprintf): Remove wfmt argument.Ulrich Drepper13-31/+21
2005-07-20* wcsmbs/bits/wchar2.h: Add definitions for wcrtomb, mbsrtowcs,Ulrich Drepper13-141/+36
2005-06-26* nscd/nscd_stat.c (receive_print_stats): Replace YESSTR/NOSTRUlrich Drepper3-2/+208
2005-05-23* sunrpc/bindrsvprt.c (LOWPORT): Apparently some mountdUlrich Drepper1-5/+7
2005-05-23[BZ #961]Ulrich Drepper1-1/+1
2005-05-23* sunrpc/pm_getport.c (__get_socket): New function.Ulrich Drepper2-5/+62
2005-05-23* sunrpc/bindrsvprt.c (bindresvport): Try harder to find a port.Ulrich Drepper1-2/+13
2005-04-26* sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.hRoland McGrath1-2/+2
2005-04-04* sunrpc/pmap_rmt.c (xdr_rmtcall_args): Use a dummy arglen insteadUlrich Drepper1-1/+2
2005-03-22* sunrpc/xdr_stdio.c (xdrstdio_getlong, xdrstdio_putlong):Ulrich Drepper1-6/+6
2005-03-06* sunrpc/key_call.c: Remove doors support.Ulrich Drepper2-87/+1
2005-03-06* sysdeps/generic/ldsodefs.h (_dl_out_of_memory_internal): Remove decl.Roland McGrath1-3/+3
2005-02-22* malloc/Makefile (CFLAGS-mcheck-init.c): Add.Ulrich Drepper1-13/+13
2005-02-17[BZ #284, BZ #721]Roland McGrath7-22/+17