[CustomDNS-CVS] CVS update: customdns/src/java
Status: Alpha
Brought to you by:
emk
|
From: Eric K. <em...@us...> - 2000-10-16 16:25:34
|
Date: Monday October 16, 2000 @ 9:25 Author: emk Update of /cvsroot/customdns/customdns/src/java In directory slayer.i.sourceforge.net:/tmp/cvs-serv12214/src/java Modified Files: Makefile.in Log Message: Preliminary support for multiple domains, covering configuration and VirtualDNS. 'make install' does not currently install a working version of CustomDNS, because the config files in conf are out of date. All the new features have test code! More work soon... Modified Files: * src/java/Makefile.in - Added new Java source files. - Fixed 'make test' to change working directory. * src/java/CustomDNS/Configuration.java - Added support for parsing named.boot files and returning the results. * src/java/CustomDNS/ESpeakDNS.java - Preliminary, incomplete support for multiple domains. * src/java/CustomDNS/Tests/AllTests.java - Added test suite for ZoneTable to list of all suites. * src/java/CustomDNS/Tests/CustomDNSTestCase.java - Changed data dir to handle new directory for 'make test' * src/java/CustomDNS/Tests/TestConfiguration.java - Test parsing of named.boot files. * src/java/CustomDNS/Tests/TestVirtualDNS.java - Test multi-domain lookups. * src/java/CustomDNS/VirtualDNS/VirtualDNS.java - Multiple domain support. * tests/Makefile.in - Whitespace changes. * tests/customdns.prop.in - New values for customdns.zonelist and customdns.dns.zonefile. Added Files: * src/java/CustomDNS/VirtualDNS/ZoneTable.java * src/java/CustomDNS/Tests/TestZoneTable.java - This class maps hostnames to objects associated with particular zones. * src/java/CustomDNS/VirtualDNS/PrimaryZoneConfiguration.java - A quick & dirty data structure class--probably should be an inner class of Configuration. * tests/named.boot * tests/test.myzone.master * tests/test.outer.inner.master * tests/test.outer.master - New configuration files for testing. =================================================================== File: Makefile.in Status: Up-to-date Working revision: 1.16 Mon Oct 16 16:19:51 2000 Repository revision: 1.16 /cvsroot/customdns/customdns/src/java/Makefile.in,v Existing Tags: CUSTOMDNS_0_4 (revision: 1.13) CUSTOMDNS_0_3 (revision: 1.13) LIVEDNS_0_2 (revision: 1.12) LIVEDNS_0_1 (revision: 1.12) |