aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rpcbind
Commit message (Expand)AuthorAgeFilesLines
* 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
* rpcbind: use our roundup() macro when available through <sys/param.h>.Pedro F. Giffuni2016-05-021-1/+1
* MFHGlen Barber2016-03-101-0/+21
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+21
* | First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
|/
* Fix Coverity warnings regarding r293229Alan Somers2016-01-132-5/+28
* "source routing" in rpcbindAlan Somers2016-01-066-49/+979
* Reallocate a maxlen-long buffer only when the current maxlen isHiroki Sato2015-10-061-4/+6
* Fix a regression with SA-15:24 patch that prevented NIS fromXin LI2015-10-021-4/+7
* The Sun RPC framework uses a netbuf structure to represent theXin LI2015-09-291-5/+19
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+23
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+1
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-191-2/+2
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ \
| * \ \ Merge headSimon J. Gerraty2014-04-2811-254/+265
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | Sync with HEAD.David E. O'Brien2013-02-082-26/+2
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+24
* | | | | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|_|/ |/| | | |
* | | | | rpcbind does not need to be linked to libutilBaptiste Daroussin2014-11-061-2/+2
| |_|_|/ |/| | |
* | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |_|/ |/| |
* | | 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