Skip to content
Snippets Groups Projects
  1. Feb 12, 2025
  2. Sep 23, 2021
  3. May 21, 2021
  4. Jan 22, 2021
  5. Jul 19, 2019
  6. May 31, 2019
  7. May 29, 2019
  8. Mar 05, 2018
  9. Jan 01, 2018
  10. Dec 15, 2017
  11. Oct 04, 2017
  12. Jan 01, 2017
  13. Dec 30, 2016
    • Stephan Bosch's avatar
      global: Replaced all instances of memset(p, 0, sizeof(*p)) with the new i_zero() macro. · 131ea974
      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
      131ea974
  14. Aug 25, 2016
  15. Apr 05, 2016
  16. Mar 19, 2016
  17. Jan 03, 2016
  18. Nov 29, 2015
  19. Nov 18, 2015
    • Stephan Bosch's avatar
      lib-sieve: Moved handling of implicit keep during multiscript execution... · fb2fed99
      Stephan Bosch authored
      lib-sieve: Moved handling of implicit keep during multiscript execution outside the script sequence itself.
      Before, implicit keep was executed as part of the final script execution. This caused the implicit keep to be executed as part of that script, including global context.
      This caused insignificant errors during delivery to be logged as errors in the administrator log when the last script is global.
      fb2fed99
  20. Apr 22, 2015
  21. Jan 08, 2015
  22. Jul 23, 2014
  23. May 15, 2014
  24. Apr 29, 2014
  25. Jan 01, 2014
  26. Apr 06, 2013
  27. Aug 12, 2012
  28. Aug 04, 2012
  29. Apr 22, 2012
  30. Jan 07, 2012
  31. Dec 11, 2011
  32. Sep 14, 2011
  33. Sep 11, 2011
  34. Mar 05, 2011
  35. Aug 30, 2010
Loading

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.