summaryrefslogtreecommitdiffstats
path: root/src/etc
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge pull request #3582 from doktornotor/patch-10Renato Botelho2017-03-021-2/+2
|\ \ \ \ \
| * | | | | Fix the pkg_call() and set the timeout to a sane value (Bug #6594)doktornotor2017-02-241-2/+2
| |/ / / /
* | | | | Use the same cache filename pattern for RFC2136 IPv6 items as used by dyndnsRenato Botelho2017-03-021-1/+4
| | | | |
* | | | | Use | to separate dyndns IPv4 fields on cache file as done by rfc2136 items ↵Renato Botelho2017-03-021-3/+3
| | | | | | | | | | | | | | | | | | | | and for all IPv6 items
* | | | | Add GUI components for loading cryptodev as a module, and upgrade code so ↵jim-p2017-02-283-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 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.
* | | | Merge pull request #3568 from doktornotor/patch-7Renato Botelho2017-02-221-3/+6
|\ \ \ \
| * | | | 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 #7231Steve Beaver2017-02-201-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 languagesRenato Botelho2017-02-201-0/+1
| | | |
* | | | Fix handling of 0 for Backup Count. Fixes #7273jim-p2017-02-171-0/+1
|/ / /
* | | GET/POST conversionSteve Beaver2017-02-142-3/+3
| | |
* | | Fix #7257: Use pfSense-upgrade to look for new versionsRenato Botelho2017-02-141-7/+15
| | |
* | | Merge pull request #3541 from phil-davis/getAllowedPages-formatRenato Botelho2017-02-131-4/+4
|\ \ \
| * | | getAllowedPages consistent code formatPhil Davis2017-02-131-4/+4
| | |/ | |/|
* | | Merge pull request #3540 from phil-davis/get_user_privileges-cacheRenato Botelho2017-02-131-10/+33
|\ \ \
| * | | Use cached groups in get_user_privilegesPhil Davis2017-02-131-10/+33
| |/ /
* | | Merge pull request #3539 from phil-davis/patch-5Renato Botelho2017-02-131-2/+2
|\ \ \
| * | | Fix ldap_get_groups return value when downPhil Davis2017-02-131-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-bootRenato Botelho2017-02-131-12/+18
|\ \ \ \ | |/ / / |/| | |
| * | | Update version string at end of bootPhil Davis2017-02-121-12/+18
| |/ /
* | | Allow up to siz dashboard columnsSteve Beaver2017-02-121-2/+2
|/ /
* | logout via POSTSteve Beaver2017-02-101-3/+3
| |
* | Merge pull request #3492 from luckman212/dhcp-edit-patch-2Renato Botelho2017-02-101-16/+22
|\ \ | |/ |/|
| * 5th trylukehamburg2017-02-091-1/+1
| | | | | | | | - change $do_ping default value to 'true' (which emulates the previous default behavior) to avoid any unexpected results
| * 4th attempt!lukehamburg2017-02-091-3/+7
| | | | | | | | - Reworked based on recent comments from @rbgarga
| * 3rd try!lukehamburg2017-02-081-9/+8
| | | | | | | | - incorporate suggestions from @rbgarga with slight modification
| * 2nd try. . .lukehamburg2017-02-081-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 #7199jim-p2017-02-071-1/+1
| |
* | Merge pull request #3495 from phil-davis/fbegin-fendRenato Botelho2017-02-071-0/+2
|\ \
| * | fbegin.inc and fend.inc obsoletePhil Davis2017-02-071-0/+2
| |/
* | Merge pull request #3473 from jxmx/7206_route53Renato Botelho2017-02-072-18/+42
|\ \ | |/ |/|
| * implement AWS API v4 signingJason D. McCormick2017-02-042-29/+17
| |
| * commit initial fix; need to add hooks for region to zone idJason D. McCormick2017-02-032-14/+50
| |
* | Remove HTML from translated shaper setHelpPhil Davis2017-02-051-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 Beaver2017-02-041-1/+7
|/ | | | language you want afte accidentally selecting something you no longer understand.
* Remove \n from gettext stringsRenato Botelho2017-02-033-5/+5
|
* Fix #7120: Restore vendor mac address when spoofmac is set to blankRenato Botelho2017-02-031-5/+21
|
* Simplify logicRenato Botelho2017-02-031-14/+11
|
* Really fix #7120 after a bad copy/pasteRenato Botelho2017-02-031-1/+1
|
* Merge pull request #3463 from jskyboo/masterRenato Botelho2017-02-031-1/+4
|\
| * Set ntp gps mode for pgrmf even if no other modes are being set.jskyboo2017-02-021-1/+1
| |
| * Add to NTP GPS processing of PGRMF sentencejskyboo2017-02-021-0/+3
| |
* | Remove unneeded sprint and gettext in setHelpPhil Davis2017-02-031-1/+1
| |
* | Add Spanish and Chinese Simplified to the list of available languagesRenato Botelho2017-02-021-0/+2
| |
OpenPOWER on IntegriCloud