summaryrefslogtreecommitdiff
path: root/usr.sbin/rpcbind/util.c
AgeCommit message (Expand)Author
2019-01-23- fix wrong size allocation that triggers buffer overflowchristos
2019-01-03Handle memory allocations and error exit codes consistently.christos
2017-08-16merge FreeBSD changes:christos
2015-11-08merge RUMP changes.christos
2015-05-09perror -> warndholland
2015-03-11CID 1018907: Freeifaddrschristos
2013-10-19use new scopeid functionschristos
2009-01-18fix -Wsign-compare issueslukem
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-08-27Depracate ND_DEBUG and BIND_DEBUG in favour of RPCBIND_DEBUG.dsl
2007-05-13- WARNS = 4christos
2006-05-25Coverity CID 783: Add an assertion for a NULL deref.christos
2005-06-07Support MKINET6=no building after the -Wuninitalized fix.lukem
2005-06-02appease gcc -Wuninitializedlukem
2002-09-23null commitmycroft
2002-09-23poll.h, not sys/poll.hitojun
2001-04-30For the local case, return serv_uaddr in addrmerge, not the addressfvdl
2001-04-22For an AF_LOCAL connection, don't attempt to do the address merge dance.fvdl
2001-01-10Move routines which fill in tbuf in addrmerge(). The fixes in 1.4 pick a newjmc
2000-08-03When merging addresses, and no direct match is found, pick the firstfvdl
2000-06-22Make sure to free the netconfig entry in addrmerge().fvdl
2000-06-04Need <string.h> for LP64 systems.thorpej
2000-06-02rpcbind, the successor to portmap. Taken from Sun TI-RPC source code,fvdl