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
Mon, 19 Oct 2009 18:31:46 -0400 Timo Sirainen master: Keep service's processes in an easily accessible linked list. HEAD
Mon, 19 Oct 2009 15:02:04 -0400 Timo Sirainen lib-auth: Changed auth_master_user_lookup() API. HEAD
Mon, 19 Oct 2009 15:01:16 -0400 Timo Sirainen passdb-file: When iterating through users, skip empty lines and comments. HEAD
Sat, 17 Oct 2009 20:27:09 +0000 Pascal Volk doveadm pw: Use t_askpass() instead of getpass() HEAD
Sun, 18 Oct 2009 18:37:03 -0400 Timo Sirainen imap: Implemented SORT=DISPLAY extension (draft-ietf-morg-sortdisplay-02). HEAD
Sun, 18 Oct 2009 17:29:16 -0400 Timo Sirainen configure: FLEXIBLE_ARRAY_MEMBER value was reversed. HEAD
Fri, 16 Oct 2009 17:46:31 -0400 Timo Sirainen imap, pop3: Moved imap/pop3_client_workarounds setting parsing to config checking. HEAD
Sun, 18 Oct 2009 15:33:13 -0400 Timo Sirainen lib-master: Added _NO_CONFIG_SETTIGS and _NO_ENV_SETTINGS flags. HEAD
Sun, 18 Oct 2009 15:24:12 -0400 Timo Sirainen Makefiles: Separated LIBDOVECOT and LIBDOVECOT_DEPS. HEAD
Sun, 18 Oct 2009 15:23:15 -0400 Timo Sirainen mail_storage_copy(): Don't unreference keywords too many times. HEAD
Fri, 16 Oct 2009 15:57:41 -0400 Timo Sirainen Updated copyright comments. HEAD
Fri, 16 Oct 2009 15:30:29 -0400 Timo Sirainen mbox: Write the last LF before fdatasync(). HEAD
Fri, 16 Oct 2009 15:20:26 -0400 Timo Sirainen imap/pop3 proxy: Track "destination down" state separately for IP+ports, not just IPs. HEAD
Fri, 16 Oct 2009 13:16:02 -0400 Timo Sirainen doc/wiki/Makefile.am fix. HEAD
Fri, 16 Oct 2009 13:04:16 -0400 Timo Sirainen mbox: Make sure failed saves get rolled back with NFS. HEAD
Fri, 16 Oct 2009 12:30:59 -0400 Timo Sirainen Added o_stream_get_buffer_avail_size(). HEAD
Fri, 16 Oct 2009 12:30:14 -0400 Timo Sirainen ostream: Simplified implementing ostreams. HEAD
Fri, 16 Oct 2009 13:01:19 +0000 Pascal Volk Log debug-level messages with i_debug(). HEAD
Thu, 15 Oct 2009 22:26:03 -0400 Timo Sirainen lib-index: looking up offset for transaction log's initial modseq failed. HEAD
Thu, 15 Oct 2009 21:07:46 -0400 Timo Sirainen expire: Mailbox names should be written to dict using their virtual name. HEAD
Thu, 15 Oct 2009 20:56:04 -0400 Timo Sirainen --without-docs: make install no longer mkdirs wiki directory. HEAD
Thu, 15 Oct 2009 20:50:19 -0400 Timo Sirainen --without-docs: make install no longer installs any docs. HEAD
Thu, 15 Oct 2009 20:38:24 -0400 Timo Sirainen Potential crashfix for OpenSSL < 0.9.8. HEAD
Thu, 15 Oct 2009 19:51:14 -0400 Timo Sirainen quota-maildir: Don't crash at startup. HEAD
Thu, 15 Oct 2009 18:31:11 -0400 Timo Sirainen imap: IDLE now sends "Still here" notifications to same user's connections at the same time. HEAD
Thu, 15 Oct 2009 16:18:58 -0400 Timo Sirainen example-config: Updated listen setting's comment. HEAD
Thu, 15 Oct 2009 16:05:50 -0400 Timo Sirainen example-config: Updated listen setting's comments. HEAD
Thu, 15 Oct 2009 16:05:37 -0400 Timo Sirainen master: inet_listener.address's default wasn't using "listen" setting. HEAD
Thu, 15 Oct 2009 15:56:06 -0400 Timo Sirainen lib-index: Give nicer error if index's log position suddenly goes backwards. HEAD
Thu, 15 Oct 2009 15:32:04 -0400 Timo Sirainen fts: Fixed loading the plugin. HEAD
Thu, 15 Oct 2009 15:17:12 -0400 Timo Sirainen master: Add IO listeners to anvil after forking. Fixes kqueue. HEAD
Thu, 15 Oct 2009 13:51:37 -0400 Timo Sirainen quota-fs: If mount=path isn't specified, don't fail with multiple quota roots. HEAD
Thu, 15 Oct 2009 13:45:59 -0400 Timo Sirainen ioloop-kqueue: Improved error messages. HEAD
Thu, 15 Oct 2009 13:20:44 -0400 Timo Sirainen istream-seekable: If we can't write temp file, fallback to using memory without limits. HEAD
Wed, 14 Oct 2009 20:50:06 -0400 Timo Sirainen Compiler warning fix. HEAD
Wed, 14 Oct 2009 20:40:42 -0400 Timo Sirainen mbox_from_parse() unit test fix. HEAD
Wed, 14 Oct 2009 20:17:44 -0400 Timo Sirainen mbox_from_parse(): When timezone is missing, use the given time's tz, not the current tz. HEAD
Wed, 14 Oct 2009 18:33:03 -0400 Timo Sirainen auth-protocol.txt: Updated version to 1.1. HEAD
Wed, 14 Oct 2009 18:31:28 -0400 Timo Sirainen Increased auth protocol's minor version to 1. HEAD
Wed, 14 Oct 2009 18:30:04 -0400 Timo Sirainen auth-protocol.txt: Updated with the new cookie changes. HEAD
Wed, 14 Oct 2009 18:25:29 -0400 Timo Sirainen auth: Identify clients using a 128bit random cookie on top of the existing PID. HEAD
Wed, 14 Oct 2009 16:35:16 -0400 Timo Sirainen lda: Escape local-part if it begins/ends with '.'. HEAD
Wed, 14 Oct 2009 15:45:52 -0400 Timo Sirainen lmtp: Drop quotes around local-part in RCPT TO command if possible. HEAD
Wed, 14 Oct 2009 13:25:33 -0400 Timo Sirainen maildir_very_dirty_syncs=yes: Make sure uidlist shrinks eventually. HEAD
Wed, 14 Oct 2009 12:45:18 -0400 Timo Sirainen maildir: Saving a mail after fast syncing caused slow sync the next time. HEAD
Mon, 12 Oct 2009 18:40:35 -0400 Timo Sirainen Added signature for changeset 7dc28f9b899d HEAD
Mon, 12 Oct 2009 18:40:32 -0400 Timo Sirainen Added tag 2.0.alpha1 for changeset 7dc28f9b899d HEAD
Mon, 12 Oct 2009 18:40:28 -0400 Timo Sirainen Released v2.0.alpha1. HEAD 2.0.alpha1
Mon, 12 Oct 2009 18:31:01 -0400 Timo Sirainen Makefile.am: Some of test-dsync*.c files weren't included in tarball. HEAD
Mon, 12 Oct 2009 18:29:29 -0400 Timo Sirainen Makefile.am: notify-plugin-private.h wasn't listed correctly. HEAD
Mon, 12 Oct 2009 18:14:09 -0400 Timo Sirainen Makefile.am: Added missing doveadm.h HEAD
Mon, 12 Oct 2009 17:59:32 -0400 Timo Sirainen Makefile.am: Added missing test-mail-storage.h HEAD
Mon, 12 Oct 2009 17:24:01 -0400 Timo Sirainen lmtp: Changed QUIT message: "Logged out" -> "Client quit". HEAD
Mon, 12 Oct 2009 16:47:00 -0400 Timo Sirainen doveconf: When not expanding <file input, show the '<' prefix. HEAD
Mon, 12 Oct 2009 16:29:41 -0400 Timo Sirainen doveconf: -N doesn't require parameter. HEAD
Mon, 12 Oct 2009 16:20:35 -0400 Timo Sirainen bsdauth: And compile fix to previous change.. HEAD
Mon, 12 Oct 2009 16:19:00 -0400 Timo Sirainen bsdauth: Use PLAIN as default_pass_scheme instead of CRYPT. HEAD
Mon, 12 Oct 2009 16:01:53 -0400 Timo Sirainen doveconf: Improved "config not found" error. HEAD
Mon, 12 Oct 2009 15:59:45 -0400 Timo Sirainen "make install" now creates sysconfdir/dovecot/ directory. HEAD
Mon, 12 Oct 2009 14:11:23 -0400 Timo Sirainen bsdauth: Set default pass scheme to CRYPT. HEAD