Difference between revisions of "Projects"

From Linuxnetworks
Jump to: navigation, search
(initial)
 
(phpGeneral)
 
(4 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
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.
 
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]]
+
More about [[OpenDBX]]
  
 
== PowerDNS OpenDBX Backend ==
 
== 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.
+
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 on [[PowerDNS OpenDBX Backend]]
+
More about [[PowerDNS OpenDBX Backend]]
  
 
== PowerDNS LDAP 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.
+
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 on [[PowerDNS LDAP Backend]]
+
More about [[PowerDNS LDAP Backend]]
  
 
== Code Library ==
 
== Code Library ==
Line 21: Line 21:
 
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.
 
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]]
+
More about [[Code Library]]
  
 
== phpGeneral ==
 
== 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.
+
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 about [[PHPGeneral]]
  
 
== Linux Message Center ==
 
== Linux Message Center ==
Line 33: Line 33:
 
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.
 
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]]
+
More about [[Linux Message Center]]
  
 
== Secure Internet File System ==
 
== 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.
+
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 on [[Secure Internet Filesystem]]
+
More about [[Secure Internet Filesystem]]
  
 
== Auth.GNU ==
 
== Auth.GNU ==
Line 45: Line 45:
 
Proposal for an authentication mechanism of the dotGNU framework.
 
Proposal for an authentication mechanism of the dotGNU framework.
  
More on [[Auth.GNU]]
+
More about [[Auth.GNU]]
  
 
== Stratos ==
 
== Stratos ==
  
A few thoughts about the requirements for a round-based multiplayer network game.
+
A few thoughts about the requirements for a round-based multi player network game.
  
 
More on [[Stratos]]
 
More on [[Stratos]]

Latest revision as of 18:23, 11 March 2010

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