Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge pull request #3582 from doktornotor/patch-10 | Renato Botelho | 2017-03-02 | 1 | -2/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix the pkg_call() and set the timeout to a sane value (Bug #6594) | doktornotor | 2017-02-24 | 1 | -2/+2 | |
| |/ / / / | ||||||
* | | | | | Use the same cache filename pattern for RFC2136 IPv6 items as used by dyndns | Renato Botelho | 2017-03-02 | 1 | -1/+4 | |
| | | | | | ||||||
* | | | | | Use | to separate dyndns IPv4 fields on cache file as done by rfc2136 items ↵ | Renato Botelho | 2017-03-02 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | and for all IPv6 items | |||||
* | | | | | Add GUI components for loading cryptodev as a module, and upgrade code so ↵ | jim-p | 2017-02-28 | 3 | -2/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | | | | Fix #7299 and other stuff | Phil Davis | 2017-02-23 | 1 | -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. | |||||
* | | | | Merge pull request #3568 from doktornotor/patch-7 | Renato Botelho | 2017-02-22 | 1 | -3/+6 | |
|\ \ \ \ | ||||||
| * | | | | Only start dhcpleases if DHCP server is enabled (Bug #6750) | doktornotor | 2017-02-22 | 1 | -3/+6 | |
| |/ / / | ||||||
* | | | | Merge pull request #3546 from NOYB/Vendor_MAC_Retention_Logic_/_Consolidate | Renato Botelho | 2017-02-22 | 2 | -15/+18 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Vendor MAC Retention File Consolidate | NOYB | 2017-02-15 | 2 | -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 Relocate | NOYB | 2017-02-15 | 2 | -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 Logic | NOYB | 2017-02-15 | 1 | -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 Name | NOYB | 2017-02-15 | 1 | -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 #7231 | Steve Beaver | 2017-02-20 | 1 | -0/+14 | |
| | | | | | | | | | | | | | | | | 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 languages | Renato Botelho | 2017-02-20 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Fix handling of 0 for Backup Count. Fixes #7273 | jim-p | 2017-02-17 | 1 | -0/+1 | |
|/ / / | ||||||
* | | | GET/POST conversion | Steve Beaver | 2017-02-14 | 2 | -3/+3 | |
| | | | ||||||
* | | | Fix #7257: Use pfSense-upgrade to look for new versions | Renato Botelho | 2017-02-14 | 1 | -7/+15 | |
| | | | ||||||
* | | | Merge pull request #3541 from phil-davis/getAllowedPages-format | Renato Botelho | 2017-02-13 | 1 | -4/+4 | |
|\ \ \ | ||||||
| * | | | getAllowedPages consistent code format | Phil Davis | 2017-02-13 | 1 | -4/+4 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #3540 from phil-davis/get_user_privileges-cache | Renato Botelho | 2017-02-13 | 1 | -10/+33 | |
|\ \ \ | ||||||
| * | | | Use cached groups in get_user_privileges | Phil Davis | 2017-02-13 | 1 | -10/+33 | |
| |/ / | ||||||
* | | | Merge pull request #3539 from phil-davis/patch-5 | Renato Botelho | 2017-02-13 | 1 | -2/+2 | |
|\ \ \ | ||||||
| * | | | Fix ldap_get_groups return value when down | Phil Davis | 2017-02-13 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In some places ldap_get_groups has: ``` return memberof; ``` It should have the "$" in front, so it will return the $memberof array (that is empty when this happens). This causes issues for callers that expect to have a return value that is either false, an empty array, or an array of the groups. | |||||
* | | | | Merge pull request #3531 from phil-davis/version-display-at-boot | Renato Botelho | 2017-02-13 | 1 | -12/+18 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Update version string at end of boot | Phil Davis | 2017-02-12 | 1 | -12/+18 | |
| |/ / | ||||||
* | | | Allow up to siz dashboard columns | Steve Beaver | 2017-02-12 | 1 | -2/+2 | |
|/ / | ||||||
* | | logout via POST | Steve Beaver | 2017-02-10 | 1 | -3/+3 | |
| | | ||||||
* | | Merge pull request #3492 from luckman212/dhcp-edit-patch-2 | Renato Botelho | 2017-02-10 | 1 | -16/+22 | |
|\ \ | |/ |/| | ||||||
| * | 5th try | lukehamburg | 2017-02-09 | 1 | -1/+1 | |
| | | | | | | | | - change $do_ping default value to 'true' (which emulates the previous default behavior) to avoid any unexpected results | |||||
| * | 4th attempt! | lukehamburg | 2017-02-09 | 1 | -3/+7 | |
| | | | | | | | | - Reworked based on recent comments from @rbgarga | |||||
| * | 3rd try! | lukehamburg | 2017-02-08 | 1 | -9/+8 | |
| | | | | | | | | - incorporate suggestions from @rbgarga with slight modification | |||||
| * | 2nd try. . . | lukehamburg | 2017-02-08 | 1 | -11/+14 | |
| | | | | | | | | | | | | | | | | | | /etc/inc/util.inc: - arp_get_mac_by_ip() updated to support IPv6 - attempt at code streamline /usr/local/www/services_dhcp_edit.php: - streamline code, now just a simple call to arp_get_mac_by_ip() | |||||
* | | Add cpsw to ALTQ list now that the driver supports ALTQ. Ticket #7199 | jim-p | 2017-02-07 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #3495 from phil-davis/fbegin-fend | Renato Botelho | 2017-02-07 | 1 | -0/+2 | |
|\ \ | ||||||
| * | | fbegin.inc and fend.inc obsolete | Phil Davis | 2017-02-07 | 1 | -0/+2 | |
| |/ | ||||||
* | | Merge pull request #3473 from jxmx/7206_route53 | Renato Botelho | 2017-02-07 | 2 | -18/+42 | |
|\ \ | |/ |/| | ||||||
| * | implement AWS API v4 signing | Jason D. McCormick | 2017-02-04 | 2 | -29/+17 | |
| | | ||||||
| * | commit initial fix; need to add hooks for region to zone id | Jason D. McCormick | 2017-02-03 | 2 | -14/+50 | |
| | | ||||||
* | | Remove HTML from translated shaper setHelp | Phil Davis | 2017-02-05 | 1 | -10/+11 | |
| | | | | | | and sections must not be translated - examples of IP address formats 255.255.255.255 and so on. | |||||
* | | Do not sort the list of locales. That way it is easier to get to the ↵ | Steve Beaver | 2017-02-04 | 1 | -1/+7 | |
|/ | | | | language you want afte accidentally selecting something you no longer understand. | |||||
* | Remove \n from gettext strings | Renato Botelho | 2017-02-03 | 3 | -5/+5 | |
| | ||||||
* | Fix #7120: Restore vendor mac address when spoofmac is set to blank | Renato Botelho | 2017-02-03 | 1 | -5/+21 | |
| | ||||||
* | Simplify logic | Renato Botelho | 2017-02-03 | 1 | -14/+11 | |
| | ||||||
* | Really fix #7120 after a bad copy/paste | Renato Botelho | 2017-02-03 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #3463 from jskyboo/master | Renato Botelho | 2017-02-03 | 1 | -1/+4 | |
|\ | ||||||
| * | Set ntp gps mode for pgrmf even if no other modes are being set. | jskyboo | 2017-02-02 | 1 | -1/+1 | |
| | | ||||||
| * | Add to NTP GPS processing of PGRMF sentence | jskyboo | 2017-02-02 | 1 | -0/+3 | |
| | | ||||||
* | | Remove unneeded sprint and gettext in setHelp | Phil Davis | 2017-02-03 | 1 | -1/+1 | |
| | | ||||||
* | | Add Spanish and Chinese Simplified to the list of available languages | Renato Botelho | 2017-02-02 | 1 | -0/+2 | |
| | |