summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/clnt_perror.c
AgeCommit message (Expand)Author
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.Theo de Raadt
2015-09-13Wrap <rpc/*.h> so that calls go direct and the symbols are all weak.Philip Guenther
2010-09-01Oracle has re-licensed sunrpc under a three-clause BSD license.Todd C. Miller
2009-06-03Don't postpone memory allocation for the error message to the error handler:Ingo Schwarze
2009-06-01When an RPC client program encounters ENOMEM while trying to printIngo Schwarze
2007-09-12Remove wrong snprintf(3) truncation checks, which can't beMoritz Jodeit
2006-09-17dont put two '\n' at the end of the string returnd by clnt_sperror()Thordur I. Bjornsson
2005-08-08zap remaining rcsid.Marc Espie
2005-04-11more snprintf return value sloppiness; ok ottoTheo de Raadt
2005-04-01ansify. ok deraadt@ jaredy@Otto Moerbeek
2002-09-10remove extra output of \n in clnt_perror()Theo de Raadt
2002-05-29strlcat boundsTheo de Raadt
2001-09-15prototype cleanupTheo de Raadt
2001-08-18be more careful with snprintf; millert okTheo de Raadt
2001-03-03plug many memory leaksTheo de Raadt
1998-12-30append \n correctlyTheo de Raadt
1998-11-22detect truncation and overflow betterTheo de Raadt
1997-02-10Make printf's match actual type (%lu -> %u).Todd C. Miller
1997-02-09do not print extra \nTheo de Raadt
1997-01-21More sprintf -> snprintf.Todd C. Miller
1996-12-19avoid oflows, thanks also to toddTheo de Raadt
1996-09-15Remove dead codeThorsten Lockert
1996-08-19Fix RCS idsThorsten Lockert
1996-07-20bcopy->memcpy & tagTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt