summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Update translation filesRenato Botelho2017-07-3184-5203/+6181
|
* Regenerate potRenato Botelho2017-07-311-50/+46
|
* Comment fixesSteve Beaver2017-07-281-5/+5
|
* Revise default widget settings to accommodate new support widget nameSteve Beaver2017-07-281-1/+1
|
* 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
| |
* | Make rules that deal with IP+MAC pairs to be layer2 onlyRenato Botelho2017-07-261-5/+3
| |
* | Restore calls to pfSense_ipfw_table_zerocnt(), it's fixed nowRenato Botelho2017-07-251-4/+2
| |
* | Remove unused parametersRenato Botelho2017-07-254-8/+8
| |
* | Do not associate IP and MAC on down tableRenato Botelho2017-07-251-1/+3
| |
* | Fix syntaxRenato Botelho2017-07-251-1/+1
| |
* | Remove leftover debugRenato Botelho2017-07-251-1/+0
| |
* | Ressurrect nomacfilter option on CP now IPFW supports combined tables with ↵Renato Botelho2017-07-251-7/+14
| | | | | | | | IP and MAC address
* | Re-introduce Captive Portal statisticsRenato Botelho2017-07-252-30/+44
| |
* | Update translation filesRenato Botelho2017-07-2484-24510/+63495
| |
* | Regenerate potRenato Botelho2017-07-241-567/+627
| |
* | Support widget visible by defaultSteve Beaver2017-07-201-1/+1
| |
* | Add customer support widgetSteve Beaver2017-07-201-0/+109
| |
* | Prevent iOS auto-capitalization on username fieldSteve Beaver2017-07-171-1/+1
| |
* | Change login page links to absolute pathsSteve Beaver2017-07-171-3/+3
| |
* | Use an alternate method to stop unbound and fix #7326jim-p2017-07-141-6/+19
| |
* | If a client address is in the webConfiguratorlockout table, do not allow ↵jim-p2017-07-141-0/+25
| | | | | | | | | | | | them to access the GUI. Print an error and kill their states. Ticket #7693 Extra check to be sure that an existing open state cannot bypass lockout controls.
* | Fix typojim-p2017-07-131-2/+2
| |
* | Merge pull request #3771 from PiBa-NL/20170701-cron-fixRenato Botelho2017-07-132-4/+4
|\ \
| * | cron, fix job removal by index splice and write valid schedules for ramdrive ↵PiBa-NL2017-07-012-4/+4
| | | | | | | | | | | | backups
* | | Merge pull request #3772 from PiBa-NL/20170703-boot-config-check-messageRenato Botelho2017-07-131-1/+1
|\ \ \
| * | | bootup, change message to "Checking config backups consistency..." to tell ↵PiBa-NL2017-07-031-1/+1
| |/ / | | | | | | | | | whats taking time, as there is usually little to cleanup involved
* | | Merge pull request #3782 from PiBa-NL/20170712-nat-configure-skip-no-destRenato Botelho2017-07-131-4/+0
|\ \ \
| * | | nat, portforwards should not make up a new destination information when a ↵PiBa-NL2017-07-121-4/+0
| | |/ | |/| | | | | | | | | | | | | configured dhcp interface does not currently have an address. fixes: https://forum.pfsense.org/index.php?topic=127585.msg733528#msg733528
* | | Restructure how unbound zone data is written to fix processing of "redirect" ↵jim-p2017-07-133-38/+106
| | | | | | | | | | | | | | | | | | | | | 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 OpenVPN Auth Digest Algorithm selection so it does not use ↵jim-p2017-07-103-3/+57
|/ / | | | | | | duplicate/alias names in the list, and fix existing entries on upgrade so they use the actual digest name and not an alias.
* | Fix CA reference so serial increases properly. Remove variable for feature ↵jim-p2017-07-072-3/+3
| | | | | | | | that didn't work out. Ticket #7527
* | Stop using pecl-ssh2Renato Botelho2017-07-061-2/+0
| |
* | 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-062-170/+165
| | | | | | | | | | | | 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.
* | Removed MSS clamping exclusionsRobbert Rijkse2017-07-061-4/+1
| |
* | Several complaints of unbound problems after commiting, so back this out. ↵jim-p2017-07-061-22/+6
| | | | | | | | | | | | Revert "Change the way unbound is stopped when the process is being restarted, to give the old process enough time to exit cleanly. Fixes #7326" This reverts commit 38d110824c87ff60c6289c0432d55009586ceee4.
* | Add the ability to set certificate type and SAN attributes in a CSR. Ticket ↵jim-p2017-07-053-58/+139
| | | | | | | | | | | | #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-052-14/+32
| | | | | | | | function to avoid duplication for other pending uses. Ticket #7666
* | Include User Agent information when update bogons listRenato Botelho2017-07-051-0/+8
| |
OpenPOWER on IntegriCloud