summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/getrpcent.c
AgeCommit message (Expand)Author
2015-09-13Wrap <rpc/*.h> so that calls go direct and the symbols are all weak.Philip Guenther
2015-09-11rpcdata should not be exported; ok guentherTheo de Raadt
2015-08-20All these files include <stdlib.h>, so do not need to castTheo de Raadt
2015-04-25Cut the aliases part of /etc/rpc lines before feeding them to strtonum(), forMiod Vallat
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failureTheo de Raadt
2014-09-15When fopen()ing internal to libc (the API doesn't support the usePhilip Guenther
2010-09-01Oracle has re-licensed sunrpc under a three-clause BSD license.Todd C. Miller
2007-02-20Change hard coded numbers to sizeof(buf). Also change someRay Lai
2005-08-08zap remaining rcsid.Marc Espie
2005-04-01ansify. ok deraadt@ jaredy@Otto Moerbeek
2001-09-15prototype cleanupTheo de Raadt
2001-06-27use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel
2001-03-03plug many memory leaksTheo de Raadt
1997-09-22Some -Wall.Todd C. Miller
1996-09-15Remove dead codeThorsten Lockert
1996-09-02Don't overwrite the last byte of a line unless we have toThorsten Lockert
1996-09-02do not leak byname; this needs a complete rewriteTheo de Raadt
1996-08-27use strncpy correctlyTheo de Raadt
1996-08-19Fix RCS idsThorsten Lockert
1996-07-20bcopy->memcpy & tagTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt