Date: Wednesday September 6, 2000 @ 4:57
Author: emk
Update of /cvsroot/customdns/customdns/src/java
In directory slayer.i.sourceforge.net:/tmp/cvs-serv30397/src/java
Modified Files:
Makefile.in
Log Message:
Modular UpdateServer & custom *.ini support.
Modified Files:
* BUGS
- Added note about documentation shortcomings. Source Builders can
probably afford to sponsor the necessary improvements before the
next release.
* conf/CustomDNS-Services.ini
* tests/Test.ini
- Changed CustomDNS.UpdateServer to CustomDNS.UpdateServer.Server.
* conf/Makefile.in
- Install *.ini files as read-only. Sysadmins should *copy* these files
and use the spiffy new SERVICES_INI and DNS_INI env vars to specify the
new name, or pass an *.ini file name to start-customdns directly.
* src/java/Makefile.in
- Added and removed Java source files as appropriate.
* src/java/CustomDNS/UpdateProtocol.java
- Some new protocol constants for authentication failure and "OK but
deprecated".
* tools/customdns.init.in
- Added support for SERVICES_INI and DNS_INI environment vars. These
allow the sysadmin to point to new versions of the relevant *.ini
files.
* tools/start-customdns.in
- We now support arguments of "services", "dns", or an explicit *.ini
file name. The *.ini file name should not have any path information,
and should live in the standard configuration directory.
Added Files:
* src/java/CustomDNS/UpdateServer/ConnectionState.java
* src/java/CustomDNS/UpdateServer/PasswordCredentials.java
* src/java/CustomDNS/UpdateServer/Server.java
- Newly re-factored and subclassable version of UpdateServer.java. Much
nicer and certainly easier to customize. See the JavaDoc comments for
more information.
Removed Files:
* src/java/CustomDNS/UpdateServer.java
- Got refactored and deleted. See above.
===================================================================
File: Makefile.in Status: Up-to-date
Working revision: 1.14 Wed Sep 6 11:53:38 2000
Repository revision: 1.14 /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)
|