summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
...
* fix input validation, = is OK hereChris Buechler2015-01-291-2/+2
|
* Accept port range on Outbound NAT. Fixes #4300Renato Botelho2015-01-281-2/+2
|
* Add support for 0x20 DNS random bit support. Fixes #4205Warren Baker2015-01-281-1/+17
|
* Support for Office365 MailPhil Davis2015-01-281-0/+20
| | | | | | https://redmine.pfsense.org/issues/4176 Allow the user to choose SMTP authentication mechanism PLAIN or LOGIN. For existing configs with this option not set, PLAIN is the default, and will appear first in the dropdown box, so next time the user saves the SMTP Notification settings, PLAIN will be the value selected and saved.
* Unimportant typos in user and group managerPhil Davis2015-01-283-7/+7
| | | | that do not effect anything.
* Teach ufslabels.sh to deal with DESTDIR, useful on installationRenato Botelho2015-01-271-3/+3
|
* Improve a bit sh syntax and fix it for multiple swap devicesRenato Botelho2015-01-271-31/+40
|
* Fix sed syntax, -i requires a space before the parameter. Also fix regex to ↵Renato Botelho2015-01-271-3/+3
| | | | find swap device
* use example.com for examplesChris Buechler2015-01-271-1/+1
|
* these descriptions were flipped. Ticket #4273Chris Buechler2015-01-271-2/+2
|
* Make sure radvd is reconfigured when CARP is enabled/disabled. It should fix ↵Renato Botelho2015-01-221-1/+18
| | | | #4252
* Add missing require for filter.inc since vpn_ipsec_configure() calls ↵Renato Botelho2015-01-192-0/+2
| | | | filter_configure(). It should fix #4236
* move jquery ui css to theme foldersJared Dillard2015-01-1610-1/+9809
|
* Firewall Rules Apply be friendly to other languagesPhil Davis2015-01-151-1/+1
| | | | | | | | | | | | | Forum: https://forum.pfsense.org/index.php?topic=86808.0 Redmine: https://redmine.pfsense.org/issues/3886 print_info_box_np() when called with just the first $msg parameter has some rough tests to decide if the "Apply" button should be displayed. It checks if the translation of "apply", "save" or "create" appears in the $msg string (which is a translated string itself). If the $msg string did not translate, and thus remains in English, but gettext("apply") does translate then the e.g. Turkish word for "apply" is not going to appear in the English $msg string. So things go wrong. print_info_box_np already has extra parameters to tell it explicitly $showapply - and for this stuff we know we want the apply button, regardless of how the various text string translations work out. Thus I have provided those parameters here. I also changed the construction of the text to pass as $msg, breaking it up like in firewall_aliases.php - this means that the string "You must apply the changes in order for them to take effect." translates and you get at least that Turkish displayed. IMHO it would be beneficial to change lots of these print_info_box_np calls to explicitly set $showapply=true - that will ensure that the apply button shows (and thus the user can perform the needed actions) regardless of how well/not well the translation of the text turns out.
* Time to let these goErmal LUÇI2015-01-152-84/+0
|
* Add EAP-MSChapv2 implementation for Windows ipsec support as reported here ↵Ermal LUÇI2015-01-153-2/+44
| | | | https://forum.pfsense.org/index.php?topic=81657.15
* Actually remove rekey/reauth from config to avoid strange issues. Ticket #4208Ermal LUÇI2015-01-131-0/+4
|
* To avoid issues with clashing SAIDs go back to specifying the reqid in ↵Ermal LUÇI2015-01-131-0/+8
| | | | | | | | | strongswan config. To be able to manage this first upgrade the config to assign each phase2 an reqid Second use that during config generation Ticket #4208
* Improving aesthetics.xbipin2015-01-1325-25/+25
| | | | | Make title color more consistent with other pages. Improving aesthetics.
* Where the P1 is disabled, show the P2s as disabled since they will be, same ↵Chris Buechler2015-01-121-1/+1
| | | | as in previous versions.
* Fix IPsec widget for multiple P2, it fixes #4164Renato Botelho2015-01-121-1/+12
|
* Properly handle large passthrough entries even here.Ermal LUÇI2015-01-121-8/+13
|
* Put the value of password under double quotes(") to avoid issues with ↵Ermal LUÇI2015-01-121-1/+1
| | | | special characters in passwords. Ticket #4177
* Prevent echo to insert a newline(\n) at the secret string. Fixes #4177Ermal LUÇI2015-01-121-1/+1
|
* Fix typos and set needed variableErmal LUÇI2015-01-121-3/+4
|
* properly apply the passthrough entries when apply is hitr.Ermal LUÇI2015-01-121-0/+3
|
* Fix inherent issues with isset and empty values set as true by our parser. ↵Ermal LUÇI2015-01-121-2/+8
| | | | This made the piep configuration to be wrong at least for passthrough entries. Ticket #3932
* Bring back showing of default value like previous versions.Chris Buechler2015-01-111-0/+4
|
* Remove debug codeErmal LUÇI2015-01-111-2/+0
|
* Fixes #4177 convert password to base64 to be submitted to avoid issues with ↵Ermal LUÇI2015-01-111-1/+3
| | | | special chars in shell and HTTP GET parameter passing. Probably should add POST support to fcgicli.
* 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.
* 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
|
* This broke a variety of things. Revert "Deprecated and non-static method ↵Chris Buechler2015-01-095-99/+99
| | | | | | messages" This reverts commit 91b9a02fb131746c67fdf9f34282f123a13f1b13.
* Make this code less memory hungry and fix route command generationErmal LUÇI2015-01-081-19/+17
|
* Deprecated and non-static method messagesPhil Davis2015-01-085-99/+99
| | | | | | | | | | | | | | | | 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-081-30/+2
| | | | | | | | | | | | - 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
* 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
* fix up textChris Buechler2015-01-076-8/+8
|
* Provide an advanced setting to be able to disable Unity Plugin(Cisco extensions)Ermal LUÇI2015-01-071-0/+15
|
* 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-1/+1
|
* fix textChris Buechler2015-01-071-1/+1
|
* fix spelling of compressionChris Buechler2015-01-071-6/+6
|
OpenPOWER on IntegriCloud