aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rpcbind/rpcbind.c
Commit message (Expand)AuthorAgeFilesLines
* Plug a possible memory leak.Xin LI2018-03-191-0/+2
* rpcbind: Fix race in signal terminationConrad Meyer2018-01-021-0/+18
* rpcbind: Do not use signal-unsafe functions in SIGTERM handlerConrad Meyer2018-01-021-10/+5
* Remove unused includes.Xin LI2018-01-011-1/+0
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Print out the signal number on exit in terminate(..) if WARMSTART is compiledEnji Cooper2017-04-191-2/+3
* Staticize variables only used in rpcbind.cEnji Cooper2016-05-291-7/+7
* Disable libwrap (TCP wrappers) support in rpcbind by default, introducingAlexander Motin2014-03-061-3/+16
* Replace Sun RPC license with a 3-clause BSD license, with the explicitHiroki Sato2013-11-251-27/+26
* Fix socket calls on error post-r243965.Kevin Lo2012-12-211-2/+2
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-2/+2
* Use prototype. While I'm there, add a pair of parenthesis to mark an ifXin LI2011-07-141-2/+3
* When you have multiple addresses on the same network on differentWarner Losh2010-02-091-2/+74
* No network addresses in the system isn't a good excuseYaroslav Tykhiy2008-02-141-4/+4
* Cleanup of userland __P useKevin Lo2007-11-071-6/+6
* 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-231-233/+176
* 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
* 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-51/+200
* 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