summaryrefslogtreecommitdiffstats
path: root/usr.bin/ypmatch
Commit message (Collapse)AuthorAgeFilesLines
* MFC r326276:eadler2018-03-051-1/+3
| | | | | | | | | | | | | | | | various: general adoption of SPDX licensing ID tags. 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.
* Rename YP to NIS in the manpages.araujo2015-09-031-3/+3
| | | | | Approved by: bapt (mentor) Differential Revision: D3555
* More style(9) fixes. No functional changes.araujo2015-08-111-14/+7
| | | | | | Differential Revision: D3350 Reviewed by: ed Approved by: bapt (mentor)
* Remove an extra new line on usage().araujo2015-08-071-2/+2
| | | | | | Rename domain to domainname to be identical to the man page. Reported by: bde
* Get closest as possible with style(9). No functional change.araujo2015-08-071-14/+10
| | | | | Differential Revision: D3295 Reviewed by: bapt
* Remove the 3rd clause of BSD LICENSE.araujo2015-08-041-32/+48
| | | | | | | | | Sync the code with the OpenBSD version. Differential Revision: D3213 Reviewed by: rodrigc, bapt Obtained from: OpenBSD Sponsored by: gandi.net
* Compilers will complain the usage of obsolescent variable declarations.araujo2015-07-291-2/+2
| | | | | | Also it will fix the build problem with sparc64. Submitted by: ed@
* Staticfy and constify some variables and clean up the code a bit to make itaraujo2015-07-281-2/+2
| | | | | | | | more readable. No functional change. Differential Revision: D3166 Reviewed by: kib Sponsored by: gandi.net
* Add META_MODE support.sjg2015-06-131-0/+20
|\ | | | | | | | | | | | | | | | | | | | | 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
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Merge head from 7/28sjg2014-08-191-1/+1
| |\ | |/ |/|
| * Updated dependenciessjg2014-05-161-1/+0
| |
| * Updated dependenciessjg2014-05-101-0/+2
| |
| * Updated dependenciessjg2013-03-111-0/+1
| |
| * Updated dependenciessjg2013-02-161-2/+0
| |
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+21
| | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | use .Mt to mark up email addresses consistently (part3)bapt2014-06-231-1/+1
|/ | | | | PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de>
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-0/+2
| | | | Also add some missing $FreeBSD$ to keep svn happy.
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+1
| | | | needed.
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-1/+0
| | | | Tested with: make universe
* Support shadow.byname and shadow.byuid maps, protecting them bybrian2009-06-251-0/+1
| | | | | | | | | | insisting on privileged port access. Include /var/yp/Makefile.local if it exists and suggest using it to override /var/yp/Makefile behaviour. Approved by: re (kib) MFC after: 3 weeks
* Sync program's usage() with manpage's SYNOPSIS.ru2005-05-211-1/+1
|
* Stop gcc warningspeter2003-10-261-1/+1
|
* Use `The .Nm utility'charnier2002-04-201-2/+3
|
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.markm2002-02-081-1/+0
|
* Apply the following mechanical transformations in preparation fordes2002-02-061-9/+9
| | | | | | | | | | | | | | | | | 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
* yp(4) -> yp(8).ru2002-01-141-1/+1
| | | | PR: docs/30797
* WARNS=2 fixesmarkm2001-12-112-14/+15
| | | | | | | | | | __FBSDID() additions some include file sorting. Some Makefile sorting. WARNS?=2 is not added to the Makefile, because it is going to be default for usr.bin/ NO_WERROR is set because there are rpc*.h file issues.
* Remove whitespace at EOL.dd2001-07-151-1/+1
|
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+1
| | | | builtins (e.g., exit, strcmp).
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-1/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
|
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
|
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-2/+2
|
* Add #include <string.h> to get prototypes.jb1998-02-201-1/+2
|
* Use err(3). Add Xreferences. Delay the compute of default domain.charnier1997-08-292-24/+23
| | | | Obtained from: OpenBSD
* Add an alias for master.passwd -> master.passwd.byname to the listpeter1997-07-121-0/+1
| | | | of convenience map aliases.
* Treat no match as a failure. This is the normal behaviour on SunOS.tegge1997-06-251-0/+1
|
* Revert $FreeBSD$ to $Id$peter1997-02-222-2/+2
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-142-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.
* Correct a bunch of man page cross references and generallympp1996-02-111-2/+2
| | | | | | try and silence "manck". ncurses, rpc, and some of the gnu stuff are still a big mess, however.
* Fix a bunch of spelling errors in a bunch of man pages.mpp1996-01-301-2/+2
|
* Submitted by: Sebastian Strollo <seb@erix.ericsson.se>wpaul1995-03-251-1/+1
| | | | Use hosts.byname as the alias for 'hosts' instead of hosts.byaddr.
* Move more YP user programs over.wollman1994-08-083-0/+211
OpenPOWER on IntegriCloud