summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Update translation filesRenato Botelho2017-04-1176-2649/+3930
|
* Regenerate potRenato Botelho2017-04-111-1/+1
|
* CSRF: Close session before exitRenato Botelho2017-04-101-0/+1
| | | | | | | On CSRF, call phpsession_end() before exit to avoid syslog warning about open session Submitted by: PiBa-NL
* Restore CSRF customizationsRenato Botelho2017-04-101-1/+3
|
* Update CSRF to latest version from githubRenato Botelho2017-04-102-13/+15
|
* Fix UTF8 in base64 decodeSteve Beaver2017-04-101-1/+1
|
* Update translation filesRenato Botelho2017-04-0776-3922/+110960
|
* Regenerate potRenato Botelho2017-04-071-33/+29
|
* Fix #7452 save new gatewayPhil Davis2017-04-061-1/+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%
* Update translation filesRenato Botelho2017-04-0470-46455/+119017
|
* Regenerate potRenato Botelho2017-04-041-1378/+1423
|
* Merge pull request #3683 from luckman212/dhcprejectfrom-patch-1jim-p2017-04-042-4/+26
|\
| * add validation via validate_ipv4_list to interfaces.inclukehamburg2017-04-041-1/+1
| |
| * Adds ability to ignore DHCP offers from multiple serverslukehamburg2017-03-292-3/+25
| | | | | | | | | | | | | | | | | | | | - 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 #3584 from doktornotor/patch-11jim-p2017-04-032-0/+50
|\ \
| * | Add missing $zone variabledoktornotor2017-02-251-0/+1
| | |
| * | Add missing $zone variabledoktornotor2017-02-251-0/+1
| | |
| * | Update BIND zones when adding static DHCP leases if needed (Bug #3710)doktornotor2017-02-251-0/+24
| | |
| * | Update BIND zones when adding static DHCP leases if needed (Bug #3710)doktornotor2017-02-251-0/+24
| | |
* | | 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 #3555 from doktornotor/patch-2jim-p2017-04-031-0/+7
|\ \ \ \
| * | | | Typo fixdoktornotor2017-02-201-1/+1
| | | | |
| * | | | Disallow IPv6 for RADIUS server.doktornotor2017-02-181-0/+7
| | | | | | | | | | | | | | | See https://redmine.pfsense.org/issues/4154. No need for users to waste their time with debugging packets black hole.
* | | | | 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-032-5/+32
|\ \ \ \ \ \
| * | | | | | Use sigkillbyname() for relayddoktornotor2017-02-221-1/+1
| | | | | | |
| * | | | | | Add syslogd shortcutsdoktornotor2017-02-211-0/+5
| | | | | | |
| * | | | | | 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-039-31/+113
|\ \ \ \ \ \
| * | | | | | phpsessionmanager, use syslog instead of file_noticePiBa-NL2017-03-021-5/+3
| | | | | | |
| * | | | | | phpsessionmanager, this helps starting and committing the php session ↵PiBa-NL2017-02-279-31/+115
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | preventing other requests from being blocked longer than required.
* | | | | | Merge pull request #3673 from PiBa-NL/20170326_get_statsjim-p2017-04-032-82/+17
|\ \ \ \ \ \
| * | | | | | getstats, further cleanup unused code, e.g. removing updateInterfaceStats ↵PiBa-NL2017-03-292-62/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | and updateInterfaces javascript functions
| * | | | | | 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
|\ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud