Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Oct 2004 19:03:53 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/tools/regression/netinet/ipsockopt ipsockopt.c
Message-ID:  <200410111903.i9BJ3rd0081935@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2004-10-11 19:03:53 UTC

  FreeBSD src repository

  Modified files:
    tools/regression/netinet/ipsockopt ipsockopt.c 
  Log:
  A number of improvements to the IP socket option API regression test:
  
  - Consistently use err/errx/warnx throughout, rather than using perror()
    and exit().
  
  - Teach the tests how to better manage (and therefore test) privilege:
    in particular, how to create sockes with root credentials but exercise
    the privileges with non-root credentials, etc.
  
  - Teach the test suite to apply each of the non-IP_HDRINCL options across
    each of SOCK_DGRAM, SOCK_STREAM, and SOCK_RAW.
  
  Revision  Changes    Path
  1.2       +360 -251  src/tools/regression/netinet/ipsockopt/ipsockopt.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410111903.i9BJ3rd0081935>