log src/auth/auth-client-connection.c @ 9608:f30e6a345d73 HEAD

age author description
Mon, 25 Jan 2010 01:18:58 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Sun, 09 Mar 2008 12:37:26 +0200 Timo Sirainen Use auth-stream API to build all TAB-delimited strings to make sure strings 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
Wed, 05 Dec 2007 17:19:57 +0200 Timo Sirainen Minor optimization. HEAD
Sat, 27 Oct 2007 20:07:44 +0300 Timo Sirainen auth_debug: Log new auth connections and their PIDs. HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. 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
Mon, 16 Apr 2007 21:02:02 +0300 Timo Sirainen Log an error and disconnect with unknown commands. HEAD
Fri, 15 Dec 2006 20:38:08 +0200 Timo Sirainen Replaced void *context from a lot of callbacks with the actual context HEAD
Sat, 01 Jul 2006 21:40:34 +0300 Timo Sirainen Moved the <hidden> string into a macro. Hide the password also from LDAP HEAD
Fri, 05 May 2006 18:07:04 +0300 Timo Sirainen If authentication client does something bad, don't crash the whole process HEAD
Sun, 22 Jan 2006 14:21:46 +0200 Timo Sirainen Removed assert, since it may happen and crash dovecot-auth. HEAD
Sun, 22 Jan 2006 13:33:27 +0200 Timo Sirainen Added auth_debug_passwords setting. If it's not enabled, hide all password 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, 29 Jul 2005 12:21:27 +0300 Timo Sirainen Removed unused code HEAD
Mon, 04 Jul 2005 14:32:13 +0300 Timo Sirainen Moved array declaration to array-decl.h and include it in lib.h. So array.h HEAD
Tue, 19 Apr 2005 16:11:12 +0300 Timo Sirainen Allow multiple master connections for a single listener. HEAD
Sat, 12 Feb 2005 15:47:20 +0200 Timo Sirainen userdb can now return extra parameters to master. Removed special handling HEAD
Sun, 09 Jan 2005 18:54:48 +0200 Timo Sirainen Changed the way multiple auth processes are handled. It no longer uses a pid HEAD
Sun, 09 Jan 2005 02:49:18 +0200 Timo Sirainen Moving code around. HEAD
Sat, 08 Jan 2005 23:37:32 +0200 Timo Sirainen Another try with API cleanup. HEAD
Sat, 08 Jan 2005 23:22:52 +0200 Timo Sirainen API cleanup HEAD
Sat, 08 Jan 2005 21:01:31 +0200 Timo Sirainen Removed SERVICE command. It's quite useless extra state to keep around. HEAD
Sat, 08 Jan 2005 18:56:04 +0200 Timo Sirainen Added auth_request_log_*(). HEAD
Sat, 08 Jan 2005 17:59:49 +0200 Timo Sirainen Cleanups. HEAD
Fri, 07 Jan 2005 21:55:49 +0200 Timo Sirainen Reorganized the code to have less global/static variables. HEAD
Fri, 07 Jan 2005 20:51:10 +0200 Timo Sirainen Split auth_request* functions from mech.c to auth-request.c HEAD
Fri, 07 Jan 2005 20:15:14 +0200 Timo Sirainen Added "passdb" userdb. It works only if passdb gives all the information HEAD
Fri, 07 Jan 2005 19:27:20 +0200 Timo Sirainen Make FAIL reply contain "temp" parameter if the authentication failed HEAD
Mon, 01 Nov 2004 15:53:14 +0200 Timo Sirainen Crashfix in some error conditions 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 18:47:31 +0300 Timo Sirainen Don't crash with invalid auth client input. 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
Tue, 19 Oct 2004 02:03:54 +0300 Timo Sirainen Use reason=xx field in FAIL to report the error message instead of separate HEAD
Mon, 18 Oct 2004 22:21:40 +0300 Timo Sirainen Added IMAP and POP3 proxying support. HEAD
Mon, 18 Oct 2004 04:00:42 +0300 Timo Sirainen Authentication OK and FAIL replies can now contain extra fields from passdb. HEAD
Wed, 13 Oct 2004 22:11:33 +0300 Timo Sirainen Auth protocol fix 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
Sun, 10 Oct 2004 17:21:07 +0300 Timo Sirainen Fix some potential crashes HEAD
Sat, 28 Aug 2004 14:04:14 +0300 Timo Sirainen Process all input data from stream. HEAD
Sat, 28 Aug 2004 14:02:55 +0300 Timo Sirainen Fixed memory leak. HEAD
Thu, 19 Aug 2004 02:42:31 +0300 Timo Sirainen fixes 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 00:40:30 +0300 Timo Sirainen Removed hardcoded mechanism lists. It's now possible to add them HEAD
Wed, 03 Dec 2003 02:40:21 +0200 Timo Sirainen Changed hash_foreach() to iterator. HEAD
Fri, 22 Aug 2003 18:40:12 +0300 Timo Sirainen crashfix HEAD
Fri, 22 Aug 2003 09:44:33 +0300 Timo Sirainen fix HEAD
Fri, 22 Aug 2003 07:57:49 +0300 Timo Sirainen Fixed crash if login process connection died while there were some auth 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