summaryrefslogtreecommitdiff
path: root/usr.sbin/rpcbind/rpcbind.c
AgeCommit message (Expand)Author
2025-08-07rpcbind: Code cleanupDag-Erling Smørgrav
2025-06-12rpcbind: do not exit abruptly if krpc.ko is not availableKonstantin Belousov
2025-06-09nfsd, rpcbind: add -P option to support pidfile pathKa Ho Ng
2025-06-09rpcbind: Ensure krpc is present.Dag-Erling Smørgrav
2025-02-01rpcbind: run netlink(4) serviceGleb Smirnoff
2025-01-08rpcbind: remove extraneous check for nconf not being unix(4)Gleb Smirnoff
2024-07-06rpcbind: Add option to disable local host bindingJoyu Liao
2023-11-26usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26usr.sbin: Remove ancient SCCS tags.Warner Losh
2023-09-20rpcbind: Add flag for foreground modeStephen J. Kiernan
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2018-03-19Plug a possible memory leak.Xin LI
2018-01-02rpcbind: Fix race in signal terminationConrad Meyer
2018-01-02rpcbind: Do not use signal-unsafe functions in SIGTERM handlerConrad Meyer
2018-01-01Remove unused includes.Xin LI
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-04-19Print out the signal number on exit in terminate(..) if WARMSTART is compiledEnji Cooper
2016-05-29Staticize variables only used in rpcbind.cEnji Cooper
2014-03-06Disable libwrap (TCP wrappers) support in rpcbind by default, introducingAlexander Motin
2013-11-25Replace Sun RPC license with a 3-clause BSD license, with the explicitHiroki Sato
2012-12-21Fix socket calls on error post-r243965.Kevin Lo
2011-12-30Spelling fixes for usr.sbin/Ulrich Spörlein
2011-07-14Use prototype. While I'm there, add a pair of parenthesis to mark an ifXin LI
2010-02-09When you have multiple addresses on the same network on differentWarner Losh
2008-02-14No network addresses in the system isn't a good excuseYaroslav Tykhiy
2007-11-07Cleanup of userland __P useKevin Lo
2007-10-23Avoid leaking file descriptorsMatteo Riondato
2007-06-09Remove a comment I forgot to removeMatteo Riondato
2007-05-01Correctly inizialize local/unix transport. I broke it in rev.1.15.Matteo Riondato
2007-04-231)Make it possible for rpcbind(8) to bind TCP listening socket to an IPMatteo Riondato
2004-11-07Make the usage message match reality about -h and -w.Dima Dorfman
2004-08-16MFNetBSDMartin Blapp
2003-10-29Don't pass NULL as an integer.Martin Blapp
2003-01-16Implement nonblocking tpc-connections. rpcgen -m does stillMartin Blapp
2003-01-01Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt
2002-12-16Change the name for the local unix-socket based protocolMartin Blapp
2002-12-10Check if rpcbind is already running and print a warning.Martin Blapp
2002-10-07WARNS=3 safety (mostly), use __unused for unused params and unsigned whereAlfred Perlstein
2002-10-07fix line wrap.Alfred Perlstein
2002-10-07Don't pass a NULL pointer to syslog(3).Alfred Perlstein
2002-07-22use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY.Hajimu UMEMOTO
2002-07-11Add -h option to rpcbind, used to specify what address to bind to forAlfred Perlstein
2002-05-17Stop this program's abuse of malloc(3). Its return value doesn't need theseJuli Mallett
2001-03-19Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein