log src/lib-auth/auth-server-connection.c @ 9415:2a48aa6e2bce HEAD

age author description
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Fri, 19 Dec 2008 09:06:38 +0200 Timo Sirainen Renamed hash_*() to hash_table_*() to avoid conflicts with OSX's strhash.h HEAD
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
Sat, 27 Oct 2007 20:04:56 +0300 Timo Sirainen If auth server hasn't responded to handshake in 30 seconds, log an error and 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 14:04:06 +0300 Timo Sirainen pool_unref() now takes ** pointer. HEAD
Sun, 16 Sep 2007 12:35:01 +0300 Timo Sirainen hash_destroy() and hash_iterate_deinit() now take ** pointer. HEAD
Sun, 16 Sep 2007 12:09:30 +0300 Timo Sirainen Changed buffer_free() and buffer_free_without_data() APIs to take ** pointer HEAD
Thu, 02 Aug 2007 18:27:46 +0300 Timo Sirainen Renamed i_stream_create_file() to i_stream_create_fd(). HEAD
Thu, 02 Aug 2007 18:23:22 +0300 Timo Sirainen Split o_stream_create_file() to _create_fd() and _create_fd_file(). HEAD
Tue, 24 Jul 2007 06:59:56 +0300 Timo Sirainen Removed memory pool parameter from iostreams. Default pool was almost always HEAD
Fri, 16 Mar 2007 17:23:53 +0200 Timo Sirainen If net_connect_unix() fails, assume also that ECONNREFUSED may be a HEAD
Fri, 15 Dec 2006 20:38:08 +0200 Timo Sirainen Replaced void *context from a lot of callbacks with the actual context HEAD
Fri, 15 Dec 2006 19:16:26 +0200 Timo Sirainen Removed support for external I/O loop. The point was originally that this HEAD
Tue, 07 Nov 2006 16:55:32 +0200 Timo Sirainen Reduce memory usage in case we read a lot of auth replies at once. HEAD
Sat, 14 Jan 2006 20:47:20 +0200 Timo Sirainen deinit, unref, destroy, close, free, etc. functions now take a pointer to 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
Fri, 28 Oct 2005 20:11:36 +0300 Timo Sirainen Give error message if auth server didn't return mechanism list. HEAD
Sun, 14 Aug 2005 23:39:22 +0300 Timo Sirainen If UNIX socket connection fails with EAGAIN, try again for a while. HEAD
Wed, 15 Dec 2004 19:52:17 +0200 Timo Sirainen Connect to available auth sockets by round robin. HEAD
Fri, 22 Oct 2004 16:42:55 +0300 Timo Sirainen Separate major/minor version with TAB instead of dot in VERSION. HEAD
Tue, 19 Oct 2004 03:51:21 +0300 Timo Sirainen Added VERSION command and checking to authentication protocol. HEAD
Wed, 13 Oct 2004 19:38:32 +0300 Timo Sirainen Changed dovecot-auth protocol to ASCII based. Should be easier now to write HEAD
Fri, 08 Oct 2004 20:51:47 +0300 Timo Sirainen Buffer API change: we no longer support limited sized buffers where HEAD
Sun, 15 Aug 2004 06:40:30 +0300 Timo Sirainen We never do blocking reads/writes to network anymore. Changed imap and pop3 HEAD
Sat, 03 Jul 2004 01:03:36 +0300 Timo Sirainen Added APOP authentication for POP3. Patch by Andrey Panin. HEAD
Sun, 30 May 2004 04:40:47 +0300 Timo Sirainen Allow using more easily outside dovecot. HEAD
Sun, 30 May 2004 00:40:30 +0300 Timo Sirainen Removed hardcoded mechanism lists. It's now possible to add them HEAD
Fri, 22 Aug 2003 09:37:57 +0300 Timo Sirainen fixes HEAD
Fri, 22 Aug 2003 06:34:03 +0300 Timo Sirainen bugfixes HEAD
Fri, 22 Aug 2003 05:42:12 +0300 Timo Sirainen Moved client side code for auth process handling to lib-auth. Some other login process cleanups. HEAD