summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add alias display to target host and target port columnsStephen Beaver2016-05-122-11/+46
| | | | (cherry picked from commit 474e70a2d178de50060c6e5f1114bb5b6963a6b6)
* Add a safebelt to makesure $cpzone is always in lowercase. Ticket #6278Renato Botelho2016-05-1217-3/+19
|
* Fix #6278Renato Botelho2016-05-121-3/+3
| | | | | | | | | $cpzone is always in lowercase, it's used as the array key used in config.xml. Use it in two cases where the $cp['zone'] was being wrongly used: - To find out zoneid - To replace PORTAL_ACTION url
* Store notices safely to prevent potential XSS when notices are displayed ↵Chris Buechler2016-05-121-5/+5
| | | | locally or by remote systems where they're shipped. Ticket #6154
* Fix package_reinstall_all post-upgrade when packages have been removed in ↵Chris Buechler2016-05-121-5/+5
| | | | pre_upgrade. Ticket #6137
* Tweak upgrade - Remove unused code and document changes betterNewEraCracker2016-05-113-11/+9
| | | | This will ensure a smooth upgrade for those running config 15.4 to any next version.
* Prefer index.php over index.html where both exist.Chris Buechler2016-05-111-1/+1
|
* Only execute remote search operation on first call of get_pkg_info(), this ↵Renato Botelho2016-05-111-0/+18
| | | | should fix #6177
* Do not call pkg_update() here since pkg_switch_repo() aldready does itRenato Botelho2016-05-111-2/+0
|
* Miscellanous Textual Corrections - Add missing dots to phrasesNewEraCracker2016-05-119-12/+12
| | | | (cherry picked from commit e4c7d45fc7a294817325354e13f4d5bc4987739e)
* Miscellaneous Textual Corrections - Services / Dynamic DNSNOYB2016-05-111-2/+2
| | | | (cherry picked from commit 1c4e2ed053a04f7768a21129171a27e6804dbb0c)
* Hide CIDR for alias types that do not use itPhil Davis2016-05-111-0/+4
| | | | | Suggested/discussed in forum https://forum.pfsense.org/index.php?topic=111593.0
* hideMask only modify input-group on first parentPhil Davis2016-05-111-2/+2
| | | | | Otherwise when unhiding (e.g. for Network type alias), input-group gets added to every div up the DM hierarchy and the layout gets messed up.
* Rename OSPF and System Patches packages in pre_upgrade_command. Ticket #6118Chris Buechler2016-05-111-1/+6
|
* Revert "Add config upgrade code to update package names. Ticket #6118"Chris Buechler2016-05-113-15/+2
| | | | This reverts commit 291fad43870bdb39ef0ab32125b022e268a29cf7.
* Check for is_array here to avoid possible issues if the config.cache is ↵Chris Buechler2016-05-101-1/+1
| | | | invalid. Adapted from PR 2925
* Spaces->tabsStephen Beaver2016-05-101-0/+13
| | | | (cherry picked from commit e1caefc74fba6cbbb680288c1f8d930e4f0ad474)
* Fix tab highlighting when editing mobile IPsec P1. Fixes #6341jim-p2016-05-101-4/+2
|
* Adding missing spaces between punctuationNewEraCracker2016-05-106-9/+9
| | | | (cherry picked from commit 0e63fe1f372584a03a6c84aeb6268fde8de75b3a)
* Miscellaneous Textual Corrections - Services Load BalancerNOYB2016-05-101-1/+1
| | | | (cherry picked from commit f3817766671915583074465aa725152c7a293568)
* theme Compact-RED, added a few more tweaks to look a bit more aligned.PiBa-NL2016-05-091-0/+27
| | | | (cherry picked from commit ec18e589f123595c34cf8e1a84313394bb909250)
* just exit for v6, gateways setup above.Chris Buechler2016-05-091-4/+0
|
* fix booting checkChris Buechler2016-05-092-2/+2
|
* Add Compact-RED theme and update system.php to sort available themes by ↵Stephen Beaver2016-05-092-6/+136
| | | | | | pfSense, then BETA, then user supplied themes. (cherry picked from commit 6a5c6661960e1cd39e3caf66a3caaeb2678d27b1)
* Revert "Fix #6120"Renato Botelho2016-05-094-64/+0
| | | | This reverts commit 4cbe0b132f0d60b71a20052fae1155210a1f5a16.
* Revert "Require system.inc to fix /etc/rc.console_setup. Ticket #6120"Renato Botelho2016-05-091-1/+0
| | | | This reverts commit 32f0ee884632aba5ab38485a7c25c190bb5bccce.
* Require system.inc to fix /etc/rc.console_setup. Ticket #6120Renato Botelho2016-05-091-0/+1
|
* A simple fix for #6120Renato Botelho2016-05-092-16/+2
| | | | | - Retire system_console_configure() - Replace above call on rc.bootup by setup_serial_port()
* Miscellaneous Textual Corrections - Services DNS ResolverNOYB2016-05-091-3/+3
| | | | (cherry picked from commit 0cb4d4a63585f500329616be6ee2bbb2274975c6)
* Miscellaneous Textual Corrections - Services DNS ForwarderNOYB2016-05-091-2/+2
| | | | (cherry picked from commit 3d7aaa1a3fac45271bfa50190496be6d70d7f296)
* Fix #6120Renato Botelho2016-05-094-0/+64
| | | | | | | | | | - Do not include /etc/ttys on base package, it's not supposed to be replaced during upgrade - Create a script /etc/rc.console_setup to make it easy to call setup_serial_port() from shell scripts. This script will update /etc/ttys accordingly - Call /etc/rc.console_setup just after 2nd stage of upgrade happened and new files are in place
* Update L7 config upgrade code removal. Only file notice if it was actually ↵Chris Buechler2016-05-081-1/+5
| | | | in use, otherwise it just confuses people.
* Add config upgrade code to update package names. Ticket #6118Chris Buechler2016-05-083-2/+15
|
* Setup gateway monitors and exit in rc.newwanip(v6) if system is booting. ↵Chris Buechler2016-05-072-0/+18
| | | | Ticket #6186
* Log if rc.newwanip(v6) is called with empty interface.Chris Buechler2016-05-072-0/+2
|
* status_queues.php, default packet_s to 0 if it falls through to that point. ↵Chris Buechler2016-05-071-2/+1
| | | | Ticket #6329
* Experimentally fixed #6327Stephen Beaver2016-05-072-5/+14
| | | | (cherry picked from commit 54fc9503ff550d04d1253c41c1fd49da1b64c07e)
* Miscellaneous Textual Correction - Firewall / ShaperNOYB2016-05-072-9/+9
| | | | (cherry picked from commit c3ebf3470402080bbddb709325611e7120eb3c0f)
* Miscellaneous Textual Correction - Firewall / RulesNOYB2016-05-071-1/+1
| | | | (cherry picked from commit 1fd8a5520602803108ef8bbb56b8ffd6493f2a00)
* Fixed #6331Stephen Beaver2016-05-071-2/+2
| | | | (cherry picked from commit 7e653b50c4a25b045121c026cd09ac4e567c0c42)
* Workaound fixes #6320Stephen Beaver2016-05-072-4/+3
| | | | (cherry picked from commit d1c57eb8e1699f36a3ccda53cef2e28b10eeca92)
* Add nut package to poudriereChris Buechler2016-05-071-0/+1
|
* Don't divide by 0. Ticket #6329Chris Buechler2016-05-061-2/+2
|
* Clear xmlrpc.lock when restarting php-fpm. Ticket #6328Chris Buechler2016-05-061-0/+5
|
* Bump net.inet.raw.recvspace and net.inet.raw.maxdgram by default. Ticket #6223Chris Buechler2016-05-061-1/+3
|
* Add pstree to poudriere listjim-p2016-05-061-0/+1
|
* Remove a wrong comment I left by accident and make it really remove ↵Renato Botelho2016-05-061-1/+1
| | | | packages. Fixes #6137
* Change the default output of pkg.php lists to be encoded before display. ↵jim-p2016-05-061-4/+9
| | | | Preserve the old behavior as an option in case a package needs it (I didn't see any current ones that appeared to rely on the behavior, however)
* Add authorizedkeys to exclusion in status.php, and fix. While these are ↵Chris Buechler2016-05-061-1/+2
| | | | public keys and hence not sensitive, they're also of no diagnostic value. Suggested-by: Denny Page
* Update diag_nanobsd.php now that permanent rw is default. Ticket #6184Chris Buechler2016-05-061-2/+8
|
OpenPOWER on IntegriCloud