57 projects tagged "LGPL"
Augeas is a configuration API and editing tool. It parses common configuration files like /etc/hosts or /etc/grub.conf in their native formats and transforms them into a tree. Configuration changes are made by manipulating this tree and saving it back into native configuration files.
Cimbiote allows writing and running CIM providers written in Python. It is intended to make CIM development more accessible to developers. A good analogy is that Cimbiote is to CIM as mod_python is to Apache. Plugins are distributed as separate RPMs. Incoming CIM requests are routed through Cimbiote to the appropriate plugins and back into Cimbiote, allowing CIM plugins to be written without any C or C++ code, and, more importantly, without vast knowledge of CIM. Cimbiote plugins register MOF files like any other CIM provider, and are fully accessible over standard CIM tools like wbemxec and wbemcli.
Config::Model::Backend::Augeas provides a bridge between Config::Model and Augeas configuration managements systems (à la /etc, not SCM). Augeas is able to load and write data while respecting the structure and comments of the original configuration file. Config::Model is able to validate the semantic content of the configuration file, but it will discard all comments and will write back configuration data using a canonical order.
Config::Model::Itself provides a configuration model for Config::Model. In other words, the structure of a model specification is described in Config::Model::Itself so you can use the same user interface to edit configuration data (for instance Xorg configuration data from xorg.conf) and Xorg model (if you need to add new parameters in Xorg model). You can also create your own configuration model to get a configuration tool for your own application.
Config::Model::OpenSsh is a graphical configuration editor for OpenSSH configuration files (e.g. /etc/ssh/sshd_config, /etc/ssh/ssh_config, or ~/.ssh/config). Other user interfaces (curses and terminal) are also available. Programmers can choose to use the Perl API to modify or validate OpenSSH configuration. This program is based on Config::Model.
Config::Model::TkUI provides a graphical interface to Config::Model. With this project, Config::Model, and a configuration model (like Config::Model::Xorg), a user gets a tool to edit configuration files. This configuration editing tool provides on-line help and validation of configuration data.
DB Copy Plugin is a database copying plugin for the SQuirreL SQL Client. It makes it possible to copy and paste tables from one session to another and between different databases and includes primary key and foreign key constraints for copied tables, and uses Hibernate 3.0 internally to perform database object type mappings. It supports Firebird, Oracle, Sybase, MS SQL Server, MySQL, HyperSonic, Pointbase, and PostgreSQL, and allows the user to select a Hibernate dialect for the destination database if one couldn't be determined automatically.