Home | History | Annotate | only in /src/usr.sbin/mld6query
History log of /src/usr.sbin/mld6query
RevisionDateAuthorComments
 1.3 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.2 25-Feb-2000  mycroft Nuke gratuitous setting of BINOWN and BINGRP.
 1.1 06-Jul-1999  itojun mld6query: throw IPv6 MLD query (similar to IPv4 IGMP)
 1.16 24-Jun-2023  msaitoh Fix typo in comment.
 1.15 20-Jul-2016  christos PR/51353: Patrick Mackey: mld6query "-r" option is not recognised
XXX: pullup 7
 1.14 30-Aug-2011  joerg branches: 1.14.20; 1.14.22; 1.14.24; 1.14.26;
static + __dead
 1.13 19-Apr-2009  lukem Fix WARNS=4 issues (-Wshadow -Wsign-compare)
 1.12 09-May-2006  mrg branches: 1.12.28;
change (mostly) int to socklen_t. GCC 4 doesn't like that int and
socklen_t are different signness.
 1.11 17-Nov-2004  hira usage: Add -d and -r. Use getprogname().
Reviewed by uebayasi@. This closes PR bin/26686.
 1.10 06-Jun-2003  itojun - sync up MLD declaration with RFC3542 (s/MLD6/MLD/)
- routing header declaration with RFC3542
(note: sizeof(ip6_rthdr0) has changed!)
also, sync up with RFC2460 routing header definition (no "strict" source
routing mode any more)

part of advanced API update (RFC2292 -> 3542).
 1.9 23-Sep-2002  mycroft null commit
 1.8 23-Sep-2002  itojun poll.h, not sys/poll.h
 1.7 19-Sep-2002  mycroft select() -> poll(), nanosleep()
 1.6 09-Aug-2002  itojun die if fd_set overrun. (they're not setuid binary so it is not that critical)
 1.5 20-Jul-2002  grant sweep of errx/warnx, remove unnecessary trailing \n
 1.4 07-May-2001  kleink getopt(3): EOF -> -1.
 1.3 04-Dec-2000  itojun $KAME$ cleanup. address PR 11616 (CMSG_SPACE should be CMSG_LEN).
sync with kame.
 1.2 03-Sep-1999  itojun sync with recent KAME.
 1.1 06-Jul-1999  itojun mld6query: throw IPv6 MLD query (similar to IPv4 IGMP)
 1.12.28.1 13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.14.26.1 18-Jan-2017  skrll Sync with netbsd-5
 1.14.24.1 26-Jul-2016  pgoyette Sync with HEAD
 1.14.22.1 12-Dec-2016  snj Pull up following revision(s) (requested by riastradh in ticket #1308):
usr.sbin/mld6query/mld6.c: revision 1.15
PR/51353: Patrick Mackey: mld6query "-r" option is not recognised
XXX: pullup 7
 1.14.20.1 12-Dec-2016  snj Pull up following revision(s) (requested by riastradh in ticket #1308):
usr.sbin/mld6query/mld6.c: revision 1.15
PR/51353: Patrick Mackey: mld6query "-r" option is not recognised
XXX: pullup 7
 1.9 04-Jul-2017  wiz Use Ex.
 1.8 03-Jul-2017  wiz Remove workaround for ancient HTML generation code.
 1.7 08-Feb-2002  ross Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
 1.6 19-Jan-2002  wiz Whitespace nits.
 1.5 04-Dec-2000  itojun $KAME$ cleanup. address PR 11616 (CMSG_SPACE should be CMSG_LEN).
sync with kame.
 1.4 07-Nov-2000  lukem fix up various .Nm abuses:
- keep the case consistent between the actual name and what's referenced.
e.g, if it's `foo', don't use '.Nm Foo' at the start of a sentence.
- remove unnecessary `.Nm foo' after the first occurrence (except for
using `.Nm ""' if there's stuff following, or for the 2nd and so on
occurrences in a SYNOPSIS
- use Sx, Ic, Li, Em, Sq, and Xr as appropriate
 1.3 04-Sep-2000  kleink For commands and utilities, use EXIT STATUS rather than RETURN VALUES or
DIAGNOSTICS as appropriate (and documented in mdoc(7)).
 1.2 03-Sep-1999  itojun sync with recent KAME.
 1.1 06-Jul-1999  itojun mld6query: throw IPv6 MLD query (similar to IPv4 IGMP)

RSS XML Feed