summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.ypxfrd/ypxfrd_server.c
Commit message (Collapse)AuthorAgeFilesLines
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.obrien2003-05-031-4/+2
|
* Spell void * as void * rather than caddr_t. This is complicated by thedes2002-04-281-3/+3
| | | | | | fact that caddr_t is often misspelled as char *. Sponsored by: DARPA, NAI Labs
* Apply the following mechanical transformations in preparation fordes2002-02-061-1/+1
| | | | | | | | | | | | | | | | | 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
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Use err(3). Remove multiply defined Id string.charnier1997-10-131-4/+4
|
* Back out unnecessary overly-paranoid paranoia test from here too; yp_access()wpaul1997-04-281-12/+2
| | | | does the right thing already.
* Add extra paranoia test. In theory this doesn't really gain you anything,wpaul1997-04-101-2/+12
| | | | but the extra warning message could be useful.
* Revert $FreeBSD$ to $Id$peter1997-02-221-2/+2
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-2/+2
| | | | | | | | 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.
* Add checks for byte order and DB type mismatches. We ignore thewpaul1996-07-041-2/+19
| | | | | filename argument for now: it's really only useful for .dir/.pag-style ndbm databases, which we don't support anyway.
* This commit was generated by cvs2svn to compensate for changes in r16125,wpaul1996-06-051-0/+130
which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud