summaryrefslogtreecommitdiff
path: root/usr.sbin/rpcbind/security.c
AgeCommit message (Expand)Author
2025-02-01rpcbind: run netlink(4) serviceGleb Smirnoff
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2018-01-01Remove unused includes.Xin LI
2014-03-06Disable libwrap (TCP wrappers) support in rpcbind by default, introducingAlexander Motin
2002-12-16Change the name for the local unix-socket based protocolMartin Blapp
2002-10-07Add 'break' to empty 'default' 'switch' statements.Alfred Perlstein
2002-10-07WARNS=3 safety (mostly), use __unused for unused params and unsigned whereAlfred Perlstein
2002-10-07Add ';' after 'default:' labels to avoid 'deprecated use of label at endAlfred Perlstein
2001-07-14Add missing #include <stdio.h>.Ian Dowse
2001-03-19Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein