summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix this missed one.NOYB2016-05-251-1/+1
| | | | (cherry picked from commit f42ef69ab518237260a2e129cbdf391549c003ad)
* Firewall / Aliases / Edit - New URL Table Alias TypeNOYB2016-05-252-12/+12
| | | | | | Make the code cleaner and easier to follow by using the same alias type designations as config. (cherry picked from commit ebe833f6a9463b0e4add1d97c360af4a682d1add)
* Firewall / Aliases / Edit - New URL Table Alias TypeNOYB2016-05-253-4/+6
| | | | | | Need to pass alias type to process_alias_urltable() function when creating a new url table alias because it is not yet set/available from config. So the alias_get_type() function can't be successfully used yet. (cherry picked from commit 3b07f4feaf35e70700082240ef03966f74f5df97)
* Fixed #6401Stephen Beaver2016-05-252-5/+5
| | | | (cherry picked from commit fe68a6a2b28c897cb3a8f8fda452c25f649556f1)
* Handle mode correctly with Auto IKE. Ticket #6360Chris Buechler2016-05-252-2/+2
|
* Firewall / Rules / Edit - URL (IP) AliasNOYB2016-05-241-1/+1
| | | | Make alias type URL (IP) available for selection in firewall rules.
* Lower default LDAP timeout to 5 seconds. Idea from Sandeep1991 in PR 2971. ↵Chris Buechler2016-05-241-4/+4
| | | | Ticket #6367
* Set request_terminate_timeout to the same as max_execution_time in case ↵Chris Buechler2016-05-241-0/+1
| | | | something executed externally doesn't respond, to avoid hanging up all of php-fpm eventually. Ticket #6318 among other similar potential issues.
* Relax Suhosin to allow a 512M memory limitNewEraCracker2016-05-241-1/+1
|
* Add -H to rsync calls to preserve hardlinksRenato Botelho2016-05-241-2/+2
|
* Change default final rsync destination when it's a RELEASERenato Botelho2016-05-241-14/+19
|
* Set PHP's memory limit to 512M on 64 bit. Ticket #6364Chris Buechler2016-05-241-2/+2
|
* Add nrpe to poudriere_bulkChris Buechler2016-05-241-0/+1
|
* Changed element type from date to text. Date inputs are not yet handled ↵Stephen Beaver2016-05-241-1/+1
| | | | | | consistently accross different browsers :( (cherry picked from commit d78dbc34299652c637c77684b7848191c510f9f0)
* Miscellaneous Textual Correction - System / Advanced / NetworkingNOYB2016-05-241-1/+1
| | | | | | Use apostrophe instead of quote. (cherry picked from commit d3706c81f7f77d21635c335d19e6626a4f7b568b)
* URL Table (Ports) File CommentsNOYB2016-05-241-1/+2
| | | | | | Fix for Bug #6395 that keeps full line comments of the downloaded file but strips them for the pf rules load. (cherry picked from commit e7e1e514607e7b017e5407326cfd7ddb439963d0)
* Fix #6381 ipv6nat_ipaddrPhil Davis2016-05-241-1/+1
| | | | (cherry picked from commit f489cfdbd4705578ee290b9df5bafe86efddbca8)
* Define default image type for snapshots laterRenato Botelho2016-05-231-1/+5
|
* Introduce a new option to build only core packages and skip imagesRenato Botelho2016-05-232-12/+24
|
* BUILDACTION will never be snapshotsRenato Botelho2016-05-231-1/+1
|
* Introduce PRODUCT_REVISION variable to be used in core package versionRenato Botelho2016-05-231-1/+2
|
* Fix quoting in diag_routes.php, see ticket #6371jim-p2016-05-201-1/+1
|
* Better fix for escaping in ticket #6371jim-p2016-05-201-1/+1
|
* Revert "Status / Services - Status Indicator"Renato Botelho2016-05-201-1/+1
| | | | This reverts commit 5260817282c47a208be6daf683db0157544b2d08.
* Remove calls which rely in uninitizalized varsNewEraCracker2016-05-201-3/+1
| | | | | | | | After analyzing implementations in RELENG_2_1 and RELENG_2_2, this code seems to be a left over after code rewrite Also remove a trailing space from comment (cherry picked from commit 0120cad84ea4dddd0c1501ecb41f2a082ea1e7d9)
* Add options to build zabbix3 packagesDanilo G. Baio (dbaio)2016-05-201-0/+5
| | | | (cherry picked from commit 783ca2b22f38fe22a465d2b5451c5e90fd9d1da6)
* Add freeDNS v6 supportTechSmurf2016-05-201-1/+8
| | | | | FreeDNS IPv6 support confirmed working using same method as v4 with v6 source address. Simple second service with _useIPv6 (cherry picked from commit ac16181a2cfefec293e0562a7bfe8e2f7140e191)
* Add menu item for freeDNS v6TechSmurf2016-05-201-2/+2
| | | | (cherry picked from commit d102e2d5d3f238fa4f35a1d935366a2e6153804e)
* Status / Interfaces - DNS ServersNOYB2016-05-201-1/+1
| | | | | | The DNS servers are not necessarily ISP provided. (cherry picked from commit 78869d5e82f149ad5bfb1e1d97d958d0bf1d0d54)
* Status / Services - Status IndicatorNOYB2016-05-201-1/+1
| | | | | | | Use font awesome icons instead of text. Universal recognition eliminates need of text translation. (cherry picked from commit e7161dc3b62b306b57c8d094f93c2ec08c9e0af2)
* Removed global variables used on the version 2.2SilvioGiunge2016-05-201-17/+0
| | | | (cherry picked from commit d4af7f9e4a332278a80ba2a9c56df2064dc579d9)
* Add the function gettextmarianamorim2016-05-201-3/+3
| | | | (cherry picked from commit 8d0b16a11c6a2a61fe51507a9b43b3bcad3aab80)
* Fix Captive Portal's MACs iconsJose Luis Duran2016-05-201-2/+2
| | | | | | Standardize pass/block icons with the rest of the system (cherry picked from commit 96abde901f0c4e81d4cac0acd2361267e6ef1b0c)
* Fix closing `tbody` tag in Captive Portal's MACsJose Luis Duran2016-05-201-1/+1
| | | | (cherry picked from commit 22b50541377ec212d71e0686a0b6a20149b23a7c)
* Fixed #6872 Restored missing proxy port settingStephen Beaver2016-05-201-0/+7
|
* Reduce maximum length of string to gettext()NewEraCracker2016-05-201-1/+1
| | | | | | | | This limit is set at 4096 on PHP 5.6: http://lxr.php.net/xref/PHP_5_6/ext/gettext/gettext.c#139 Bug report on forum: https://forum.pfsense.org/index.php?topic=110088.0 (cherry picked from commit 95f46512d9410b38b23d7778cec0bf8610e448cf)
* Create core repo early and send it to staging areaRenato Botelho2016-05-202-3/+12
|
* Fix up diag_smart e-mail handling, and the backend config code was ↵jim-p2016-05-191-21/+29
| | | | broken/making false assumption about the config file as well. Fixes #6371
* Update pfSense.potRenato Botelho2016-05-191-6378/+6626
|
* Initialize output var in firewall_shaper_queuesPhil Davis2016-05-181-0/+1
| | | | | | To clear any previous use of the var elsewhere in included files. Forum: https://forum.pfsense.org/index.php?topic=111852.0 (cherry picked from commit 49701df38e6c5b70526c2d436fcb4cfbb1310ae4)
* Do not use makefs to create / partition since it fails badly sometimesRenato Botelho2016-05-181-20/+18
|
* USe boot files from chrootRenato Botelho2016-05-181-2/+2
|
* Add a parameter to skip final rsyncRenato Botelho2016-05-162-1/+2
|
* Move release branch to 2.3.1Renato Botelho2016-05-161-1/+1
|
* Bump version to 2.3.2-DEVELOPMENTRenato Botelho2016-05-161-1/+1
|
* Do not send files to final place if hostname is emptyRenato Botelho2016-05-161-1/+1
|
* Revert "Do not enable i386 by default on amd64 host"Renato Botelho2016-05-161-2/+2
| | | | This reverts commit f5a9bb1f2180e6b9fcc9e81006524c2f6813e037.
* Miscellaneous Textual Corrections - System / Advanced / Firewall & NATNOYB2016-05-161-1/+1
| | | | | | Section panel header title. (cherry picked from commit 5414794c12fbcd6455a48f81428e0457a9cf0c95)
* Make limiters info box work same as By InterfacePhil Davis2016-05-161-4/+12
| | | | | | | The info box displayed on Firewall->Shaper, By Interface come down the bottom with and info icon and can be shown/hidden by the user. The similar info box on Firewall->Shaper, Limiters sits in the main body with no info icon and cannot be shown/hidden, but can be dismissed. Make the info box on Firewall->Shaper, Limiters dispaly and owrk the same as on "By Interface". (cherry picked from commit a79dfdaa431d4f647fbcbaf63a5c55f081b2edc2)
* Customize limiter info messagePhil Davis2016-05-161-3/+8
| | | | | | The $dn_default_shaper_msg is what is displayed on the Limiters tab. It needs to talk about "limiter" rather than "queue". This code builds up each message using the same base template sentences, inserting "queue" or "limiter" in the appropriate place. (cherry picked from commit aadc135856a0dc2cb131aeda3fd7bc44c11ab123)
OpenPOWER on IntegriCloud