Difference between revisions of "Projects"

From Linuxnetworks
Jump to: navigation, search
(initial)
 
(phpGeneral)
Line 27: Line 27:
 
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.
 
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 on [[phpGeneral]]
+
More on [[PHPGeneral]]
  
 
== Linux Message Center ==
 
== Linux Message Center ==

Revision as of 22:16, 16 April 2007

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 on OpenDBX

PowerDNS OpenDBX Backend

PowerDNS is an extremly 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 on PowerDNS OpenDBX Backend

PowerDNS LDAP Backend

PowerDNS is an extremly 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 on 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 on 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 on 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 on Linux Message Center

Secure Internet File System

A new filesystem implementation for the Linux kernel. It's a network filesystem emphasising 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 on Secure Internet Filesystem

Auth.GNU

Proposal for an authentication mechanism of the dotGNU framework.

More on Auth.GNU

Stratos

A few thoughts about the requirements for a round-based multiplayer network game.

More on Stratos