summaryrefslogtreecommitdiffstats
path: root/lib/librpcsvc
Commit message (Collapse)AuthorAgeFilesLines
* Add __FBSDID()s to librpcsvcdillon2001-09-307-16/+25
|
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-132-8/+6
|
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-192-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | associated changes that had to happen to make this possible as well as bugs fixed along the way. Bring in required TLI library routines to support this. Since we don't support TLI we've essentially copied what NetBSD has done, adding a thin layer to emulate direct the TLI calls into BSD socket calls. This is mostly from Sun's tirpc release that was made in 1994, however some fixes were backported from the 1999 release (supposedly only made available after this porting effort was underway). The submitter has agreed to continue on and bring us up to the 1999 release. Several key features are introduced with this update: Client calls are thread safe. (1999 code has server side thread safe) Updated, a more modern interface. Many userland updates were done to bring the code up to par with the recent RPC API. There is an update to the pthreads library, a function pthread_main_np() was added to emulate a function of Sun's threads library. While we're at it, bring in NetBSD's lockd, it's been far too long of a wait. New rpcbind(8) replaces portmap(8) (supporting communication over an authenticated Unix-domain socket, and by default only allowing set and unset requests over that channel). It's much more secure than the old portmapper. Umount(8), mountd(8), mount_nfs(8), nfsd(8) have also been upgraded to support TI-RPC and to support IPV6. Umount(8) is also fixed to unmount pathnames longer than 80 chars, which are currently truncated by the Kernel statfs structure. Submitted by: Martin Blapp <mb@imp.ch> Manpage review: ru Secure RPC implemented by: wpaul
* $Id$ -> $FreeBSD$peter1999-08-284-6/+6
|
* Toss publickey.c in the attic and remove it from the Makefile.wpaul1998-05-182-174/+2
| | | | If we have it in libc, we don't need it here.
* Don't add non-generated sources to CLEANFILES. There was no problembde1998-02-251-2/+2
| | | | | in practice, even if there is no obj directory, because the sources are not in ${.CURDIR} and the full path to them was not added.
* Fix conflicts (this one is easy: there's just the Makefile).wpaul1997-05-281-8/+15
|
* This commit was generated by cvs2svn to compensate for changes in r26213,wpaul1997-05-288-0/+930
| | | | which included commits to RCS files with non-trunk default branches.
* Use ${DESTDIR} correctly in front of absolute paths.asami1997-05-231-2/+2
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Replace some bizzare AT&T(?) make macros (``${*F}'' ??!?!?!?)peter1996-08-301-9/+2
| | | | Use more conventional implicit rule
* Add ypxfrd.x so that the XDR routines for this protocol will be builtwpaul1996-06-051-2/+2
| | | | into librpcsvc.
* If we are going to set the OBJS target, don't add to the old target. Thisnate1995-03-041-2/+2
| | | | caused the RPC libraries to contain two versions of the same file.
* Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet.bde1994-08-281-2/+2
| | | | The END.
* Eliminate non-fatal error message so Jordan doesn't get confused.wollman1994-08-101-2/+7
|
* Use a consistent name for librpcsvc.wollman1994-08-091-0/+31
Reviewed by: Submitted by: Found by Bruce Evans.
OpenPOWER on IntegriCloud