Hi. This is a small page with links to open source
projects I have done that might be useful for someone.
You can contact me by email
wrobel@blues.ath.cx.
Firekeeper
Good news - my project was accepted by the Shmoo Group in the Summer of
Code program. I've created a blog for it.
deNAT
DeNAT is an easly configurable Python script that captures network traffic and detects
computers using NAT (short for Network Address Translation). It can be
useful for those who want to investigate structure of their network. See
attached documentation to
learn more about how it works or just download
the whole package and give it a try.
Mingetty autorelogin feature
If you like to work on a text console you might find it useful.
With this patch you have to log in only on one virtual console.
On others you can use arrows to choose the same login and you will be
logged in automatically without prompting for a password again.
Mingetty was written by Florian La Roche, I tried to contact him
via sourceforge but I guess his email there is not valid.
Patched version is here
original on sourceforge .
Out of Kernel FileSystem
This is my biggest open source project
but still unfinished. The goal is to implement Linux virtual
filesystem that works entirely at the user level and does not require
any kernel patch or module. I am using Linux ptrace system call to
accomplish this task but since this call is "unique and arcane" (lots
of undocumented, strange behaviour) it is quite difficult. Most of
a work is done and I hope that I will find time to finish OKFS in a
future. As for now, if you are interested in details how this system
works you can read
documentation
or download source
code
.