summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpcbind
Commit message (Expand)AuthorAgeFilesLines
* Fix usr.sbin/rpcbind ATF tests on 32-bit platformsasomers2016-06-161-3/+3
* rpcbind(8): Make use of some xdr_* macros.pfg2016-06-091-3/+3
* Bounds check rpcbs_rmtcall(..) to ensure rtype is less than RPCBVERS_STATngie2016-06-081-1/+1
* Follow up to r300932ngie2016-05-291-1/+2
* Fix rpcbind init after r300941.markj2016-05-291-1/+2
* Staticize variables only used in rpcbind.cngie2016-05-291-7/+7
* Remove unnecessary caller_uaddr != NULL test before calling free on itngie2016-05-291-2/+1
* Remove a useless if (x != NULL) check before calling free on allocated_uaddrngie2016-05-291-2/+1
* Don't leak res in network_init(..)ngie2016-05-291-0/+1
* Plug leak with ifp by calling freeifaddrs after calling getifaddrsngie2016-05-291-0/+1
* Catch malloc(3) errors and socket(2) errorsngie2016-05-291-0/+7
* Only expose `hint_uaddr` in the ND_DEBUG casengie2016-05-271-0/+6
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedngie2016-05-041-4/+0
* rpcbind: use our roundup() macro when available through <sys/param.h>.pfg2016-05-021-1/+1
* MFHgjb2016-03-101-0/+21
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.bdrewery2016-03-091-0/+21
* | First pass to fix the 'tests' packages.gjb2016-02-021-0/+4
|/
* Fix Coverity warnings regarding r293229asomers2016-01-132-5/+28
* "source routing" in rpcbindasomers2016-01-066-49/+979
* Reallocate a maxlen-long buffer only when the current maxlen ishrs2015-10-061-4/+6
* Fix a regression with SA-15:24 patch that prevented NIS fromdelphij2015-10-021-4/+7
* The Sun RPC framework uses a netbuf structure to represent thedelphij2015-09-291-5/+19
* Add META_MODE support.sjg2015-06-131-0/+23
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-271-2/+1
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-191-2/+2
| |\
| * | Updated dependenciessjg2014-05-161-1/+0
| * | Updated dependenciessjg2014-05-101-0/+2
| * | Merge from headsjg2014-05-081-1/+1
| |\ \
| * \ \ Merge headsjg2014-04-2811-254/+265
| |\ \ \
| * | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | Updated dependenciessjg2013-02-161-2/+0
| * | | | Sync with HEAD.obrien2013-02-082-26/+2
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+24
* | | | | | Convert usr.sbin to LIBADDbapt2014-11-251-2/+1
| |_|_|_|/ |/| | | |
* | | | | rpcbind does not need to be linked to libutilbapt2014-11-061-2/+2
| |_|_|/ |/| | |
* | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| |_|/ |/| |
* | | Disable libwrap (TCP wrappers) support in rpcbind by default, introducingmav2014-03-064-11/+31
* | | Replace Sun RPC license with a 3-clause BSD license, with the explicithrs2013-11-259-243/+234
| |/ |/|
* | Fix socket calls on error post-r243965.kevlo2012-12-211-2/+2
* | Fill sin6_scope_id in sockaddr_in6 before passing it from the kernel tohrs2012-11-171-24/+0
|/
* Spelling fixes for usr.sbin/uqs2011-12-302-3/+3
* Use prototype. While I'm there, add a pair of parenthesis to mark an ifdelphij2011-07-145-7/+8
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Revert bogus change that snuck into r203972.imp2010-02-171-2/+0
* The NetBSD Foundation has given permission to remove clause 3 and 4imp2010-02-161-7/+2
* When you have multiple addresses on the same network on differentimp2010-02-093-12/+93
* Initialize fromlen before calling recvfrom to avoid passing in randomimp2010-02-071-0/+1
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-0/+2
* No network addresses in the system isn't a good excuseyar2008-02-141-4/+4
OpenPOWER on IntegriCloud