Download List

Descripción del Proyecto

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.

System Requirements

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

Soporte de cliente de MySQL y MySQL puesta en común de conexión se han añadido. Chown y acciones chmod puede actuar en consecuencia. Un error potencialmente malo en el módulo del kernel se ha resuelto.
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

El módulo del kernel ahora construye y funciona con versiones de gcc más tardar el 3.2. Un tiempo de espera de -1 ahora trabaja como documentados. Una pérdida de memoria defectuosos se fija en el demonio. El tipo de acción se llevó a cabo EXEC (de sobra la sobrecarga de una concha que se bifurcan).
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 error en la acción de comando que era la causa de todos los comandos para volver cierto incluso si estuvieran aún en marcha o no se ha solucionado. Documentación francesa se ha añadido. El sistema de autotools se ha actualizado para automake 1.6 para más uniforme se basa en las plataformas. Un README-redhat con RedHat construir pistas se ha añadido. Las advertencias del compilador se han fijado.
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

Una solución para construir un núcleo importante problema (de colgar muchas distribuciones), y un mejor control de la dependencia con 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 sintaxis del archivo de configuración ha sido mejorado. El tipo de acción es necesario especificar ahora (FTP o SHELL), y la sustitución de las palabras clave nombre de archivo se han modificado (__FILE__ en lugar de _FILE_). Una pérdida de módulo de memoria cuando no estaba leyendo desde el dispositivo ha sido reparado, así como una violación de segmento en caso de fallo de comandos FTP.
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