aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ypwhich
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Adopt SRCTOP in usr.binWarner Losh2017-03-121-1/+1
* Rename YP to NIS in the manpages.Marcelo Araujo2015-09-031-7/+7
* Sync ypwhich(1) code with the OpenBSD version that is more modern.Marcelo Araujo2015-08-252-75/+101
* Use nitems instead of "sizeof ypaliases/sizeof ypaliases[0]".Marcelo Araujo2015-08-131-5/+7
* Compilers will complain the usage of obsolescent variable declarations.Marcelo Araujo2015-07-291-2/+2
* Staticfy and constify some variables and clean up the code a bit to make itMarcelo Araujo2015-07-281-2/+2
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+21
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+22
|/
* Variable 'getmap' is unused.Gavin Atkinson2010-06-191-2/+2
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-1/+0
* Support shadow.byname and shadow.byuid maps, protecting them byBrian Somers2009-06-251-0/+1
* Fix markup nit.Ruslan Ermilov2006-12-281-1/+3
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-2/+4
* Be consistant while reporting error conditions.Philippe Charnier2004-04-041-2/+2
* Fix up warnings. There were some biggies here. There seems to be twoPeter Wemm2003-10-261-13/+13
* Use `The .Nm utility'Philippe Charnier2002-04-201-2/+3
* 1) Remove blank line between include of sys/cdefs.h and __FBSDIDDavid Malone2002-02-271-2/+1
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.Mark Murray2002-02-081-1/+0
* Apply the following mechanical transformations in preparation forDag-Erling Smørgrav2002-02-061-24/+24
* yp(4) -> yp(8).Ruslan Ermilov2002-01-141-1/+1
* WARNS=2 fixesMark Murray2001-12-112-33/+36
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-3/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-3/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* #include <arpa/inet.h>Peter Wemm1998-06-121-3/+5
* Fix a bunch of spelling errors.Steve Price1998-06-041-2/+2
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-3/+3
* Add ypwhich(1) and yppoll(8) manual pages.Wolfram Schneider1997-09-212-2/+101
* Use err(3). Cosmetic in usage(). Delay the compute of defaultdomain (fromPhilippe Charnier1997-08-291-34/+28
* Add an alias for master.passwd -> master.passwd.byname to the listPeter Wemm1997-07-121-0/+1
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* More XDR routine cleanups. These three programs should be the onlyBill Paul1995-12-151-8/+9
* Slightly better message for `ypwhich -x':Garrett Wollman1995-07-201-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* ypbind.c: Major overhaul.Bill Paul1995-04-261-1/+1
* Make Rod Grimes's life a little simpler: replace all exit(1)'s withBill Paul1995-04-221-8/+14
* small NIS binding fixes:Bill Paul1995-04-211-1/+1
* Move more YP user programs over.Garrett Wollman1994-08-082-0/+256