summaryrefslogtreecommitdiffstats
path: root/lib/libc/xdr/xdr_rec.c
Commit message (Expand)AuthorAgeFilesLines
* Use ANSI C prototypes.rodrigc2015-05-311-66/+32
* Replace Sun RPC license with a 3-clause BSD license. This license changehrs2013-12-091-26/+26
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-301-1/+1
* Add an implementation of the RPCSEC_GSS authentication protocol for RPC. Thisdfr2008-08-061-12/+13
* Don't assume that there is readable data on the stream after thedfr2008-03-301-0/+6
* Enable building with LIBC_SCCS defined.obrien2004-10-161-2/+1
* Fix amd(8) clients, if a FreeBSD mountd(8) server is used.mbr2003-05-281-9/+2
* Eliminate 19 warnings in libc (at level WARNS=2) of thenectar2003-02-271-0/+1
* Reset the record lenght and received bytes once a recordmbr2003-01-271-0/+9
* Implement non-blocking tcp-connections.mbr2003-01-161-13/+178
* Spell void * as void * rather than caddr_t. This is complicated by thedes2002-04-281-5/+5
* Fix the style of the SCM ID's.obrien2002-03-221-3/+4
* Remove __P() usage.obrien2002-03-211-18/+18
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-191-116/+140
* Close PR#16028. Make the sanity check saner. The condition that wewpaul2000-01-191-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Change the sanity test here. It's not correct to assume that the recordwpaul1998-05-201-3/+7
* Patch RPC library to avoid possible denial of service attacks as describedwpaul1998-05-151-1/+7
* Resolve conflicts.wpaul1997-05-281-1/+1
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* - Missing prototypes, including pointers to functionspeter1996-12-301-50/+51
* minor cleanup, #includes.phk1995-10-221-1/+2
* Remove trailing whitespace.rgrimes1995-05-301-13/+13
* More directory cleanup after YP merge.wollman1994-08-071-3/+1
* Moving RPC stuff into libc, part 2.wollman1994-08-071-0/+586
OpenPOWER on IntegriCloud