History log of /openbsd/lib/libc/net/ip6opt.c (Results 1 – 10 of 10)
Revision Date Author Comments
# ab8e3451 22-Jan-2020 deraadt <deraadt@openbsd.org>

delete wasteful ;;
ok tedu


# ad502734 27-Apr-2017 millert <millert@openbsd.org>

Remove "len < 0" check; len is socklen_t (uint32_t) so can't be
negative. Quiets a warning from clang. OK bluhm@


# aea60bee 16-Jan-2015 deraadt <deraadt@openbsd.org>

Move to the <limits.h> universe.
review by millert, binary checking process with doug, concept with guenther


# a48376ba 13-Jun-2014 chrisz <chrisz@openbsd.org>

Remove deprecated RFC2292 ancillary data convenience functions.
They are obsoleted by the RFC3542 api.

ok mpi@


# 6c96ba22 17-Feb-2014 stsp <stsp@openbsd.org>

replace spaces with tabs for indentation


# 5c02bc5f 07-Feb-2014 mpi <mpi@openbsd.org>

Fix inet6_opt_init() to only check extlen when extbuff is not NULL
as per RFC 3542, from DragonFlyBSD via Eitan Adler.

ok bluhm@


# 6b532452 09-Dec-2006 itojun <itojun@openbsd.org>

switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).
the kernel still handles RFC2292 set/getsockopts, so that compiled binary
has no trouble running. userland sees RFC3542

switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).
the kernel still handles RFC2292 set/getsockopts, so that compiled binary
has no trouble running. userland sees RFC3542 symbols only on header file
so new code has to use RFC3542 API.

bump libc shlib minor for function additions.

tested on i386/amd64 by jmc, i386 by brad. checked by deraadt.

show more ...


# 193c8f54 08-Dec-2006 itojun <itojun@openbsd.org>

return is not a function. (cosmetic)


# db5b349c 25-Mar-2005 otto <otto@openbsd.org>

ansify. ok deraadt@ moritz@


# 4228fd5f 11-Dec-1999 itojun <itojun@openbsd.org>

add inet6_option_* and inet6_rthdr_*.
increase shlib minor.