summaryrefslogtreecommitdiff
path: root/usr.sbin/rpcbind/rpcb_svc_com.c
AgeCommit message (Expand)Author
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-01-03check strdup results toochristos
2019-01-03Handle memory allocations and error exit codes consistently.christos
2017-08-16merge FreeBSD changes:christos
2017-05-03Limit size of buffer:christos
2015-11-10CID 1338514: Check NULL returnschristos
2015-11-08merge RUMP changes.christos
2011-08-31NULL does not need a castplunky
2011-08-31Use __deadjoerg
2009-01-18fix -Wsign-compare issueslukem
2007-08-27This code has been broken for ~ 20 years!dsl
2007-05-16deal with namespace pollution caused by tcpd.christos
2007-05-13- WARNS = 4christos
2003-10-21Don't compare a char to NULL.fvdl
2002-11-08Use a non-blocking SVC for TCP connections.fvdl
2002-09-23null commitmycroft
2002-09-23poll.h, not sys/poll.hitojun
2000-08-03Do not check unitialized variables as error values. This is generallyfvdl
2000-06-22Plug memory leak in error case (would have happened very rarely).fvdl
2000-06-22Make sure that freeing the temporary buffer always happens; previousfvdl
2000-06-22Plug a few memory leaks.fvdl
2000-06-20Free buffer used in xdrmem_create.fvdl
2000-06-02rpcbind, the successor to portmap. Taken from Sun TI-RPC source code,fvdl