summaryrefslogtreecommitdiff
path: root/usr.sbin/rpcbind
AgeCommit message (Expand)Author
2019-05-13Don't pass an uinitialized pm_prot to rpcinfo. It expects 0 for local,christos
2019-04-24Fix building rpcbind with MKYP=noroy
2019-01-23- fix wrong size allocation that triggers buffer overflowchristos
2019-01-03check strdup results toochristos
2019-01-03Handle memory allocations and error exit codes consistently.christos
2017-08-21don't lock for RUMPchristos
2017-08-17fix path to the warmstart file.christos
2017-08-17Fix compile warnings.ginsbach
2017-08-17Revert accidently committed enabling WARMSTART.ginsbach
2017-08-16Write the "warm start" file to /var/run rather than /tmp.ginsbach
2017-08-16Use today's date. Sort options. Remove superfluous Tn macro. Wording improvem...wiz
2017-08-16fix typo, date, document -Lchristos
2017-08-16merge FreeBSD changes:christos
2017-08-06Fix compile warnings.ginsbach
2017-08-06Write the "warm start" file to /var/run rather than /tmp.ginsbach
2017-05-03Limit size of buffer:christos
2015-11-10CID 1338514: Check NULL returnschristos
2015-11-08merge RUMP changes.christos
2015-05-09use EXIT_SUCCESS/EXIT_FAILURE consistently.christos
2015-05-09perror -> warndholland
2015-05-09check setrlimit toodholland
2015-05-09CID 1009289: Check getrlimitchristos
2015-03-11CID 1018907: Freeifaddrschristos
2013-10-19fix unused variable warnings.christos
2013-10-19use new scopeid functionschristos
2011-08-31NULL does not need a castplunky
2011-08-31Use __deadjoerg
2011-03-14remove unnecessary superuser check -- bind will fail if bind failspooka
2009-04-22Enable WARNS=4 by default, except for:lukem
2009-03-11Fix preamblejoerg
2009-01-18fix -Wsign-compare issueslukem
2008-10-19Xref netconfig(5). Requested by Martin S. Weber in PR bin/39605.snj
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-10-12- unlink the warmstart file first and then open it exclusively.christos
2007-08-27Depracate ND_DEBUG and BIND_DEBUG in favour of RPCBIND_DEBUG.dsl
2007-08-27This code has been broken for ~ 20 years!dsl
2007-06-04PR/36440: Martin Husemann: rpcbind complains about non-errors.christos
2007-05-28Since Christos cleaned up the use of libc internals here, we can switchtls
2007-05-28get rid of libc cruft. requested by tlschristos
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2007-05-16deal with namespace pollution caused by tcpd.christos
2007-05-13PR/36319: Michael van Elst: rpcinfo -p requires root privilegeschristos
2007-05-13- WARNS = 4christos
2007-05-13PR/36313: Juergen Hannken-Illjes: Change the name "rpcbind" to "sunrpc"christos
2006-06-14Adapt rpcbind(8) to new return value from socket(2) for unsupportedginsbach
2006-05-25Coverity CID 783: Add an assertion for a NULL deref.christos
2006-05-25Coverity CID 2294: Fix memory leak.christos
2006-05-25Coverity CID 1070: Check for NULL deref that cannot happen.christos
2006-05-25Coverity CID 3653: Fix memory leak.christos
2006-03-17Proper bounds access, found by Coverity, CID 1470.elad