log src/auth/auth-master-connection.c @ 9008:fc4f65a4ca60 HEAD

age author description
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
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Tue, 07 Aug 2007 13:56:33 +0300 Timo Sirainen Do username checks and translations with userdb lookups. 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
Tue, 03 Jul 2007 03:20:06 +0300 Timo Sirainen Changed userdb callback API. Don't require uid/gid to be returned by userdb. HEAD
Mon, 16 Apr 2007 21:02:02 +0300 Timo Sirainen Log an error and disconnect with unknown commands. HEAD
Wed, 21 Mar 2007 22:12:59 +0200 Timo Sirainen If doing a plain userdb lookup with userdb static, verify the user's HEAD
Fri, 19 Jan 2007 17:19:32 +0200 Timo Sirainen Several fixes to handling deinitialization without crashing. 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, 09 Dec 2006 17:11:48 +0200 Timo Sirainen We treated internal userdb lookup errors as "user unknown" errors. In such HEAD
Sun, 12 Nov 2006 21:54:26 +0200 Timo Sirainen Removed "DIE" command from auth protocol. It wasn't implemented, and I'm not HEAD
Mon, 31 Jul 2006 02:05:30 +0300 Timo Sirainen Debug: Don't log empty error when writing "master out" debug lines. HEAD
Sun, 26 Feb 2006 12:04:59 +0200 Timo Sirainen Added i_stream_destroy() and o_stream_destroy() and used them instead of HEAD
Sun, 29 Jan 2006 14:14:40 +0200 Timo Sirainen Call io_remove() before closing the fd. It's required by kqueue. 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
Wed, 05 Oct 2005 22:44:05 +0300 Timo Sirainen Added "master out" debugging also for USER queries from master (ie. from HEAD
Sun, 07 Aug 2005 14:41:19 +0300 Timo Sirainen s/occured/occurred/ 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, 17 May 2005 12:34:38 +0300 Timo Sirainen Master connection's USER command was leaking memory (with deliver binary). HEAD
Tue, 26 Apr 2005 14:43:30 +0300 Timo Sirainen USER auth command requires now service parameter and supports also others HEAD
Tue, 19 Apr 2005 16:11:12 +0300 Timo Sirainen Allow multiple master connections for a single listener. HEAD
Tue, 19 Apr 2005 09:54:41 +0300 Timo Sirainen Exit only if all master connections are lost, not only if one of them is. HEAD
Mon, 07 Mar 2005 22:21:52 +0200 Timo Sirainen Handle USER requests from master connections. HEAD
Mon, 07 Mar 2005 20:55:13 +0200 Timo Sirainen Replaced userdb/passdb settings with blocks so it's possible to give HEAD
Tue, 01 Mar 2005 00:19:21 +0200 Timo Sirainen Restructuring of auth code. Balancer auth processes were a bad idea. Usually 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 21:10:13 +0200 Timo Sirainen Don't close balancer listener after one worker has connected.. 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 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
Thu, 06 Jan 2005 17:41:53 +0200 Timo Sirainen Added authentication debugging logging. HEAD
Thu, 09 Dec 2004 00:35:50 +0200 Timo Sirainen When master looked for auth request, it didn't check if the authentication HEAD
Fri, 22 Oct 2004 16:42:55 +0300 Timo Sirainen Separate major/minor version with TAB instead of dot in VERSION. HEAD
Wed, 20 Oct 2004 20:49:02 +0300 Timo Sirainen Put SPID back, it's needed for standalone dovecot-auth. HEAD
Wed, 20 Oct 2004 20:07:32 +0300 Timo Sirainen Changed ostream's flush callback to have return value which can tell if HEAD
Tue, 19 Oct 2004 03:51:21 +0300 Timo Sirainen Added VERSION command and checking to authentication protocol. HEAD
Sat, 16 Oct 2004 02:12:51 +0300 Timo Sirainen Created generic asynchronous SQL API and implemented MySQL and PostgreSQL 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
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
Wed, 23 Jun 2004 20:50:43 +0300 Timo Sirainen Dovecot can now connect to externally running dovecot-auth. HEAD
Sun, 30 May 2004 00:40:30 +0300 Timo Sirainen Removed hardcoded mechanism lists. It's now possible to add them HEAD
Sat, 29 May 2004 19:43:22 +0300 Timo Sirainen dovecot-auth can now be run by itself, it listens in UNIX sockets specified HEAD
Tue, 25 May 2004 01:33:50 +0300 Timo Sirainen Fixed var_expand() to take a table of variables rather than a few predefined HEAD
Sun, 21 Sep 2003 19:21:36 +0300 Timo Sirainen data_stack_pool split into two: unsafe_data_stack_pool which works like HEAD
Fri, 22 Aug 2003 09:51:15 +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