This file lists the changes to the archive, not the changes to the VAdmind
source code. These are listed in each script part of this package.
Oct 28, 2006 - Urivan Saaib (v0.2.0)
o Support for standalone/daemon mode
o Include SSL support.
o Included a default SSL certificate.
o Default timeout of 30 secs while read/write socket.
o More refined log messages.
o New configuration element (vadmind.xml)
o New configuration element (vadmind.xml).
o New configuration element (vadmind.xml)
o New configuration element (vadmind.xml)
Jul 10, 2006 - Urivan Saaib (v0.1.5)
o Change properties to user="" and host=""
o Remove and , add to vadmind.xml
o The key computes by md5_hex (@) =
o Fixed function error_text typo.
Jan 31, 2006 - Urivan Saaib (v0.1.4)
o Add output to a log file.
o Directory structure change, plugins now should be located in
VAdmind/Plugins
in order to prepare for a VAdmind module release.
o New plugin Discover.pm, provides a task to discover installed plugins, task
availables and data required.
o Introducing XML file description for task and data required for each
module.
Apr 10, 2004 - Urivan Saaib (v0.1.3)
o V0.1.3 Released !
o Fixed a problem in VAdmind.pm related to the $plugin object and the {in}
and {out} data structures.
o Reflected the change and added more detail in the Test.pm example plugin.
Sep 28, 2003 - Urivan Saaib (v0.1.2)
o V0.1.2 Released !
o Some changes in the directory/files structure
Sep 28, 2003 - Urivan Saaib (v0.1.1)
o Some bug fixes
o Code documentation completed
o Defined new filesystem structure
o Prepare to release
Sep 27, 2003 - Urivan Saaib (v0.1.1)
o Authentication method has changed
o Finally enabled the system to load "plugins" whenever they are needed
Will make VAdmind to load a plugin called "ModuleName".
WARNING: THIS IS CASE SENSITIVE !!
Specifies the subroutine to call from the plugin loaded.
WARNING: THIS IS CASE SENSITIVE !!
Sep 23, 2003 - Urivan Saaib (v0.1.1)
o Recoded most of the code defining an OO approach
o VAdminc.conf changed to vadmind.xml
o Some configuration settings changed (check vadmind.xml)
Apr 27, 2002 - Urivan Saaib (V0.1)
o Add VAdmind.pm
o Moved some functions from User.pm to VAdmind.pm to start the generic API
Apr 26, 2002 - Urivan Saaib (V0.1)
o Generated cross-references HTML documentation from the source code.
o Added the folder doc/html to store the html documentation.
Apr 25, 2002 - Urivan Saaib (V0.1)
o Added the doc/README file.
o Updated doc/QUERIES.
o Updated doc/xinetd.conf
Apr 22, 2002 - Urivan Saaib (V0.1)
o Added some xml examples into xml/
Apr 16, 2002 - Urivan Saaib (V0.1)
o Added VAdmind.conf
o Generated HTML crossreferenced HTML documentation
o Added client.pl a simple perl client to VAdmind
o Separated the request string into HEADER and BODY
o Added auth.xml
o Renamed request.xml to body.xml
o Created the xml/ directory and moved auth.xml and request.xml into it
o A little more of abstraction done to the QUERIES file.
Apr 14, 2002 - Urivan Saaib (V0.1)
o Updated request.xml
o Split the source code into several files
o Added System.pm
o Added User.pm
Apr 13, 2002 - Urivan Saaib (V0.1)
o Added GPL license
o Added AUTHORS
o Added the request.xml file which includes the XML sintax file description
o A little of abstraction done to the QUERIES file.
Apr 12, 2002 - Urivan Saaib (V0.0)
o Defined the queries between client-server communication.
o Added the QUERIES file.