summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpcbind
Commit message (Expand)AuthorAgeFilesLines
* Change the name for the local unix-socket based protocolmbr2002-12-162-6/+13
* Check if rpcbind is already running and print a warning.mbr2002-12-101-0/+13
* mdoc(7) police:ru2002-11-271-6/+12
* Add 'break' to empty 'default' 'switch' statements.alfred2002-10-071-4/+4
* WARNS=3 safety (mostly), use __unused for unused params and unsigned wherealfred2002-10-0710-40/+40
* fix line wrap.alfred2002-10-071-15/+30
* cast xdr_rpcblist_ptr to xdrproc_t to silence warnings.alfred2002-10-071-4/+4
* Add ';' after 'default:' labels to avoid 'deprecated use of label at endalfred2002-10-071-0/+4
* Don't pass a NULL pointer to syslog(3).alfred2002-10-071-0/+1
* use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY.ume2002-07-221-1/+1
* The .Nm utilitycharnier2002-07-141-6/+9
* Add -h option to rpcbind, used to specify what address to bind to foralfred2002-07-112-51/+223
* Stop this program's abuse of malloc(3). Its return value doesn't need thesejmallett2002-05-174-17/+14
* Capitalize the first word in sentences, and put periods at the end ofdd2001-08-201-3/+3
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-10/+10
* Free things in the right orderbrian2001-07-161-1/+1
* This is a selection of essentially cosmetic changes:iedowse2001-07-142-38/+42
* Fix a memory leak in check_bound() by freeing the buffer area ofiedowse2001-07-141-0/+2
* Add missing #include <stdio.h>.iedowse2001-07-141-1/+2
* Simplify to bitmaskcmp() to use the obvious approach instead ofiedowse2001-07-141-22/+19
* Use snprintf instead of sprintf.iedowse2001-07-141-4/+5
* Avoid a harmless compiler warning, and add a missing \n to aiedowse2001-07-141-1/+3
* Clean up the addrmerge() function, which was over-complicated andiedowse2001-06-241-136/+120
* Fix some return-value brain-damage in forward_register(). Thisiedowse2001-06-231-16/+21
* Bring in some bugfixes from NetBSD. I'm going to make a moreiedowse2001-04-261-17/+37
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
* Hopefully fix some of the bugs in passing credentials over UNIX ...alfred2001-03-222-12/+10
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-1/+0
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-1913-0/+4637
OpenPOWER on IntegriCloud