log src/deliver/auth-client.c @ 9490:fd84592e817b HEAD

age author description
Fri, 03 Apr 2009 18:23:17 -0400 Timo Sirainen deliver should have used mail_access_groups setting, not mail_extra_groups. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Fri, 21 Nov 2008 14:35:46 +0200 Timo Sirainen deliver: Allow userdb to change the username. HEAD
Sat, 01 Nov 2008 15:12:14 +0200 Timo Sirainen auth-master API cleanups. HEAD
Sat, 01 Nov 2008 14:25:05 +0200 Timo Sirainen auth-master API cleanup. HEAD
Sat, 01 Nov 2008 14:20:36 +0200 Timo Sirainen Cleanups and fixes to auth-master API. HEAD
Fri, 24 Oct 2008 16:06:07 +0200 Sascha Wilde New generic userdb lookup api `auth-master' in lib-auth. HEAD
Sat, 18 Oct 2008 13:58:03 +0300 Timo Sirainen deliver: Log an error if auth lookup fails unexpectedly. HEAD
Tue, 27 May 2008 02:09:47 +0300 Timo Sirainen Avoid using shadow variables. Unfortunately -Wshadow also complains about HEAD
Sun, 04 May 2008 20:42:51 +0300 Timo Sirainen If mail_chroot ends with "/.", remove chroot prefix from home directory. HEAD
Sun, 04 May 2008 03:00:32 +0300 Timo Sirainen mail_uid and mail_gid settings weren't handled correctly. HEAD
Sat, 05 Jan 2008 01:28:46 +0200 Timo Sirainen Reverted "environment array" changes. It broke overriding imap/pop3 settings HEAD
Wed, 02 Jan 2008 01:36:51 +0200 Timo Sirainen Build environment using envarr and pass it to execve(). This is faster than HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Sun, 21 Oct 2007 03:00:09 +0300 Timo Sirainen If connect to auth socket fails with a temporary error, retry max. 10 times. HEAD
Tue, 25 Sep 2007 17:41:11 +0300 Timo Sirainen Use mail_uid/gid settings if userdb didn't return uid/gid. HEAD
Sat, 22 Sep 2007 16:50:42 +0300 Timo Sirainen If we're connecting to client socket instead of a master socket, log an 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, 09 Sep 2007 06:10:48 +0300 Timo Sirainen Use mail_extra_groups setting. HEAD
Sun, 09 Sep 2007 03:58:57 +0300 Timo Sirainen Fixed home directory handling which got broken by previous changes. HEAD
Fri, 24 Aug 2007 21:43:27 +0300 Timo Sirainen Extra fields from userdb lookup should override everything. Fixed the code 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
Wed, 21 Mar 2007 22:06:19 +0200 Timo Sirainen FAIL reply doesn't necessarily have parameters. Don't give "BUG: Unexpected HEAD
Fri, 15 Dec 2006 20:38:08 +0200 Timo Sirainen Replaced void *context from a lot of callbacks with the actual context HEAD
Thu, 02 Nov 2006 20:11:05 +0200 Timo Sirainen If we can't get auth user reply in a minute log timeout error and quit. HEAD
Sun, 15 Oct 2006 18:55:00 +0300 Timo Sirainen Use mail_chroot setting. HEAD
Fri, 13 Oct 2006 15:44:22 +0300 Timo Sirainen Don't require home directory to be given. If debug is enabled, log what we HEAD
Fri, 16 Jun 2006 21:37:06 +0300 Timo Sirainen If USER query doesn't return non-zero uid and gid, give a nice error message. HEAD
Fri, 16 Jun 2006 12:30:07 +0300 Timo Sirainen Moved all the non-Sieve code from dovecot-lda in here and rewrote parts of HEAD