summaryrefslogtreecommitdiff
path: root/usr.sbin/rpcbind
AgeCommit message (Expand)Author
2023-06-03bsd.own.mk: rename GCC_NO_* to CC_WNO_*lukem
2021-10-30rpcbind(8): restore previous behaviour. Wait instead of breaking fromnia
2021-10-30rpcbind(8): Use reallocarr, fix reallocation logic.nia
2021-04-13avoid potential uninitialised variable use.mrg
2021-03-07- Enable WARMSTARTchristos
2020-06-17Include explicitly <rump/rump_syscallshotgun.h> for previous indirect userskamil
2019-10-13introduce some common variables for use in GCC warning disables:mrg
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