log src/master/login-process.c @ 1039:793f05a7e50e HEAD

age author description
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