1. 03 May, 2019 1 commit
    • Thomas Gambier's avatar
      certificate_authority: unique_subject = no · 0167d32f
      Thomas Gambier authored
      "openssl ca" is keeping track of all generated certificates in its DB.
      If we try to regenerate a certificate that was already generated,
      openssl ca fails with :
      
      ERROR:There is already a certificate for /C=XX/ST=(State,)/O=Company/CN=ca-shellinabox/emailAddress=xx@example.com
      
      Changing "unique_subject" to no removes thie ERROR.
      0167d32f
  2. 30 Apr, 2019 2 commits
  3. 29 Apr, 2019 3 commits
  4. 26 Apr, 2019 5 commits
  5. 25 Apr, 2019 10 commits
  6. 24 Apr, 2019 3 commits
  7. 23 Apr, 2019 9 commits
  8. 22 Apr, 2019 1 commit
    • Julien Muchembled's avatar
      NEO: only load MariaDB plugin for chosen engine · d0df63cf
      Julien Muchembled authored
      For the test suite, all plugins are still loaded if no engine is specified.
      
      Loading TokuDB whereas RocksDB is used is quite annoying because:
      - TokuDB creates many threads
      - RocksDB opens many files
      We had systems where lsof takes a few minutes to output 10 million lines.
      
      This will also make the datadir a bit cleaner.
      d0df63cf
  9. 19 Apr, 2019 2 commits
  10. 18 Apr, 2019 3 commits
  11. 17 Apr, 2019 1 commit
    • Jérome Perrin's avatar
      erp5: Fix bug with too many apache Listen · 70b3e0e3
      Jérome Perrin authored
      A regression in the apache entries for testrunner used one apache port
      for each zope - not one for each family as what was intended.
      There was also a problem that these apache ports were used even when no
      testrunner.
      70b3e0e3