index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
rpc
/
getrpcent.c
Age
Commit message (
Expand
)
Author
2015-09-13
Wrap <rpc/*.h> so that calls go direct and the symbols are all weak.
Philip Guenther
2015-09-11
rpcdata should not be exported; ok guenther
Theo de Raadt
2015-08-20
All these files include <stdlib.h>, so do not need to cast
Theo de Raadt
2015-04-25
Cut the aliases part of /etc/rpc lines before feeding them to strtonum(), for
Miod Vallat
2015-04-18
Convert many atoi() calls to strtonum(), adding range checks and failure
Theo de Raadt
2014-09-15
When fopen()ing internal to libc (the API doesn't support the use
Philip Guenther
2010-09-01
Oracle has re-licensed sunrpc under a three-clause BSD license.
Todd C. Miller
2007-02-20
Change hard coded numbers to sizeof(buf). Also change some
Ray Lai
2005-08-08
zap remaining rcsid.
Marc Espie
2005-04-01
ansify. ok deraadt@ jaredy@
Otto Moerbeek
2001-09-15
prototype cleanup
Theo de Raadt
2001-06-27
use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.
lebel
2001-03-03
plug many memory leaks
Theo de Raadt
1997-09-22
Some -Wall.
Todd C. Miller
1996-09-15
Remove dead code
Thorsten Lockert
1996-09-02
Don't overwrite the last byte of a line unless we have to
Thorsten Lockert
1996-09-02
do not leak byname; this needs a complete rewrite
Theo de Raadt
1996-08-27
use strncpy correctly
Theo de Raadt
1996-08-19
Fix RCS ids
Thorsten Lockert
1996-07-20
bcopy->memcpy & tag
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt