aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rpcbind
Commit message (Expand)AuthorAgeFilesLines
* Disable libwrap (TCP wrappers) support in rpcbind by default, introducingAlexander Motin2014-03-064-11/+31
* Replace Sun RPC license with a 3-clause BSD license, with the explicitHiroki Sato2013-11-259-243/+234
* Fix socket calls on error post-r243965.Kevin Lo2012-12-211-2/+2
* Fill sin6_scope_id in sockaddr_in6 before passing it from the kernel toHiroki Sato2012-11-171-24/+0
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-302-3/+3
* Use prototype. While I'm there, add a pair of parenthesis to mark an ifXin LI2011-07-145-7/+8
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Revert bogus change that snuck into r203972.Warner Losh2010-02-171-2/+0
* The NetBSD Foundation has given permission to remove clause 3 and 4Warner Losh2010-02-161-7/+2
* When you have multiple addresses on the same network on differentWarner Losh2010-02-093-12/+93
* Initialize fromlen before calling recvfrom to avoid passing in randomWarner Losh2010-02-071-0/+1
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* No network addresses in the system isn't a good excuseYaroslav Tykhiy2008-02-141-4/+4
* Cleanup of userland __P useKevin Lo2007-11-079-100/+100
* Avoid leaking file descriptorsMatteo Riondato2007-10-231-3/+7
* Remove a comment I forgot to removeMatteo Riondato2007-06-091-1/+1
* Correctly inizialize local/unix transport. I broke it in rev.1.15.Matteo Riondato2007-05-011-97/+162
* 1)Make it possible for rpcbind(8) to bind TCP listening socket to an IPMatteo Riondato2007-04-232-236/+181
* Bump .Dd for revision 1.8.Ceri Davies2006-11-301-1/+1
* o Xr netconfig(5).Maxim Konovalov2006-11-291-0/+1
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+2
* Remove including of libc sources. All the required functionsDaniel Eischen2006-03-101-8/+2
* Don't build IPv6 support if NO_INET6 was definedMatteo Riondato2006-03-061-1/+5
* 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