summaryrefslogtreecommitdiffstats
path: root/lib/librpcsvc
Commit message (Collapse)AuthorAgeFilesLines
* Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessordim2012-02-071-1/+1
| | | | | | set via ${CPP} is used, instead of always using hardcoded /usr/bin/cpp. MFC after: 1 week
* Use ANSI function declarations in librpcsvc.ed2009-02-265-36/+12
| | | | | | | | | When compiling librpcsvc with LLVM, we get a compiler error, because hexval() uses an ANSI prototype, but a K&R declaration. I could have just changed hexval(), but I'd rather keep this consistent. It's not that much code. Submitted by: Pawel Worach <pawel worach gmail com>
* set WARNS to 1: with WARNS=2 an aliasing error in a file generated bymatteo2008-02-051-1/+1
| | | | | | | rpcgen from include/rpcsvc/rex.x is exposed and I really don't know how to fix it. MFC after: 1 week
* Fix incorrect handling of malloc failuresmatteo2008-02-042-2/+8
| | | | | PR: bin/83369 MFC after: 1 week
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-1/+3
| | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
* NO_MAN is not needed here.ru2006-03-161-2/+0
|
* Fix the source path.ru2005-06-041-1/+1
|
* Initialise `hex' at the top of the file, ISO C requires that an array withstefanf2005-05-311-6/+5
| | | | internal linkage has a complete type.
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
| | | | OK'ed by: core
* Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.bz2004-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
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
| | | | any fake value.
* clnt_call takes args of type xdrproc_t.peter2003-10-265-19/+24
|
* make rstat(3) return an 'enum clnt_stat' rather than an 'int' to matchalfred2002-10-011-1/+1
| | | | | | the prototype from rstat.x -> rstat.h. MFC After: 1 day
* New cpp(1) doesn't like -I${DESTDIR}/usr/include.ru2002-05-141-1/+1
|
* Remove __P() usage.obrien2002-03-212-5/+5
|
* remove -M from RPCCOM, it slipped in with the tirpc upgrade.alfred2002-02-061-1/+1
| | | | Submitted by: mbr
* ANSIfy and remove some dead code.des2002-02-062-11/+4
| | | | Sponsored by: DARPA, NAI Labs
* Apply the following mechanical transformations in preparation fordes2002-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
* 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