| 2010-10-21 |
Timo Sirainen | auth: userdb passwd iteration now lists only users... |
commit | commitdiff | tree | snapshot |
| 2010-10-21 |
Timo Sirainen | dbox: If alt path is lost, fail with an error rather... |
commit | commitdiff | tree | snapshot |
| 2010-10-21 |
Timo Sirainen | dsync: Don't crash if USER environment isn't set and... |
commit | commitdiff | tree | snapshot |
| 2010-10-20 |
Timo Sirainen | example-config: Added a warning about mail_attachment... |
commit | commitdiff | tree | snapshot |
| 2010-10-20 |
Timo Sirainen | example-config: Added mail_attachment_* settings. |
commit | commitdiff | tree | snapshot |
| 2010-10-20 |
Timo Sirainen | zlib: Hook into mail.istream_opened() method rather... |
commit | commitdiff | tree | snapshot |
| 2010-10-20 |
Timo Sirainen | lib-storage: Added istream_opened() method to struct... |
commit | commitdiff | tree | snapshot |
| 2010-10-20 |
Timo Sirainen | istream-concat: Avoid assert-crashing. |
commit | commitdiff | tree | snapshot |
| 2010-10-20 |
Timo Sirainen | mdbox: Added mdbox_preallocate_space setting to preallo... |
commit | commitdiff | tree | snapshot |
| 2010-10-20 |
Timo Sirainen | Added file_preallocate() to preallocate space to a... |
commit | commitdiff | tree | snapshot |
| 2010-10-20 |
Timo Sirainen | dbox, maildir: When copying messages, copy the cached... |
commit | commitdiff | tree | snapshot |
| 2010-10-20 |
Timo Sirainen | lib-storage: mailbox_get_status(): return cache fields... |
commit | commitdiff | tree | snapshot |
| 2010-10-20 |
Timo Sirainen | lib-index: Added mail_cache_register_get_field(). |
commit | commitdiff | tree | snapshot |
| 2010-10-19 |
Timo Sirainen | pop3: Don't crash if client disconnects in output handler. |
commit | commitdiff | tree | snapshot |
| 2010-10-19 |
Timo Sirainen | ioloop: If io_add() is called twice for same fd, give... |
commit | commitdiff | tree | snapshot |
| 2010-10-19 |
Timo Sirainen | istream-header-filter: Fix to previous change. |
commit | commitdiff | tree | snapshot |
| 2010-10-19 |
Timo Sirainen | lib-storage: Added support for saving mail attachments... |
commit | commitdiff | tree | snapshot |
| 2010-10-19 |
Timo Sirainen | liblib: Added istream for reading binary data as base64... |
commit | commitdiff | tree | snapshot |
| 2010-10-19 |
Timo Sirainen | doveadm: Added commands for managing SiS directories. |
commit | commitdiff | tree | snapshot |
| 2010-10-19 |
Timo Sirainen | Added lib-fs for simple filesystem accessing. Implement... |
commit | commitdiff | tree | snapshot |
| 2010-10-19 |
Timo Sirainen | liblib: Added API for easily building hash strings... |
commit | commitdiff | tree | snapshot |
| 2010-10-19 |
Timo Sirainen | liblib: Added a common API for accessing all hash methods. |
commit | commitdiff | tree | snapshot |
| 2010-10-19 |
Timo Sirainen | istream-header-filter: Drop duplicate headers instead... |
commit | commitdiff | tree | snapshot |
| 2010-10-18 |
Timo Sirainen | acl: Recent change broke setting acls. |
commit | commitdiff | tree | snapshot |
| 2010-10-18 |
Timo Sirainen | doveadm: Added import command for importing mails from... |
commit | commitdiff | tree | snapshot |
| 2010-10-18 |
Timo Sirainen | doveadm: Call mail command's init() only after service... |
commit | commitdiff | tree | snapshot |
| 2010-10-18 |
Timo Sirainen | lib-storage: Added no_userdb_lookup flag to storage... |
commit | commitdiff | tree | snapshot |
| 2010-10-18 |
Timo Sirainen | ostream-file: Fixed potential crash in write_at() and... |
commit | commitdiff | tree | snapshot |
| 2010-10-18 |
Timo Sirainen | lib-index: More undoing of locking code changes. |
commit | commitdiff | tree | snapshot |
| 2010-10-18 |
Timo Sirainen | acl: Fixed memory leaks. |
commit | commitdiff | tree | snapshot |
| 2010-10-18 |
Timo Sirainen | auth: Default for auth_cache_negative_ttl was supposed... |
commit | commitdiff | tree | snapshot |
| 2010-10-18 |
Timo Sirainen | auth: Log userdb cache hits and misses with auth_debug=yes |
commit | commitdiff | tree | snapshot |
| 2010-10-18 |
Timo Sirainen | lib-storage: Log a debug message if shared user's stora... |
commit | commitdiff | tree | snapshot |
| 2010-10-18 |
Timo Sirainen | acl: Avoid passing NULL parameter to printf %s when... |
commit | commitdiff | tree | snapshot |
| 2010-10-16 |
Timo Sirainen | pop3: Recent corking change caused hangs. |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | Removed some dead code. |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | lib-index: Work around clang static analyzer's false... |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | lib-lda: Make sure duplicate_init() handles non-existen... |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | lib-storage: mail_user_get_home(): Make sure user_r... |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | lib-storage: mailbox_get_guid() crashed if storage... |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | istream-concat: Fixed another memory leak. |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | lmtp: Don't access freed memory if input couldn't be... |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | istream-header-filter: Assert-crash if headers aren... |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | Compiler warning/error fix to recent logging API changes. |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | lmtp: Reverted last change after all. Besides, the... |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | lmtp: Don't allow saving zero byte sized messages. |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | epoll: Suggest not-so-UUOC if epoll_ctl() fails for... |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | istream-concat: Fixed a memory leak. |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | lib-storage: Added assert to transaction rollback to... |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | auth: Make sure auth request is kept referenced during... |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | lib-master: Properly fixed accepting FIFO connections... |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | log: Avoid calling time() unnecessary when logging... |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | Failure logging supports now getting timestamp as param... |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | Cleaned up log callbacks and made them more extensible. |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | acl: Log mailbox names that are skipped due to missing... |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | lib-storage: Log attempted accesses to nonexistent... |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | lib-storage: Use MAIL_STORAGE_FLAG_NO_AUTOVERIFY for... |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | lib-storage: Added MAIL_STORAGE_FLAG_NO_AUTOVERIFY... |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | ldap: Compare LDAP attribute names case-insensitively. |
commit | commitdiff | tree | snapshot |
| 2010-10-15 |
Timo Sirainen | ldap: Log a warning if iterate_attrs has other fields... |
commit | commitdiff | tree | snapshot |
| 2010-10-14 |
Timo Sirainen | maildir: Check correctly if file is a symlink. |
commit | commitdiff | tree | snapshot |
| 2010-10-14 |
Timo Sirainen | lib-index: Put back some of the removed locking complexity. |
commit | commitdiff | tree | snapshot |
| 2010-10-14 |
Timo Sirainen | *-login: If client didn't log in, don't log mpid in... |
commit | commitdiff | tree | snapshot |
| 2010-10-14 |
Timo Sirainen | imap, pop3: Cork TCP connection before trying to flush... |
commit | commitdiff | tree | snapshot |
| 2010-10-14 |
Timo Sirainen | lib-storage: If mailbox deletion failed, we crashed... |
commit | commitdiff | tree | snapshot |
| 2010-10-14 |
Timo Sirainen | lib-index: Don't reopen mailbox log file too often. |
commit | commitdiff | tree | snapshot |
| 2010-10-14 |
Timo Sirainen | lib-index: Mailbox log writing was trying to write... |
commit | commitdiff | tree | snapshot |
| 2010-10-14 |
Timo Sirainen | auth: Give a better error message if pass=yes can't... |
commit | commitdiff | tree | snapshot |
| 2010-10-06 |
Timo Sirainen | quota: Log a warning if Maildir++ quota is enabled... |
commit | commitdiff | tree | snapshot |
| 2010-10-06 |
Timo Sirainen | master: Parse and check full config at startup. |
commit | commitdiff | tree | snapshot |
| 2010-10-06 |
Timo Sirainen | lib-master: Added support for parse_full_config input... |
commit | commitdiff | tree | snapshot |
| 2010-10-06 |
Timo Sirainen | doveconf: Added -p parameter to parse full config even... |
commit | commitdiff | tree | snapshot |
| 2010-10-06 |
Timo Sirainen | maildir: Write only base filenames to uidlist. |
commit | commitdiff | tree | snapshot |
| 2010-10-06 |
Timo Sirainen | imap search: Fixed YOUNGER/OLDER |
commit | commitdiff | tree | snapshot |
| 2010-10-06 |
Timo Sirainen | search: If body search fails due to I/O error, keep... |
commit | commitdiff | tree | snapshot |
| 2010-10-06 |
Timo Sirainen | lda: -m parameter's UTF-8 validity wasn't checked corre... |
commit | commitdiff | tree | snapshot |
| 2010-10-06 |
Timo Sirainen | lib-lda: Fixed error handling if newly delivered mail... |
commit | commitdiff | tree | snapshot |
| 2010-10-06 |
Timo Sirainen | lib-index: Always update index map while committing... |
commit | commitdiff | tree | snapshot |
| 2010-10-06 |
Timo Sirainen | lib-index: Cache offsets were sometimes written pointin... |
commit | commitdiff | tree | snapshot |
| 2010-10-06 |
Timo Sirainen | lib-index: Avoid unnecessary pread()s at end of transac... |
commit | commitdiff | tree | snapshot |
| 2010-10-06 |
Timo Sirainen | lib-index: Removed unnecessary code from lock handling. |
commit | commitdiff | tree | snapshot |
| 2010-10-06 |
Timo Sirainen | lib-dict: If connect() to dict socket fails, log an... |
commit | commitdiff | tree | snapshot |
| 2010-10-06 |
Timo Sirainen | quota: Give better error message for connect() EACCES... |
commit | commitdiff | tree | snapshot |
| 2010-10-05 |
Timo Sirainen | auth: Added lookup_credentials() support for passdb... |
commit | commitdiff | tree | snapshot |
| 2010-10-05 |
Timo Sirainen | imap IDLE: Don't send "Still here" notifications if... |
commit | commitdiff | tree | snapshot |
| 2010-10-05 |
Timo Sirainen | master: Get only master-related configuration from... |
commit | commitdiff | tree | snapshot |
| 2010-10-05 |
Timo Sirainen | maildir: Don't assert-crash when saving a message witho... |
commit | commitdiff | tree | snapshot |
| 2010-10-04 |
Timo Sirainen | priority queue: Set item's idx value to invalid when... |
commit | commitdiff | tree | snapshot |
| 2010-10-04 |
Timo Sirainen | lmtp proxy: Avoid hanging at the end of message input. |
commit | commitdiff | tree | snapshot |
| 2010-10-04 |
Timo Sirainen | lib-storage: Don't write to dovecot.mailbox.log if... |
commit | commitdiff | tree | snapshot |
| 2010-10-04 |
Timo Sirainen | lib-index: Fixed leaking fds when writing to dovecot... |
commit | commitdiff | tree | snapshot |
| 2010-10-04 |
Timo Sirainen | imap-* plugins: Use the new imap_client_created_hook_se... |
commit | commitdiff | tree | snapshot |
| 2010-10-04 |
Timo Sirainen | imap: Added imap_client_created_hook_set() to update... |
commit | commitdiff | tree | snapshot |
| 2010-10-04 |
Timo Sirainen | configure: Added IDLE to banner CAPABILITY to make... |
commit | commitdiff | tree | snapshot |
| 2010-10-04 |
Timo Sirainen | login: Give a better error message if ssl_cert=path... |
commit | commitdiff | tree | snapshot |
| 2010-10-01 |
Timo Sirainen | Added signature for changeset 2690facaa927 |
commit | commitdiff | tree | snapshot |
| 2010-10-01 |
Timo Sirainen | Added tag 2.0.5 for changeset 2690facaa927 |
commit | commitdiff | tree | snapshot |
| 2010-10-01 |
Timo Sirainen | Released v2.0.5. 2.0.5 |
commit | commitdiff | tree | snapshot |
| 2010-10-01 |
Timo Sirainen | lmtp: Make sure we partial messages aren't saved if... |
commit | commitdiff | tree | snapshot |
| 2010-10-01 |
Timo Sirainen | lib-storage: Don't wrongly ignore subscriptions=no... |
commit | commitdiff | tree | snapshot |
| next |