Difference between revisions of "Projects"
(→phpGeneral) |
(→phpGeneral) |
||
Line 28: | Line 28: | ||
More about [[PHPGeneral]] | More about [[PHPGeneral]] | ||
− | |||
− | |||
− | |||
== Linux Message Center == | == Linux Message Center == |
Latest revision as of 18:23, 11 March 2010
Contents
OpenDBX
OpenDBX is a lightweight C API for accessing all kinds of relational databases by a single interface. If you are tired of implementing a interface to different databases of your own, this will save you a lot of work.
More about OpenDBX
PowerDNS OpenDBX Backend
PowerDNS is an extremely clean and versatile DNS server written by Bert Hubert. The OpenDBX backend enables it to fetch DNS information from every DBMS supported by the OpenDBX library and combines the power of one of the best DNS server implementations with the flexibility of the OpenDBX library.
More about PowerDNS OpenDBX Backend
PowerDNS LDAP Backend
PowerDNS is an extremely clean and versatile DNS server written by Bert Hubert. The LDAP backend enables it to fetch DNS information from every standard compliant LDAP server and combines the power of one of the best DNS server implementations with the ease of management provided by LDAP.
More about PowerDNS LDAP Backend
Code Library
This is a repository of code I've written for several projects and which might be also useful for other ones. It contains functions and classes written in various languages with documentation and examples for interested developers.
More about Code Library
phpGeneral
phpGeneral is a web based administration tool written for user, group and device management. It uses a LDAP server as backend for storing the object attributes and can be extended by writing modules to do additional tasks. The most often used plugin up to now is for managing Cyrus Imapd user accounts.
More about PHPGeneral
Linux Message Center
This is a compilation of Open Source components to build a full featured mail server including SMTP, IMAP, POP3 and a web interface. A detailed documentation is included how the components have to be set up.
More about Linux Message Center
Secure Internet File System
A new file system implementation for the Linux kernel. It's a network file system emphasizing on security and is based on the OpenSSH framework (server side and transport security). I've implemented a prototype as part of my diploma thesis.
More about Secure Internet Filesystem
Auth.GNU
Proposal for an authentication mechanism of the dotGNU framework.
More about Auth.GNU
Stratos
A few thoughts about the requirements for a round-based multi player network game.
More on Stratos