Thread: [CustomDNS-CVS] CVS update: customdns
Status: Alpha
Brought to you by:
emk
|
From: Eric K. <em...@us...> - 2000-07-15 05:16:31
|
Date: Friday July 14, 2000 @ 22:16 Author: emk Update of /cvsroot/customdns/customdns In directory slayer.i.sourceforge.net:/tmp/cvs-serv29614 Modified Files: BUGS Log Message: Added pointer to SourceForge bug tracker. =================================================================== File: no file BUGS Status: Needs Checkout Working revision: 1.6 Sat Jul 15 05:16:30 2000 Repository revision: 1.6 /cvsroot/customdns/customdns/BUGS,v Existing Tags: CUSTOMDNS_0_3 (revision: 1.5) LIVEDNS_0_2 (revision: 1.4) LIVEDNS_0_1 (revision: 1.4) |
|
From: Eric K. <em...@us...> - 2000-07-15 21:37:48
|
Date: Saturday July 15, 2000 @ 14:37 Author: emk Update of /cvsroot/customdns/customdns In directory slayer.i.sourceforge.net:/tmp/cvs-serv14778 Modified Files: README configure.in Added Files: CHANGES Log Message: Updated text files for version 0.4. =================================================================== File: CHANGES Status: Up-to-date Working revision: 1.1 Sat Jul 15 21:35:45 2000 Repository revision: 1.1 /cvsroot/customdns/customdns/CHANGES,v Existing Tags: No Tags Exist =================================================================== File: README Status: Up-to-date Working revision: 1.7 Sat Jul 15 21:35:45 2000 Repository revision: 1.7 /cvsroot/customdns/customdns/README,v Existing Tags: CUSTOMDNS_0_3 (revision: 1.6) LIVEDNS_0_2 (revision: 1.4) LIVEDNS_0_1 (revision: 1.3) =================================================================== File: configure.in Status: Up-to-date Working revision: 1.10 Sat Jul 15 21:37:47 2000 Repository revision: 1.10 /cvsroot/customdns/customdns/configure.in,v Existing Tags: CUSTOMDNS_0_3 (revision: 1.9) LIVEDNS_0_2 (revision: 1.7) LIVEDNS_0_1 (revision: 1.5) |
|
From: Eric K. <em...@us...> - 2000-08-04 20:53:04
|
Date: Friday August 4, 2000 @ 13:53 Author: emk Update of /cvsroot/customdns/customdns In directory slayer.i.sourceforge.net:/tmp/cvs-serv6631 Added Files: INSTALL.MySQL Log Message: Preliminary support for MySQL. Changes: * Use current_timestamp to get the time instead of the string 'now'. * Installation instructions (for MySQL experts only). =================================================================== File: INSTALL.MySQL Status: Up-to-date Working revision: 1.1 Fri Aug 4 20:48:57 2000 Repository revision: 1.1 /cvsroot/customdns/customdns/INSTALL.MySQL,v Existing Tags: No Tags Exist |
|
From: Eric K. <em...@us...> - 2000-08-06 17:32:39
|
Date: Sunday August 6, 2000 @ 10:32 Author: emk Update of /cvsroot/customdns/customdns In directory slayer.i.sourceforge.net:/tmp/cvs-serv13468 Modified Files: configure.in Log Message: Daemonization and SysVinit support. Modified Files: * configure.in * tools/Makefile.in * tools/.cvsignore - Support for configuring and installing SysVinit script. * conf/CustomDNS-DNS.ini - Don't start DNS server until the ZoneController is ready. * tools/start-customdns.in - Support for daemonization, pid files and background logging. - We now handle SIGTERM gracefully, and kill child processes. Added Files: * tools/customdns.init.in - A RedHat 6.2-compatible init script (which isn't perfect, but works a zillion times better than anything we were doing before). =================================================================== File: configure.in Status: Up-to-date Working revision: 1.11 Sun Aug 6 17:30:20 2000 Repository revision: 1.11 /cvsroot/customdns/customdns/configure.in,v Existing Tags: CUSTOMDNS_0_4 (revision: 1.10) CUSTOMDNS_0_3 (revision: 1.9) LIVEDNS_0_2 (revision: 1.7) LIVEDNS_0_1 (revision: 1.5) |
|
From: Eric K. <em...@us...> - 2000-09-06 11:57:39
|
Date: Wednesday September 6, 2000 @ 4:57 Author: emk Update of /cvsroot/customdns/customdns In directory slayer.i.sourceforge.net:/tmp/cvs-serv30397 Modified Files: BUGS 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: no file BUGS Status: Needs Checkout Working revision: 1.7 Wed Sep 6 11:57:38 2000 Repository revision: 1.7 /cvsroot/customdns/customdns/BUGS,v Existing Tags: CUSTOMDNS_0_4 (revision: 1.6) CUSTOMDNS_0_3 (revision: 1.5) LIVEDNS_0_2 (revision: 1.4) LIVEDNS_0_1 (revision: 1.4) |