log src/master/login-process.c @ 4538:9d9e72374164 HEAD

age author description
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
Sat, 08 Feb 2003 16:13:20 +0200 Timo Sirainen Don't start those login processes that aren't enabled in protocols setting. HEAD
Sat, 01 Feb 2003 04:06:11 +0200 Timo Sirainen Don't let login process fork() HEAD
Thu, 30 Jan 2003 19:59:31 +0200 Timo Sirainen Rewrote setting handling. Changed some existing settings also since POP3 HEAD
Mon, 27 Jan 2003 04:05:32 +0200 Timo Sirainen signed/unsigned/const pointer fixes HEAD
Mon, 27 Jan 2003 03:44:34 +0200 Timo Sirainen Removed useless parameters from io_callback_t and timeout_callback_t. 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, 21 Jan 2003 09:58:49 +0200 Timo Sirainen If auth/login process died unexpectedly, the exit status or killing signal HEAD
Sat, 11 Jan 2003 17:29:46 +0200 Timo Sirainen Rewrote hash table code, works with less memory now. Also some memory HEAD
Thu, 09 Jan 2003 14:05:26 +0200 Timo Sirainen Don't leak fds in case of errors. HEAD
Wed, 08 Jan 2003 23:13:05 +0200 Timo Sirainen Auth and login processes send an "we're ok" reply at the end of HEAD
Sun, 05 Jan 2003 15:09:51 +0200 Timo Sirainen Naming style changes, finally got tired of most of the typedefs. Also the HEAD
Sun, 29 Dec 2002 21:44:37 +0200 Timo Sirainen If ssl_disable is set to yes and we get SIGHUPed, don't feed the listening HEAD
Fri, 20 Dec 2002 01:56:23 +0200 Timo Sirainen Instead of just trusting randomness of authentication cookies between HEAD
Thu, 19 Dec 2002 03:02:34 +0200 Timo Sirainen Buffer related cleanups. Use PATH_MAX instead of hardcoded 1024 for paths. HEAD
Wed, 18 Dec 2002 17:15:41 +0200 Timo Sirainen Marked all non-trivial buffer modifications with @UNSAFE tag. Several HEAD
Wed, 18 Dec 2002 06:00:01 +0200 Timo Sirainen Drop root privileges earlier. Close syslog more later in imap-master when HEAD
Tue, 17 Dec 2002 05:00:44 +0200 Timo Sirainen Clear separation of virtual and system usernames. passwd-file didn't work HEAD
Fri, 06 Dec 2002 03:09:22 +0200 Timo Sirainen Renamed IBuffer and OBuffer to IStream and OStream which describes their HEAD
Tue, 03 Dec 2002 02:28:01 +0200 Timo Sirainen Let login process also know if verbose process titles are wanted.. HEAD