aboutsummaryrefslogtreecommitdiff
path: root/lib/librpcsvc
Commit message (Collapse)AuthorAgeFilesLines
* Fix the source path.Ruslan Ermilov2005-06-041-1/+1
| | | | Notes: svn path=/head/; revision=146956
* Initialise `hex' at the top of the file, ISO C requires that an array withStefan Farfeleder2005-05-311-6/+5
| | | | | | | internal linkage has a complete type. Notes: svn path=/head/; revision=146841
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.Bjoern A. Zeeb2004-11-131-1/+5
| | | | | | | | | | | | | | If turned on no NIS support and related programs will be built. Lost parts rediscovered by: Danny Braniss <danny at cs.huji.ac.il> PR: bin/68303 No objections: des, gshapiro, nectar Reviewed by: ru Approved by: rwatson (mentor) MFC after: 2 weeks Notes: svn path=/head/; revision=137675
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* clnt_call takes args of type xdrproc_t.Peter Wemm2003-10-265-19/+24
| | | | Notes: svn path=/head/; revision=121529
* make rstat(3) return an 'enum clnt_stat' rather than an 'int' to matchAlfred Perlstein2002-10-011-1/+1
| | | | | | | | | the prototype from rstat.x -> rstat.h. MFC After: 1 day Notes: svn path=/head/; revision=104322
* New cpp(1) doesn't like -I${DESTDIR}/usr/include.Ruslan Ermilov2002-05-141-1/+1
| | | | Notes: svn path=/head/; revision=96573
* Remove __P() usage.David E. O'Brien2002-03-212-5/+5
| | | | Notes: svn path=/head/; revision=92917
* remove -M from RPCCOM, it slipped in with the tirpc upgrade.Alfred Perlstein2002-02-061-1/+1
| | | | | | | Submitted by: mbr Notes: svn path=/head/; revision=90299
* ANSIfy and remove some dead code.Dag-Erling Smørgrav2002-02-062-11/+4
| | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=90298
* Apply the following mechanical transformations in preparation forDag-Erling Smørgrav2002-02-061-2/+2
| | | | | | | | | | | | | | | | | | | | ansification and constification: s{\s+__P\((\(.*?\))\)}{$1}g; s{\(\s+}{\(}g; s{\s+\)}{\)}g; s{\s+,}{,}g; s{(\s+)(for|if|switch|while)\(}{$1$2 \(}g; s{return ([^\(].*?);}{return ($1);}g; s{([\w\)])([!=+/\*-]?=)([\w\(+-])}{$1 $2 $3}g; s{\s+$}{\n};g Also add $FreeBSD$ where needed. MFC after: 1 week Notes: svn path=/head/; revision=90297
* Add __FBSDID()s to librpcsvcMatthew Dillon2001-09-307-16/+25
| | | | Notes: svn path=/head/; revision=84220
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-132-8/+6
| | | | Notes: svn path=/head/; revision=81586
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-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 Notes: svn path=/head/; revision=74462
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-6/+6
| | | | Notes: svn path=/head/; revision=50476
* Toss publickey.c in the attic and remove it from the Makefile.Bill Paul1998-05-182-174/+2
| | | | | | | If we have it in libc, we don't need it here. Notes: svn path=/head/; revision=36166
* Don't add non-generated sources to CLEANFILES. There was no problemBruce Evans1998-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. Notes: svn path=/head/; revision=33800
* Fix conflicts (this one is easy: there's just the Makefile).Bill Paul1997-05-281-8/+15
| | | | Notes: svn path=/head/; revision=26215
* This commit was generated by cvs2svn to compensate for changes in r26213,Bill Paul1997-05-288-0/+930
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=26214
| * Step three: update librpcsvc for Secure RPC.Bill Paul1997-05-289-11/+946
| | | | | | | | | | | | | | Reviewed by: Mark Murray Notes: svn path=/cvs2svn/branches/WPAUL/dist/; revision=26213
| * This commit was manufactured by cvs2svn to create branch 'WPAUL'.cvs2svn1996-01-121-0/+31
| | | | Notes: svn path=/cvs2svn/branches/WPAUL/dist/; revision=13397
* Use ${DESTDIR} correctly in front of absolute paths.Satoshi Asami1997-05-231-2/+2
| | | | Notes: svn path=/head/; revision=26047
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22993
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* Replace some bizzare AT&T(?) make macros (``${*F}'' ??!?!?!?)Peter Wemm1996-08-301-9/+2
| | | | | | | Use more conventional implicit rule Notes: svn path=/head/; revision=17934
* Add ypxfrd.x so that the XDR routines for this protocol will be builtBill Paul1996-06-051-2/+2
| | | | | | | into librpcsvc. Notes: svn path=/head/; revision=16124
* If we are going to set the OBJS target, don't add to the old target. ThisNate Williams1995-03-041-2/+2
| | | | | | | caused the RPC libraries to contain two versions of the same file. Notes: svn path=/head/; revision=6885
* Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet.Bruce Evans1994-08-281-2/+2
| | | | | | | The END. Notes: svn path=/head/; revision=2369
* Eliminate non-fatal error message so Jordan doesn't get confused.Garrett Wollman1994-08-101-2/+7
| | | | Notes: svn path=/head/; revision=2000
* Use a consistent name for librpcsvc.Garrett Wollman1994-08-091-0/+31
Reviewed by: Submitted by: Found by Bruce Evans. Notes: svn path=/head/; revision=1983