summaryrefslogtreecommitdiff
path: root/usr.bin/ypwhich
AgeCommit message (Collapse)Author
2011-08-30Apply casts to cases where xdrproc_t is expected but is notplunky
strictly passed, for example because the second argument is a different kind of pointer.
2011-02-01udpate license clauses on my code to match the new-style BSD licenses.chuck
remove no-longer-valid wustl email address for me. no functional change with this commit.
2009-06-21Sync usage with man page.wiz
2009-06-21Fix error in previous.wiz
2009-06-21Sort options and option descriptions. Use EXIT STATUS header for exit statuswiz
description. Use Pa for paths.
2009-06-20PR/22627: Greywolf: Support for yp nicknames map.christos
2008-01-25wait for 15 seconds, not 15 microseconds.christos
2008-01-24PR/37862: Wolfgang Stukenbrock: ypwhich uses only UDP and not TCPchristos
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
FORTIFY_SOURCE feature of libssp, thus checking the size of arguments to various string and memory copy and set functions (as well as a few system calls and other miscellany) where known at function entry. RedHat has evidently built all "core system packages" with this option for some time. This option should be used at the top of Makefiles (or Makefile.inc where this is used for subdirectories) but after any setting of LIB. This is only useful for userland code, and cannot be used in libc or in any code which includes the libc internals, because it overrides certain libc functions with macros. Some effort has been made to make USE_FORT=yes work correctly for a full-system build by having the bsd.sys.mk logic disable the feature where it should not be used (libc, libssp iteself, the kernel) but no attempt has been made to build the entire system with USE_FORT and doing so will doubtless expose numerous bugs and misfeatures. Adjust the system build so that all programs and libraries that are setuid, directly handle network data (including serial comm data), perform authentication, or appear likely to have (or have a history of having) data-driven bugs (e.g. file(1)) are built with USE_FORT=yes by default, with the exception of libc, which cannot use USE_FORT and thus uses only USE_SSP by default. Tested on i386 with no ill results; USE_FORT=no per-directory or in a system build will disable if desired.
2005-02-26Sort SEE ALSO.wiz
2005-02-26YP -> NISthorpej
2003-07-12strlcpyitojun
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
for correct formatting of the SYNOPSIS any longer.
2002-10-02omitted, not ommitted.wiz
2002-09-30New sentence, new line.grant
2002-06-11err/errx/warn/warnx do not need \n at the enditojun
2001-12-08Mark up AUTHORS section.wiz
2001-02-19convert to use getprogname()cgd
2000-07-03Make gcc 2.96 (and maybe earlier) happier. Include <stdlib.h>,<string.>,matt
etc. as appropriate to get exit,srncmp,abs,abort,etc. Add -I${.CURDIR} to a few Makefiles
2000-06-14fix up NetBSD RCS Ids to match the standard, and the leading comment ascgd
to match as well. No functional changes.
1999-04-061, 2, 3 and.. 4!pk
1997-11-05document non-zero exit status if -m failslukem
1997-11-04ypwhich(1) totally rewritten by Chuck Cranor <chuck@ccrc.wustl.edu>.lukem
fixes various nits in the behaviour of the '-m' option, amongst other things. update the docco to suit.
1997-10-20fix .Nm, remove WARNS=1lukem
1997-07-18- Don't deref bad pointer if domain name isn't set.thorpej
- Fix compiler warnings. - KNF.
1996-05-29Pull down yp/xdr fixes from release branch.thorpej
1996-05-13RCS id police.thorpej
1995-05-21#include <stdlib.h>mycroft
1995-05-21Use inet_aton(), not inet_addr().mycroft
1994-12-22specify man pages the new way.cgd
1994-10-28man page from Jason Thorpederaadt
1994-05-25correct copyrightderaadt
1994-02-24first crack at a man page.cgd
1994-02-18kill BINDIR stuffcgd
1993-07-30Add RCS identifiers.mycroft
1993-05-28use BINDIR, rather than DESTDIR to specify binary's location.cgd
the former is correct, the latter is not. actually, this makefile probably should be hacked a bit more, but i'm not up to it now
1993-05-16added my copyright.. how self efacing of mederaadt
1993-04-26initial revderaadt