bind9/bin/named
Michał Kępień 0476e8f1ac Make VS solution upgrading unnecessary
Until now, the build process for BIND on Windows involved upgrading the
solution file to the version of Visual Studio used on the build host.
Unfortunately, the executable used for that (devenv.exe) is not part of
Visual Studio Build Tools and thus there is no clean way to make that
executable part of a Windows Server container.

Luckily, the solution upgrade process boils down to just adding XML tags
to Visual Studio project files and modifying certain XML attributes - in
files which we pregenerate anyway using win32utils/Configure.  Thus,
extend win32utils/Configure with three new command line parameters that
enable it to mimic what "devenv.exe bind9.sln /upgrade" does.  This
makes the devenv.exe build step redundant and thus facilitates building
BIND in Windows Server containers.
2019-09-26 15:11:15 +02:00
..
include remove all support for legacy GeoIP 2019-07-04 08:56:45 -07:00
unix Use the semantic patch to change the usage isc_mem_create() to new API 2019-09-12 09:26:09 +02:00
win32 Make VS solution upgrading unnecessary 2019-09-26 15:11:15 +02:00
.gitignore [master] add libns and remove liblwres 2017-09-08 13:47:34 -07:00
bind9.xsl use h?+script selectors 2019-07-25 08:03:10 -04:00
bind9.xsl.h Regenerate bind9.xsl.h 2019-07-25 21:31:47 -04:00
builtin.c Use coccinelle to remove explicit '#include <config.h>' from the source files 2019-03-08 15:15:05 +01:00
config.c address or suppress cppcheck warnings 2019-09-12 17:59:28 +10:00
control.c Use coccinelle to remove explicit '#include <config.h>' from the source files 2019-03-08 15:15:05 +01:00
controlconf.c further cleanup 2019-07-23 15:32:36 -04:00
convertxsl.pl Remove $Id markers, Principal Author and Reviewed tags from the full source tree 2018-05-11 13:17:46 +02:00
fuzz.c Always include <errno.h> instead of <sys/errno.h> 2019-07-30 21:25:18 +02:00
geoip.c Get rid of DNS_GEOIP_DATABASE_INIT explicit initializer for geoip dbs 2019-07-04 08:58:26 -07:00
log.c Use coccinelle to remove explicit '#include <config.h>' from the source files 2019-03-08 15:15:05 +01:00
logconf.c Use coccinelle to remove explicit '#include <config.h>' from the source files 2019-03-08 15:15:05 +01:00
main.c Prevent unbuffered stderr I/O on Windows 2019-09-26 13:53:03 +02:00
Makefile.in Convert the configure.ac rules for zlib library to use pkg-config 2019-07-31 14:54:40 +02:00
named.8 prep 9.13.6 2019-02-06 22:13:05 +00:00
named.conf.5 prep 9.15.3 2019-08-12 14:08:12 +00:00
named.conf.docbook update docbook grammar, removing dnssec-looksaide 2019-08-09 09:18:46 -07:00
named.conf.html prep 9.15.3 2019-08-12 14:08:12 +00:00
named.docbook update copyrights 2019-01-02 10:20:43 +11:00
named.html prep 9.13.6 2019-02-06 22:13:05 +00:00
server.c address or suppress cppcheck warnings 2019-09-12 17:59:28 +10:00
statschannel.c Properly initialize libxml2 2019-09-26 10:20:26 +02:00
tkeyconf.c Use coccinelle to cleanup the failure handling blocks from isc_mem_strdup 2019-07-23 15:32:36 -04:00
tsigconf.c Remove blocks checking whether isc_mem_get() failed using the coccinelle 2019-07-23 15:32:35 -04:00
zoneconf.c Move dns_zone_setdb() to after the db is created. 2019-09-24 10:45:24 +10:00