Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Wrap <rpc/*.h> so that calls go direct and the symbols are all weak. | 2015-09-13 | 1 | -1/+6 | |
| | | | | | | Hide __xprt_register() and _authenticate(); truncate <rpc/svc_auth.h> ok deraadt@ | ||||
* | Oracle has re-licensed sunrpc under a three-clause BSD license. | 2010-09-01 | 1 | -30/+27 | |
| | | | | Update our sources appropriately. OK deraadt@ jsg@ | ||||
* | Don't postpone memory allocation for the error message to the error handler: | 2009-06-03 | 1 | -33/+14 | |
| | | | | | | | That way, memory exhaustion simply cannot be reported because it would require to... allocate memory. Instead, really use a statical buffer as it is advertised in the manual. "looks good" millert@ | ||||
* | When an RPC client program encounters ENOMEM while trying to print | 2009-06-01 | 1 | -2/+4 | |
| | | | | | | an error message, rather skip the error message than dereferencing a NULL pointer. debugging help and ok kjell@ | ||||
* | Remove wrong snprintf(3) truncation checks, which can't be | 2007-09-12 | 1 | -15/+25 | |
| | | | | | | | triggered and are off-by-one anyways. Instead replace them with correct checks and add all the missing cases. ok deraadt@ | ||||
* | dont put two '\n' at the end of the string returnd by clnt_sperror() | 2006-09-17 | 1 | -7/+7 | |
| | | | | ok deraadt@ | ||||
* | zap remaining rcsid. | 2005-08-08 | 1 | -4/+1 | |
| | | | | | | Kill old files that are no longer compiled. okay theo | ||||
* | more snprintf return value sloppiness; ok otto | 2005-04-11 | 1 | -3/+7 | |
| | |||||
* | ansify. ok deraadt@ jaredy@ | 2005-04-01 | 1 | -18/+9 | |
| | |||||
* | remove extra output of \n in clnt_perror() | 2002-09-10 | 1 | -2/+2 | |
| | |||||
* | strlcat bounds | 2002-05-29 | 1 | -2/+2 | |
| | |||||
* | prototype cleanup | 2001-09-15 | 1 | -2/+2 | |
| | |||||
* | be more careful with snprintf; millert ok | 2001-08-18 | 1 | -22/+20 | |
| | |||||
* | plug many memory leaks | 2001-03-03 | 1 | -4/+4 | |
| | |||||
* | append \n correctly | 1998-12-30 | 1 | -3/+3 | |
| | |||||
* | detect truncation and overflow better | 1998-11-22 | 1 | -25/+33 | |
| | |||||
* | Make printf's match actual type (%lu -> %u). | 1997-02-10 | 1 | -4/+4 | |
| | |||||
* | do not print extra \n | 1997-02-09 | 1 | -2/+2 | |
| | |||||
* | More sprintf -> snprintf. | 1997-01-21 | 1 | -22/+28 | |
| | |||||
* | avoid oflows, thanks also to todd | 1996-12-19 | 1 | -30/+28 | |
| | |||||
* | Remove dead code | 1996-09-15 | 1 | -4/+1 | |
| | | | | | | 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 | -1/+2 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+260 | |