History log of /freebsd-10.1-release/usr.sbin/ypset/
Revision Date Author Comments
272461 03-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


201390 02-Jan-2010 ed

The last big commit: let usr.sbin/ use WARNS=6 by default.


167128 28-Feb-2007 jmallett

Increase helpfulness in diagnostic message - ypbind running without -ypset or
-ypsetme will prevent use of ypset. Remind the user to check that it was
started correctly.


136620 17-Oct-2004 stefanf

Remove definition of struct dom_binding, it's non-standard C code and
unnecessary since src/include/rpcsvc/ypclnt.h's revision 1.10.


125613 09-Feb-2004 iedowse

Fix a typo that stopped ypset's -h option from working with a
hostname rather than an IP. The code was copying the pointer to the
IP address instead of the IP address itself. The bug has existed
ever since ypset was first imported in 1994.

PR: bin/62550
Submitted by: aardvark@saintaardvarkthecarpeted.com
MFC after: 1 week


116010 08-Jun-2003 imp

Include stdlib.h for exit()


114601 03-May-2003 obrien

Use __FBSDID over rcsid[]. Protect copyright[] where needed.


99968 14-Jul-2002 charnier

The .Nm utility


95658 28-Apr-2002 des

Spell void * as void * rather than caddr_t. This is complicated by the
fact that caddr_t is often misspelled as char *.

Sponsored by: DARPA, NAI Labs


90298 06-Feb-2002 des

ANSIfy and remove some dead code.

Sponsored by: DARPA, NAI Labs


90297 06-Feb-2002 des

Apply the following mechanical transformations in preparation for
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


89362 14-Jan-2002 ru

yp(4) -> yp(8).

PR: docs/30797


74816 26-Mar-2001 ru

- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.


74532 20-Mar-2001 ru

Set the default manual section for usr.sbin/ to 8.


74347 16-Mar-2001 alfred

s/0x7f000001/INADDR_LOOPBACK


73263 01-Mar-2001 imp

optarg and optind are declared in unistd.h, so don't redundantly
declare them here.


72955 23-Feb-2001 wpaul

Fix typo that was causing a compiler warning.

Submitted by: Alfred Perlstein


68965 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


50479 28-Aug-1999 peter

$Id$ -> $FreeBSD$


34809 23-Mar-1998 charnier

.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.


30828 29-Oct-1997 charnier

Use err(3).


22997 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


21880 20-Jan-1997 wosch

Sort cross references.


21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

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.


14047 12-Feb-1996 mpp

Add a ypset(8) man page.
Obtained from: NetBSD


12862 15-Dec-1995 wpaul

More XDR routine cleanups. These three programs should be the only
ones that require this: the others call the yplib functions in libc.


8857 30-May-1995 rgrimes

Remove trailing whitespace.


1929 08-Aug-1994 wollman

Added YP section 8 programs from 1.1.5. (Obligatory notice that this
code was originally written by Th. de Raadt, although this particular
organization is mine.)