summaryrefslogtreecommitdiff
path: root/usr.sbin/rpcbind/rpcb_svc_com.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.1.0_cvscvs2svn2006-05-061-1/+1
* 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