log src/auth/auth-client-connection.h @ 22614:cf66220d281e

age author description
Fri, 14 Sep 2012 21:48:45 +0300 Stephan Bosch Added support to perform token-based service process authentication.
Mon, 25 Jun 2012 00:01:59 +0300 Timo Sirainen Added o_stream_nsend*() and related functions to make delayed error handling safer.
Mon, 09 Jan 2012 16:29:37 +0200 Timo Sirainen auth: Use linked list instead of array for storing list of auth connections.
Wed, 12 May 2010 16:40:22 +0200 Timo Sirainen auth: Separate auth and login connections. Non-login requests are freed immediately after auth finished. HEAD
Mon, 19 Oct 2009 21:42:09 -0400 Timo Sirainen Redesigned how login process passes connections to mail processes and changed related APIs. HEAD
Wed, 14 Oct 2009 18:25:29 -0400 Timo Sirainen auth: Identify clients using a 128bit random cookie on top of the existing PID. HEAD
Thu, 23 Apr 2009 19:53:44 -0400 Timo Sirainen Initial commit for v2.0 master rewrite. Several features are still missing. HEAD
Sun, 16 Sep 2007 11:31:27 +0300 Timo Sirainen Changed .h ifdef/defines to use <NAME>_H format. HEAD
Sat, 14 Jan 2006 20:47:20 +0200 Timo Sirainen deinit, unref, destroy, close, free, etc. functions now take a pointer to HEAD
Tue, 19 Apr 2005 16:11:12 +0300 Timo Sirainen Allow multiple master connections for a single listener. HEAD
Sun, 09 Jan 2005 02:49:18 +0200 Timo Sirainen Moving code around. HEAD
Sat, 08 Jan 2005 21:01:31 +0200 Timo Sirainen Removed SERVICE command. It's quite useless extra state to keep around. HEAD
Fri, 07 Jan 2005 21:55:49 +0200 Timo Sirainen Reorganized the code to have less global/static variables. HEAD
Tue, 19 Oct 2004 05:51:37 +0300 Timo Sirainen s/protocol/service/ in authentication HEAD
Tue, 19 Oct 2004 03:59:12 +0300 Timo Sirainen If auth client sends broken input and we disconnect it, wait for a while 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
Sat, 03 Jul 2004 01:03:36 +0300 Timo Sirainen Added APOP authentication for POP3. Patch by Andrey Panin. 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