summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpcbind/rpcb_svc_com.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r319369:delphij2017-06-061-1/+3
* rpcbind(8): Make use of some xdr_* macros.pfg2016-06-091-3/+3
* rpcbind: use our roundup() macro when available through <sys/param.h>.pfg2016-05-021-1/+1
* 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
* Replace Sun RPC license with a 3-clause BSD license, with the explicithrs2013-11-251-27/+26
* Use prototype. While I'm there, add a pair of parenthesis to mark an ifdelphij2011-07-141-1/+1
* Initialize fromlen before calling recvfrom to avoid passing in randomimp2010-02-071-0/+1
* Cleanup of userland __P usekevlo2007-11-071-23/+23
* Don't compare a char to NULL.mbr2003-10-291-1/+1
* Implement nonblocking tpc-connections. rpcgen -m does stillmbr2003-01-161-2/+6
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-2/+2
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* WARNS=3 safety (mostly), use __unused for unused params and unsigned wherealfred2002-10-071-14/+14
* Stop this program's abuse of malloc(3). Its return value doesn't need thesejmallett2002-05-171-6/+4
* Free things in the right orderbrian2001-07-161-1/+1
* This is a selection of essentially cosmetic changes:iedowse2001-07-141-37/+41
* Fix some return-value brain-damage in forward_register(). Thisiedowse2001-06-231-16/+21
* Hopefully fix some of the bugs in passing credentials over UNIX ...alfred2001-03-221-7/+6
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-191-0/+1457
OpenPOWER on IntegriCloud