aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rpcbind/rpcbind.c
Commit message (Expand)AuthorAgeFilesLines
* MFNetBSDMartin Blapp2004-08-161-1/+5
* Don't pass NULL as an integer.Martin Blapp2003-10-291-1/+1
* Implement nonblocking tpc-connections. rpcgen -m does stillMartin Blapp2003-01-161-3/+8
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-3/+3
* Change the name for the local unix-socket based protocolMartin Blapp2002-12-161-5/+12
* Check if rpcbind is already running and print a warning.Martin Blapp2002-12-101-0/+13
* WARNS=3 safety (mostly), use __unused for unused params and unsigned whereAlfred Perlstein2002-10-071-3/+4
* fix line wrap.Alfred Perlstein2002-10-071-15/+30
* Don't pass a NULL pointer to syslog(3).Alfred Perlstein2002-10-071-0/+1
* use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY.Hajimu UMEMOTO2002-07-221-1/+1
* Add -h option to rpcbind, used to specify what address to bind to forAlfred Perlstein2002-07-111-50/+199
* Stop this program's abuse of malloc(3). Its return value doesn't need theseJuli Mallett2002-05-171-8/+8
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-0/+568