log

age author description
Thu, 22 Oct 2009 22:25:31 -0400 Timo Sirainen Use net_connect_unix_with_retries() instead of duplicating the code everywhere. HEAD
Thu, 22 Oct 2009 22:25:08 -0400 Timo Sirainen Added net_connect_unix_with_retries(). HEAD
Thu, 22 Oct 2009 22:12:56 -0400 Timo Sirainen auth: Cleaned up auth worker client deinit code. HEAD
Thu, 22 Oct 2009 22:01:43 -0400 Timo Sirainen lib-lda: Fixed duplicate database to work with multiple users per process. HEAD
Thu, 22 Oct 2009 21:43:30 -0400 Timo Sirainen configure: Removed --with-sql-drivers parameter. I'm not sure what it tried to do. HEAD
Thu, 22 Oct 2009 21:37:03 -0400 Timo Sirainen login_greeting setting now supports %variables. HEAD
Thu, 22 Oct 2009 21:27:04 -0400 Timo Sirainen example-config: Set process_limit=1 to auth service. HEAD
Thu, 22 Oct 2009 21:21:05 -0400 Timo Sirainen doveadm: Reset getopt() after handling lib-master parameters. HEAD
Thu, 22 Oct 2009 21:18:09 -0400 Timo Sirainen doveadm who -1: Fixed filtering. HEAD
Thu, 22 Oct 2009 21:15:37 -0400 Timo Sirainen doveadm who: Added -1 parameter. Added connection's protocol. HEAD
Thu, 22 Oct 2009 21:00:39 -0400 Timo Sirainen doveadm: When iterating through all users, don't drop privileges permanently. HEAD
Thu, 22 Oct 2009 21:00:22 -0400 Timo Sirainen mail storage service: Fixed iterating through all users. HEAD
Thu, 22 Oct 2009 20:53:27 -0400 Timo Sirainen lib-master: Fixed getopt_string containing "+" GNU extension. HEAD
Thu, 22 Oct 2009 20:32:55 -0400 Timo Sirainen doveadm: Added "who" command to list connected users based on anvil information. HEAD
Thu, 22 Oct 2009 20:28:46 -0400 Timo Sirainen anvil: Added CONNECT-DUMP command to dump connect-limit state. HEAD
Thu, 22 Oct 2009 20:08:11 -0400 Timo Sirainen Changed anvil ident string to have the protocol first, so username can contain '/' chars. HEAD
Thu, 22 Oct 2009 19:24:01 -0400 Timo Sirainen example-config: Added lda_mailbox_autocreate/_autosubscribe settings. HEAD
Thu, 22 Oct 2009 19:18:37 -0400 Timo Sirainen example-config: Added lmtp.conf. HEAD
Thu, 22 Oct 2009 19:16:47 -0400 Timo Sirainen example-config: Plugin setting updates. HEAD
Thu, 22 Oct 2009 19:12:27 -0400 Timo Sirainen ssl-params: When generating parameters, run the process with priority +15. HEAD
Thu, 22 Oct 2009 19:11:14 -0400 Timo Sirainen imap: Compiling fix. HEAD
Thu, 22 Oct 2009 19:10:48 -0400 Timo Sirainen mail storage service: Returning "nice" from userdb again changes process priority. HEAD
Thu, 22 Oct 2009 19:06:50 -0400 Timo Sirainen .hgignore updated. HEAD
Thu, 22 Oct 2009 18:56:01 -0400 Timo Sirainen imap/pop3: Cleaned up initialization code. HEAD
Thu, 22 Oct 2009 18:31:40 -0400 Timo Sirainen imap/pop3 now supports multiple connections/process, removed the restriction. HEAD
Thu, 22 Oct 2009 18:31:18 -0400 Timo Sirainen lib-storage: Changed APIs to fix reading settings for multiple users. HEAD
Thu, 22 Oct 2009 18:27:57 -0400 Timo Sirainen settings_find_dynamic() now takes const pointer. HEAD
Thu, 22 Oct 2009 17:56:01 -0400 Timo Sirainen maildir: Expunging last messages from mailbox caused crashing. HEAD
Thu, 22 Oct 2009 12:58:35 -0400 Timo Sirainen file_dotlock_create(): If nfs_flush is enabled, fdatasync after writing PID. HEAD
Wed, 21 Oct 2009 19:54:00 -0400 Timo Sirainen Merged single and multi mail_storage_service_*() functions. HEAD
Wed, 21 Oct 2009 16:58:10 -0400 Timo Sirainen Makefile: Don't symlink notify plugin to subdirs. It's not necessary anymore. HEAD
Wed, 21 Oct 2009 14:52:36 -0400 Timo Sirainen mail_storage_service_multi*() didn't use userdb lookup results. HEAD
Wed, 21 Oct 2009 14:17:12 -0400 Timo Sirainen lmtp: Fixed crashing caused by recent API changes. HEAD
Tue, 20 Oct 2009 21:11:19 -0400 Timo Sirainen dovecot-auth binary renamed to auth. HEAD
Tue, 20 Oct 2009 21:09:17 -0400 Timo Sirainen lda: Cleaned up parameter handling. HEAD
Tue, 20 Oct 2009 20:55:55 -0400 Timo Sirainen ioloop-epool: Panic on epoll_ctl() failures so it's easier to find the bug. HEAD
Tue, 20 Oct 2009 20:35:34 -0400 Timo Sirainen mail_chroot can now contain %variables. HEAD
Tue, 20 Oct 2009 20:35:17 -0400 Timo Sirainen Allow mail_users_init() without giving socket path. HEAD
Tue, 20 Oct 2009 20:23:10 -0400 Timo Sirainen Don't allow relative home directory paths. HEAD
Tue, 20 Oct 2009 20:19:05 -0400 Timo Sirainen Moved process title init to lib-master. With Linux-hack enabled it now preserves command args. HEAD
Tue, 20 Oct 2009 20:07:45 -0400 Timo Sirainen Moved most of getopt() handling to lib-master. HEAD
Tue, 20 Oct 2009 19:44:57 -0400 Timo Sirainen master: Don't remove auth-worker.* sockets at startup. They're no longer used. HEAD
Tue, 20 Oct 2009 19:43:22 -0400 Timo Sirainen imap: Removed all dump-capability handling. We don't use it anymore. HEAD
Tue, 20 Oct 2009 19:41:50 -0400 Timo Sirainen Fixed login processes' core dump handling. HEAD
Tue, 20 Oct 2009 19:40:52 -0400 Timo Sirainen lib-auth: Crashfix. HEAD
Tue, 20 Oct 2009 19:24:51 -0400 Timo Sirainen example-config: Added '/' to "chroot=empty/" to make it clearer it's a dir. HEAD
Tue, 20 Oct 2009 19:23:34 -0400 Timo Sirainen master: Drop trailing '/' from services' chroot directory. HEAD
Tue, 20 Oct 2009 19:20:42 -0400 Timo Sirainen ssl_ciphers_list: Disable anonymous and export ciphers by default. HEAD
Tue, 20 Oct 2009 18:11:00 -0400 Timo Sirainen imap-login: If imap_capability is set, use it. HEAD
Tue, 20 Oct 2009 18:04:06 -0400 Timo Sirainen lib-settings: Allow settings parsers with zero byte setting structures. HEAD
Tue, 20 Oct 2009 18:03:34 -0400 Timo Sirainen lib-settings: Added settings_check() to check specific setting structure. HEAD
Tue, 20 Oct 2009 18:02:00 -0400 Timo Sirainen settings_parser_get_list() returns now NULL-terminated list. HEAD
Tue, 20 Oct 2009 17:36:06 -0400 Timo Sirainen struct setting_parser_info now specifies the module name. HEAD
Tue, 20 Oct 2009 17:15:01 -0400 Timo Sirainen Reordered struct setting_parser_info fields to make using them easier. HEAD
Tue, 20 Oct 2009 15:40:51 -0400 Timo Sirainen QRESYNC: Fixed fallback handling to fetching expunged UIDs (again). HEAD
Tue, 20 Oct 2009 14:12:55 -0400 Timo Sirainen settings parser: Warn if a line has '#' character not preceded by whitespace. HEAD
Tue, 20 Oct 2009 13:21:13 -0400 Timo Sirainen imap: If client disconnects while appending, don't treat the rest of the message as commands. HEAD
Mon, 19 Oct 2009 21:44:08 -0400 Timo Sirainen master: Removed some unnecessary code. HEAD
Mon, 19 Oct 2009 21:42:09 -0400 Timo Sirainen Redesigned how login process passes connections to mail processes and changed related APIs. HEAD
Mon, 19 Oct 2009 18:34:00 -0400 Timo Sirainen master: service_signal() reimplemented using the service process linked list. HEAD