aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rpcbind
Commit message (Expand)AuthorAgeFilesLines
* usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-273-9/+0
* usr.sbin: Remove ancient SCCS tags.Warner Losh2023-11-2710-27/+0
* rpcbind: Remove return statement at the end of void functionsElyes Haouas2023-11-061-4/+0
* rpcbind: Add flag for foreground modeStephen J. Kiernan2023-09-202-4/+13
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-165-5/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-167-7/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-164-4/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-121-1/+1
* rpcbind: Remove useless return at the end of void functionElyes Haouas2023-03-022-4/+0
* rpcbind: get contact addr from xprt membersDmitry Ovsyannikov2022-06-132-14/+13
* RPCBIND: skip ipv6 link local when request is not from link local addressDavid Bright2021-10-042-5/+41
* Fix MK_TESTS build with MK_ASAN/MK_UBSANAlex Richardson2021-08-021-0/+8
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-3/+0
* Add Makefile.depend.optionsSimon J. Gerraty2019-12-111-0/+6
* Plug a possible memory leak.Xin LI2018-03-191-0/+2
* - Remove extra NULL check before free().Hiroki Sato2018-03-051-33/+18
* Partially back out changes in r327464. stdlib.h is used whenHiroki Sato2018-03-051-0/+3
* rpcbind: Fix race in signal terminationConrad Meyer2018-01-023-12/+37
* rpcbind: Fix buildConrad Meyer2018-01-021-2/+3
* rpcbind: Do not use signal-unsafe functions in SIGTERM handlerConrad Meyer2018-01-023-10/+19
* Remove unused includes.Xin LI2018-01-019-14/+0
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-209-0/+18
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-312-2/+0
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* * limit size of buffers to RPC_MAXDATASIZEXin LI2017-06-011-1/+3
* Add a knob, WITH*_RPCBIND_WARMSTART_SUPPORT, to allow the end-user to buildEnji Cooper2017-04-191-0/+4
* Fix indentation per style.Makefile(5)Enji Cooper2017-04-191-3/+3
* rpcbind(8): post-humously document -w (warmstart) support added in r74462Enji Cooper2017-04-191-1/+23
* rpcbind(8): add a description for /var/run/rpcbind.sock under the FILES sectionEnji Cooper2017-04-191-0/+1
* rpcbind(8): wordsmith -h description and mention -W in the SYNOPSIS sectionEnji Cooper2017-04-191-3/+3
* Print out the signal number on exit in terminate(..) if WARMSTART is compiledEnji Cooper2017-04-191-2/+3
* usr.sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-1/+1
* Conditionalize wrap(3) use based on MK_TCP_WRAPPERS instead ofEnji Cooper2017-01-061-3/+6
* Fix usr.sbin/rpcbind ATF tests on 32-bit platformsAlan Somers2016-06-161-3/+3
* rpcbind(8): Make use of some xdr_* macros.Pedro F. Giffuni2016-06-091-3/+3
* Bounds check rpcbs_rmtcall(..) to ensure rtype is less than RPCBVERS_STATEnji Cooper2016-06-081-1/+1
* Follow up to r300932Enji Cooper2016-05-291-1/+2
* Fix rpcbind init after r300941.Mark Johnston2016-05-291-1/+2
* Staticize variables only used in rpcbind.cEnji Cooper2016-05-291-7/+7
* Remove unnecessary caller_uaddr != NULL test before calling free on itEnji Cooper2016-05-291-2/+1
* Remove a useless if (x != NULL) check before calling free on allocated_uaddrEnji Cooper2016-05-291-2/+1
* Don't leak res in network_init(..)Enji Cooper2016-05-291-0/+1
* Plug leak with ifp by calling freeifaddrs after calling getifaddrsEnji Cooper2016-05-291-0/+1
* Catch malloc(3) errors and socket(2) errorsEnji Cooper2016-05-291-0/+7
* Only expose `hint_uaddr` in the ND_DEBUG caseEnji Cooper2016-05-271-0/+6
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-4/+0