| 2008-05-16 |
Timo Sirainen | Fixed compiling on systems without nanoseconds in struc... |
commit | commitdiff | tree | snapshot |
| 2008-05-16 |
Timo Sirainen | If client tries to change the selected mailbox state... |
commit | commitdiff | tree | snapshot |
| 2008-05-16 |
Timo Sirainen | Added %T = trim modifier. |
commit | commitdiff | tree | snapshot |
| 2008-05-15 |
Timo Sirainen | buffer test failed if stack wasn't cleared by OS. |
commit | commitdiff | tree | snapshot |
| 2008-05-15 |
Timo Sirainen | If file isn't found from uidlist, refresh the file... |
commit | commitdiff | tree | snapshot |
| 2008-05-15 |
Timo Sirainen | net_is_in_network(): Fixed to work with big endian... |
commit | commitdiff | tree | snapshot |
| 2008-05-15 |
Timo Sirainen | net_is_in_network(): Added IPv6 unit tests |
commit | commitdiff | tree | snapshot |
| 2008-05-15 |
Timo Sirainen | "Can't open log file" error was missing linefeed. |
commit | commitdiff | tree | snapshot |
| 2008-05-15 |
Timo Sirainen | Moved net_is_in_network() to lib/network.c. |
commit | commitdiff | tree | snapshot |
| 2008-05-15 |
Timo Sirainen | Show the new uidlist_* fields in maildir header. |
commit | commitdiff | tree | snapshot |
| 2008-05-15 |
Timo Sirainen | Keep track of dovecot-uidlist mtime+size in index file... |
commit | commitdiff | tree | snapshot |
| 2008-05-15 |
Timo Sirainen | More maildir saving code cleanups |
commit | commitdiff | tree | snapshot |
| 2008-05-15 |
Timo Sirainen | Fix to previous cleanup. |
commit | commitdiff | tree | snapshot |
| 2008-05-15 |
Timo Sirainen | Code cleanup |
commit | commitdiff | tree | snapshot |
| 2008-05-13 |
Timo Sirainen | W=<vsize> is now always added to maildir filenames... |
commit | commitdiff | tree | snapshot |
| 2008-05-11 |
Diego Liziero | make outofmem_area static |
commit | commitdiff | tree | snapshot |
| 2008-05-09 |
Timo Sirainen | Removed unused variable popped_frame_pos. Patch by... |
commit | commitdiff | tree | snapshot |
| 2008-05-07 |
Timo Sirainen | If SSL function fails and there are no errors, return... |
commit | commitdiff | tree | snapshot |
| 2008-05-05 |
Timo Sirainen | If we lose a maildir filename, make sure the message... |
commit | commitdiff | tree | snapshot |
| 2008-05-05 |
Timo Sirainen | Removed a bad assert. |
commit | commitdiff | tree | snapshot |
| 2008-05-05 |
Timo Sirainen | If inotify_add_watch() fails, log an error. |
commit | commitdiff | tree | snapshot |
| 2008-05-05 |
Timo Sirainen | If inotify instance limit is reached, give a hint about... |
commit | commitdiff | tree | snapshot |
| 2008-05-04 |
Timo Sirainen | Added tag 1.1.rc5 for changeset 3b09af6458e5 |
commit | commitdiff | tree | snapshot |
| 2008-05-04 |
Timo Sirainen | Released v1.1.rc5. 1.1.rc5 |
commit | commitdiff | tree | snapshot |
| 2008-05-04 |
Timo Sirainen | Added ATTR_UNUSED to function parameters that won't... |
commit | commitdiff | tree | snapshot |
| 2008-05-04 |
Timo Sirainen | Free OpenSSL memory at deinit. |
commit | commitdiff | tree | snapshot |
| 2008-05-04 |
Timo Sirainen | Removed accidentally committed debug sleep(). |
commit | commitdiff | tree | snapshot |
| 2008-05-04 |
Timo Sirainen | ACL: If any of the flag set rights were given, STORE... |
commit | commitdiff | tree | snapshot |
| 2008-05-04 |
Timo Sirainen | ACL: If we don't have 'w' access, don't allow creating... |
commit | commitdiff | tree | snapshot |
| 2008-05-04 |
Timo Sirainen | ACL plugin was listing mailboxes directly from dovecot... |
commit | commitdiff | tree | snapshot |
| 2008-05-04 |
Timo Sirainen | Added mailbox_name parameter to mailbox_list.iter_is_ma... |
commit | commitdiff | tree | snapshot |
| 2008-05-04 |
Timo Sirainen | mailbox_list_iter_update() was always setting subscribe... |
commit | commitdiff | tree | snapshot |
| 2008-05-04 |
Timo Sirainen | maildir++ LIST (subscribed): If listing finds a non... |
commit | commitdiff | tree | snapshot |
| 2008-05-04 |
Timo Sirainen | LIST-EXTENDED options were ignored. |
commit | commitdiff | tree | snapshot |
| 2008-05-04 |
Timo Sirainen | DEBUG: Fixes to calculating minimum initial pool size... |
commit | commitdiff | tree | snapshot |
| 2008-05-04 |
Timo Sirainen | mbox: Always update sync_size when saving mails. We... |
commit | commitdiff | tree | snapshot |
| 2008-05-04 |
Timo Sirainen | Getting "next message's offset" was broken if a new... |
commit | commitdiff | tree | snapshot |
| 2008-05-04 |
Timo Sirainen | Added assert. |
commit | commitdiff | tree | snapshot |
| 2008-05-04 |
Timo Sirainen | Error message improvements. |
commit | commitdiff | tree | snapshot |
| 2008-05-04 |
Timo Sirainen | If mail_chroot ends with "/.", remove chroot prefix... |
commit | commitdiff | tree | snapshot |
| 2008-05-04 |
Timo Sirainen | Memory pool allocation tweaks. |
commit | commitdiff | tree | snapshot |
| 2008-05-04 |
Timo Sirainen | Use smaller sentries between allocations. Larger ones... |
commit | commitdiff | tree | snapshot |
| 2008-05-04 |
Timo Sirainen | mbox_lazy_writes: If errors are noticed in mbox, write... |
commit | commitdiff | tree | snapshot |
| 2008-05-04 |
Timo Sirainen | Handle dict_init() and dict_lookup() failures without... |
commit | commitdiff | tree | snapshot |
| 2008-05-04 |
Timo Sirainen | Added dict_db_config setting to point to a Berkeley... |
commit | commitdiff | tree | snapshot |
| 2008-05-04 |
Timo Sirainen | Don't use krb5_get_error_message(), it doesn't work... |
commit | commitdiff | tree | snapshot |
| 2008-05-04 |
Timo Sirainen | mbox: Don't stop at From_-lines in the message bodies... |
commit | commitdiff | tree | snapshot |
| 2008-05-04 |
Timo Sirainen | The previous gdb check should be done only with --enabl... |
commit | commitdiff | tree | snapshot |
| 2008-05-04 |
Timo Sirainen | Support cross-realm krb5 authentication. Based on patch... |
commit | commitdiff | tree | snapshot |
| 2008-05-04 |
Timo Sirainen | When updating maildir quota create also missing maildir... |
commit | commitdiff | tree | snapshot |
| 2008-05-04 |
Timo Sirainen | Don't restrict login process fd limits when running... |
commit | commitdiff | tree | snapshot |
| 2008-05-04 |
Timo Sirainen | deliver -e: Write the error string to stderr also with... |
commit | commitdiff | tree | snapshot |
| 2008-05-04 |
Timo Sirainen | mail_uid and mail_gid settings weren't handled correctly. |
commit | commitdiff | tree | snapshot |
| 2008-05-03 |
Timo Sirainen | If fcntl() fails with EACCES, give a more understandabl... |
commit | commitdiff | tree | snapshot |
| 2008-05-03 |
Timo Sirainen | If auth process dies at startup, deinitialize logs... |
commit | commitdiff | tree | snapshot |
| 2008-05-03 |
Timo Sirainen | Added "ignore" option to quota rules which causes the... |
commit | commitdiff | tree | snapshot |
| 2008-04-30 |
Timo Sirainen | Fixed several memory leaks in ACL plugin. |
commit | commitdiff | tree | snapshot |
| 2008-04-30 |
Timo Sirainen | Use a larger initial mbox keywords pool size. |
commit | commitdiff | tree | snapshot |
| 2008-04-30 |
Timo Sirainen | Fixed updating first_recent_uid in index header. |
commit | commitdiff | tree | snapshot |
| 2008-04-30 |
Timo Sirainen | DEBUG: Make sure mempool's initial size is large enough... |
commit | commitdiff | tree | snapshot |
| 2008-04-25 |
Timo Sirainen | Static attributes were broken in user_attrs. |
commit | commitdiff | tree | snapshot |
| 2008-04-24 |
Timo Sirainen | Fixes to handling recent flags with UIDVALIDITY changing. |
commit | commitdiff | tree | snapshot |
| 2008-04-24 |
Timo Sirainen | Reset cached \Recent flags if UIDVALIDITY changes,... |
commit | commitdiff | tree | snapshot |
| 2008-04-24 |
Timo Sirainen | next_hook should be called after our hook is finished... |
commit | commitdiff | tree | snapshot |
| 2008-04-24 |
Timo Sirainen | SIZEOF_ACL_MASK() macro wasn't used as it was intended... |
commit | commitdiff | tree | snapshot |
| 2008-04-24 |
Timo Sirainen | Expire plugin wasn't working unless expire_altmove... |
commit | commitdiff | tree | snapshot |
| 2008-04-24 |
Timo Sirainen | Better error handling for dnotify failures. |
commit | commitdiff | tree | snapshot |
| 2008-04-24 |
Timo Sirainen | If mailbox hasn't been opened when closing it, don... |
commit | commitdiff | tree | snapshot |
| 2008-04-24 |
Timo Sirainen | Renamed IO_NOTIFY_DISABLED to IO_NOTIFY_NOSUPPORT.... |
commit | commitdiff | tree | snapshot |
| 2008-04-24 |
Timo Sirainen | Comment updates |
commit | commitdiff | tree | snapshot |
| 2008-04-24 |
Timo Sirainen | Allow %variables in static LDAP fields. |
commit | commitdiff | tree | snapshot |
| 2008-04-24 |
Timo Sirainen | Send the success reply in one write. Based on patch... |
commit | commitdiff | tree | snapshot |
| 2008-04-24 |
Timo Sirainen | If remote disconnects, log "Connection closed: reason... |
commit | commitdiff | tree | snapshot |
| 2008-04-18 |
Timo Sirainen | Namespace inbox setting defaults to "no", not "yes". |
commit | commitdiff | tree | snapshot |
| 2008-04-02 |
Timo Sirainen | GSSAPI: Show username in "autn_name and authz_name... |
commit | commitdiff | tree | snapshot |
| 2008-04-01 |
Timo Sirainen | Added tag 1.1.rc4 for changeset 4607141a6bdc |
commit | commitdiff | tree | snapshot |
| 2008-04-01 |
Timo Sirainen | Released v1.1.rc4. 1.1.rc4 |
commit | commitdiff | tree | snapshot |
| 2008-04-01 |
Timo Sirainen | DEBUG: Added buffer overflow checking to alloconly... |
commit | commitdiff | tree | snapshot |
| 2008-04-01 |
Timo Sirainen | mailbox_transaction_commit(): Use separate temporary... |
commit | commitdiff | tree | snapshot |
| 2008-04-01 |
Timo Sirainen | Using templates in pass_attrs or user_attrs was somewha... |
commit | commitdiff | tree | snapshot |
| 2008-04-01 |
Timo Sirainen | t_buffer_get() overflow check worked only with 64bit... |
commit | commitdiff | tree | snapshot |
| 2008-04-01 |
Timo Sirainen | Memory leak fix by Diego Liziero |
commit | commitdiff | tree | snapshot |
| 2008-03-30 |
Timo Sirainen | matches[] wasn't also allocated enough memory. |
commit | commitdiff | tree | snapshot |
| 2008-03-30 |
Timo Sirainen | STORE: Ignore flag changes for read-only (especially... |
commit | commitdiff | tree | snapshot |
| 2008-03-30 |
Timo Sirainen | str_find_init() allocated too little memory for tempora... |
commit | commitdiff | tree | snapshot |
| 2008-03-30 |
Timo Sirainen | DEBUG: Catch if we write past t_buffer_get()ed memory. |
commit | commitdiff | tree | snapshot |
| 2008-03-30 |
Timo Sirainen | Fix to previous optimization: Don't crash if we want... |
commit | commitdiff | tree | snapshot |
| 2008-03-26 |
Timo Sirainen | Log clearly with "auth failed, # attempts" if user... |
commit | commitdiff | tree | snapshot |
| 2008-03-26 |
Timo Sirainen | Workaround to never idle-disconnect IDLEing clients... |
commit | commitdiff | tree | snapshot |
| 2008-03-23 |
Timo Sirainen | random_fill(): If read(/dev/urandom) returned EINTR... |
commit | commitdiff | tree | snapshot |
| 2008-03-21 |
Timo Sirainen | Small optimization: Don't try to pread() log file if... |
commit | commitdiff | tree | snapshot |
| 2008-03-20 |
Timo Sirainen | Try to send tagged replies in the same order as the... |
commit | commitdiff | tree | snapshot |
| 2008-03-20 |
Timo Sirainen | "Corrupted physical/virtual size" shows now also the... |
commit | commitdiff | tree | snapshot |
| 2008-03-20 |
Timo Sirainen | Don't access freed memory. |
commit | commitdiff | tree | snapshot |
| 2008-03-20 |
Timo Sirainen | client_command_free()/cancel(): Take pointer-to-pointer... |
commit | commitdiff | tree | snapshot |
| 2008-03-20 |
Timo Sirainen | If we have both maybe and definite UIDs, remove all... |
commit | commitdiff | tree | snapshot |
| 2008-03-20 |
Timo Sirainen | Added FTS_SQUAT environment with partial=n and full... |
commit | commitdiff | tree | snapshot |
| 2008-03-20 |
Timo Sirainen | If dovecot-acl-list can't be created because of permiss... |
commit | commitdiff | tree | snapshot |
| 2008-03-20 |
Timo Sirainen | If mbox isn't writable, don't try to update its atime... |
commit | commitdiff | tree | snapshot |
| 2008-03-19 |
Timo Sirainen | Ignore \Recent flag in indexes when searching them... |
commit | commitdiff | tree | snapshot |
| next |