aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rpcbind/rpcb_svc_com.c
Commit message (Expand)AuthorAgeFilesLines
* - Remove extra NULL check before free().Hiroki Sato2018-03-051-33/+18
* rpcbind: Fix race in signal terminationConrad Meyer2018-01-021-12/+18
* rpcbind: Fix buildConrad Meyer2018-01-021-2/+3
* rpcbind: Do not use signal-unsafe functions in SIGTERM handlerConrad Meyer2018-01-021-0/+10
* Remove unused includes.Xin LI2018-01-011-1/+0
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* * limit size of buffers to RPC_MAXDATASIZEXin LI2017-06-011-1/+3
* rpcbind(8): Make use of some xdr_* macros.Pedro F. Giffuni2016-06-091-3/+3
* rpcbind: use our roundup() macro when available through <sys/param.h>.Pedro F. Giffuni2016-05-021-1/+1
* 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
* Replace Sun RPC license with a 3-clause BSD license, with the explicitHiroki Sato2013-11-251-27/+26
* Use prototype. While I'm there, add a pair of parenthesis to mark an ifXin LI2011-07-141-1/+1
* Initialize fromlen before calling recvfrom to avoid passing in randomWarner Losh2010-02-071-0/+1
* Cleanup of userland __P useKevin Lo2007-11-071-23/+23
* Don't compare a char to NULL.Martin Blapp2003-10-291-1/+1
* Implement nonblocking tpc-connections. rpcgen -m does stillMartin Blapp2003-01-161-2/+6
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-2/+2
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* WARNS=3 safety (mostly), use __unused for unused params and unsigned whereAlfred Perlstein2002-10-071-14/+14
* Stop this program's abuse of malloc(3). Its return value doesn't need theseJuli Mallett2002-05-171-6/+4
* Free things in the right orderBrian Somers2001-07-161-1/+1
* This is a selection of essentially cosmetic changes:Ian Dowse2001-07-141-37/+41
* Fix some return-value brain-damage in forward_register(). ThisIan Dowse2001-06-231-16/+21
* Hopefully fix some of the bugs in passing credentials over UNIX ...Alfred Perlstein2001-03-221-7/+6
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-0/+1457