summaryrefslogtreecommitdiff
path: root/usr.sbin/rpcbind/util.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused includes.Xin LI2018-01-011-2/+0
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Follow up to r300932Enji Cooper2016-05-291-1/+2
* Fix rpcbind init after r300941.Mark Johnston2016-05-291-1/+2
* Remove unnecessary caller_uaddr != NULL test before calling free on itEnji Cooper2016-05-291-2/+1
* Don't leak res in network_init(..)Enji Cooper2016-05-291-0/+1
* Plug leak with ifp by calling freeifaddrs after calling getifaddrsEnji Cooper2016-05-291-0/+1
* Catch malloc(3) errors and socket(2) errorsEnji Cooper2016-05-291-0/+7
* Only expose `hint_uaddr` in the ND_DEBUG caseEnji Cooper2016-05-271-0/+6
* "source routing" in rpcbindAlan Somers2016-01-061-44/+93
* Fill sin6_scope_id in sockaddr_in6 before passing it from the kernel toHiroki Sato2012-11-171-24/+0
* Use prototype. While I'm there, add a pair of parenthesis to mark an ifXin LI2011-07-141-1/+1
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Revert bogus change that snuck into r203972.Warner Losh2010-02-171-2/+0
* The NetBSD Foundation has given permission to remove clause 3 and 4Warner Losh2010-02-161-7/+2
* When you have multiple addresses on the same network on differentWarner Losh2010-02-091-10/+10
* Cleanup of userland __P useKevin Lo2007-11-071-2/+2
* WARNS=3 safety (mostly), use __unused for unused params and unsigned whereAlfred Perlstein2002-10-071-1/+2
* Simplify to bitmaskcmp() to use the obvious approach instead ofIan Dowse2001-07-141-22/+19
* Clean up the addrmerge() function, which was over-complicated andIan Dowse2001-06-241-136/+120
* Bring in some bugfixes from NetBSD. I'm going to make a moreIan Dowse2001-04-261-17/+37
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-0/+381