summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Some tweaks for global tpl considerationsSjon Hortensius2015-01-1122-2318/+82
| | | | | | | | * pkg_mgr* - removed icon-hrefs with actual buttons * system - made labels shorter, added label in content column too, fix submit-button alignment * installed_packages.widget - updated to bootstrap * syntax-highlighter - removed, unused
* Merge branch 'master' into bootstrapSjon Hortensius2015-01-11326-1639/+1784
|\ | | | | | | Conflicts occured in copyright message (year-update) due to whitespace difference and themes/ which was removed
| * Merge pull request #1432 from phil-davis/patch-2Renato Botelho2015-01-111-1/+1
| |\
| | * Fix POST typo in interfaces_assign.phpPhil Davis2015-01-111-1/+1
| |/ | | | | | | | | | | Obviously a typo. But this section is inside: if (isset($_POST['add_x']) && isset($_POST['if_add'])) { and I cannot find where 'add_x' is ever sent here, so I do not see how this whole code section is ever executed (and that will be why this typo bug has no symptoms). What is the history here? Can the whole block of code be removed? The code normally executed is the section for 'Submit' lower down.
| * Fixes #3281 do not undo any changes already done for gif/gre interface.Ermal LUÇI2015-01-101-9/+13
| |
| * Fixes #4177 convert password to base64 to be submitted to avoid issues with ↵Ermal LUÇI2015-01-102-2/+4
| | | | | | | | special chars in shell and HTTP GET parameter passing. Probably should add POST support to fcgicli.
| * Properly rename the var Ticket #4164Ermal LUÇI2015-01-101-3/+3
| |
| * Default to only AES and SHA1 for new P2s.Chris Buechler2015-01-091-2/+2
| |
| * Default IPsec to AESChris Buechler2015-01-091-1/+1
| |
| * Default IPsec to main mode, unless mobile client.Chris Buechler2015-01-091-2/+4
| |
| * Do not count twice the phase2 entriesErmal LUÇI2015-01-091-6/+10
| |
| * Just some reshufling and cleanupErmal LUÇI2015-01-091-5/+4
| |
| * Let the kernel handle REQID rather than handling it manually. The connection ↵Ermal LUÇI2015-01-091-2/+0
| | | | | | | | name is the one needed here.
| * Add tracker and label to IPv4 Link-Local block rules.jim-p2015-01-091-2/+2
| |
| * After the other set of changes had unexpected complications, let's back this ↵Chris Buechler2015-01-091-1/+1
| | | | | | | | | | | | out too. Revert "PEAR static method call warning" This reverts commit 4751f76a6772147097906b699d4216ae38c58c39.
| * This broke a variety of things. Revert "Deprecated and non-static method ↵Chris Buechler2015-01-097-224/+224
| | | | | | | | | | | | messages" This reverts commit 91b9a02fb131746c67fdf9f34282f123a13f1b13.
| * Merge pull request #1427 from phil-davis/PEAR-static-methodsChris Buechler2015-01-091-1/+1
| |\
| | * PEAR static method call warningPhil Davis2015-01-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Forum https://forum.pfsense.org/index.php?topic=86478.0 PEAR is used by IPv6.inc auth.inc captiveportal.inc radius.inc xmlrpc_client.inc radius_accounting.inc radius_authentication.inc I have just changed this 1 function to "public static" Also used are: PEAR::raiseError PEAR::loadExtension (already has "static function") Not sure if PEAR::raiseError will throw a similar "static method" call warning, not game to touch it.
| * | disable this PHP error logging, errors that are really significant end up ↵Chris Buechler2015-01-091-2/+3
| |/ | | | | | | with a crash report, this is more noise than useful at this stage in 2.2.
| * Make this code less memory hungry and fix route command generationErmal LUÇI2015-01-081-19/+17
| |
| * Catch packets on all iunterfaces and send them out the correct one. Fixes #4174Ermal LUÇI2015-01-081-4/+4
| |
| * Merge pull request #1426 from phil-davis/deprecated-stuffChris Buechler2015-01-087-224/+224
| |\
| | * Deprecated and non-static method messagesPhil Davis2015-01-097-224/+224
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix various files that can emit messages like: PHP Strict Standards: Non-static method SimplePie_Misc::array_unique() should not be called statically, assuming $this from incompatible context in /etc/inc/simplepie/simplepie.inc on line 5508 php-fpm[16262]: /rc.newipsecdns: PHP ERROR: Type: 8192, File: /etc/inc/shaper.inc, Line: 4365, Message: Assigning the return value of new by reference is deprecated Some of these style messages have been reported on the forum, e.g. https://forum.pfsense.org/index.php?topic=86448.0 I had RSS widget on, and simplepie sent the system beserk telling about all this stuff.
| * Improve URL and URL ports alias update data:Renato Botelho2015-01-082-53/+45
| | | | | | | | | | | | | | | | | | | | | | | | - Move redundant code to a function parse_aliases_file(). Before the max number of items was not being respected when URL content is updated, only when alias was saved. Same was happening with ip/subnet/port validation and user could end up with a bad pf.conf - Remove unused variables These changes were based on Pull Request #1264. It should fix #4189 Submitted by:▸ PiBa-NL
| * Change OpenVPN CARP VIP test to be more accurate. The client should also not ↵jim-p2015-01-081-2/+2
| | | | | | | | be run if the VIP is in the INIT state.
| * Unobsolete libcurl.so.4 since it's installed by recent versions of curl packageRenato Botelho2015-01-081-1/+0
| |
| * Fix check for cookies, the way it was implemented didn't work because it ↵Renato Botelho2015-01-081-15/+16
| | | | | | | | would need a refresh to check if cookie was set or not. Use javascript to do a simple test
| * Add a value to cookie, otherwise it's not set. Before my last change ↵Renato Botelho2015-01-081-1/+1
| | | | | | | | parameters were out of order and expiration time was being set as value. It should fix #4069
| * This is not the place for this setting and werid its here!Ermal LUÇI2015-01-081-6/+0
| |
| * some lagg modes are missing vlanmtu, but work fine with VLANs. Work around ↵Chris Buechler2015-01-081-0/+4
| | | | | | | | it for now at least. Ticket #4186
| * Also include /127 for IPv6, it works fine. Ticket #3657Chris Buechler2015-01-071-5/+3
| |
| * Allow for configuring /31 masks on interfaces.php. The rest of the code was ↵Chris Buechler2015-01-071-10/+6
| | | | | | | | updated accordingly some time ago, and an employee with Cox Communications has confirmed this allows things to work on their circuits deployed with /31s. Ticket #4190
| * Merge pull request #1425 from stilez/patch-2Chris Buechler2015-01-071-87/+88
| |\
| | * "Like with like" - move a few functions to better places in the code (they ↵stilez2015-01-071-87/+88
| | | | | | | | | | | | | | | | | | | | | are placed strangely) A few functions such as ipcmp(), subnet_expand(), and check_subnets_overlap() are in illogical places - away from all the other ip comparison and subnet basic functions and in the middle of alias handling and interface enumeration. No change to functional code, just moving to earlier in the file (next to other IP compare and subnet functions) for ease of future contributors.
| * | fix up textChris Buechler2015-01-076-8/+8
| | |
| * | fix strongswan conf file generation with ipcomp. Ticket #4182Chris Buechler2015-01-071-1/+1
| | |
| * | Fixes #4188 use the same reqid over same phase1 but different phase2 ↵Ermal LUÇI2015-01-081-1/+1
| |/ | | | | | | connections. The dashboard will be fixed with the ticket already open. This should fix a lot of instabilities reported on the forums for people having a dozen or more tunnels
| * Correct the sense of the check by default unity is enabledErmal LUÇI2015-01-071-2/+2
| |
| * Provide an advanced setting to be able to disable Unity Plugin(Cisco extensions)Ermal LUÇI2015-01-072-1/+21
| |
| * Move to specifically specifying the ID type apart when an ip address to have ↵Ermal LUÇI2015-01-072-31/+35
| | | | | | | | strongswan do proper behaviour. Also for DynDNS names use the dns type id so strongswan does the resolving by its own.
| * Don't hard code the target IP in auto-generated outbound NAT rules, useChris Buechler2015-01-071-2/+2
| | | | | | | | previous behavior of setting it to the interface IP.
| * split is deprecated move to explodeErmal LUÇI2015-01-071-2/+2
| |
| * split is deprecated move to explodeErmal LUÇI2015-01-071-2/+2
| |
| * split is deprecated move to explodeErmal LUÇI2015-01-071-4/+4
| |
| * split is deprecated move to explodeErmal LUÇI2015-01-071-1/+1
| |
| * fix textChris Buechler2015-01-071-1/+1
| |
| * fix spelling of compressionChris Buechler2015-01-072-7/+7
| |
| * Fixes #4182 by properly managing IPcomp on ipsec tunnels.Ermal LUÇI2015-01-073-15/+19
| | | | | | | | Also retires IPsec force reloading advanced sysctl since its useless nowdays with strongswan and remove its call on rc.newipsecdns.
| * Fix #4146:Renato Botelho2015-01-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | OpenVPN create the tun/tap interface and, when set an IP address to it, mark it as UP. In some scenarios, when TAP is set as bridge and doesn't have an IP address set on it, it never goes up and tunnel doesn't work. If rc.newwanip is called for this TAP interface, UP flag is set, but, rc.newwanip is not executed when system is booting. Since it's always rename the interface and add it the group, make sure it's up here.
| * Log PHP errors. Ticket #4143Chris Buechler2015-01-071-0/+10
| |
OpenPOWER on IntegriCloud