- Sep 05, 2014
-
-
Stephan Bosch authored
-
- Aug 28, 2014
-
-
Stephan Bosch authored
doveadm sieve plugin: Fixed segfault occuring when main script storage does not support synchronization. Would occur with any other script storage intialization error as well.
-
Stephan Bosch authored
If the main script storage does not allow synchronization, it is now just logged as a debug message.
-
- Aug 26, 2014
-
-
Stephan Bosch authored
Logging was mixed up; it logged permanent SMTP failures as errors rather than mere info. Redirect now handles temporary failure as a separate error condition, causing LDA to return a temporary failure if no other (storage) actions were performed.
-
- Aug 23, 2014
-
-
Stephan Bosch authored
Updated binary version.
-
Stephan Bosch authored
Based on patch by Timo Sirainen.
-
Stephan Bosch authored
Changed handling of ENOSPACE to a normal temporary failure and added handling of ENOQUOTA as a user error. Patch by Timo Sirainen.
-
Stephan Bosch authored
lib-sieve: file storage: Warning about active script not being a symlink was triggered at inappropriate times. Fixed by issueing the warning only when storage is opened as READWRITE (ManageSieve).
-
- Aug 05, 2014
-
-
Stephan Bosch authored
-
Stephan Bosch authored
Single script was only initialized and not actually opened.
-
Stephan Bosch authored
-
- Jul 31, 2014
-
-
Stephan Bosch authored
-
- Jul 30, 2014
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
The validate hook only worked for one extension.
-
Stephan Bosch authored
-
- Jul 29, 2014
-
-
Stephan Bosch authored
-
- Jul 28, 2014
-
-
Stephan Bosch authored
Erroneously set pointer to NULL in sieve_storage_list_deinit().
-
Stephan Bosch authored
-
- Jul 25, 2014
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
lda-sieve plugin: Dereferenced default script storage at wrong nesting level, causing an assert failure.
-
- Jul 24, 2014
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
LDAP storage as a plugin is still not problem-free though.
-
Stephan Bosch authored
Directory iteration was very broken.
-
- Jul 23, 2014
-
-
Stephan Bosch authored
-
Stephan Bosch authored
Doveadm-sieve plugin may be broken at this point; not tested so far.
-
- Jun 26, 2014
-
-
Stephan Bosch authored
-
- Jun 18, 2014
-
-
Stephan Bosch authored
Most important change is that mail service_user was not freed.
-
- Jun 17, 2014
-
-
Stephan Bosch authored
-
Stephan Bosch authored
Would cause a segfault. Reported by Coverity.
-
Stephan Bosch authored
Handling of edit_mail_header_find() result was incoherent. Problem reported by Coverity.
-
Stephan Bosch authored
Reported by Coverity.
-
Stephan Bosch authored
Switch statement item is never reached and return value was bool instead of int. Problem reported by Coverity.
-