1. 01 Feb, 2021 2 commits
  2. 30 Jan, 2021 2 commits
  3. 28 Jan, 2021 5 commits
  4. 07 Nov, 2020 1 commit
  5. 06 Nov, 2020 3 commits
  6. 01 Nov, 2020 4 commits
  7. 26 Oct, 2020 1 commit
  8. 13 Oct, 2020 1 commit
    • Otto Kekäläinen's avatar
      Salsa-CI: Update to be compatible with latest master/salsa-ci.yml · a2d42410
      Otto Kekäläinen authored
      The salsa-ci.yml contains references to files that when changed "upstream"
      mandate changes downstream so that the pipelines will work again.
      
      Also refactor and fix syntax issues as has been done in the mariadb-10.5
      salsa-ci.yml file.
      
      Extend CI with job 'galera-3 stretch to galera-4 upgrade'.
      a2d42410
  9. 10 Sep, 2020 1 commit
    • Otto Kekäläinen's avatar
      Apply the test timeout multiplier on all architectures · cbd995fb
      Otto Kekäläinen authored
      This helps avoid any annoying timeouts in tests, e.g.
      
        0%: Checks: 2, Failures: 0, Errors: 2
        galerautils/tests/gu_lock_step_test.c:53:E:gu_lock_step:gu_lock_step_test:0: (after this point) Test timeout expired
        galerautils/tests/gu_lock_step_test.c:122:E:gu_lock_step:gu_lock_step_race:0: (after this point) Test timeout expired
      
      Also inline the double if statements to make them more readable.
      cbd995fb
  10. 03 Sep, 2020 1 commit
  11. 02 Sep, 2020 1 commit
  12. 29 Jun, 2020 1 commit
  13. 28 Jun, 2020 2 commits
  14. 29 May, 2020 4 commits
  15. 16 May, 2020 2 commits
  16. 23 Feb, 2020 2 commits
  17. 07 Feb, 2020 1 commit
  18. 11 Jan, 2020 1 commit
  19. 05 Jan, 2020 5 commits
    • Otto Kekäläinen's avatar
      96e9ef4e
    • Otto Kekäläinen's avatar
      Add man page for garb-systemd · e7878f71
      Otto Kekäläinen authored
      e7878f71
    • Otto Kekäläinen's avatar
    • Otto Kekäläinen's avatar
      Enable hardening=+all to fix Lintian warning hardening-no-bindnow · 772b0453
      Otto Kekäläinen authored
      Verified with 'hardening-check -v /usr/bin/garbd'.
      
      Before:
      /usr/bin/garbd:
       Position Independent Executable: yes
       Stack protected: yes
       Fortify Source functions: yes (some protected functions found)
      	unprotected: memmove
      	unprotected: snprintf
      	unprotected: memcpy
      	unprotected: strncpy
      	unprotected: strncat
      	unprotected: poll
      	unprotected: memset
      	unprotected: strcpy
      	protected: sprintf
      	protected: snprintf
      	protected: memcpy
      	protected: fprintf
      	protected: vsnprintf
      	protected: syslog
      	protected: strcat
       Read-only relocations: yes
       Immediate binding: no, not found!
       Stack clash protection: unknown, no -fstack-clash-protection instructions found
       Control flow integrity: unknown, no -fcf-protection instructions found!
      
      After:
      /usr/bin/garbd:
       Position Independent Executable: yes
       Stack protected: yes
       Fortify Source functions: yes (some protected functions found)
      	unprotected: strncpy
      	unprotected: poll
      	unprotected: memset
      	unprotected: strcpy
      	unprotected: strncat
      	unprotected: memmove
      	unprotected: snprintf
      	unprotected: memcpy
      	protected: syslog
      	protected: strcat
      	protected: snprintf
      	protected: memcpy
      	protected: vsnprintf
      	protected: fprintf
      	protected: sprintf
       Read-only relocations: yes
       Immediate binding: yes
       Stack clash protection: unknown, no -fstack-clash-protection instructions found
       Control flow integrity: unknown, no -fcf-protection instructions found!
      772b0453
    • Otto Kekäläinen's avatar
      Remove unused Lintian override binary-file-built-without-LFS-support · bc800627
      Otto Kekäläinen authored
      Lintian no longer complains about this, on the contrary Lintian states
      that it is now unused.
      bc800627