summaryrefslogtreecommitdiffstats
path: root/src/etc
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | Remove obsolete isAjax array key handlingPhil Davis2017-04-181-1/+1
| | | | | | | | | |
| * | | | | | | | | Validate gateway and interface togetherPhil Davis2017-04-181-11/+20
| | | | | | | | | |
| * | | | | | | | | Refactor gateway savePhil Davis2017-04-171-2/+146
| | | | | | | | | |
| * | | | | | | | | Refactor gateway parameter validationPhil Davis2017-04-171-2/+324
| |/ / / / / / / /
* | | | | | | | | Merge pull request #3629 from doktornotor/patch-18Renato Botelho2017-04-203-37/+39
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into patch-18doktornotor2017-03-2412-62/+375
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add a deprecation noticedoktornotor2017-03-081-0/+5
| | | | | | | | | | |
| * | | | | | | | | | Add missing includedoktornotor2017-03-081-0/+1
| | | | | | | | | | |
| * | | | | | | | | | Relocate pfSenseHeader() function to pfsense-utils.incdoktornotor2017-03-081-0/+31
| | | | | | | | | | |
| * | | | | | | | | | Relocate pfSenseHeader() function to pfsense-utils.incdoktornotor2017-03-081-38/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sort includes while here.
* | | | | | | | | | | Merge pull request #3693 from PiBa-NL/20170416-certmanager-import-ecc-certsRenato Botelho2017-04-201-24/+17
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | certificate manager, allow importing of ECC certificates, change multiple ↵PiBa-NL2017-04-171-13/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'if' to 'switch'
| * | | | | | | | | | | certificate manager, allow importing of ECC certificatesPiBa-NL2017-04-161-24/+16
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #3695 from phil-davis/refactor_if_list_functionsRenato Botelho2017-04-208-22/+13
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Refactor get_configured_interface_list remove unused parameterPhil Davis2017-04-164-9/+6
| | | | | | | | | | | |
| * | | | | | | | | | | Refactor get_configured_interface_list_by_realif remove unused parameterPhil Davis2017-04-161-4/+1
| | | | | | | | | | | |
| * | | | | | | | | | | Refactor get_configured_interface_with_descr remove unused parameterPhil Davis2017-04-166-9/+6
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #3694 from phil-davis/update_alias_nameRenato Botelho2017-04-201-0/+31
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Refactor update_alias_names_upon_changePhil Davis2017-04-161-0/+31
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #3701 from phil-davis/empty-operation-not-permittedRenato Botelho2017-04-201-0/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix var/empty operation not permittedPhil Davis2017-04-191-0/+5
| |/ / / / / / / / / /
* | | | | | | | | | | Fix a typo to add a missing space during the initial NIC setup on console.Luiz Souza2017-04-201-1/+1
| | | | | | | | | | |
* | | | | | | | | | | Remove redundant check, get_pkg_info() call uses a parameter to return only ↵Renato Botelho2017-04-191-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | installed packages
* | | | | | | | | | | Fix installation of extra packages at build time relaxing check for running ↵Renato Botelho2017-04-191-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHP instance and moving it to the top before any require_once() attempt runs
* | | | | | | | | | | Fix indent and spacesRenato Botelho2017-04-191-24/+49
| | | | | | | | | | |
* | | | | | | | | | | Use correct function (is_pkg_installed) and unbreak get_pkg_info()Renato Botelho2017-04-191-2/+2
|/ / / / / / / / / /
* | | | | | | | | | Enable Russian translation since it's over 75%Renato Botelho2017-04-111-0/+1
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Improve XMLRPC failure messages/exception handling. Fixes #7448jim-p2017-04-042-3/+7
| | | | | | | | |
* | | | | | | | | Enable Norwegian since it's over 75% complete. Remove pt_BR and tr while ↵Renato Botelho2017-04-041-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | they are below 75%
* | | | | | | | | Merge pull request #3683 from luckman212/dhcprejectfrom-patch-1jim-p2017-04-041-1/+22
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | add validation via validate_ipv4_list to interfaces.inclukehamburg2017-04-041-1/+1
| | | | | | | | | |
| * | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud