Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All these files include <stdlib.h>, so do not need to cast | 2015-08-20 | 1 | -2/+2 | |
| | | | | malloc/calloc/realloc* returns. | ||||
* | Move to the <limits.h> universe. | 2015-01-16 | 1 | -4/+4 | |
| | | | | review by millert, binary checking process with doug, concept with guenther | ||||
* | Merge from NetBSD from 1999-03-25:" | 2014-11-11 | 1 | -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. | 2010-09-01 | 1 | -29/+30 | |
| | | | | Update our sources appropriately. OK deraadt@ jsg@ | ||||
* | correct error codes after malloc(3) failure, as 0 means RPC_SUCCESS; | 2009-06-06 | 1 | -3/+3 | |
| | | | | noticed by and OK deraadt@, ok millert@ | ||||
* | Include param.h for MAXHOSTNAMELEN | 2006-01-17 | 1 | -4/+5 | |
| | |||||
* | zap remaining rcsid. | 2005-08-08 | 1 | -5/+1 | |
| | | | | | | Kill old files that are no longer compiled. okay theo | ||||
* | ansify. ok deraadt@ jaredy@ | 2005-04-01 | 1 | -6/+3 | |
| | |||||
* | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. | 2001-06-27 | 1 | -3/+2 | |
| | |||||
* | plug many memory leaks | 2001-03-03 | 1 | -4/+10 | |
| | |||||
* | Some -Wall | 1998-03-19 | 1 | -1/+3 | |
| | |||||
* | strncpy | 1997-04-06 | 1 | -2/+4 | |
| | |||||
* | avoid close(-1) cases | 1996-12-10 | 1 | -2/+3 | |
| | |||||
* | use MAXHOSTNAMELEN | 1996-12-10 | 1 | -2/+2 | |
| | |||||
* | Remove dead code | 1996-09-15 | 1 | -1/+2 | |
| | | | | | | Remove unused variables Silence some warnings lint(1) is your friend | ||||
* | Fix RCS ids | 1996-08-19 | 1 | -7/+2 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | bcopy->memcpy & tag | 1996-07-20 | 1 | -2/+3 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+119 | |