| Home | Photos | Scripts | Programs / Code / Patches | GPG Keys | IRC Stats |
courier-authlib-0.57.pam_local_domain_auth.patch is a patch for courier-authlib that will allow local system users to authenticate using <username>@<domain.com> style usernames similar to how they would authenticate if the system ran vpopmail or vmailmgr. This lets you have one domain that is local to the system and many virtual domains, all authenticating in the same fashion. When they connect to courier-imap or courier-pop they can also still authenticate with just <username> if they are system users.
This is a program I wrote to dump mod_log_sql databases into
common log format based on any of virtual host, month, and year parameters. Its most common use is to
create a normal log format that can be piped into a log analyzer such as webalizer.
SourceForge Page
Here's a small cgi written in c that just prints the POST variables it receives.
This is a small cgi written in c++ that just finds the newest file in a directory and displays it.
findnewestfile.cgi
This is a ping tool I wrote just to mess around. It was written in c++.
Ping Tool
This is a noc schedule calculator I wrote while I worked for Tera-Byte. It was written entirely in c and took me about 12 hours. That might seem like a long time but the way they work the schedule is sorta messed. You can try it here, and check out the code here.