log src/auth/Makefile.am @ 7844:7b39370dae6b HEAD

age author description
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
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
Tue, 03 Jul 2007 01:50:13 +0300 Timo Sirainen Added userdb nss which currently supports glibc-compatible NSS modules. HEAD
Fri, 29 Jun 2007 16:47:36 +0400 Andrey Panin Factor out duplicated verify_callback() function. HEAD
Sun, 13 May 2007 15:17:09 +0300 Timo Sirainen All password schemes can now be encoded with base64 or hex. The encoding is HEAD
Thu, 22 Feb 2007 23:50:46 +0200 Timo Sirainen Added --with-headers configure option to install .h files. HEAD
Sun, 12 Nov 2006 21:36:39 +0200 Timo Sirainen Added OTP and S/KEY authentication mechanisms. Patch by Andrey Panin. HEAD
Mon, 09 Oct 2006 00:25:15 +0300 Timo Sirainen Tru64 SIA authentication support. Patch by Simon L Jackson HEAD
Sun, 18 Jun 2006 12:50:13 +0300 Timo Sirainen Added -export-dynamic. HEAD
Thu, 27 Oct 2005 17:57:50 +0300 Timo Sirainen Added GSSAPI support. Patch by Jelmer Vernooij and some fixes by HEAD
Wed, 19 Oct 2005 16:38:36 +0300 Timo Sirainen Renamed userdb passdb to prefetch. HEAD
Sun, 07 Aug 2005 14:41:19 +0300 Timo Sirainen s/occured/occurred/ HEAD
Tue, 19 Apr 2005 16:11:12 +0300 Timo Sirainen Allow multiple master connections for a single listener. HEAD
Tue, 01 Mar 2005 00:19:21 +0200 Timo Sirainen Restructuring of auth code. Balancer auth processes were a bad idea. Usually 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
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
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:05:53 +0300 Timo Sirainen Upgrades to autoconf 2.5 and automake >1.4. 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 19:38:32 +0300 Timo Sirainen Changed dovecot-auth protocol to ASCII based. Should be easier now to write 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
Thu, 16 Sep 2004 18:12:12 +0300 Timo Sirainen fix HEAD
Thu, 19 Aug 2004 06:56:01 +0300 Timo Sirainen Added Compuserve RPA authentication. Patch by Andrey Panin. HEAD
Fri, 30 Jul 2004 04:39:13 +0300 Timo Sirainen Added auth/libpassword.a which util/dovecotpw can use rather than using 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
Fri, 18 Jun 2004 06:40:12 +0300 Timo Sirainen Added checkpassword passdb. userdb has only beginnings. HEAD
Sun, 30 May 2004 06:57:15 +0300 Timo Sirainen Added support for password scheme plugins. auth module dir defaults under HEAD
Sun, 30 May 2004 00:40:30 +0300 Timo Sirainen Removed hardcoded mechanism lists. It's now possible to add them HEAD
Mon, 10 May 2004 04:47:08 +0300 Timo Sirainen MySQL authentication patch by Matther Reimer HEAD
Mon, 10 Nov 2003 22:36:02 +0200 Timo Sirainen CRAM-MD5 mechanism by Joshua Goodall, plus some cleanups. HEAD
Wed, 29 Oct 2003 16:10:20 +0200 Timo Sirainen Added bsdauth support, patch by Dan Cross 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
Wed, 14 May 2003 21:23:04 +0300 Timo Sirainen Added support for dynamically loadable imap/pop3 modules. HEAD
Thu, 08 May 2003 06:24:57 +0300 Timo Sirainen Added support for ANONYMOUS SASL mechanism. HEAD
Fri, 04 Apr 2003 17:40:13 +0300 Timo Sirainen Support using OpenSSL's pseudo-random generator instead of /dev/urandom. If HEAD
Fri, 07 Mar 2003 01:24:29 +0200 Timo Sirainen cleanups HEAD
Fri, 07 Mar 2003 01:20:16 +0200 Timo Sirainen Added PostgreSQL support, patch by Alex Howansky HEAD
Wed, 19 Feb 2003 13:28:56 +0200 Timo Sirainen crypt-password checking was broken. added support for md5crypt passwords. HEAD
Tue, 18 Feb 2003 21:24:44 +0200 Timo Sirainen Fix realm usage with DIGEST-MD5. Support generating other password schemes HEAD
Tue, 18 Feb 2003 21:11:26 +0200 Timo Sirainen Added default_pass_scheme to LDAP. Support for more password schemes. Merged HEAD
Tue, 11 Feb 2003 20:01:38 +0200 Timo Sirainen Support for dynamic authentication modules. HEAD
Tue, 11 Feb 2003 11:55:58 +0200 Timo Sirainen passdb ldap added. fixes to userdb ldap. HEAD
Tue, 04 Feb 2003 05:24:47 +0200 Timo Sirainen missing db-ldap.h HEAD
Fri, 31 Jan 2003 08:56:57 +0200 Timo Sirainen Cleanups, LDAP support compiles again and generally looks ok, even if it HEAD
Mon, 27 Jan 2003 03:33:40 +0200 Timo Sirainen We have now separate "userdb" and "passdb". They aren't tied to each others HEAD
Tue, 07 Jan 2003 01:28:19 +0200 Timo Sirainen missing auth-mech-desc.h HEAD
Sun, 05 Jan 2003 17:19:50 +0200 Timo Sirainen Initial support for Cyrus SASL 2 library. I couldn't get it to work yet HEAD
Tue, 26 Nov 2002 22:05:42 +0200 Timo Sirainen missing master.h HEAD
Tue, 26 Nov 2002 20:39:57 +0200 Timo Sirainen Moved mycrypt() into auth/ dir, so we don't have to link all programs with HEAD
Sun, 24 Nov 2002 22:05:06 +0200 Timo Sirainen Use libexecdir instead of libdir to install the binaries. HEAD