log src/auth/Makefile.am @ 22614:cf66220d281e

age author description
Fri, 19 May 2017 10:45:09 +0300 Timo Sirainen auth: Fix linking duplicate .a libraries to unit test
Fri, 28 Apr 2017 12:49:37 +0300 Aki Tuomi auth: Add test suite for username filter
Fri, 28 Apr 2017 10:25:14 +0300 Aki Tuomi auth: Refactor auth to use libauth.la
Mon, 13 Feb 2017 15:33:21 +0200 Aki Tuomi auth: Add oauth2 passdb
Sat, 04 Feb 2017 23:56:04 +0200 Aki Tuomi auth: Add xoauth2 and oauthbearer mechanisms
Tue, 10 Jan 2017 15:55:17 +0200 Timo Sirainen auth: Fix compiling tests
Sun, 08 Jan 2017 20:09:33 +0200 Aki Tuomi auth-policy: Enable SSL connections
Wed, 29 Jun 2016 14:43:31 +0300 Timo Sirainen auth: Finish policy.[ch] renaming..
Fri, 03 Jun 2016 20:21:42 +0300 Aki Tuomi auth-policy: Add policy implementation
Wed, 27 Apr 2016 09:14:29 +0300 Aki Tuomi auth: Add PBKDF2 password scheme
Tue, 03 May 2016 17:43:00 +0300 Timo Sirainen auth: Makefile dependency fix
Tue, 09 Feb 2016 10:34:29 +0200 Timo Sirainen Makefile: Added missing auth-request-stats.h
Mon, 08 Feb 2016 16:20:46 +0200 Timo Sirainen auth: If auth_stats=yes, send statistics to stats process.
Fri, 29 May 2015 21:39:33 +0300 Timo Sirainen auth: Added %{passdb:field} and %{userdb:field} variables
Fri, 29 May 2015 20:56:13 +0300 Timo Sirainen auth: Added unit test for auth %variable expansion.
Fri, 29 May 2015 19:55:47 +0300 Timo Sirainen auth: Moved var_expand() related code to its own file.
Sun, 08 Dec 2013 19:00:31 +0200 Timo Sirainen auth: passdb/userdb dict rewrite to support more complex configuration.
Mon, 25 Feb 2013 13:00:40 +0200 Timo Sirainen MODULE_LIBS is now part of LIBDOVECOT. No need to explicitly link it everywhere.
Wed, 30 Jan 2013 19:57:20 +0200 Timo Sirainen auth: Code cleanup: Renamed auth-stream to auth-fields.
Tue, 06 Nov 2012 01:04:24 +0200 Timo Sirainen lib-ssl-iostream now dynamically loads openssl library instead of linking to it.
Wed, 19 Sep 2012 03:13:39 +0200 Florian Zeitz auth: Add and use SCRAM-SHA-1 password scheme
Sun, 16 Sep 2012 15:40:10 +0300 Timo Sirainen Makefile: Fixed test program dependencies
Fri, 14 Sep 2012 21:48:45 +0300 Stephan Bosch Added support to perform token-based service process authentication.
Sun, 08 Jul 2012 07:45:17 +0300 Timo Sirainen auth: Added "dict" passdb/userdb.
Wed, 14 Mar 2012 14:55:25 +0200 Timo Sirainen auth: Fixed auth cache key generation to support %{long} variables
Sun, 04 Mar 2012 15:30:31 +0200 Timo Sirainen Makefile: Link with SSL_LIBS whenever linking libssl_iostream.la
Sat, 25 Feb 2012 05:04:15 +0200 Timo Sirainen auth: Handle proxy_maybe=yes with host=hostname properly.
Mon, 09 Jan 2012 16:35:22 +0200 Timo Sirainen auth: Implemented support for Postfix's "TCP map" sockets for user existence lookups.
Thu, 01 Dec 2011 09:15:53 +0200 Timo Sirainen auth: Fixed loading authdb_imap plugin when Dovecot is configured --without-shared-libs
Fri, 16 Sep 2011 02:24:00 +0200 Florian Zeitz auth: Implement the SCRAM-SHA-1 SASL mechanism
Sat, 01 Oct 2011 17:24:09 +0300 Timo Sirainen auth: Renamed passdb_imap plugin to authdb_imap.
Mon, 26 Sep 2011 15:36:21 +0300 Timo Sirainen auth: Added passdb imap plugin.
Tue, 30 Aug 2011 05:27:54 +0300 Timo Sirainen auth: Added default_fields and override_fields settings to all passdbs and userdbs.
Thu, 30 Jun 2011 08:54:04 +0300 Timo Sirainen Fixed compiling ldap/sql/gssapi plugins.
Wed, 02 Jun 2010 16:08:07 +0100 Timo Sirainen auth: Added passdb static. HEAD
Sun, 09 May 2010 20:57:27 +0000 Pascal Volk auth: added new password scheme names {BLF,SHA256,SHA512}-CRYPT. HEAD
Thu, 08 Apr 2010 04:49:47 +0300 Timo Sirainen configure: Removed --enable-header-install. It's now always enabled. HEAD
Tue, 10 Nov 2009 15:08:24 -0500 Timo Sirainen auth: Added auth failure penalty tracking based on remote IP address. HEAD
Tue, 20 Oct 2009 21:11:19 -0400 Timo Sirainen dovecot-auth binary renamed to auth. 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
Sun, 18 Oct 2009 15:24:12 -0400 Timo Sirainen Makefiles: Separated LIBDOVECOT and LIBDOVECOT_DEPS. HEAD
Sun, 21 Jun 2009 23:09:33 -0400 Timo Sirainen Removed unnecessary macro definitions from Makefiles. HEAD
Mon, 25 May 2009 20:35:41 -0400 Timo Sirainen auth: Added support for EXTERNAL SASL mechanism. HEAD
Tue, 05 May 2009 12:35:05 -0400 Mark Washenberger Flattened header namespace on install. HEAD
Tue, 05 May 2009 11:57:04 -0400 Mark Washenberger Renamed headers to prevent collision if they were flattened on an install. HEAD
Thu, 30 Apr 2009 18:41:43 -0400 Timo Sirainen Moved auth-client-interface.h to lib-auth/. HEAD
Thu, 23 Apr 2009 19:53:44 -0400 Timo Sirainen Initial commit for v2.0 master rewrite. Several features are still missing. HEAD
Mon, 20 Apr 2009 18:07:46 -0400 Timo Sirainen Some binaries were missing list of library dependencies. HEAD
Tue, 14 Apr 2009 13:09:21 -0400 Timo Sirainen Added configure --without-shared-libs to link built binaries against static libraries. HEAD
Mon, 06 Apr 2009 17:10:44 -0400 Timo Sirainen Link -liconv to libdovecot.so if necessary. HEAD
Fri, 03 Apr 2009 19:47:59 -0400 Timo Sirainen Build libdovecot.so and libdovecot-storage.so. HEAD
Fri, 03 Apr 2009 19:00:52 -0400 Timo Sirainen Merged configuration rewrite. HEAD
Tue, 27 Jan 2009 18:21:53 -0500 Timo Sirainen Initial commit for config rewrite. HEAD
Thu, 26 Mar 2009 18:36:36 -0400 Timo Sirainen Fixed --with-ldap=plugin and --with-gssapi=plugin HEAD
Wed, 22 Oct 2008 00:29:54 +0300 Timo Sirainen Added support for userdb checkpassword. Patch by Sascha Wilde. HEAD
Thu, 12 Jun 2008 23:11:45 +0300 Timo Sirainen If we need -lcrypto for randomness, put it to $LIBS instead of $RAND_LIBS HEAD
Mon, 13 Aug 2007 15:02:45 +0300 Timo Sirainen Added missing userdb-static.h HEAD
Tue, 07 Aug 2007 01:00:12 +0300 Timo Sirainen Added --with-gssapi=plugin HEAD
Tue, 07 Aug 2007 00:51:16 +0300 Timo Sirainen --with-ldap=plugin builds LDAP passdb and userdb support as a plugin. HEAD
Mon, 06 Aug 2007 23:43:28 +0300 Timo Sirainen Changed plugin handling. We'll just load and call _init() functions for all HEAD