- Oct 30, 2017
-
-
Timo Sirainen authored
-
- Jul 08, 2017
-
-
Stephan Bosch authored
Rather than continuing with binary == NULL, causing a segfault.
-
- Jun 20, 2017
-
-
Stephan Bosch authored
-
- Feb 22, 2017
-
-
Timo Sirainen authored
-
- Jan 01, 2017
-
-
Stephan Bosch authored
-
- Dec 30, 2016
-
-
Stephan Bosch authored
Used the following script: C_FILES=`git ls-files *.c` H_FILES=`git ls-files *.h` for F in "$C_FILES $H_FILES"; do echo "$F" perl -p -i -e 's/safe_memset\(&\(?([^,]*)\)?,\s*0,\s*sizeof\(\g1\)\)/i_zero_safe(&$1)/g' $F perl -p -i -e 's/safe_memset\(([^,]*),\s*0,\s*sizeof\(\*\g1\)\)/i_zero_safe($1)/g' $F perl -p -i -e 's/memset\(&\(?([^,]*)\)?,\s*0,\s*sizeof\(\g1\)\)/i_zero(&$1)/g' $F perl -p -i -e 's/memset\(([^,]*),\s*0,\s*sizeof\(\*\g1\)\)/i_zero($1)/g' $F done
-
- Aug 20, 2016
-
-
Stephan Bosch authored
perl -i -pe 's/unsigned int ([^,:;]+):1;/bool $1:1;/' **/*.[ch]
-
- Jun 13, 2016
-
-
Stephan Bosch authored
-
- Jun 09, 2016
-
-
Aki Tuomi authored
-
- May 18, 2016
-
-
Timo Sirainen authored
-
- Jan 03, 2016
-
-
Stephan Bosch authored
-
- Sep 23, 2015
-
-
Stephan Bosch authored
-
- Jan 08, 2015
-
-
Stephan Bosch authored
-
- Jun 17, 2014
-
-
Stephan Bosch authored
Parallel to identical Dovecot change.
-
- Jan 01, 2014
-
-
Stephan Bosch authored
-
- Dec 25, 2013
-
-
Stephan Bosch authored
-
- Apr 11, 2013
-
-
Stephan Bosch authored
Some environment items in the base specification are not (yet) applicable to Dovecot and are therefore not supported.
-
- Apr 06, 2013
-
-
Stephan Bosch authored
-
- Aug 14, 2012
-
-
Stephan Bosch authored
Before, sievec and sieve-dump would switch to mail_uid:mail_gid and then fail to compile/dump a root script.
-
- Aug 12, 2012
-
-
Stephan Bosch authored
-
- Apr 22, 2012
-
-
Stephan Bosch authored
- Built generic interface for alternative script sources. - Implemented dict script location. NOTE: ManageSieve will not work with this yet, nor will sieve_before/sieve_after.
-
- Jan 07, 2012
-
-
Stephan Bosch authored
-
- Dec 11, 2011
-
-
Stephan Bosch authored
- Added sieve_global_extensions setting.
-
- Nov 19, 2011
-
-
Stephan Bosch authored
-
- Aug 29, 2011
-
-
Stephan Bosch authored
-
- Jun 22, 2011
-
-
Stephan Bosch authored
-
- Mar 22, 2011
-
-
Stephan Bosch authored
-
- Mar 05, 2011
-
-
Stephan Bosch authored
-
- Jan 25, 2011
-
-
Stephan Bosch authored
-
- Oct 01, 2010
-
-
Stephan Bosch authored
-
- Sep 06, 2010
-
-
Stephan Bosch authored
-
- Sep 04, 2010
-
-
Stephan Bosch authored
-
- Aug 17, 2010
-
-
Stephan Bosch authored
-
- Aug 13, 2010
-
-
Stephan Bosch authored
-
- Aug 11, 2010
-
-
Stephan Bosch authored
- Administrators now get properly notified about uncompiled global scripts and the inability of the sieve plugin to store global binaries. - Improved binary load/save error handling and fixed a few smal bugs. - Simplified ManageSieve error handling.
-
- Aug 08, 2010
-
-
Stephan Bosch authored
-
- Aug 03, 2010
-
-
Stephan Bosch authored
-
- Aug 02, 2010
-
-
Stephan Bosch authored
-
- Jul 21, 2010
-
-
Stephan Bosch authored
-
- Jul 10, 2010
-
-
Stephan Bosch authored
-