Downloadliste

Projektbeschreibung

LoggedFS is a transparent fuse-filesystem which allows you to log every operation that happens in the backend filesystem. Logs can be written to syslog, to a file, or to standard output. It comes with an XML configuration file in which you can choose exactly what you want to log. You can add filters on users, operations (open, read, write, chown, chmod, etc.), filenames, and return codes. Filename's filters are regular expressions. Since it is fuse-based, you don't need to change anything in your kernel or hard disk partition to use it.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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.

2008-09-04 07:51
0.5

Der offene Betrieb ist in drei Operationen unterteilt, damit mehr feinkörnigen Logging: open read / write read-only zu öffnen, und öffnen Sie write-only.
Tags: Minor feature enhancements
The open operation is divided into three operations to allow more fine grained logging: open read/write, open read-only, and open write-only.

2007-01-23 23:44
0.4

Diverse Fehlerkorrekturen und Fuse 2,6 Kompatibilität. LoggedFS unterstützt jetzt Inodes.
Tags: Major bugfixes
Various bug corrections and Fuse 2.6 compatibility. LoggedFS now supports inodes.

2006-01-15 21:40
0.3

LoggedFS ist nun transparent, so brauchen Sie nicht ein Backend und ein mountpoint mehr. Sie können einfach nicht "loggedfs-f-p / var" und sehen, was passiert in / var. Es gibt ein neues Attribut in der XML-Konfiguration, um nur Erfolge oder Misserfolge anmelden. Es gibt eine neue Option-l, um sich in eine Datei.
Tags: Major feature enhancements
LoggedFS is now transparent, so you don't need a backend and a mountpoint anymore. You can just do "loggedfs -f -p /var" and see what happens in /var. There is a new attribute in the XML configuration to log only successes or failures. There is a new -l option to log to a file.

2006-01-06 22:39
0.2.1

Eine neue Option-p, dass andere Benutzer sehen loggedfs eingebundenen Dateien ermöglicht (und damit loggedfs anmelden können, was sie tun).
Tags: Minor feature enhancements
A new -p option that allows other users to see loggedfs mounted files (and so loggedfs can log what they do on it).

2006-01-05 23:26
0.2

Es gibt eine neue Konfigurationsdatei in XML, die Sie genauer, was Sie wollen, um sich anzumelden und was Sie wollen nicht, um sich anzumelden ermöglicht.
Tags: Major feature enhancements
There's a new configuration file in XML, which allows you to be more precise on what you want to log and what you don't want to to log.

Project Resources