log src/master/main.c @ 8971:163c3f85a3aa HEAD

age author description
Fri, 17 Apr 2009 12:56:14 -0400 Timo Sirainen Removed unused code. HEAD
Wed, 01 Apr 2009 13:13:04 -0400 Timo Sirainen When a process is killed, show the signal code and the sending process's pid and uid. HEAD
Wed, 01 Apr 2009 12:52:46 -0400 Timo Sirainen lib-signals: Changed callback API to return siginfo_t. HEAD
Mon, 02 Mar 2009 21:04:11 -0500 Timo Sirainen Improved logging for core dumping. With Linux use PR_SET_DUMPABLE for imap/pop3. HEAD
Thu, 26 Feb 2009 11:24:21 -0500 Timo Sirainen Compile fix for systems where printf() is a macro. HEAD
Mon, 02 Feb 2009 12:14:54 -0500 Timo Sirainen master: Don't crash at quit if there is some unwritten data in logs. HEAD
Sat, 17 Jan 2009 13:56:24 -0500 Timo Sirainen Added dict_process_count setting for creating multiple dict processes. HEAD
Wed, 07 Jan 2009 13:44:41 -0500 Timo Sirainen master: When receiving SIGHUP, get the hostname again in case it changed. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Wed, 29 Oct 2008 20:16:40 +0200 Timo Sirainen dovecot -n/-a: Print some information about the system. HEAD
Sat, 25 Oct 2008 15:17:46 +0300 Timo Sirainen master: Don't print "last died with error .." for fatals that were from forked child processes. HEAD
Mon, 20 Oct 2008 20:00:19 +0300 Timo Sirainen Don't show the WhyDoesItNotWork link if auth_debug=yes already. HEAD
Sun, 19 Oct 2008 13:32:01 +0300 Timo Sirainen Print a help message about authentication at startup until the first successful authentication. HEAD
Mon, 04 Aug 2008 13:33:51 -0400 Timo Sirainen Master could have crashed if auth process died too early and not log the reason. HEAD
Thu, 24 Jul 2008 02:04:08 +0300 Timo Sirainen Don't list checkpassword as a userdb, since it isn't one. HEAD
Mon, 23 Jun 2008 07:30:44 +0300 Timo Sirainen Include "nss" in dovecot --build-options. HEAD
Mon, 23 Jun 2008 07:28:07 +0300 Timo Sirainen If core dump limit is 0, add "core dumps disabled" to startup log line. HEAD
Sat, 21 Jun 2008 08:51:51 +0300 Timo Sirainen Uppercased PACKAGE_NAME macro and started using it in some places. HEAD
Wed, 05 Mar 2008 02:17:52 +0200 Timo Sirainen Fatals/panics logged by master weren't logged properly. HEAD
Tue, 04 Mar 2008 06:24:44 +0200 Timo Sirainen Allow dovecot --exec-mail ext program arguments. HEAD
Mon, 11 Feb 2008 20:47:45 +0200 Timo Sirainen If Dovecot master dies with a fatal failure, log the error message to a file HEAD
Mon, 11 Feb 2008 20:17:00 +0200 Timo Sirainen Renamed T_FRAME_BEGIN/END to T_BEGIN/END. Removed T_FRAME() macro and HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Wed, 05 Dec 2007 17:47:44 +0200 Timo Sirainen Replaced t_push/t_pop calls with T_FRAME*() macros. HEAD
Sun, 02 Dec 2007 15:31:09 +0200 Timo Sirainen --build-options didn't list "sia" in passdbs. HEAD
Sat, 27 Oct 2007 23:46:11 +0300 Timo Sirainen Show mail storages in dovecot --build-options. 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, 16 Sep 2007 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Sat, 15 Sep 2007 16:58:36 +0300 Timo Sirainen Don't grow fd limit ourself. HEAD
Fri, 24 Aug 2007 20:49:33 +0300 Timo Sirainen Grow file descriptors to 64k at startup, and drop them for login and imap HEAD
Thu, 16 Aug 2007 19:06:27 +0300 Timo Sirainen --log-error improvements. HEAD
Mon, 09 Jul 2007 06:47:17 +0300 Timo Sirainen Fixes HEAD
Tue, 03 Jul 2007 20:04:28 +0300 Timo Sirainen Support listening multiple sockets. SIGHUP also doesn't anymore recreate HEAD
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:53 +0300 Timo Sirainen Removed validate_str(). It's not used anywhere. 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, 28 Jun 2007 02:13:07 +0300 root Reordered initialization code. Capabilities are now dropped as soon as HEAD
Wed, 20 Jun 2007 14:08:27 +0400 Andrey Panin Move POSIX capabilities dropping into separate function. HEAD
Tue, 12 Jun 2007 16:37:26 +0300 Timo Sirainen When using --log-error, log also a warning and an error. HEAD
Tue, 22 May 2007 03:58:32 +0300 Timo Sirainen If startup fails because of configuration problems, print "Invalid HEAD
Sun, 13 May 2007 16:45:49 +0300 Timo Sirainen When running multiple Dovecot instances, only one of them needs to HEAD
Fri, 11 May 2007 16:29:25 +0300 Timo Sirainen Print also Dovecot version with dovecot -n. HEAD
Tue, 27 Mar 2007 23:13:32 +0300 Timo Sirainen /dev/null was opened too late. HEAD
Mon, 26 Mar 2007 22:23:45 +0300 Timo Sirainen Before unlinking auth sockets at startup, try connecting to them first to HEAD
Thu, 15 Mar 2007 17:53:00 +0200 Timo Sirainen Fixes to handling log prefixes. imap/pop3 processes now log the HEAD
Fri, 09 Mar 2007 00:07:32 +0200 Timo Sirainen Removed pool parameter from io_loop_create() HEAD
Wed, 28 Feb 2007 20:55:12 +0200 Timo Sirainen Drop privileges if libcap is found. Patch by David (lists edeca.net). HEAD
Sat, 27 Jan 2007 03:44:27 +0200 Timo Sirainen Added --log-error command line option. HEAD
Thu, 25 Jan 2007 16:58:48 +0200 Timo Sirainen If we see exit for unknown child process, log an error but don't crash. If HEAD
Thu, 28 Dec 2006 21:59:37 +0200 Timo Sirainen If ssl_disable=yes, don't bother resolving ssl_listen. Also if listen or HEAD
Thu, 28 Dec 2006 17:06:31 +0200 Timo Sirainen -n and -a parameters shouldn't be deleting auth sockets. HEAD
Fri, 15 Dec 2006 18:55:29 +0200 Timo Sirainen Added context parameter type safety checks for most callback APIs. HEAD
Sat, 04 Nov 2006 20:45:01 +0200 Timo Sirainen Changed ips_count to unsigned int in net_gethostbyname(). Also removed HEAD
Sat, 14 Oct 2006 02:50:09 +0300 Timo Sirainen Reference counter fixes HEAD
Thu, 17 Aug 2006 21:17:38 +0300 Timo Sirainen Cleanup + handle dup() failure. HEAD
Thu, 10 Aug 2006 21:46:53 +0300 Timo Sirainen Require that master's version number matches the child's, unless HEAD
Sun, 06 Aug 2006 23:05:32 +0300 Timo Sirainen Fixes to login process handling, especially with HEAD
Wed, 05 Jul 2006 22:52:22 +0300 Timo Sirainen dovecot -n and -a: Print the config file path before parsing it so if there HEAD
Sun, 02 Jul 2006 16:55:31 +0300 Timo Sirainen If something in io_loop_create() failed, we logged the error to /dev/null. HEAD
Sun, 02 Jul 2006 14:03:58 +0300 Timo Sirainen List -n and -a in short help. Fixes to --build-options. HEAD