log src/master/login-process.c @ 5846:21e529b8a701 HEAD

age author description
Sat, 30 Jun 2007 19:14:08 +0300 Timo Sirainen Initial implementation for mail_max_user_connections setting. HEAD
Sat, 30 Jun 2007 17:38:17 +0300 Timo Sirainen Moved child process handling to child-process.[ch]. The hash table now uses HEAD
Thu, 17 May 2007 16:58:55 +0300 Timo Sirainen Moved SSL listen fd to 4. stdout is now redirected to log. HEAD
Sun, 18 Mar 2007 04:00:59 +0200 Timo Sirainen net_listen_unix() API changed a bit. -1 is now returned for errors that can HEAD
Thu, 15 Feb 2007 15:08:37 +0200 Timo Sirainen Start auth processes immediately at startup, not after one second delay. HEAD
Fri, 26 Jan 2007 15:58:48 +0200 Timo Sirainen Cleanups and minor fixes HEAD
Fri, 15 Dec 2006 20:38:08 +0200 Timo Sirainen Replaced void *context from a lot of callbacks with the actual context HEAD
Sat, 04 Nov 2006 14:05:13 +0200 Timo Sirainen inetd logins kept crashing dovecot master. HEAD
Fri, 03 Nov 2006 14:59:45 +0200 Timo Sirainen Error message fix for 64bit systems. HEAD
Sat, 14 Oct 2006 02:50:09 +0300 Timo Sirainen Reference counter fixes HEAD
Sat, 14 Oct 2006 02:10:17 +0300 Timo Sirainen Cleanup HEAD
Fri, 13 Oct 2006 23:23:13 +0300 Timo Sirainen Deinit crashfix. HEAD
Fri, 13 Oct 2006 21:03:22 +0300 Timo Sirainen Make sure we don't kill login processes that haven't yet even sent their HEAD
Thu, 12 Oct 2006 12:13:36 +0300 Timo Sirainen If login process dies before initialization, stall creation of them instead HEAD
Wed, 11 Oct 2006 15:17:27 +0300 Timo Sirainen Send inode number in login requests and verify that they match. HEAD
Mon, 09 Oct 2006 00:46:25 +0300 Timo Sirainen If login process sends wrong state information, restart it. HEAD
Mon, 25 Sep 2006 15:14:50 +0300 Timo Sirainen And remove debugging code.. HEAD
Mon, 25 Sep 2006 15:07:12 +0300 Timo Sirainen SIGHUP caused memory corruption HEAD
Mon, 25 Sep 2006 13:30:59 +0300 Timo Sirainen If fd_read() returns EAGAIN, ignore it. HEAD
Sun, 06 Aug 2006 23:05:32 +0300 Timo Sirainen Fixes to login process handling, especially with HEAD
Fri, 16 Jun 2006 21:13:43 +0300 Timo Sirainen Settings parser nowadays returns "" instead of NULL when it reads an empty HEAD
Fri, 16 Jun 2006 12:42:02 +0300 Timo Sirainen Starting pop3 processes from inetd started actually imap processes after HEAD
Fri, 14 Apr 2006 21:20:54 +0300 Timo Sirainen If we have plugins set and imap_capability unset, figure out the IMAP HEAD
Sun, 09 Apr 2006 17:36:03 +0300 Timo Sirainen If master process runs out of file descriptors, try to handle it more nicely HEAD
Sun, 15 Jan 2006 23:52:44 +0200 Timo Sirainen Put ssl-parameters file into login directory so it still can be accessed HEAD
Sun, 15 Jan 2006 15:16:53 +0200 Timo Sirainen Added support for password protected SSL private keys. The password can be HEAD
Sat, 14 Jan 2006 20:47:20 +0200 Timo Sirainen deinit, unref, destroy, close, free, etc. functions now take a pointer to HEAD
Fri, 13 Jan 2006 22:25:57 +0200 Timo Sirainen Added "bool" type and changed all ints that were used as booleans to bool. HEAD
Fri, 28 Oct 2005 14:38:04 +0300 Timo Sirainen Comment update HEAD
Fri, 28 Oct 2005 14:34:36 +0300 Timo Sirainen Don't call initgroups() at the start of login processes. HEAD
Sat, 24 Sep 2005 15:25:25 +0300 Timo Sirainen Several fixes to make running from inetd working again HEAD
Sat, 14 May 2005 23:32:03 +0300 Timo Sirainen Added configurable logging for login process. Added configurable pop3 logout HEAD
Sun, 09 Jan 2005 22:12:35 +0200 Timo Sirainen Disable log throttlong for auth process, and for login processes if HEAD
Wed, 24 Nov 2004 18:44:11 +0200 Timo Sirainen Allow running all executables with parameters. HEAD
Tue, 19 Oct 2004 04:17:39 +0300 Timo Sirainen Added version to login <-> master communication as well. 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
Tue, 05 Oct 2004 19:00:18 +0300 Timo Sirainen auth_verbose now affects imap/pop3 login processes too. Every authentication HEAD
Mon, 27 Sep 2004 18:58:56 +0300 Timo Sirainen Added login_greeting and login_greeting_capability settings. HEAD
Sun, 18 Jul 2004 05:30:56 +0300 Timo Sirainen Changed default cache fields. HEAD
Wed, 16 Jun 2004 05:04:01 +0300 Timo Sirainen Added mail_extra_groups setting. HEAD
Mon, 31 May 2004 21:04:46 +0300 Timo Sirainen Added %l, %r and %P variables and mail_log_prefix setting. HEAD
Sun, 23 May 2004 22:23:57 +0300 Timo Sirainen logging cleanups. HEAD
Mon, 10 May 2004 19:05:09 +0300 Timo Sirainen Write all logging through master process. Fixes problems with log rotation, HEAD
Mon, 10 May 2004 05:15:16 +0300 Timo Sirainen Added ssl_verify_client_cert setting. HEAD
Mon, 10 May 2004 04:55:41 +0300 Timo Sirainen Added ssl_cipher_list setting. HEAD
Mon, 19 Jan 2004 19:07:21 +0200 Timo Sirainen Added setting ssl_ca_file, patch by Zach Bagnall HEAD
Wed, 03 Dec 2003 02:40:21 +0200 Timo Sirainen Changed hash_foreach() to iterator. HEAD
Sun, 24 Aug 2003 10:37:41 +0300 Timo Sirainen Make sure auth process and login process don't share uids. HEAD
Thu, 10 Jul 2003 06:04:07 +0300 Timo Sirainen New configuration file code. Some syntax changes, but tries to be somewhat HEAD
Mon, 26 May 2003 18:26:29 +0300 Timo Sirainen Allow first_valid_gid to be 0. Drop any supplementary groups not in valid HEAD
Fri, 23 May 2003 17:40:49 +0300 Timo Sirainen Removed I/O priorities. They were pretty much useless and were just getting HEAD
Wed, 14 May 2003 21:29:53 +0300 Timo Sirainen fix HEAD
Wed, 14 May 2003 21:23:04 +0300 Timo Sirainen Added support for dynamically loadable imap/pop3 modules. HEAD
Thu, 08 May 2003 07:01:51 +0300 Timo Sirainen If exec() fails, show the full path rather than argv[0] HEAD
Sun, 27 Apr 2003 04:21:50 +0300 Timo Sirainen Moved setting process limit after exec(). HEAD
Tue, 15 Apr 2003 19:58:48 +0300 Timo Sirainen Separate PROCESS_TYPE_MAIL into IMAP and POP3. HEAD
Tue, 08 Apr 2003 16:12:47 +0300 Timo Sirainen Tru64 fixes. More comments. HEAD
Wed, 05 Mar 2003 00:38:07 +0200 Timo Sirainen login: Wait until we're connected to auth process before executing command HEAD
Tue, 04 Mar 2003 06:02:56 +0200 Timo Sirainen Somewhat working code to support loading Dovecot from inetd and such. It HEAD
Sun, 23 Feb 2003 21:49:20 +0200 Timo Sirainen ..and tell login process about verbose_ssl.. HEAD