History log of /freebsd-10-stable/lib/libc/nameser/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
270840 30-Aug-2014 ume

MFC r270215: Add missing break.

270839 30-Aug-2014 ume

MFC r269873:
Fix broken pointer overflow check ns_name_unpack()

Many compilers may optimize away the overflow check `msg + l < msg',
where `msg' is a pointer and `l' is an integer, because pointer
overflow is undefined behavior in C.

Use a safe precondition test `l >= eom - msg' instead.

Reference:
https://android-review.googlesource.com/#/c/50570/

Requested by: pfg
Obtained from: NetBSD (CVS rev. 1.10)

270838 30-Aug-2014 ume

MFC r269867:
Update our stub resolver to final version of libbind
(libbind-6.0).

Obtained from: ISC


/freebsd-10-stable/include/arpa/inet.h
/freebsd-10-stable/include/arpa/nameser.h
/freebsd-10-stable/include/arpa/nameser_compat.h
/freebsd-10-stable/include/res_update.h
/freebsd-10-stable/include/resolv.h
/freebsd-10-stable/lib/libc/include/isc/eventlib.h
/freebsd-10-stable/lib/libc/include/isc/list.h
/freebsd-10-stable/lib/libc/include/port_before.h
/freebsd-10-stable/lib/libc/inet/inet_addr.c
/freebsd-10-stable/lib/libc/inet/inet_cidr_ntop.c
/freebsd-10-stable/lib/libc/inet/inet_cidr_pton.c
/freebsd-10-stable/lib/libc/inet/inet_net_ntop.c
/freebsd-10-stable/lib/libc/inet/inet_net_pton.c
/freebsd-10-stable/lib/libc/inet/inet_neta.c
/freebsd-10-stable/lib/libc/inet/inet_ntoa.c
/freebsd-10-stable/lib/libc/inet/inet_ntop.c
/freebsd-10-stable/lib/libc/inet/inet_pton.c
/freebsd-10-stable/lib/libc/inet/nsap_addr.c
/freebsd-10-stable/lib/libc/isc/ev_streams.c
/freebsd-10-stable/lib/libc/isc/ev_timers.c
/freebsd-10-stable/lib/libc/isc/eventlib_p.h
Symbol.map
ns_name.c
ns_netint.c
ns_parse.c
ns_print.c
ns_samedomain.c
ns_ttl.c
/freebsd-10-stable/lib/libc/resolv/Makefile.inc
/freebsd-10-stable/lib/libc/resolv/Symbol.map
/freebsd-10-stable/lib/libc/resolv/herror.c
/freebsd-10-stable/lib/libc/resolv/res_comp.c
/freebsd-10-stable/lib/libc/resolv/res_data.c
/freebsd-10-stable/lib/libc/resolv/res_debug.c
/freebsd-10-stable/lib/libc/resolv/res_findzonecut.c
/freebsd-10-stable/lib/libc/resolv/res_init.c
/freebsd-10-stable/lib/libc/resolv/res_mkquery.c
/freebsd-10-stable/lib/libc/resolv/res_mkupdate.c
/freebsd-10-stable/lib/libc/resolv/res_query.c
/freebsd-10-stable/lib/libc/resolv/res_send.c
/freebsd-10-stable/lib/libc/resolv/res_update.c
256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


174224 03-Dec-2007 ume

This commit was generated by cvs2svn to compensate for changes in r174223,
which included commits to RCS files with non-trunk default branches.


170244 03-Jun-2007 ume

Merge BIND 9.4.1 into main chunk.

MFC after: 2 weeks


170243 03-Jun-2007 ume

This commit was generated by cvs2svn to compensate for changes in r170242,
which included commits to RCS files with non-trunk default branches.


169092 29-Apr-2007 deischen

Use C comments since we now preprocess these files with CPP.


158787 21-May-2006 ume

Upgrade res_update(3) and the friends to BIND9's one excluding TSIG
support.

X-MFC after: never


157049 23-Mar-2006 des

It's not enough to provide symbol map files; you also have to add them
to ${SYM_MAPS}. This unbreaks world with SYMVER_ENABLED.

Pointy hat to: ume


156956 21-Mar-2006 ume

- Merge our local changes.
- Exclude unnecessary functions for us.


156953 21-Mar-2006 ume

This commit was generated by cvs2svn to compensate for changes in r156952,
which included commits to RCS files with non-trunk default branches.