summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.ypxfrd
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-3/+3
| | | | posix standard on the topic.
* Update to work under Lite2 includespeter1997-03-111-2/+3
|
* Revert $FreeBSD$ to $Id$peter1997-02-225-7/+7
|
* Typos.tg1997-02-051-3/+3
|
* Sort cross references.wosch1997-01-201-3/+3
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-145-7/+7
| | | | | | | | 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.
* Fixed DPADD.bde1996-09-051-2/+3
|
* 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.
* Take ypxfrd_xdr.c out of SRCS line here too. This program is alsowpaul1996-06-061-2/+2
| | | | linked with librpcsvc.
* Whoops: dragged along an extra copy of the protocolwpaul1996-06-051-117/+0
| | | | | definition file by mistake. This isn't needed so long as the one in include/rpcsvc is installed.
* This commit was generated by cvs2svn to compensate for changes in r16125,wpaul1996-06-056-0/+767
which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud