Links
Archives
- September 2010 (1)
- August 2010 (2)
- July 2010 (2)
- June 2010 (3)
- April 2010 (2)
- March 2010 (2)
- February 2010 (1)
- January 2010 (3)
- December 2009 (1)
- September 2009 (1)
- August 2009 (5)
- July 2009 (2)
- June 2009 (3)
- May 2009 (1)
- March 2009 (2)
- February 2009 (1)
- January 2009 (1)
- December 2008 (3)
- November 2008 (6)
- October 2008 (2)
- September 2008 (2)
- May 2008 (1)
- April 2008 (1)
- March 2008 (3)
- January 2008 (1)
- December 2007 (2)
- November 2007 (3)
- October 2007 (5)
- September 2007 (5)
- August 2007 (2)
- July 2007 (6)
- June 2007 (3)
- May 2007 (7)
- April 2007 (6)
- March 2007 (1)
- February 2007 (1)
- January 2007 (1)
- December 2006 (5)
- November 2006 (4)
- October 2006 (1)
- September 2006 (4)
- August 2006 (2)
- July 2006 (9)
- June 2006 (9)
- May 2006 (3)
- April 2006 (2)
- March 2006 (7)
- February 2006 (5)
- January 2006 (3)
- December 2005 (6)
- November 2005 (2)
- October 2005 (8)
- September 2005 (8)
- August 2005 (5)
- July 2005 (8)
- June 2005 (8)
- May 2005 (2)
- April 2005 (8)
- March 2005 (10)
- February 2005 (2)
- January 2005 (2)
- December 2004 (6)
- November 2004 (7)
- October 2004 (2)
- September 2004 (1)
- August 2004 (5)
- July 2004 (3)
- June 2004 (6)
- April 2004 (1)
- March 2004 (2)
- February 2004 (2)
- January 2004 (1)
- November 2003 (5)
- October 2003 (3)
- September 2003 (6)
Monthly Archives: April 2005
SNI Support in Mozilla
There is now a patch to support Server Name Indication in Mozilla!
Coal isn’t a Fossil Fuel?
So, I really try to avoid most political issues.. but Seriously, this is wrong. Quote from http://www.whitehouse.gov/news/releases/2005/04/20050427-3.html : …. We need to get on a path away from the fossil fuel economy. …. And Later… Quote from http://www.whitehouse.gov/news/releases/2005/04/20050427-3.html : …. … Continue reading
TLS Server Name Indication.
I have TLS 1.1 Server Name Indication working in mod_gnutls. What is Server Name Indication? When a client connects to a server using SSL, the server will send the Public Certificate to them. This enables them to actually decrypt the … Continue reading
Browser Detection.. is bad.
UMO uses browser detection to try to determine which version of some extensions you want to download. For example, the Enigmail Extension, you need a version for every OS, including Windows, Linux and OS X. Look at the Enigmail Page. … Continue reading
GPL Libraries suck
I am fed up with people creating LIBRARIES and then licening them under the GPL. Please use the LGPL. Thanks. Todays disapointment was in regards to the Xapian search engine library. I am still trying to find a full text … Continue reading
Forcing a Kernel Panic
Ever Wondered how to panic a Linux Kernel? It is really easy. Here is your source code: Quote from panic.c: #define __NO_VERSION__ #include <linux/version.h> #include <linux/kernel.h> #include <linux/module.h> int init_module(void) { panic(” insert lame excuse here”); return 0; } Then … Continue reading
TCP_CORK is good for your server
Christopher Baus has a great article on TCP_CORK. Hopefully this weekend I can do some tcpdump action on apache, and look at how much packet fragmentation there is, since Apache does not use TCP_CORK, but instead it only uses TCP_NODELAY, … Continue reading
The long road of development….
I released mod_gnutls today. I started hacking on the idea in August 2004, more than 7 months ago. This is the longest any of my open source modules have been under development without a release. mod_gnutls is an alternative to … Continue reading