*** First OCSP Patch for 2.1 branch adding OCSP support to mod_ssl - the answer is not verified with a certificate.
*** mod_smtpd
14/06/05: i added the file smtp_utils.c with some tools to manipulate email 10/06/2005: you can find on the page a proof of concept as smtp_core.c, receiving email, parsing header and giving hand on data. Next step is : - clean the command handling and look how it can be better coded. - do a first module to convert client socket bucket to a file bucket for each email user. (should be enough to see a local delivery feature)
*** mod nav tracking
The module can build a map of the website using the referer, and know if ressource can be accessed directly, or if one ressource is needed before. Then, it use this map to control the navigation, and block direct access to ressource or user's who don't respect the navigation scheme.