log src/auth/mech.c @ 8958:16c286aee307 HEAD

age author description
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Wed, 13 Aug 2008 16:43:29 -0400 Timo Sirainen Renamed auth_ntlm_use_winbind to auth_use_winbind, HEAD
Wed, 13 Aug 2008 16:22:53 -0400 Timo Sirainen Support GSS-SPNEGO mechanism if GSSAPI library supports it. HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. 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
Tue, 07 Aug 2007 01:00:12 +0300 Timo Sirainen Added --with-gssapi=plugin HEAD
Mon, 06 Aug 2007 21:12:51 +0300 Timo Sirainen Added support for Samba's ntlm_auth helper. It's used for GSS-SPNEGO HEAD
Sun, 10 Jun 2007 12:58:06 +0400 Andrey Panin Further const'ification of struct mech_module. HEAD
Tue, 22 May 2007 15:43:51 +0300 Timo Sirainen Declare extern struct mech_modules also const HEAD
Tue, 22 May 2007 09:47:45 +0400 Andrey Panin Constify struct mech_module. HEAD
Sun, 12 Nov 2006 21:36:39 +0200 Timo Sirainen Added OTP and S/KEY authentication mechanisms. Patch by Andrey Panin. HEAD
Sat, 17 Jun 2006 22:15:20 +0300 Timo Sirainen Added mech_generic_auth_internal() and mech_generic_auth_free() functions HEAD
Thu, 27 Oct 2005 17:57:50 +0300 Timo Sirainen Added GSSAPI support. Patch by Jelmer Vernooij and some fixes by 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 19:27:20 +0200 Timo Sirainen Make FAIL reply contain "temp" parameter if the authentication failed 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
Wed, 08 Dec 2004 04:27:39 +0200 Timo Sirainen Requests in failed response queue could still be found from request queue HEAD
Mon, 06 Dec 2004 18:55:57 +0200 Timo Sirainen Crashfix for passdb cache. Patch by Andrey Panin. HEAD
Mon, 06 Dec 2004 18:42:12 +0200 Timo Sirainen Mechanism list / passdb compatibility checking wasn't working because we HEAD
Thu, 21 Oct 2004 05:23:09 +0300 Timo Sirainen Added simple LRU cache for auth requests. Currently only for sql passdb. HEAD
Thu, 21 Oct 2004 02:34:34 +0300 Timo Sirainen Changed %p (protocol) -> %s (service). Also changed %P (pid) -> %p. HEAD
Tue, 19 Oct 2004 05:51:37 +0300 Timo Sirainen s/protocol/service/ in authentication HEAD
Mon, 18 Oct 2004 04:00:42 +0300 Timo Sirainen Authentication OK and FAIL replies can now contain extra fields from passdb. HEAD
Sat, 16 Oct 2004 01:56:10 +0300 Timo Sirainen extra assert 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:32:32 +0300 Timo Sirainen Renamed pop3_mails_keep_recent to pop3_no_flag_updates which includes HEAD
Sun, 10 Oct 2004 17:21:07 +0300 Timo Sirainen Fix some potential crashes HEAD
Sun, 10 Oct 2004 16:55:09 +0300 Timo Sirainen Removed Cyrus SASL code completely. It hasn't worked for ages (if ever?) and HEAD
Fri, 08 Oct 2004 20:51:47 +0300 Timo Sirainen Buffer API change: we no longer support limited sized buffers where HEAD
Tue, 05 Oct 2004 18:30:03 +0300 Timo Sirainen Use the library function for username string sanitization. HEAD
Sun, 26 Sep 2004 18:51:57 +0300 Timo Sirainen Don't allow empty usernames. Solaris PAM seems to eat all memory with them. HEAD
Mon, 20 Sep 2004 23:48:31 +0300 Timo Sirainen type fixes HEAD
Wed, 15 Sep 2004 16:20:16 +0300 Timo Sirainen Compiler warning fixes and cleanups HEAD
Tue, 31 Aug 2004 12:31:18 +0300 Timo Sirainen Changed "invalid username" error message. HEAD
Sat, 28 Aug 2004 16:25:42 +0300 Timo Sirainen Added auth_username_translation setting. HEAD
Thu, 19 Aug 2004 06:56:01 +0300 Timo Sirainen Added Compuserve RPA authentication. Patch by Andrey Panin. HEAD
Thu, 19 Aug 2004 02:42:31 +0300 Timo Sirainen fixes HEAD
Wed, 28 Jul 2004 18:39:29 +0300 Timo Sirainen NTLM authentication. Patch by Andrey Panin HEAD
Thu, 22 Jul 2004 16:42:02 +0300 Timo Sirainen Added LOGIN SASL mechanism. Patch by Andrey Panin HEAD
Sat, 03 Jul 2004 01:03:36 +0300 Timo Sirainen Added APOP authentication for POP3. Patch by Andrey Panin. HEAD
Mon, 31 May 2004 23:10:02 +0300 Timo Sirainen Delay reporting failed authentications HEAD
Mon, 31 May 2004 21:57:25 +0300 Timo Sirainen Logging changes. Make sure we don't write control characters to log and also HEAD
Mon, 31 May 2004 21:04:46 +0300 Timo Sirainen Added %l, %r and %P variables and mail_log_prefix setting. HEAD
Sun, 30 May 2004 04:40:30 +0300 Timo Sirainen Case insensitive lookups for mechanism names 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 20:06:49 +0300 Timo Sirainen Don't use hardcoded protocol list for auth process, string is just fine. 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
Mon, 17 May 2004 04:32:16 +0300 Timo Sirainen Added ssl_require_client_cert auth-specific setting. Hide HEAD
Mon, 10 Nov 2003 22:36:02 +0200 Timo Sirainen CRAM-MD5 mechanism by Joshua Goodall, plus some cleanups. HEAD
Mon, 20 Oct 2003 07:15:16 +0300 Timo Sirainen Added t_strsplit_spaces(). 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 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
Thu, 08 May 2003 06:24:57 +0300 Timo Sirainen Added support for ANONYMOUS SASL mechanism. HEAD
Wed, 02 Apr 2003 05:09:41 +0300 Timo Sirainen Moved auth_username_chars from db-pgsql to generic for all. Some other HEAD
Wed, 02 Apr 2003 04:00:02 +0300 Timo Sirainen Added auth_default_realm (based on patch by Kristian Hoffmann) HEAD