History log of /netbsd/lib/libc/rpc/rpcb_prot.c (Results 1 – 12 of 12)
Revision Date Author Comments
# ddcafdc3 03-May-2017 christos <christos@NetBSD.org>

- limit size of buffers to RPC_MAXDATASIZE
- don't leak memory
- be more picky about bad parameters
https://raw.githubusercontent.com/guidovranken/rpcbomb/master/libtirpc_patch.txt

XXX: pullup-7


# 15c1b43e 11-Mar-2013 tron <tron@NetBSD.org>

Replace previous Sun Microsystems, Inc. license with a standard
BSD 3-clause license granted by Oracle America, Inc..
This license change was approved by Wim Coekaerts, Senior Vice President,
Linux a

Replace previous Sun Microsystems, Inc. license with a standard
BSD 3-clause license granted by Oracle America, Inc..
This license change was approved by Wim Coekaerts, Senior Vice President,
Linux and Virtualization at Oracle Corporation.

This fixes PR lib/45293 by Pedro Giffuni.

show more ...


# 90275da6 25-Jun-2012 abs <abs@NetBSD.org>

Update old-style definitions to ANSI, remove a couple of register
definitions along the way. Fixed gcc 4.1 build (thank you vax)


# 6f4493cd 11-May-2006 mrg <mrg@NetBSD.org>

xdr sucks. sprinkle some (void *) casts into it's functions taking void **,
and shut up GCC4.


# 4435b154 19-Mar-2006 christos <christos@NetBSD.org>

Coverity CID 779: Avoid NULL pointer deref.


# d06c1d3e 19-Mar-2006 christos <christos@NetBSD.org>

Coverity CID 780: Avoid NULL pointer deref.


# 3af3e6a4 01-Jun-2005 lukem <lukem@NetBSD.org>

appease gcc -Wuninitialized


# 5c945215 09-Sep-2003 itojun <itojun@NetBSD.org>

__RCSID police


# 0e8cfd8f 04-Jan-2001 lukem <lukem@NetBSD.org>

sprinkle _DIAGASSERT() appropriately. minor other cleanups


# 7c5c8962 14-Jul-2000 fvdl <fvdl@NetBSD.org>

Use explicit int32 get/put macros. Needed for 64bit big-endian systems.


# deb154d2 06-Jul-2000 christos <christos@NetBSD.org>

add __RPC_GETXID macro
don't const castway __rpc_getconf and __rpc_getconfig. It might try to
write const strings
fix non-portable casts
remove duplicated prototypes
cast things to proper types
remov

add __RPC_GETXID macro
don't const castway __rpc_getconf and __rpc_getconfig. It might try to
write const strings
fix non-portable casts
remove duplicated prototypes
cast things to proper types
remove extraneous casts to NULL
fix variable cast mismatches
remove register var declarations

show more ...


# 7df0ccba 02-Jun-2000 fvdl <fvdl@NetBSD.org>

Add new RPC code, based on Sun's TI-RPC code. Adapted to not use XTI,
but sockets instead, internally. Old, backward compatible interfaces
maintained.