log src/lib-auth/auth-server-connection.c @ 4891:6ab2712f1a93 HEAD

age author description
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