log src/auth/passdb-vpopmail.c @ 4891:6ab2712f1a93 HEAD

age author description
Wed, 08 Nov 2006 22:22:08 +0200 Timo Sirainen Added auth_request_set_credentials() to modify credentials in passdb and HEAD
Sun, 15 Oct 2006 23:30:06 +0300 Timo Sirainen Added support for non-plaintext authentication for vpopmail if it returns 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
Sun, 16 Oct 2005 17:06:59 +0300 Timo Sirainen Separated passdb_module's interface and the actual data struct. Now it's HEAD
Sun, 16 Oct 2005 15:49:14 +0300 Timo Sirainen Make auth caching work with non-sql/ldap passdbs too. HEAD
Tue, 12 Jul 2005 15:58:47 +0300 Timo Sirainen Removed direct config.h including. I'm not sure why it was done before, HEAD
Tue, 10 May 2005 20:05:32 +0300 Timo Sirainen Don't replace request->user with vpw->pw_name. It drops domain part and HEAD
Tue, 10 May 2005 17:46:25 +0300 Timo Sirainen Compile fix HEAD
Fri, 08 Apr 2005 01:37:44 +0300 Timo Sirainen Compile fix. HEAD
Sun, 03 Apr 2005 01:00:49 +0300 Timo Sirainen passdb can now change the username that was used to log in. This is mostly 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, 27 Feb 2005 00:55:03 +0200 Timo Sirainen Moved cache handling from sql/ldap-specific code to generic auth-request HEAD
Sat, 08 Jan 2005 18:56:04 +0200 Timo Sirainen Added auth_request_log_*(). HEAD
Thu, 06 Jan 2005 17:41:53 +0200 Timo Sirainen Added authentication debugging logging. HEAD
Mon, 06 Dec 2004 18:39:02 +0200 Timo Sirainen Added name variable for userdb_module and passdb_module and changed their HEAD
Tue, 19 Oct 2004 05:51:37 +0300 Timo Sirainen s/protocol/service/ in authentication HEAD
Fri, 01 Oct 2004 16:46:01 +0300 Timo Sirainen Cleanup - we don't need mycrypt.h anymore HEAD
Tue, 21 Sep 2004 00:47:30 +0300 Timo Sirainen Added preinit() call to userdb/passdbs, which is called before dropping HEAD
Mon, 26 Jul 2004 18:42:52 +0300 Timo Sirainen Support MD5 passwords. Patch by Pascal Malterre HEAD
Tue, 15 Jun 2004 05:44:05 +0300 Timo Sirainen Added support for vpopmail pop-before-smtp relay 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
Sat, 29 May 2004 20:06:49 +0300 Timo Sirainen Don't use hardcoded protocol list for auth process, string is just fine. HEAD
Tue, 18 Feb 2003 21:11:26 +0200 Timo Sirainen Added default_pass_scheme to LDAP. Support for more password schemes. Merged HEAD
Sun, 02 Feb 2003 02:08:28 +0200 Timo Sirainen auth process fixes, LDAP seems to be working (with the kludge define or HEAD
Mon, 27 Jan 2003 10:08:14 +0200 Timo Sirainen Async userdb and passdb interface. 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