summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | get_stats, optimizations. -dont call unused interface statistics functions ↵PiBa-NL2017-03-262-25/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | -call get_mbuf only once (its netstat call is cpu intensive.) -dont stack multiple pending request in browser if responses are slow.
* | | | | | | Merge pull request #3685 from phil-davis/sort-if-namesjim-p2017-04-037-4/+56
|\ \ \ \ \ \ \
| * | | | | | | Add user option to sort interface namesPhil Davis2017-03-307-4/+56
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Add "address".jim-p2017-04-031-1/+1
| | | | | | |
* | | | | | | Merge pull request #3634 from bonki/dyndns-usepublicip-hintjim-p2017-04-031-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Add hint to web interface that DynDNS will automatically try to fetch the ↵Adrian Frühwirth2017-03-291-1/+1
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | public IP in case the selected interface's IP is private.
* | | | | | | Merge pull request #3637 from luckman212/crs-hangfix-test-1jim-p2017-04-031-0/+7
|\ \ \ \ \ \ \
| * | | | | | | Test fix for hanging check_reload_statuslukehamburg2017-03-071-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After killing php-fpm (console opt 16) check_reload_status would sometimes hang, consuming 100% of 1 cpu core. I found a reference https://redmine.pfsense.org/issues/3884#note-4 saying that check_reload_status depends on php-fpm. This patch wraps the restart of php-fpm with a stop/start of check_reload_status. In my limited testing, this has eliminated the hangs, which were pretty easily reproducible before.
* | | | | | | | Merge pull request #3636 from luckman212/ipv6-etc-hosts-fix-1jim-p2017-04-032-7/+26
|\ \ \ \ \ \ \ \
| * | | | | | | | Updated help text to be more accurate as per jim-p suggestion.lukehamburg2017-03-291-3/+3
| | | | | | | | |
| * | | | | | | | Adds option to skip adding IPv6 entries in /etc/hosts for LANslukehamburg2017-03-092-7/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a LAN interface's IPv6 configuration is set to Track, and the tracked interface loses connectivity, it can cause connections to the firewall that were established via IPv6 hostname to fail. This can happen unintentionally when accessing the system by hostname, since by default both IPv4 and IPv6 entries are added to /etc/hosts. This patch + enabling this option prevents those IPv6 records from being created and prevents this from occurring. Set the option in System > Advanced > Networking FILES CHANGED - /etc/inc/system.inc - /usr/local/www/system_advanced_network.php
* | | | | | | | | Merge pull request #3635 from doktornotor/patch-24jim-p2017-04-031-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add QinQ interfaces to the list of interfaces not to check (Bug #4669)doktornotor2017-03-101-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge pull request #3614 from doktornotor/patch-16jim-p2017-04-031-7/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove dummy config_lock() and config_unlock() functionsdoktornotor2017-03-051-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Been no-op for ages (https://github.com/pfsense/pfsense/commit/0027de0a544438f146cfc94f005fd6f4ba9f94d7).
* | | | | | | | | | Merge pull request #3608 from jxmx/7206_route53jim-p2017-04-032-4/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | use right var for zoneidJason D. McCormick2017-03-031-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Revert addition of region to zone fieldJason D. McCormick2017-03-021-1/+1
| | | | | | | | | | |
| * | | | | | | | | | revert parsing of config field for regionJason D. McCormick2017-03-021-3/+2
| |/ / / / / / / / /
* | | | | | | | | | Allow passing of $BUILD_CONF to builder scripts.Luiz Otavio O Souza2017-04-031-1/+1
| | | | | | | | | |
* | | | | | | | | | Update translation filesRenato Botelho2017-04-0366-5043/+218423
| | | | | | | | | |
* | | | | | | | | | Regenerate potRenato Botelho2017-04-031-58/+58
| | | | | | | | | |
* | | | | | | | | | Variable syntax correction. Fixes #7446.derelict-pf2017-04-031-1/+1
| | | | | | | | | |
* | | | | | | | | | Add separate bindip for usepublicip case. Fixes #7446.derelict-pf2017-04-031-1/+3
| | | | | | | | | |
* | | | | | | | | | Add local directive to nsupdate file. Fixes #7446.derelict-pf2017-04-031-0/+1
| | | | | | | | | |
* | | | | | | | | | Fixed #7445Steve Beaver2017-04-031-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now properly handles service names that contain hyphens
* | | | | | | | | | Merge pull request #3687 from doktornotor/patch-1Steve Beaver2017-04-031-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix an apparent typodoktornotor2017-04-021-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Don't use usepost on firewall_rules.php for the tabs.jim-p2017-03-301-1/+1
| |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #3674 from PiBa-NL/20170326-pkg-tabsRenato Botelho2017-03-292-4/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | load package add-on tabs into config to avoid parsing all installed package ↵PiBa-NL2017-03-262-4/+8
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | xml's, fix tabgroup filter
* | | | | | | | | Merge pull request #3676 from PiBa-NL/20170327-cron-dontsaveconfig-unchangedRenato Botelho2017-03-291-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cron, dont write_config() when nothing changed.PiBa-NL2017-03-271-0/+2
| |/ / / / / / / /
* | | | | | | | | Merge pull request #3680 from phil-davis/write-config-01Renato Botelho2017-03-291-1/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove duplicate write_config from diag_dnsPhil Davis2017-03-291-1/+0
|/ / / / / / / / /
* | | | | | | | | Update translation filesRenato Botelho2017-03-2854-13146/+18857
| | | | | | | | |
* | | | | | | | | Regenerate potRenato Botelho2017-03-281-394/+559
| | | | | | | | |
* | | | | | | | | Merge pull request #3679 from phil-davis/edit-ip-7435jim-p2017-03-284-13/+22
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Redmine #7435 Fix edit problems due to POST id codePhil Davis2017-03-284-13/+22
|/ / / / / / / / /
* | | | | | | | | Fix categoryRenato Botelho2017-03-271-1/+1
| | | | | | | | |
* | | | | | | | | Exclude Netgate Coreboot Upgrade build from ARMRenato Botelho2017-03-271-0/+1
| | | | | | | | |
* | | | | | | | | Enable Netgate Coreboot Upgrade buildRenato Botelho2017-03-271-0/+1
| | | | | | | | |
* | | | | | | | | Merge pull request #3677 from phil-davis/handle-empty-port-alias-refactorRenato Botelho2017-03-2710-29/+32
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Refactor is_port_or functionsPhil Davis2017-03-271-6/+9
| | | | | | | | | |
| * | | | | | | | | Add underscores to is_port* function namesPhil Davis2017-03-2710-25/+25
| | | | | | | | | |
* | | | | | | | | | Merge pull request #3670 from phil-davis/handle-empty-port-aliasRenato Botelho2017-03-276-27/+64
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Redmine #7428 Hanlde empty port aliasPhil Davis2017-03-261-10/+28
| | | | | | | | | |
| * | | | | | | | | Refactor filter_generate_nested_aliasPhil Davis2017-03-261-9/+18
| | | | | | | | | |
| * | | | | | | | | Provide functions for checking port range alias combinationsPhil Davis2017-03-266-8/+18
| |/ / / / / / / /
* | | | | | | | | Correct definition of ports for SMB used by the shaper wizard. Fixes #7434jim-p2017-03-271-1/+1
|/ / / / / / / /
OpenPOWER on IntegriCloud