summaryrefslogtreecommitdiffstats
path: root/src/etc
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Adds ability to ignore DHCP offers from multiple serverslukehamburg2017-03-291-0/+21
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Forum thread: https://forum.pfsense.org/index.php?topic=124046.msg705100#msg705100 - related dhclient source: https://github.com/pfsense/FreeBSD-src/blob/devel/sbin/dhclient/clparse.c#L945 **changed files:** /usr/local/www/interfaces.php /etc/inc/interfaces.inc
* | | | | Merge pull request #3569 from doktornotor/patch-8jim-p2017-04-031-2/+3
|\ \ \ \ \
| * | | | | vslb.inc - Add missing include, use sigkillbyname()doktornotor2017-02-221-2/+3
| | | | | |
* | | | | | Merge pull request #3560 from doktornotor/patch-5jim-p2017-04-031-1/+1
|\ \ \ \ \ \
| * | | | | | Fix nginx certificate permissions (Bug #6862)doktornotor2017-02-191-1/+1
| | | | | | |
* | | | | | | Merge pull request #3567 from doktornotor/patch-6jim-p2017-04-031-5/+27
|\ \ \ \ \ \ \
| * | | | | | | Use sigkillbyname() for relayddoktornotor2017-02-221-1/+1
| | | | | | | |
| * | | | | | | Fix indentationdoktornotor2017-02-211-1/+1
| | | | | | | |
| * | | | | | | Add syslogd to Status > Services (Feature #4382)doktornotor2017-02-211-5/+27
| | |/ / / / / | |/| | | | | | | | | | | | Sort includes, use full path to pkill and remove openntpd while here.
* | | | | | | Merge pull request #3598 from PiBa-NL/phpsessionmanagerjim-p2017-04-035-16/+95
|\ \ \ \ \ \ \
| * | | | | | | phpsessionmanager, use syslog instead of file_noticePiBa-NL2017-03-021-5/+3
| | | | | | | |
| * | | | | | | phpsessionmanager, this helps starting and committing the php session ↵PiBa-NL2017-02-275-16/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | preventing other requests from being blocked longer than required.
* | | | | | | | Merge pull request #3685 from phil-davis/sort-if-namesjim-p2017-04-033-3/+28
|\ \ \ \ \ \ \ \
| * | | | | | | | Add user option to sort interface namesPhil Davis2017-03-303-3/+28
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | 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-031-7/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Adds option to skip adding IPv6 entries in /etc/hosts for LANslukehamburg2017-03-091-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-031-3/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | use right var for zoneidJason D. McCormick2017-03-031-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | revert parsing of config field for regionJason D. McCormick2017-03-021-3/+2
| |/ / / / / / / / / /
* | | | | | | | | | | 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
| |_|_|/ / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #3674 from PiBa-NL/20170326-pkg-tabsRenato Botelho2017-03-291-0/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | load package add-on tabs into config to avoid parsing all installed package ↵PiBa-NL2017-03-261-0/+3
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #3677 from phil-davis/handle-empty-port-alias-refactorRenato Botelho2017-03-273-13/+16
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Refactor is_port_or functionsPhil Davis2017-03-271-6/+9
| | | | | | | | | | |
| * | | | | | | | | | Add underscores to is_port* function namesPhil Davis2017-03-273-9/+9
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #3670 from phil-davis/handle-empty-port-aliasRenato Botelho2017-03-273-22/+59
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | 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-263-3/+13
| |/ / / / / / / / /
* | | | | | | | | | Correct definition of ports for SMB used by the shaper wizard. Fixes #7434jim-p2017-03-271-1/+1
|/ / / / / / / / /
* | | | | | | | | Fix handling of port ranges in this validation test. Ticket #7421jim-p2017-03-241-2/+6
| | | | | | | | |
* | | | | | | | | File a notice and omit rule(s) using a missing port alias. Fixes #7421jim-p2017-03-231-0/+10
| | | | | | | | |
* | | | | | | | | Bump config rev for widget preference setting changesPhil Davis2017-03-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | This should have been bumped along with https://github.com/pfsense/pfsense/commit/071d8a610047fe1994c9fa28e339fe93f4498c73
* | | | | | | | | Merge pull request #3662 from phil-davis/widget-preferences-upgradeSteve Beaver2017-03-211-0/+101
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Upgrade widget settings for multiple copies of widgetsPhil Davis2017-03-211-0/+101
| | | | | | | | | |
* | | | | | | | | | Remove siproxd from globalsPhil Davis2017-03-211-1/+0
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | It was accidentally put back by a dodgy merge that missed the commit that removed this line.
* | | | | | | | | Merge pull request #3639 from doktornotor/patch-26Steve Beaver2017-03-201-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add unknown service for Bug #4287doktornotor2017-03-101-0/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #3642 from phil-davis/icmp-type-skip-redmine-7372Steve Beaver2017-03-202-1/+20
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix #7372 Cannot filter ICMP Type SKIPPhil Davis2017-03-122-1/+20
| |/ / / / / / / /
OpenPOWER on IntegriCloud