Commit Graph

1319 Commits (main)
 

Author SHA1 Message Date
Dirk Astrath e2f9138035 Merge pull request 'Ignore files that are dynamically generated' (!12) from update-gitignore into main
Reviewed-on: #12
Reviewed-by: Dirk Astrath <dirk@cacert.org>
2 weeks ago
Dirk Astrath 443467c435 Merge pull request 'Add class 3 root-certificates signed in 2021' (!13) from add-2021-class3-certificate-files into main
Reviewed-on: #13
Reviewed-by: Dirk Astrath <dirk@cacert.org>
2 weeks ago
Dirk Astrath 6e23a0bd87 Merge pull request 'Use Digest::SHA instead of removed Digest::SHA1' (!14) from fix-sha-digest-import into main
Reviewed-on: #14
Reviewed-by: Dirk Astrath <dirk@cacert.org>
2 weeks ago
Dirk Astrath f14c9ad991 Merge pull request 'Remove locale/cv.c' (!15) from remove-unused-c-code into main
Reviewed-on: #15
Reviewed-by: Dirk Astrath <dirk@cacert.org>
2 weeks ago
Jan Dittberner 6d2da10fa2 Remove locale/cv.c
This change removes locale/cv.c. It does not seem to be used anywhere in
the current system. None of the current critical team members knows
about its history. It might have been replaced by
locale/escape_special_chars.php long ago.
2 weeks ago
Jan Dittberner 5d9c8689cc Use Digest::SHA instead of removed Digest::SHA1
This fixes the Digest import in server.pl. Digest::SHA1 has long been
replaced by the more generic Digest::SHA.
2 weeks ago
Jan Dittberner 6e3549c21a Add class 3 certificates signed in 2021
These files have been referenced in pages/index/3.php since commit
bf7dcbd0
2 weeks ago
Jan Dittberner 03b6d7c4bf Ignore files that are dynamically generated 2 weeks ago
Jan Dittberner 0dc3bd7626 Merge pull request 'Redirect to code.cacert.org for source code' (!11) from feature/replace-static-tarballs-with-code-reference into main
Reviewed-on: #11
Reviewed-by: Dirk Astrath <dirk@cacert.org>
8 months ago
Jan Dittberner bf2ab338d1 Merge pull request 'Remove opinionated comments on hash algorithms' (!10) from bugfix/remove-opinionated-hash-algorithm-descriptions into main
Reviewed-on: #10
8 months ago
Jan Dittberner 62dc71fb4d Redirect to code.cacert.org for source code 8 months ago
Jan Dittberner f6831c82af Remove opinionated comments on hash algorithms 8 months ago
Jan Dittberner efb9f4b461 Merge pull request 'Add missing closing a tag for link' (#9) from add-closing-tag-for-csr-app-link into main
Reviewed-on: #9
8 months ago
Jan Dittberner ccd5273c7b Add missing closing a tag for link 8 months ago
Jan Dittberner 37fd9a3127 Merge pull request 'bugfix/1551-link-to-csr-app' (#8) from bugfix/1551-link-to-csr-app into main
Reviewed-on: #8
Reviewed-by: Dirk Astrath <dirk@cacert.org>
8 months ago
Jan Dittberner 3ecb1a6d1a Enable expert options by default
addresses https://bugs.cacert.org/view.php?id=1551
8 months ago
Jan Dittberner 91f7e11751 Add link to new CSR generator application
addresses https://bugs.cacert.org/view.php?id=1551
8 months ago
Jan Dittberner 53d4d108ce Merge pull request 'Remove old sponsoring links' (#7) from bugfix/1423-remove-tunix-and-oan-links into main
Reviewed-on: #7
Reviewed-by: Dirk Astrath <dirk@cacert.org>
8 months ago
Jan Dittberner 3e25be237d Remove old sponsoring links
fixes https://bugs.cacert.org/view.php?id=1423
8 months ago
Jan Dittberner 8521ac0719 Merge pull request 'Use integer values for type when inserting into ordomaincerts' (#3) from bugfix/1548-proper-type-for-orgdomain-insert into main
Reviewed-on: #3
10 months ago
Jan Dittberner ae4f01bcbe Merge branch 'main' into bugfix/1548-proper-type-for-orgdomain-insert 10 months ago
Jan Dittberner c9ab54b30a Merge pull request 'Add migration script for missing users DEFAULTs' (#4) from bugfix/1549-add-missing-defaults-on-users-table into main
Reviewed-on: #4

Applied in prod by @dirk
10 months ago
Jan Dittberner 10540621a8 Add migration script for missing users DEFAULTs
This commit adds a migration script to add missing DEFAULT values on the
users table. INSERTs into the users table fail without these DEFAULTs on
MariaDB in strict mode.
10 months ago
Jan Dittberner bdb30f8898 Use integer values for type when inserting into ordomaincerts
MySQL tolerated INSERTs of an empty string in the type column of the
ordomaincerts table. This commit uses an integer value of 0 as default
instead to ensure that MariaDB with strict settings accepts the INSERT
too.
10 months ago
Jan Dittberner 2884caf1a5 Merge pull request 'Fix l10n handling on Debian 11' (#1) from fix-l10n-bug-1542 into master
Reviewed-on: #1
2 years ago
Jan Dittberner 687497c82f Fix l10n handling on Debian 11
Fixes bug #1542
2 years ago
Jan Dittberner 9140217aa7 Change outgoing mail hostname to ping.cacert.org
Fixes bug #1541
2 years ago
Dirk Astrath bf7dcbd080 Bug 1440 3 years ago
Wytze van der Raay dadc7dea1e Add scripts for mass info mailing on Sep 6 & 7, 2019. 5 years ago
Wytze van der Raay 9240496af8 Fixes for https://bugs.cacert.org/view.php?id=1305:
CAcert Class1 root certificate needs to be reissued with
an updated CDP and a SHA-based signature.
See the message thread preserved in
https://lists.cacert.org/wws/arc/cacert-systemlog/2016-03/
for more information on the re-signed root certificates
installed and enabled by this commit.
5 years ago
Wytze van der Raay 21ffacf9f2 Fixes for https://bugs.cacert.org/view.php?id=1305:
CAcert Class1 root certificate needs to be reissued with
an updated CDP and a SHA-based signature.
See the message thread preserved in
https://lists.cacert.org/wws/arc/cacert-systemlog/2016-03/
for more information on the re-signed root certificates
installed and enabled by this commit.
5 years ago
Wytze van der Raay 62a2d72a07 Emergency fix for https://bugs.cacert.org/view.php?id=1459
"e-mail verification fails for many addresses since upgrade from PHP 5.5 to PHP 5.6"
5 years ago
Wytze van der Raay f6b81bfed9 Fix for https://bugs.cacert.org/view.php?id=1430 5 years ago
Wytze van der Raay 7757afc66d Switch to xz compression (instead of bz2) to reduce the size of the huge CommModule logfiles. 6 years ago
Wytze van der Raay 217611ad71 Change FILE_OWNER to pootle in order to match the updated translations.cacert.org server. 6 years ago
Wytze van der Raay cf3d1470a2 Add mailing scripts for ATE at Nykobing F, Denmark in September 2015. 9 years ago
Wytze van der Raay 1f7b668f1b Fix for https://bugs.cacert.org/view.php?id=1389
Wrong encoding for mails sent with function sendmail()
9 years ago
Wytze van der Raay c8b4a22f25 Signer part of fix for https://bugs.cacert.org/view.php?id=1392
Issue of certificates to arbitrary domains.
9 years ago
Wytze van der Raay 9464b4e07a Additional patch for https://bugs.cacert.org/view.php?id=1392
Issue of certificates to arbitrary domains.
9 years ago
Wytze van der Raay edae6c8e40 Fix for https://bugs.cacert.org/view.php?id=1392
Issue of certificates to arbitrary domains
9 years ago
Wytze van der Raay 0fc491d308 Add mailing scripts for ATE at FrOsCon, Sankt Augustin, Germany in August 2015. 9 years ago
Wytze van der Raay 40322cf67d Add mailing script for ATE in Dresden, Germany. 9 years ago
Wytze van der Raay 669bb34002 Add mailing script for ATE in Bremen, Germany. 9 years ago
Wytze van der Raay 44a3943358 Fix for https://bugs.cacert.org/view.php?id=1341
"Rate limit for login attempts"
9 years ago
Wytze van der Raay d01b5efe5f Fix syntax problems before executing these two mailing scripts. 9 years ago
Wytze van der Raay 9c95fb7987 Add two scripts for mailing to members who have agreed to the CCA when
the wrong document was online for a short period at the beginning 2015.
9 years ago
Wytze van der Raay d0132571dc Fixes for https://bugs.cacert.org/view.php?id=597
"email notification for revoked certificates"
and for https://bugs.cacert.org/view.php?id=773
"No confirmation of revocation of server certificate"
9 years ago
Wytze van der Raay 912a5fb6bd Add new scripts for mass mailings permitted by CAcert arbitration. 9 years ago
Wytze van der Raay cd4a66bd06 Fix for https://bugs.cacert.org/view.php?id=1345
"replace DRAFT CCA with POLICY CCA"
9 years ago
Wytze van der Raay 86e2a3cb72 Re-instate NRPDisclaimerAndLicence.php which was indavertently removed by the previous
commit for https://bugs.cacert.org/view.php?id=1131
9 years ago