log src/master/login-process.c @ 1897:1e6ed8045f2b HEAD

age author description
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
Sun, 01 Dec 2002 17:39:20 +0200 Timo Sirainen We use close-on-exec flag now to make sure that master process closes the HEAD
Sun, 01 Dec 2002 15:48:50 +0200 Timo Sirainen Added virtual memory size limits to processes. Default values are pretty HEAD
Tue, 26 Nov 2002 22:04:08 +0200 Timo Sirainen Use more warnings with GCC by default. Fixed several warnings. HEAD
Tue, 26 Nov 2002 21:49:06 +0200 Timo Sirainen Created env_put() and env_clean() for a bit easier handling of environment HEAD
Mon, 25 Nov 2002 12:45:40 +0200 Timo Sirainen Added ssl_disable setting. HEAD
Wed, 20 Nov 2002 21:20:23 +0200 Timo Sirainen SIGHUP reloads now settings. Logged in clients are left untouched, but HEAD
Sun, 17 Nov 2002 11:42:07 +0200 Timo Sirainen Master process generates DH/RSA parameters now and stores them into file HEAD
Sat, 16 Nov 2002 07:57:20 +0200 Timo Sirainen login_process_per_connection = yes scales now better when multiple users are HEAD
Sat, 16 Nov 2002 07:21:21 +0200 Timo Sirainen Finally support for handling each login connection in it's own process. HEAD
Wed, 06 Nov 2002 16:20:50 +0200 Timo Sirainen Added verbose_proctitle setting: Show more verbose process titles (in ps). HEAD
Mon, 28 Oct 2002 06:18:26 +0200 Timo Sirainen I/O buffers now use real blocking instead of setting up a sub-ioloop to HEAD
Mon, 14 Oct 2002 02:49:11 +0300 Timo Sirainen Split IOBuffer into mmaped IBuffer, file IBuffer, memory data IBuffer and HEAD
Sun, 06 Oct 2002 08:44:27 +0300 Timo Sirainen Added io_buffer_set_start_offset() and io_buffer_ref() and replaced HEAD
Sun, 08 Sep 2002 18:34:27 +0300 Timo Sirainen Replaced INT_TO_POINTER and POINTER_TO_INT macros with POINTER_CAST and HEAD
Thu, 22 Aug 2002 15:48:38 +0300 Timo Sirainen s/user_data/context/ and some s/Data/Context/ HEAD
Fri, 09 Aug 2002 12:15:38 +0300 Timo Sirainen Initial revision HEAD