summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update translation filesRenato Botelho2017-03-0254-23847/+130595
|
* Regenerate potRenato Botelho2017-03-021-835/+880
|
* Use the same cache filename pattern for RFC2136 IPv6 items as used by dyndnsRenato Botelho2017-03-022-3/+7
|
* Use | to separate dyndns IPv4 fields on cache file as done by rfc2136 items ↵Renato Botelho2017-03-023-5/+5
| | | | and for all IPv6 items
* Sync up package help links with current packages.jim-p2017-03-011-29/+182
| | | | Many do not yet exist, but can easily be created.
* Sort help URL list.jim-p2017-03-011-233/+230
|
* Update help URLs for base system files, remove old/obsolete files.jim-p2017-03-011-8/+4
|
* Fix up some options in OpenVPN that were not showing for the correct modes. ↵jim-p2017-02-282-3/+10
| | | | Fixes #7331
* Add GUI components for loading cryptodev as a module, and upgrade code so ↵jim-p2017-02-284-12/+21
| | | | | | users have it on upgrade since it was in-kernel before. Fixes #5976 Having both aesni and cryptodev loaded at the same time appears to only negatively impact performance, no gains, so at the moment there is no need to load them at the same time.
* In a stock/default config.xml, show firewall rule descriptions in a column. ↵jim-p2017-02-281-1/+3
| | | | | | Fixes #7323 Previous performance and display issues do not appear to be a problem any longer. See https://redmine.pfsense.org/issues/7323
* Finish MAC address matching for packet capture. Implements #6743jim-p2017-02-281-3/+32
|
* Merge pull request #3588 from phil-davis/widget-filter-all-fixSteve Beaver2017-02-260-0/+0
|\
| * Fix #7317 Widget Filter All buttonPhil Davis2017-02-269-9/+9
| |
* | Fix #7317 Widget Filter All buttonPhil Davis2017-02-269-9/+9
| |
* | Merge pull request #3589 from phil-davis/patch-12jim-p2017-02-261-2/+0
|\ \
| * | Fix syntax error in services_wol_edit.phpPhil Davis2017-02-261-2/+0
| |/
* | Merge pull request #3573 from phil-davis/patch-9jim-p2017-02-261-0/+2
|\ \
| * | Fix #7300 provide default value for ipprotocol for old rulesPhil Davis2017-02-231-0/+2
| | |
* | | Merge pull request #3581 from phil-davis/patch-11Steve Beaver2017-02-261-21/+0
|\ \ \
| * | | Remove unused ntpWidgetUpdateFromServer() from NTP widgetPhil Davis2017-02-241-21/+0
| | |/ | |/| | | | I don;t see where this is used at all. Nothing seems to break if I remove it.
* | | Merge pull request #3550 from phil-davis/patch-5Steve Beaver2017-02-261-4/+2
|\ \ \
| * | | System Info Widget enable All button when disable firmware check is setPhil Davis2017-02-161-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | If system firmware disablecheck is set, then the click event for the filter "All" button is also not included in the JS, so the "All" button is not effective. The setTimeout for systemStatusGetUpdateStatus() can be moved up just below where it is declared and inside the existing "if" that conditionally includes that function - no need for it to be inside events.push Then the PHP condition around events.push can be removed, so that the "All" button will always be effective.
* | | | Merge pull request #7299 from phil-davis/patch-7jim-p2017-02-261-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix #7299 and other stuffPhil Davis2017-02-231-1/+1
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | As far as I can see, filter_generate_user_rule() is always supposed to be called with 'ipprotocol' set to 'inet' or 'inet6'. The cases of rules for both ('inet46') are handled by calling filter_generate_user_rule() twice, passing 'inet' then 'inet6'. So at this point, if 'ipprotocol' is blank, then it is from an old rule, and it [can|should|must] default to 'inet'. This would provide a generic fix for old rules that do not have 'ipprotocol' specified. The other thing that could be done is make some upgrade code that fills in 'ipprotocol' on old rules at upgrade.
* | | Fix #5976: build cryptodev as a moduleRenato Botelho2017-02-231-1/+1
|/ /
* | Fixed typo in $POST/$_POSTSteve Beaver2017-02-223-3/+3
| |
* | Remove some unused code from diag_command.php.jim-p2017-02-221-10/+0
| |
* | Fixes #7296Steve Beaver2017-02-221-2/+2
| | | | | | | | HTML tags not allowed in selector option values
* | Correct variable name. Fixes #7297jim-p2017-02-221-1/+1
| |
* | Merge pull request #3568 from doktornotor/patch-7Renato Botelho2017-02-224-3/+26
|\ \
| * | Check that DHCP registration isn't enabled for DNS forwarder/resolver when ↵doktornotor2017-02-221-0/+10
| | | | | | | | | | | | disabling DHCP server
| * | Only allow the DHCP registration options to be enabled when DHCP server is ↵doktornotor2017-02-221-0/+5
| | | | | | | | | | | | enabled as well
| * | Only allow the DHCP registration options to be enabled when DHCP server is ↵doktornotor2017-02-221-0/+5
| | | | | | | | | | | | enabled as well
| * | Only start dhcpleases if DHCP server is enabled (Bug #6750)doktornotor2017-02-221-3/+6
| | |
* | | Merge pull request #3546 from NOYB/Vendor_MAC_Retention_Logic_/_ConsolidateRenato Botelho2017-02-222-15/+18
|\ \ \
| * | | Vendor MAC Retention File ConsolidateNOYB2017-02-152-9/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Use a single file for vendor MAC retention (vendor_mac). a) Writes only one file during boot up rather than a file for each interface. b) More efficient than numerous tiny files. c) Friendlier to write cycle sensitive media in a RAM disk disabled system.
| * | | Vendor MAC Retention File RelocateNOYB2017-02-152-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Relocate the vendor MAC retention file to /var/db directory. a) It's more at home here with other network interface stuff. b) Friendlier to write cycle sensitive media in a RAM disk enabled system.
| * | | Vendor MAC Restore LogicNOYB2017-02-151-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | Only use the vendor MAC retention file for restoring the vendor MAC when not booting. a) During boot up the current MAC that is obtained from the system is the vendor MAC. b) Using this eliminates the inefficient need to open the vendor MAC retention file for every interface during system boot up.
| * | | Spoof MAC Var NameNOYB2017-02-151-5/+5
| | |/ | |/| | | | | | | | | | | | | Rename 'spoof_mac' var to generic 'mac_addr'. a) It may be the vendor MAC or a spoofed MAC. b) Update the comment re: not reapplying an already applied MAC.
* | | Fixed #7203 by visually separating the legend areaSteve Beaver2017-02-221-15/+21
| |/ |/| | | | | Make legen area fixed rather than AJAX data
* | Merge pull request #3552 from NOYB/User_Manager_-_Status_IconRenato Botelho2017-02-211-2/+2
|\ \
| * | User Manager - Status IconNOYB2017-02-171-2/+2
| |/ | | | | | | | | | | Use icon for status rather than textual asterisk to indicate disabled account. (2.4, 2.3)
* | Fix "Save and Force" actionSteve Beaver2017-02-202-2/+2
| |
* | Remove newline in error msgSteve Beaver2017-02-201-1/+1
| |
* | SpellingSteve Beaver2017-02-201-1/+1
| |
* | Fixed #7231Steve Beaver2017-02-202-0/+16
| | | | | | | | This avoids the problem rather than fixing it by requiring the user to remove any queues from the if before deleting
* | Add Chinese (Taiwan) to the list of available languagesRenato Botelho2017-02-201-0/+1
| |
* | Update translation filesRenato Botelho2017-02-2048-54132/+54329
| |
* | Regenerate potRenato Botelho2017-02-201-57/+63
| |
* | Merge pull request #3533 from phil-davis/fw-rules-iface-selectorSteve Beaver2017-02-201-1/+5
|\ \
OpenPOWER on IntegriCloud