summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/clnt_simple.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* All these files include <stdlib.h>, so do not need to castderaadt2015-08-201-2/+2
| | | | malloc/calloc/realloc* returns.
* Move to the <limits.h> universe.deraadt2015-01-161-4/+4
| | | | review by millert, binary checking process with doug, concept with guenther
* Merge from NetBSD from 1999-03-25:"guenther2014-11-111-4/+6
| | | | | | | | | | | | * don't close the socket unless it was opened by the function * note (in the comments) that the client is responsible for closing the socket if they opened it, or they didn't use CLNT_DESTROY() fixes a couple of unnecessary closing of already-closed sockets. noted by: Matthias Drochner <M.Drochner@fz-juelich.de>" tested by many in snaps ok schwarze@
* Oracle has re-licensed sunrpc under a three-clause BSD license.millert2010-09-011-29/+30
| | | | Update our sources appropriately. OK deraadt@ jsg@
* correct error codes after malloc(3) failure, as 0 means RPC_SUCCESS;schwarze2009-06-061-3/+3
| | | | noticed by and OK deraadt@, ok millert@
* Include param.h for MAXHOSTNAMELENmillert2006-01-171-4/+5
|
* zap remaining rcsid.espie2005-08-081-5/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* ansify. ok deraadt@ jaredy@otto2005-04-011-6/+3
|
* use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel2001-06-271-3/+2
|
* plug many memory leaksderaadt2001-03-031-4/+10
|
* Some -Wallmillert1998-03-191-1/+3
|
* strncpyderaadt1997-04-061-2/+4
|
* avoid close(-1) casesderaadt1996-12-101-2/+3
|
* use MAXHOSTNAMELENderaadt1996-12-101-2/+2
|
* Remove dead codetholo1996-09-151-1/+2
| | | | | | Remove unused variables Silence some warnings lint(1) is your friend
* Fix RCS idstholo1996-08-191-7/+2
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* bcopy->memcpy & tagderaadt1996-07-201-2/+3
|
* initial import of NetBSD treederaadt1995-10-181-0/+119