Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 1996 05:18:53 -0800 (PST)
From:      Peter Wemm <peter>
To:        CVS-committers, cvs-all, cvs-lib
Subject:   cvs commit:  src/lib/libc/net base64.c inet_net_ntop.c inet_net_pton.c inet_neta.c Makefile.inc gethostbydns.c gethostbyht.c getnetbydns.c getnetnamadr.c map_v4v6.c ns_addr.c nsap_addr.c res_comp.c res_config.h res_debug.c res_init.c res_mkquery.c res_query.c res_send.c
Message-ID:  <199612301318.FAA24929@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       96/12/30 05:18:53

  Modified:    lib/libc/net  Makefile.inc gethostbydns.c gethostbyht.c
                        getnetbydns.c  getnetnamadr.c map_v4v6.c ns_addr.c
                        nsap_addr.c res_comp.c  res_config.h res_debug.c
                        res_init.c res_mkquery.c res_query.c  res_send.c
  Added:       lib/libc/net  base64.c inet_net_ntop.c inet_net_pton.c
                        inet_neta.c
  Log:
  Here goes..  Bring the 4.9.5-P1 resolver into -current.  This has the
  DNSSEC stuff, among other things.  There are also some renamed functions,
  I've left out the res_stubs.c from this commit in case cvs bombs out..
  
  Revision  Changes    Path
  1.22      +5 -3      src/lib/libc/net/Makefile.inc
  1.16      +40 -9     src/lib/libc/net/gethostbydns.c
  1.7       +6 -7      src/lib/libc/net/gethostbyht.c
  1.8       +2 -3      src/lib/libc/net/getnetbydns.c
  1.7       +3 -3      src/lib/libc/net/getnetnamadr.c
  1.2       +2 -1      src/lib/libc/net/map_v4v6.c
  1.3       +1 -1      src/lib/libc/net/ns_addr.c
  1.2       +2 -2      src/lib/libc/net/nsap_addr.c
  1.8       +8 -3      src/lib/libc/net/res_comp.c
  1.6       +0 -1      src/lib/libc/net/res_config.h
  1.11      +393 -88   src/lib/libc/net/res_debug.c
  1.10      +7 -3      src/lib/libc/net/res_init.c
  1.10      +2 -61     src/lib/libc/net/res_mkquery.c
  1.10      +6 -5      src/lib/libc/net/res_query.c
  1.11      +39 -26    src/lib/libc/net/res_send.c



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