CHANGELOG
Kimono Changelog
-----------------
0.4.6b - 2005-04-08
-------------------
features:
+ added german and italian translation (thanks to Markus Rechtien and Simone Sanna)
+ added search feature for history screen
bugs:
+ fixed bug with notify keywords in the beginning of an argument
+ fixed bug where PHP errors in Windows wouldn't report what file it was triggered in
+ failed mysql connections would crash PHP/Apache
services:
+ SMTP now accepts more return codes as success when verifying an address
0.4.5b - 2005-03-04
-------------------
features:
+ "edit host" and "edit service" now has name and link to parent
+ some minor cleanups to the web interface
+ users can now change themes for the web interface (based on CSS files)
+ session timeout can now be set with the interface::timeout configuration value
+ organisation/group/host keywords added to notifies
bugs:
+ now removes backslashes from service and notify arguments with single quotes (')
+ fixed bug in mysql code that only occurs on mysql installs lacking the anonymous account
services:
+ ping is "fixed", can now perform a real ICMP ping on UNIX systems running as root,
otherwise perform a simple SNMP operation to simulate a ping.
+ fixed IMAP4 service
+ added POP3, NNTP, Firebird/Interbase and SSH service
0.4.0b - 2004-11-24
-------------------
features:
+ notify system for reacting to failed services by emailing or executing an application.
+ "access denied" screen can now show last permission check
+ user accounts can get disabled after X number of failed login attempts
services:
+ added basic SNMP service
+ added basic "execute" service (disabled by default for security reasons)
+ added basic IMAP4 service
+ ping service now sends actual ICMP echo packets but requires root, better solutions
to come later.
bugs:
+ got "access denied" error on wrong username/password
+ when daemon::server_enabled was enabled, daemon would get stream_socket_accept() warnings
0.3.5b - 2004-08-23
------------------
features:
+ service arguments can now be encrypted in the database to avoid being exposed
+ added ability to purge services from history items, upticks and downticks etc.
+ re-added "show log" screen, available in the "tools" screen (required the permission "show_log")
+ added ability to specify how often a service is run (in seconds)
+ added ability to log logins, errors and warnings (more to come)
bugs:
+ avoided some php "notice" errors by lowering error reporting level
+ changing service arguments would change arguments for other services as well
services:
+ HTTP service now handles full urls (http://www.example.com/page.html) instead of just
domain names (http://www.example.com)
0.3.0b - 2004-07-09
-------------------
features:
+ permissions system is finally in place
+ web interface can now handle other languages, english and swedish by default
+ web interface can use other CSS files (set in configuration interface::css_file)
+ daemon is less sql-intense due to an internal buffer
+ daemon can prevent multiple instances through a PID file
+ kimono can monitor other instances through a socket in the daeamon
+ user authentication through LDAP (tested with OpenLDAP and Active Directory)
+ changed password algorithm in database (from PASSWORD() to SHA1()), your old passwords
are NOT compatible anymore, please generate new ones in a database editor.
+ password recovery in web interface (enable with interface::password_recovery)
+ access groups can be restricted to ip addresses
+ access groups, organisations and users can be added/edited/deleted now
+ mysql connection/compatibility can be troubleshooted by changing the $kimono_mysql_debug
variable in "settings.php" to TRUE.
bugs:
+ daemon would still run disabled groups/hosts/services before (duh..)
+ fixed some potential sql injection vulnerabilities in mysql code
services:
+ new services: LDAP, SMTP, HTTP, PING, kimono, generic socket
+ mysql service can now select a database
0.2.5b - 2004-05-14
-------------------
+ rewrote most of the daemon code and most of the config code
+ switched to mysql backend
+ changes all around too many to mention
0.2.2b - 2004-02-17
-------------------
+ fixed minor xml bug, output is now indented again and empty tags ended with "/>"
+ rewrote user handling, saving all users to one xml file instead of one per user
+ xml saving/loading now warns on bad file permissions
+ added ability to add users in web interface
+ fixed ping service
+ fixed ability to disable services with a comma-separated string in config
+ groups, hosts and services can be disabled
+ added basic ftp service
+ added arguments for daemon (--help, --runonce)
|