Télécharger la liste

Description du projet

changedfiles is a framework for filesystem replication, security monitoring, and/or automatic file transformations--essentially any application where you'd poll files or directories and either do something to them or send them somewhere else (or both). The difference is that the kernel tells you when they change instead of you having to poll. It's an easy real time FTP push mirror to one or multiple sites. It's also a full fledged MySQL client, so you can do realtime database operations (for example, batch imports). It consists of two parts: a kernel module (works with Linux kernel version 2.4) which reports to a device whenever a file on the filesystem changes, and a daemon which runs in user space and can be configured to do almost any action when a change to a file matching the one of the patterns it looks for is reported. The kernel module is SMP safe and has been tested on Intel, PowerPC, and Alpha.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-12-12 20:30
1.0-rc1

MySQL support client et de connexion MySQL mise en commun ont été ajoutées. Chown et chmod actions peuvent être mises en oeuvre. Un bug potentiellement mauvais dans le module du noyau a été résolu.
Tags: Major feature enhancements
MySQL client support and MySQL connection pooling have been added. Chown and chmod actions can be acted upon. A potentially bad bug in the kernel module has been resolved.

2003-11-25 04:53
0.9.8.1

Le module du noyau et fonctionne maintenant avec les versions de gcc au plus tard le 3.2. Un délai d'attente de -1 travaille maintenant comme documenté. Une fuite de mémoire défectueuse a été corrigé dans le démon. Le type d'action exec a été mis en œuvre (pour épargner les frais généraux du forking un shell).
Tags: Major bugfixes
The kernel module now builds and runs with gcc
versions later than 3.2. A TIMEOUT of -1 now works
as documented. A bad memory leak was fixed in the
daemon. The EXEC action type was implemented (to
spare the overhead of forking a shell).

2003-07-08 22:50
0.9.7

Un bogue dans l'action de commande qui était à l'origine toutes les commandes de retourner vrai même si elles étaient toujours en marche ou échoué a été corrigé. Documentation française a été ajoutée. Le système autotools a été mis à jour pour automake 1.6 pour plus uniforme s'appuie sur toutes les plateformes. Un README-REDHAT avec RedHat construire des indices a été ajouté. Avertissements du compilateur ont été corrigés.
Tags: Major bugfixes
A bug in the command action that was causing all commands to return true even if they were still running or failed has been fixed. French documentation has been added. The autotools system has been updated to automake 1.6 for more uniform builds across platforms. A README-REDHAT with RedHat build hints has been added. Compiler warnings have been fixed.

2003-06-17 01:12
0.9.6.1

Un correctif pour construire un noyau important problème (de raccrocher de nombreuses distributions), et une meilleure vérification des dépendances avec autoconf.
Tags: Minor bugfixes
A fix for a significant kernel build problem (hanging up many distributions), and better dependency checking with autoconf.

2003-06-04 23:11
0.9.6

La syntaxe du fichier de configuration a été remanié. Le type d'action doit être précisé maintenant (FTP ou Shell), et les mots-clés nom de fichier de substitution ont été modifiés (__FILE__ au lieu de _file_). Une fuite de mémoire du module lors de rien n'était lecture de l'appareil a été fixée, ainsi que d'une erreur de segmentation sur FTP commande échec.
Tags: Major bugfixes
The config file syntax has been revamped. The action type needs to be specified now (FTP or SHELL), and the filename substitution keywords have been modified (__FILE__ instead of _FILE_). A module memory leak when nothing was reading from the device has been fixed, as well as a segfault on FTP command failure.

Project Resources