aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ypwhich/ypwhich.c
Commit message (Expand)AuthorAgeFilesLines
* usr.bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-121-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Sync ypwhich(1) code with the OpenBSD version that is more modern.Marcelo Araujo2015-08-251-75/+95
* 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
* Variable 'getmap' is unused.Gavin Atkinson2010-06-191-2/+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
* 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
* 1) Remove blank line between include of sys/cdefs.h and __FBSDIDDavid Malone2002-02-271-2/+1
* Apply the following mechanical transformations in preparation forDag-Erling Smørgrav2002-02-061-24/+24
* WARNS=2 fixesMark Murray2001-12-111-33/+35
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* #include <arpa/inet.h>Peter Wemm1998-06-121-3/+5
* 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
* 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-081-0/+249