- Jan 01, 2018
-
-
Stephan Bosch 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
-
- Jan 03, 2016
-
-
Stephan Bosch authored
-
- Aug 06, 2015
-
-
Stephan Bosch authored
-
- Jan 08, 2015
-
-
Stephan Bosch authored
-
- Jan 01, 2014
-
-
Stephan Bosch authored
-
- Apr 06, 2013
-
-
Stephan Bosch authored
-
- Apr 02, 2013
-
-
Stephan Bosch authored
Tested whether this change breaks ManageSieve and basic dsync, but not much more. More tests pending. If you use sync be careful with this commit.
-
Stephan Bosch authored
Initializing multiple Sieve instances would hang.
-
- Oct 12, 2012
-
-
Stephan Bosch authored
-
- Aug 12, 2012
-
-
Stephan Bosch authored
-
- Jan 07, 2012
-
-
Stephan Bosch authored
-
- Dec 11, 2011
-
-
Stephan Bosch authored
- Added sieve_global_extensions setting.
-
- Mar 05, 2011
-
-
Stephan Bosch authored
-
- Sep 09, 2010
-
-
Stephan Bosch authored
-
- Aug 17, 2010
-
-
Stephan Bosch authored
-
- Jan 17, 2010
-
-
Stephan Bosch authored
-
- Jan 13, 2010
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Jan 02, 2010
-
-
Stephan Bosch authored
-
- Jan 01, 2010
-
-
Stephan Bosch authored
-
- Dec 31, 2009
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-