aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rpcbind/check_bound.c
Commit message (Expand)AuthorAgeFilesLines
* usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-3/+0
* usr.sbin: Remove ancient SCCS tags.Warner Losh2023-11-271-5/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* rpcbind: get contact addr from xprt membersDmitry Ovsyannikov2022-06-131-6/+5
* Remove unused includes.Xin LI2018-01-011-1/+0
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Remove a useless if (x != NULL) check before calling free on allocated_uaddrEnji Cooper2016-05-291-2/+1
* Fix Coverity warnings regarding r293229Alan Somers2016-01-131-5/+6
* "source routing" in rpcbindAlan Somers2016-01-061-2/+13
* Replace Sun RPC license with a 3-clause BSD license, with the explicitHiroki Sato2013-11-251-27/+26
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-1/+1
* Cleanup of userland __P useKevin Lo2007-11-071-1/+1
* WARNS=3 safety (mostly), use __unused for unused params and unsigned whereAlfred Perlstein2002-10-071-1/+1
* Stop this program's abuse of malloc(3). Its return value doesn't need theseJuli Mallett2002-05-171-1/+1
* Fix a memory leak in check_bound() by freeing the buffer area ofIan Dowse2001-07-141-0/+2
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-0/+229