log src/master/auth-process.c @ 2798:54b29901a793 HEAD

age author description
Thu, 21 Oct 2004 05:23:09 +0300 Timo Sirainen Added simple LRU cache for auth requests. Currently only for sql passdb. HEAD
Wed, 20 Oct 2004 20:49:02 +0300 Timo Sirainen Put SPID back, it's needed for standalone dovecot-auth. HEAD
Tue, 19 Oct 2004 04:17:20 +0300 Timo Sirainen We didn't send VERSION handshake to auth process. HEAD
Tue, 19 Oct 2004 03:51:21 +0300 Timo Sirainen Added VERSION command and checking to authentication protocol. HEAD
Sat, 16 Oct 2004 01:55:35 +0300 Timo Sirainen t_pop() leakfix 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
Sun, 10 Oct 2004 16:55:09 +0300 Timo Sirainen Removed Cyrus SASL code completely. It hasn't worked for ages (if ever?) and HEAD
Sat, 28 Aug 2004 16:25:42 +0300 Timo Sirainen Added auth_username_translation setting. HEAD
Mon, 09 Aug 2004 23:13:35 +0300 Timo Sirainen Added auth_debug setting. HEAD
Wed, 23 Jun 2004 20:50:43 +0300 Timo Sirainen Dovecot can now connect to externally running dovecot-auth. HEAD
Wed, 23 Jun 2004 17:50:47 +0300 Timo Sirainen don't change our umask permanently HEAD
Wed, 16 Jun 2004 05:04:01 +0300 Timo Sirainen Added mail_extra_groups setting. HEAD
Sat, 29 May 2004 19:43:22 +0300 Timo Sirainen dovecot-auth can now be run by itself, it listens in UNIX sockets specified HEAD
Sun, 23 May 2004 22:23:57 +0300 Timo Sirainen logging cleanups. HEAD
Mon, 17 May 2004 04:32:16 +0300 Timo Sirainen Added ssl_require_client_cert auth-specific setting. Hide HEAD
Mon, 10 May 2004 19:05:09 +0300 Timo Sirainen Write all logging through master process. Fixes problems with log rotation, 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
Fri, 22 Aug 2003 05:42:36 +0300 Timo Sirainen forgot HEAD
Sun, 13 Jul 2003 02:43:16 +0300 Timo Sirainen Replaced geteuid() calls with one in the beginning and saving it to 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
Thu, 08 May 2003 07:28:30 +0300 Timo Sirainen Chrooting changes. Now all userdbs will support "<chroot>/./<homedir>" style HEAD
Thu, 08 May 2003 07:01:51 +0300 Timo Sirainen If exec() fails, show the full path rather than argv[0] HEAD
Thu, 08 May 2003 06:24:57 +0300 Timo Sirainen Added support for ANONYMOUS SASL mechanism. HEAD
Wed, 02 Apr 2003 05:09:41 +0300 Timo Sirainen Moved auth_username_chars from db-pgsql to generic for all. Some other HEAD
Wed, 02 Apr 2003 04:00:02 +0300 Timo Sirainen Added auth_default_realm (based on patch by Kristian Hoffmann) HEAD
Tue, 04 Mar 2003 06:02:56 +0200 Timo Sirainen Somewhat working code to support loading Dovecot from inetd and such. It HEAD
Tue, 04 Mar 2003 04:18:09 +0200 Timo Sirainen net_* functions don't anymore set sockets to non-blocking by default. HEAD
Tue, 11 Feb 2003 16:32:20 +0200 Timo Sirainen Creating more than one auth process per group didn't really work. HEAD
Mon, 10 Feb 2003 09:38:01 +0200 Timo Sirainen i_error, not i_panic.. HEAD
Mon, 10 Feb 2003 09:30:57 +0200 Timo Sirainen Auth process communication was a bit broken HEAD
Sat, 08 Feb 2003 17:42:46 +0200 Timo Sirainen /dev/stderr works now in log paths. HEAD
Sat, 08 Feb 2003 11:31:00 +0200 Timo Sirainen cleanups 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:42:02 +0200 Timo Sirainen Authentication named socket permissions were insecure, an exploited login 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
Tue, 21 Jan 2003 09:40:54 +0200 Timo Sirainen auth_verbose = yes logs now all authentication failures and some other HEAD
Sat, 11 Jan 2003 21:55:56 +0200 Timo Sirainen Naming change for function typedefs. 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 17:19:50 +0200 Timo Sirainen Initial support for Cyrus SASL 2 library. I couldn't get it to work yet 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
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
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:50:45 +0200 Timo Sirainen whops, accidentally committed some test code. HEAD
Sun, 01 Dec 2002 15:48:50 +0200 Timo Sirainen Added virtual memory size limits to processes. Default values are pretty HEAD
Wed, 27 Nov 2002 02:21:41 +0200 Timo Sirainen added assert. 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
Tue, 26 Nov 2002 15:58:26 +0200 Timo Sirainen Still not correct order with dup2()ing. HEAD
Tue, 26 Nov 2002 15:50:30 +0200 Timo Sirainen Close old fds before dup2()ing to fd 3, so we don't close it accidentally. HEAD