- 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.
-
Stephan Bosch authored
Forgot a few '*' there. Reported by Coverity.
-
Stephan Bosch authored
Forgot break in switch statement. Reported by Coverity.
-
Stephan Bosch authored
lib-sieve: program client: Forgot break in switch statement for handling of response from script service. Reported by Coverity.
-
Stephan Bosch authored
Reported by Coverity.
-
Stephan Bosch authored
Reported by Coverity.
-
Stephan Bosch authored
Parallel to identical Dovecot change.
-
Stephan Bosch authored
Parallel to identical Dovecot change for imap and pop3.
-
Stephan Bosch authored
Reported by Coverity.
-
Stephan Bosch authored
Reported by Coverity.
-
Stephan Bosch authored
Found by Coverity.
-
Stephan Bosch authored
A va_copy creates a initialised va_list, as if a va_start had been done on it. Therefore, pedantically, a va_end should also be done on it. On most platforms this is a no-op, and for those where it isn't, the pairing is important. This change matches parallel change in Dovecot. Also signalled by Coverity.
-
- May 15, 2014
-
-
Stephan Bosch authored
-