aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ypset
Commit message (Collapse)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
| | | | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. No functional change intended. Notes: svn path=/head/; revision=326276
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=325188
* Rename YP to NIS in the manpages.Marcelo Araujo2015-09-031-11/+11
| | | | | | | | Approved by: bapt (mentor) Differential Revision: D3555 Notes: svn path=/head/; revision=287425
* style(9) requires a space here.Marcelo Araujo2015-08-111-1/+1
| | | | Notes: svn path=/head/; revision=286611
* Sync the code with OpenBSD.Marcelo Araujo2015-08-112-44/+42
| | | | | | | | | | | Remove 3rd BSD clause. Differential Revision: D3289 Approved by: bapt (mentor) Obtained from: OpenBSD Notes: svn path=/head/; revision=286610
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+21
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=266219
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| | | | | | | | Notes: svn path=/projects/bmake/; revision=265802
| * Merge headSimon J. Gerraty2014-04-281-2/+3
| |\ | |/ |/| | | Notes: svn path=/projects/bmake/; revision=265044
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| | | | | | | | Notes: svn path=/projects/bmake/; revision=248169
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+22
| | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | Use INADDR_NONE instead of -1 to check inet_addr() result.Kevin Lo2013-10-151-2/+3
|/ | | | | | | Reviewed by: glebius Notes: svn path=/head/; revision=256506
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-0/+2
| | | | Notes: svn path=/head/; revision=201390
* Increase helpfulness in diagnostic message - ypbind running without -ypset orJuli Mallett2007-02-281-1/+1
| | | | | | | | -ypsetme will prevent use of ypset. Remind the user to check that it was started correctly. Notes: svn path=/head/; revision=167128
* Remove definition of struct dom_binding, it's non-standard C code andStefan Farfeleder2004-10-171-1/+0
| | | | | | | unnecessary since src/include/rpcsvc/ypclnt.h's revision 1.10. Notes: svn path=/head/; revision=136620
* Fix a typo that stopped ypset's -h option from working with aIan Dowse2004-02-091-1/+1
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=125613
* Include stdlib.h for exit()Warner Losh2003-06-081-0/+1
| | | | Notes: svn path=/head/; revision=116010
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-031-4/+2
| | | | Notes: svn path=/head/; revision=114601
* The .Nm utilityPhilippe Charnier2002-07-141-3/+6
| | | | Notes: svn path=/head/; revision=99968
* Spell void * as void * rather than caddr_t. This is complicated by theDag-Erling Smørgrav2002-04-281-1/+2
| | | | | | | | | fact that caddr_t is often misspelled as char *. Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=95658
* ANSIfy and remove some dead code.Dag-Erling Smørgrav2002-02-061-6/+3
| | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=90298
* Apply the following mechanical transformations in preparation forDag-Erling Smørgrav2002-02-061-13/+13
| | | | | | | | | | | | | | | | | | | | 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
* yp(4) -> yp(8).Ruslan Ermilov2002-01-141-1/+1
| | | | | | | PR: docs/30797 Notes: svn path=/head/; revision=89362
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-2/+1
| | | | Notes: svn path=/head/; revision=74532
* s/0x7f000001/INADDR_LOOPBACKAlfred Perlstein2001-03-161-1/+1
| | | | Notes: svn path=/head/; revision=74347
* optarg and optind are declared in unistd.h, so don't redundantlyWarner Losh2001-03-011-2/+0
| | | | | | | declare them here. Notes: svn path=/head/; revision=73263
* Fix typo that was causing a compiler warning.Bill Paul2001-02-231-1/+1
| | | | | | | Submitted by: Alfred Perlstein Notes: svn path=/head/; revision=72955
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68965
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50479
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-2/+2
| | | | Notes: svn path=/head/; revision=34809
* Use err(3).Philippe Charnier1997-10-292-23/+21
| | | | Notes: svn path=/head/; revision=30828
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22997
* Sort cross references.Wolfram Schneider1997-01-201-1/+1
| | | | Notes: svn path=/head/; revision=21880
* 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
* Add a ypset(8) man page.Mike Pritchard1996-02-122-2/+87
| | | | | | | Obtained from: NetBSD Notes: svn path=/head/; revision=14047
* More XDR routine cleanups. These three programs should be the onlyBill Paul1995-12-151-6/+10
| | | | | | | ones that require this: the others call the yplib functions in libc. Notes: svn path=/head/; revision=12862
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
| | | | Notes: svn path=/head/; revision=8857
* Added YP section 8 programs from 1.1.5. (Obligatory notice that thisGarrett Wollman1994-08-082-0/+161
code was originally written by Th. de Raadt, although this particular organization is mine.) Notes: svn path=/head/; revision=1929