log src/login-common/ssl-proxy-gnutls.c @ 7238:983c6ea05de0 HEAD

age author description
Mon, 11 Feb 2008 20:17:00 +0200 Timo Sirainen Renamed T_FRAME_BEGIN/END to T_BEGIN/END. Removed T_FRAME() macro and HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Wed, 05 Dec 2007 17:47:44 +0200 Timo Sirainen Replaced t_push/t_pop calls with T_FRAME*() macros. HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Sun, 16 Sep 2007 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Sun, 18 Mar 2007 04:40:28 +0200 Timo Sirainen Set login process's default_pool to system_clean_pool. Changed some HEAD
Fri, 15 Dec 2006 20:38:08 +0200 Timo Sirainen Replaced void *context from a lot of callbacks with the actual context HEAD
Sun, 29 Jan 2006 14:14:40 +0200 Timo Sirainen Call io_remove() before closing the fd. It's required by kqueue. HEAD
Fri, 13 Jan 2006 22:25:57 +0200 Timo Sirainen Added "bool" type and changed all ints that were used as booleans to bool. HEAD
Sun, 07 Aug 2005 14:41:19 +0300 Timo Sirainen s/occured/occurred/ HEAD
Fri, 01 Oct 2004 17:41:16 +0300 Timo Sirainen Show clear error messages if --ssl is tried to be used but it's not HEAD
Mon, 03 May 2004 21:01:22 +0300 Timo Sirainen Fixed to compile with GNUTLS 1.0. Patch by Jaldhar H. Vyas. HEAD
Wed, 03 Dec 2003 02:40:21 +0200 Timo Sirainen Changed hash_foreach() to iterator. HEAD
Thu, 12 Jun 2003 02:26:13 +0300 Timo Sirainen OpenSSL proxy changes - hopefully fixes something. Also don't crash with HEAD
Sun, 18 May 2003 19:37:04 +0300 Timo Sirainen s/host/addr/ in a few network functions HEAD
Tue, 04 Mar 2003 04:18:09 +0200 Timo Sirainen net_* functions don't anymore set sockets to non-blocking by default. HEAD
Sun, 23 Feb 2003 21:44:46 +0200 Timo Sirainen Added setting verbose_ssl HEAD
Sun, 23 Feb 2003 12:53:21 +0200 Timo Sirainen proper deinit for gnutls proxy too HEAD
Sat, 08 Feb 2003 16:09:27 +0200 Timo Sirainen STARTTLS handshake failure fixes. HEAD
Tue, 28 Jan 2003 23:35:25 +0200 Timo Sirainen Moved common login process code to login-common, created pop3-login. HEAD