aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rpcbind
Commit message (Expand)AuthorAgeFilesLines
* Sort sections.Ruslan Ermilov2005-01-181-3/+3
* Reflect that -h takes an argument and belatedly bump .Dd for addition of -hDima Dorfman2004-11-071-3/+4
* Make the usage message match reality about -h and -w.Dima Dorfman2004-11-071-2/+10
* MFNetBSDMartin Blapp2004-08-161-1/+5
* Don't pass NULL as an integer.Martin Blapp2003-10-291-1/+1
* Don't compare a char to NULL.Martin Blapp2003-10-292-3/+3
* style.Makefile(5)David E. O'Brien2003-04-041-1/+1
* Implement nonblocking tpc-connections. rpcgen -m does stillMartin Blapp2003-01-162-5/+14
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-013-6/+6
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* Change the name for the local unix-socket based protocolMartin Blapp2002-12-162-6/+13
* Check if rpcbind is already running and print a warning.Martin Blapp2002-12-101-0/+13
* mdoc(7) police:Ruslan Ermilov2002-11-271-6/+12
* Add 'break' to empty 'default' 'switch' statements.Alfred Perlstein2002-10-071-4/+4
* WARNS=3 safety (mostly), use __unused for unused params and unsigned whereAlfred Perlstein2002-10-0710-40/+40
* fix line wrap.Alfred Perlstein2002-10-071-15/+30
* cast xdr_rpcblist_ptr to xdrproc_t to silence warnings.Alfred Perlstein2002-10-071-4/+4
* Add ';' after 'default:' labels to avoid 'deprecated use of label at endAlfred Perlstein2002-10-071-0/+4
* 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
* The .Nm utilityPhilippe Charnier2002-07-141-6/+9
* Add -h option to rpcbind, used to specify what address to bind to forAlfred Perlstein2002-07-112-51/+223
* Stop this program's abuse of malloc(3). Its return value doesn't need theseJuli Mallett2002-05-174-17/+14
* Capitalize the first word in sentences, and put periods at the end ofDima Dorfman2001-08-201-3/+3
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-10/+10
* Free things in the right orderBrian Somers2001-07-161-1/+1
* This is a selection of essentially cosmetic changes:Ian Dowse2001-07-142-38/+42
* Fix a memory leak in check_bound() by freeing the buffer area ofIan Dowse2001-07-141-0/+2
* Add missing #include <stdio.h>.Ian Dowse2001-07-141-1/+2
* Simplify to bitmaskcmp() to use the obvious approach instead ofIan Dowse2001-07-141-22/+19
* Use snprintf instead of sprintf.Ian Dowse2001-07-141-4/+5
* Avoid a harmless compiler warning, and add a missing \n to aIan Dowse2001-07-141-1/+3
* Clean up the addrmerge() function, which was over-complicated andIan Dowse2001-06-241-136/+120
* Fix some return-value brain-damage in forward_register(). ThisIan Dowse2001-06-231-16/+21
* Bring in some bugfixes from NetBSD. I'm going to make a moreIan Dowse2001-04-261-17/+37
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Hopefully fix some of the bugs in passing credentials over UNIX ...Alfred Perlstein2001-03-222-12/+10
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-1913-0/+4637