Searched hist:cdeeed7a3819ef82eba0db6aadd1b51afb19a714 (Results 1 – 1 of 1) sorted by relevance
/freebsd/tools/regression/netinet/ipsockopt/ |
H A D | ipsockopt.c | diff cdeeed7a3819ef82eba0db6aadd1b51afb19a714 Mon Oct 11 21:03:53 CEST 2004 Robert Watson <rwatson@FreeBSD.org> 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. diff cdeeed7a3819ef82eba0db6aadd1b51afb19a714 Mon Oct 11 21:03:53 CEST 2004 Robert Watson <rwatson@FreeBSD.org> 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.
|