Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Mar 2006 20:15:53 +0000 (UTC)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/include Makefile res_update.h src/lib/libc/net Symbol.map res_mkupdate.c res_update.c res_update.h src/lib/libc/resolv Symbol.map res_data.c
Message-ID:  <200603302015.k2UKFroT072048@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ume         2006-03-30 20:15:53 UTC

  FreeBSD src repository

  Modified files:
    include              Makefile 
    lib/libc/net         Symbol.map res_mkupdate.c res_update.c 
    lib/libc/resolv      Symbol.map res_data.c 
  Added files:
    include              res_update.h 
  Removed files:
    lib/libc/net         res_update.h 
  Log:
  Expose res_update and friends again.  At least, ports/mail/spamilter
  uses them.
  Now, we have res_nupdate and res_nmkupdate as well, but they are
  still based on our old resolver for binary backward compatibility.
  So, they don't provide new features such as TSIG support.
  
  Reported by:    pointyhat via kris
  
  Revision  Changes    Path
  1.261     +1 -1      src/include/Makefile
  1.1       +79 -0     src/include/res_update.h (new)
  1.4       +4 -4      src/lib/libc/net/Symbol.map
  1.8       +5 -10     src/lib/libc/net/res_mkupdate.c
  1.9       +22 -22    src/lib/libc/net/res_update.c
  1.2       +0 -75     src/lib/libc/net/res_update.h (dead)
  1.3       +2 -0      src/lib/libc/resolv/Symbol.map
  1.3       +0 -6      src/lib/libc/resolv/res_data.c



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