| History log of /src/usr.sbin/yppoll |
| Revision | Date | Author | Comments |
| 1.12 | 28-May-2007 |
tls | Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the 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.
|
| 1.11 | 18-Oct-1997 |
lukem | enable WARNS=1 by default, but disable in unclean 3rd party code
|
| 1.10 | 06-Oct-1997 |
lukem | use WARNS?=1 not WARNS=1, cleanup manpage
|
| 1.9 | 18-Jul-1997 |
thorpej | - Fix compiler warnings. - KNF.
|
| 1.8 | 13-May-1996 |
thorpej | RCS id police.
|
| 1.7 | 22-Dec-1994 |
cgd | specify man pages the new way.
|
| 1.6 | 23-Aug-1994 |
deraadt | branches: 1.6.2; -h option and man page from <moj@stacken.kth.se>
|
| 1.5 | 18-Feb-1994 |
cgd | kill bindirs
|
| 1.4 | 10-Aug-1993 |
mycroft | Set BINDIR, not DESTDIR.
|
| 1.3 | 30-Jul-1993 |
mycroft | Add RCS identifiers.
|
| 1.2 | 28-May-1993 |
brezak | Should install to /usr/sbin
|
| 1.1 | 28-May-1993 |
brezak | Add yppoll command.
|
| 1.6.2.2 | 23-Aug-1994 |
deraadt | -h option and man page from <moj@stacken.kth.se>
|
| 1.6.2.1 | 23-Aug-1994 |
deraadt | file Makefile was added on branch netbsd-1-0 on 1994-08-23 17:03:13 +0000
|
| 1.11 | 25-Apr-2011 |
wiz | Use Fl for flags, not Ar.
|
| 1.10 | 30-Apr-2008 |
martin | Convert TNF licenses to new 2 clause variant
|
| 1.9 | 25-Jan-2008 |
christos | branches: 1.9.4; PR/37865: Wolfgang Stukenbrock: yppoll uses only UDP to request the map-info
|
| 1.8 | 26-Feb-2005 |
wiz | branches: 1.8.16; Sort SEE ALSO.
|
| 1.7 | 26-Feb-2005 |
thorpej | YP -> NIS
|
| 1.6 | 23-Jan-1998 |
lukem | use .Tn YP instead of YP
|
| 1.5 | 06-Oct-1997 |
lukem | use WARNS?=1 not WARNS=1, cleanup manpage
|
| 1.4 | 30-Jul-1997 |
jtc | Fix files using old TNF copyright notice
|
| 1.3 | 28-Feb-1996 |
thorpej | Copyright assigned to The NetBSD Foundation.
|
| 1.2 | 28-Oct-1994 |
deraadt | man page from Jason Thorpe
|
| 1.1 | 23-Aug-1994 |
deraadt | branches: 1.1.2; -h option and man page from <moj@stacken.kth.se>
|
| 1.1.2.2 | 23-Aug-1994 |
deraadt | -h option and man page from <moj@stacken.kth.se>
|
| 1.1.2.1 | 23-Aug-1994 |
deraadt | file yppoll.8 was added on branch netbsd-1-0 on 1994-08-23 17:03:15 +0000
|
| 1.8.16.1 | 23-Mar-2008 |
matt | sync with HEAD
|
| 1.9.4.1 | 18-May-2008 |
yamt | sync with head.
|
| 1.15 | 30-Aug-2011 |
plunky | Apply casts to cases where xdrproc_t is expected but is not strictly passed, for example because the second argument is a different kind of pointer.
|
| 1.14 | 25-Jan-2008 |
christos | PR/37865: Wolfgang Stukenbrock: yppoll uses only UDP to request the map-info
|
| 1.13 | 10-Dec-2003 |
jdolecek | branches: 1.13.22; John Brezak (now jbrezak at windows dot microsoft dot com) kindly agreed to remove advertising clause from his code, so update the licence accordingly.
|
| 1.12 | 10-Dec-2003 |
agc | Modify the licences of code written by Theo De Raadt from a 4-clause to a 2-clause licence (retaining UCB clauses (1) and (2)), per PR 22409 from Joel Baker, approved by Theo de Raadt, and ratified by myself - the only discrepancy being the handling of the original clause 3 in src/usr.sbin/yppoll/yppoll.c.
|
| 1.11 | 06-Dec-2002 |
thorpej | Avoid strict alias warning.
|
| 1.10 | 20-Jul-2002 |
grant | sweep of errx/warnx, remove unnecessary trailing \n
|
| 1.9 | 19-Feb-2001 |
cgd | convert to use getprogname()
|
| 1.8 | 04-Jul-2000 |
matt | More #include <stdlib.h> string, etc. cleanup
|
| 1.7 | 14-Apr-2000 |
simonb | Don't declare 'extern opt*' getopt variables.
|
| 1.6 | 18-Jul-1997 |
thorpej | - Fix compiler warnings. - KNF.
|
| 1.5 | 13-May-1996 |
thorpej | RCS id police.
|
| 1.4 | 23-Aug-1994 |
deraadt | branches: 1.4.2; -h option and man page from <moj@stacken.kth.se>
|
| 1.3 | 25-May-1994 |
deraadt | correct copyright
|
| 1.2 | 02-Aug-1993 |
mycroft | Add RCS identifiers, remove some completely useless RCS logs and patchkit headers, and a few other insignificant changes.
|
| 1.1 | 28-May-1993 |
brezak | Add yppoll command.
|
| 1.4.2.2 | 23-Aug-1994 |
deraadt | -h option and man page from <moj@stacken.kth.se>
|
| 1.4.2.1 | 23-Aug-1994 |
deraadt | file yppoll.c was added on branch netbsd-1-0 on 1994-08-23 17:03:16 +0000
|
| 1.13.22.1 | 23-Mar-2008 |
matt | sync with HEAD
|