summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/clnt_perror.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Wrap <rpc/*.h> so that calls go direct and the symbols are all weak.guenther2015-09-131-1/+6
* Oracle has re-licensed sunrpc under a three-clause BSD license.millert2010-09-011-30/+27
* Don't postpone memory allocation for the error message to the error handler:schwarze2009-06-031-33/+14
* When an RPC client program encounters ENOMEM while trying to printschwarze2009-06-011-2/+4
* Remove wrong snprintf(3) truncation checks, which can't bemoritz2007-09-121-15/+25
* dont put two '\n' at the end of the string returnd by clnt_sperror()thib2006-09-171-7/+7
* zap remaining rcsid.espie2005-08-081-4/+1
* more snprintf return value sloppiness; ok ottoderaadt2005-04-111-3/+7
* ansify. ok deraadt@ jaredy@otto2005-04-011-18/+9
* remove extra output of \n in clnt_perror()deraadt2002-09-101-2/+2
* strlcat boundsderaadt2002-05-291-2/+2
* prototype cleanupderaadt2001-09-151-2/+2
* be more careful with snprintf; millert okderaadt2001-08-181-22/+20
* plug many memory leaksderaadt2001-03-031-4/+4
* append \n correctlyderaadt1998-12-301-3/+3
* detect truncation and overflow betterderaadt1998-11-221-25/+33
* Make printf's match actual type (%lu -> %u).millert1997-02-101-4/+4
* do not print extra \nderaadt1997-02-091-2/+2
* More sprintf -> snprintf.millert1997-01-211-22/+28
* avoid oflows, thanks also to toddderaadt1996-12-191-30/+28
* Remove dead codetholo1996-09-151-4/+1
* Fix RCS idstholo1996-08-191-7/+2
* bcopy->memcpy & tagderaadt1996-07-201-1/+2
* initial import of NetBSD treederaadt1995-10-181-0/+260