Update the Copyright year.
A subsequent commit will deal with .po's.
This is 2020. Issue #9245
Fix syntax errors
check that revokeserial is not empty
check every value for ASN.1
fixed incorrect serial checking
IPsec swanctl conversion. Implements #9603
Allow revoking serial '0' by number. Fixes #9869
CA/Cert optimizations
CA/Cert/CRL code optimizations
While here, use the new download function when exporting items
Validate CA/CRL serial input. Issue #9883 Issue #9869
Enforce a max lifetime for CA/Cert/CRL. Issue #3956
CRL Fixes
CRL management overhaul
Fix copyright message years to reflect BSDP -> ESF -> Netgate
Fix Bootstrap conversion error
Fixes a logic error introduced during Bootstrap conversion: the form andsection should always be created, because they are used right after theconditional.
Fix empty lines in forms
Fixes a number of empty lines in forms by adding hidden inputs using`addGlobal` on the form instead of `addInput` on sections or `add` ongroups.
Update copyright notices to 2019. Happy New Year
Fix #9121: Initialize arrays to prevent PHP 7 errors
Prevent CRL from using too large a lifetime on ARM. Fixes #9098
Fix a PHP erorr when a CRL has no certificates
PHP7 - Resolve illegal string offset warning
Change CRL generation to a pure PHP implementation which works with PHP 7.2 (and 5.6)
The old OpenSSL CRL patch we had been using does not work with 7.2, and this way alsoopens up some new possibilities for enhancing the CRL settings we can offer in the...
Remove Whitespace
I'm aware this is a very large commit. Let me know if you'd rather have it broken down by file type (ie: PHP/shell scripts) so it would be easier to review.
-RJ
Update the Copyright notice for pfSense.
Merge pull request #3699 from PiBa-NL/20170417-certificatemanager-ca-crl-inuse
certificate manager, show 'in use' also for CA and CRL where certificates are in use by packages.
Add missing include
Revisions to GET/POST conversion limiting POSTs to save, apply, and delete functions
GET/POST conversion system_crlmanger.php bis
GET/POST conversion system_crlmanger.php
Code with multiple %s in usr/local/www
Required fields for System pages
Tidy up "<script>" tags
Tidy up <script> tags by adding TYPE attribute
(https://doc.pfsense.org/index.php/Developer_Style_Guide#HTML_Specific_Rules)
Breadcrumb links
Make appropriate success or danger boxes in system_crlmanager
When there is a problem, the messages should be in a "danger" box.Note: It is a bit difficult to actual get the danger messages to appear in the UI, because the relevant "delete" buttons are not shown in the UI when delete is not valid. But it can be tested by starting to edit a CRL that is in use, then change the "edit=" to "del=" in the URL bar and send it.
Do not show certificates in drop-down list that are already contained in this CRL.
Move copyright from ESF to Netgate
Code style and comments
No functional change - just making style consistent
Move to Apache License 2.0
Review license / copyright on all files (final round)
Remove input_errors2Ajax calls, was never implemented. Ticket #3027
webgui tables, doubleclick event to perform 'edit' action, part 2
Update system_crlmanager.php
Use of undefined constant min - assumed 'min'Use of undefined constant max - assumed 'max'
Always use require_once
The usage of require() and require_once() throughout the system isinconsistent, and "bugs" come up now and then when the order of"requires" is a bit different and some require() happens after theinclude file is already included/required....
Revert "Merge pull request #2728 from phil-davis/form_button"
This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversingchanges made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
Internationalize Form_Button text
The text of a Form_Button is not translated internally. Some Form_Buttoncalls already had the button text enclosed in gettext(), this does itfor the remaining ones.
More icon/button inconsistencies. Ticket #5965
Change "internal" representation of CA on CA and CRL list to an icon, and the inuse indicator on CRLs to an icon. Ticket #5965
Correct some icon usage inconsistencies. Fixes #5965
Add Actions column heading for CRL Manager
To be consistent with everywhere else that has a heading for the Actions column.
Merge pull request #2637 from k-paulius/patch-6
Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
Indicate in the breadcrumb if we are editing list item.
Synchronize page title with tab title
Convert section titles to title case
Internationalization of various system*.php
Fix minor typos and correct code standards
system_crlmanager dodgy else statement
The "else" that was at line 550 should enclose the whole block of code below it. The "if" handles the case "No Certificates Found for this CA." and all the code below the else should only happen when there are certificates found.
Code style System Certificates
Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used
Standardize Certificate Manager breadcrumbs
Added use of class autoloading (GUI stuff only)
Any GUI script that loads the guiconfig.inc file will have access tothe autoloader.
Ticket #5471 partial convert to font-awesome fonts
Copyright and license cleanup
- Remove personal copyright from people who assigned it to employer (ESF)- Remove $Id$- Remove extra spaces
Completed #5333
fix #5059
Merge pull request #1853 from PiBa-NL/bootstrap_fix1
fix text
remove stray quote
bootstrap, use require_once for classes/Form.class.php
"Serial" field min now set to '0' to avoid validation error.
Merge branch 'master' into bootstrap
Move main pfSense content to src/