Download List

Projeto Descrição

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.

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.

2008-09-04 07:51
0.5

A operação de abertura é dividido em três operações para permitir mais fina log: leitura aberta / write, aberto somente leitura, e aberta somente escrita.
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

Várias correções de bugs e Fuse 2,6 compatibilidade. LoggedFS agora suporta inodes.
Tags: Major bugfixes
Various bug corrections and Fuse 2.6 compatibility. LoggedFS now supports inodes.

2006-01-15 21:40
0.3

LoggedFS agora é transparente, assim você não precisa de um back-end e uma montagem mais. Você pode apenas fazer "loggedfs-f-p / var" e ver o que acontece em / var. Há um novo atributo na configuração XML para registrar apenas os sucessos ou fracassos. Há uma nova opção l para log para um arquivo.
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

Uma opção p novo que permite que outros usuários vejam loggedfs montado arquivos (e assim loggedfs pode fazer o que eles fazem sobre ela).
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

Há um novo arquivo de configuração em XML, que permite que você para ser mais preciso sobre o que você deseja fazer e aquilo que você não deseja fazer logon.
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