- Oct 04, 2016
-
-
Stephan Bosch authored
A "vnd.dovecot.config.<identifier>" environment item maps to the content of the matching sieve_env_<identifier> plugin setting.
-
Stephan Bosch authored
-
- Sep 29, 2016
-
-
Stephan Bosch authored
lib-sieve: environment extension: Added support for wildcard environment items that are identified by a name prefix.
-
Stephan Bosch authored
lib-sieve: variables extension: Substitution of an invalid namespace canceled the substitution, rather than substituting the empty string.
-
Stephan Bosch authored
lib-sieve: variables extension: Increased the maximum number of namespace elements in a variable name.
-
- Sep 21, 2016
-
-
Stephan Bosch authored
Bug was exposed by previous change. Normally, this would not surface.
-
Stephan Bosch authored
There is no reason to forbid an empty Sieve script.
-
- Sep 20, 2016
-
-
Josef 'Jeff' Sipek authored
-
- Aug 28, 2016
-
-
Stephan Bosch authored
Clang -Wvargargs complained about passing a bool argument to va_start().
-
- Aug 25, 2016
-
-
Stephan Bosch authored
Found with clang -Wstrict-bool.
-
Stephan Bosch authored
Found with clang -Wstrict-bool.
-
Stephan Bosch authored
Addresses a FIXME. Caused a warning with clang -Wstrict-bool.
-
Stephan Bosch authored
Found with clang -Wstrict-bool.
-
Stephan Bosch authored
Found with clang -Wstrict-bool.
-
Stephan Bosch authored
Found with clang -Wstrict-bool.
-
Stephan Bosch authored
lib-sieve: file storage: The try_hardlink parameter of file_copy() is of type bool, rather than int. Found with clang -Wstrict-bool.
-
Stephan Bosch authored
Found with clang -Wstrict-bool.
-
Stephan Bosch authored
lib-sieve: script: The return type of binary_dump_metadata() is supposed to be bool rather than int. Found with clang -Wstrict-bool.
-
Stephan Bosch authored
Found with clang -Wstrict-bool.
-
Stephan Bosch authored
Found with clang -Wstrict-bool.
-
Stephan Bosch authored
Found with clang -Wstrict-bool.
-
Stephan Bosch authored
Found with clang -Wstrict-bool.
-
Stephan Bosch authored
Mixed up bool and int return types. Found with clang -Wstrict-bool.
-
Stephan Bosch authored
Found with clang -Wstrict-bool.
-
Stephan Bosch authored
Mixed up bool and int return types. Found with clang -Wstrict-bool.
-
Stephan Bosch authored
Mixed up bool and int return types. Found with clang -Wstrict-bool.
-
Stephan Bosch authored
Found with clang -Wstrict-bool.
-
Stephan Bosch authored
Found with clang -Wstrict-bool.
-
Stephan Bosch authored
Found with clang -Wstrict-bool.
-
Stephan Bosch authored
Found with clang -Wstrict-bool.
-
Stephan Bosch authored
Found with clang -Wstrict-bool.
-
Stephan Bosch authored
Found with clang -Wstrict-bool.
-
- Aug 24, 2016
-
-
Stephan Bosch authored
-
- Aug 23, 2016
-
-
Stephan Bosch authored
Erroneously assumed the number of reserved bytes (for the return code) could not decrease.
-
Aki Tuomi authored
-
Timo Sirainen authored
-
- Aug 20, 2016
-
-
Stephan Bosch authored
perl -i -pe 's/unsigned int ([^,:;]+):1;/bool $1:1;/' **/*.[ch]
-
- Aug 19, 2016
-
-
Stephan Bosch authored
lib-sieve: util: program-client-remote: Made the program_client_istream implementation cleaner and more logical. It was too hard to understand.
-
Stephan Bosch authored
lib-sieve: util: program-client: Fixed position of the seekable stream for the output of remote programs. It would now make the output of the script service seekable, rather than the output of the program. This adds a '+' at the end of the data. This showed up for the extprograms filter command.
-
- Aug 18, 2016
-
-
Stephan Bosch authored
-