summaryrefslogtreecommitdiffstats
path: root/src/usr/local
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | traffic-graphs, optimize retrieval of data every x seconds to reduce spikes ↵PiBa-NL2017-07-304-48/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in the graphs and load on pfSense also cleanup some old code.
* | | | | | | | | | Merge pull request #3785 from stilez/patch-67Renato Botelho2017-07-311-6/+17
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | important exclusion - update help text for packets dropped by NIC / offloadstilez2017-07-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Say that non-promiscuous mode doesn't see packets dropped by NIC. (promiscuous detection relies mainly on different responses if a packet is dropped by NIC or kernel, so corollary is that non-promisc won't see certain packets *even if directed at the host*)
| * | | | | | | | | | add "very"stilez2017-07-171-1/+1
| | | | | | | | | | |
| * | | | | | | | | | slight further text/format improvementstilez2017-07-171-4/+4
| | | | | | | | | | |
| * | | | | | | | | | Improve help text for promiscuous modestilez2017-07-171-6/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "promiscuous mode" is often quoted but not always understood. Also its possible drawbacks (other than compatibility which will be clear upon failure) may be relevant in some cases, but there's no indication of any drawbacks existing. Update help text to be more useful here. The extra detail is in a hidden clickable infobox.
* | | | | | | | | | | Update translation filesRenato Botelho2017-07-3184-5203/+6181
| | | | | | | | | | |
* | | | | | | | | | | Regenerate potRenato Botelho2017-07-311-50/+46
| | | | | | | | | | |
* | | | | | | | | | | Comment fixesSteve Beaver2017-07-281-5/+5
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Add renamed support widgetSteve Beaver2017-07-281-0/+113
| | | | | | | | | |
* | | | | | | | | | Merge pull request #3783 from PiBa-NL/20170713-dns-delete-last-additional-nameRenato Botelho2017-07-282-2/+2
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | dns, allow deleting last row for "Additional Names for this Host"PiBa-NL2017-07-132-2/+2
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Eliminate Gold menu itemSteve Beaver2017-07-271-1/+1
| | | | | | | | |
* | | | | | | | | Rename support widget to "Netgate Services And Support"Steve Beaver2017-07-271-113/+0
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Fixed 7128Steve Beaver2017-07-261-14/+22
| | | | | | | |
* | | | | | | | Allow recheck on refresh if JSON not availableSteve Beaver2017-07-261-1/+5
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Remove unused parametersRenato Botelho2017-07-253-5/+5
| |_|_|_|/ / |/| | | | |
* | | | | | Re-introduce Captive Portal statisticsRenato Botelho2017-07-251-6/+11
| |_|_|/ / |/| | | |
* | | | | Update translation filesRenato Botelho2017-07-2484-24510/+63495
| | | | |
* | | | | Regenerate potRenato Botelho2017-07-241-567/+627
| | | | |
* | | | | Add customer support widgetSteve Beaver2017-07-201-0/+109
| |/ / / |/| | |
* | | | Merge pull request #3771 from PiBa-NL/20170701-cron-fixRenato Botelho2017-07-131-3/+3
|\ \ \ \
| * | | | cron, fix job removal by index splice and write valid schedules for ramdrive ↵PiBa-NL2017-07-011-3/+3
| | | | | | | | | | | | | | | | | | | | backups
* | | | | Restructure how unbound zone data is written to fix processing of "redirect" ↵jim-p2017-07-131-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | zone entries. Fixes #7690 Also corrects some other misc issues for formatting of zone data. While here, add an option, not exposed in the GUI, for users to get the previous behavior of defining short names for hosts.
* | | | | Improve the way the auth server list is generated and account for a key ↵jim-p2017-07-101-4/+2
| |/ / / |/| | | | | | | | | | | being removed from the array when deleting. Fixes #7682
* | | | Fix CA reference so serial increases properly. Remove variable for feature ↵jim-p2017-07-071-2/+2
| | | | | | | | | | | | | | | | that didn't work out. Ticket #7527
* | | | Add another possible CSR Armor string when validating. Ticket #7383jim-p2017-07-061-1/+3
| | | |
* | | | Restructure how certificate types and SANs are handled in the cert manager ↵jim-p2017-07-061-146/+112
| | | | | | | | | | | | | | | | | | | | | | | | when making a Cert/CSR/Signing, so each section can properly use the controls without duplicating. It is now possible to add SANs and EKUs to certificates when signing using the certificate manager. Fixes #7527 and also Fixes #7677 NOTE: Attributes such as SANs and KU/EKU cannot be copied from a CSR when signing due to a deficiency in OpenSSL's x509 functions (they do not support "copy_extensions" at this time). They must be specified manually.
* | | | Add the ability to set certificate type and SAN attributes in a CSR. Ticket ↵jim-p2017-07-052-56/+115
| | | | | | | | | | | | | | | | | | | | | | | | #7527 TODO: They are not carried over after signing in the GUI
* | | | Fix missing line from openssl.cnfjim-p2017-07-051-1/+1
| | | |
* | | | Update translation filesRenato Botelho2017-07-0582-4746/+5117
| | | |
* | | | Regenerate potRenato Botelho2017-07-051-107/+111
| | | |
* | | | Add the username as the first SAN when making a user certificate from the ↵jim-p2017-07-051-0/+4
| | | | | | | | | | | | | | | | user manager creation screen. Fixes #7666
* | | | Fix some additional cases for CN->SAN handling, and move some code to a ↵jim-p2017-07-051-14/+5
| | | | | | | | | | | | | | | | function to avoid duplication for other pending uses. Ticket #7666
* | | | Remove extra spaces from User AgentRenato Botelho2017-07-051-1/+1
| | | |
* | | | Send uniqueid instead of UUID on user-agentRenato Botelho2017-07-052-11/+17
| | | |
* | | | Move uniqueid read to a function system_get_uniqueid()Renato Botelho2017-07-051-3/+3
| |/ / |/| |
* | | Revise Dark gray color code for login pageSteve Beaver2017-06-281-1/+1
| | |
* | | Add "Dark Gray" login page colorSteve Beaver2017-06-271-2/+2
| | |
* | | Update translation filesRenato Botelho2017-06-2782-1012/+1359
| | |
* | | Regenerate potRenato Botelho2017-06-271-5/+5
| | |
* | | Update diag_gmirror.phpBBcan1772017-06-251-2/+2
| | | | | | | | | Fix typo
* | | Respect GUI Login autocomplete preference settingSteve Beaver2017-06-231-0/+1
| | |
* | | Fix some other outdated linksjim-p2017-06-234-4/+4
| | |
* | | Restyle autocomplete on webkit browsers to remove the yellow background used ↵Steve Beaver2017-06-231-0/+12
| | | | | | | | | | | | by Chrome
* | | Fix interface groups link.jim-p2017-06-231-1/+1
| | |
* | | Add support to CESA crypto accelerator in pfSense GUI.Luiz Souza2017-06-201-0/+5
| | |
* | | Update translation filesRenato Botelho2017-06-2082-21290/+23416
| | |
* | | Regenerate potRenato Botelho2017-06-201-498/+543
| | |
* | | Merge pull request #3756 from PiBa-NL/20170613-wolSteve Beaver2017-06-203-4/+4
|\ \ \
OpenPOWER on IntegriCloud