Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More removal of racoon from referenced in sources | Ermal | 2014-03-12 | 2 | -10/+7 |
| | |||||
* | Remove remeants of racoon | Ermal | 2014-03-12 | 1 | -13/+0 |
| | |||||
* | Generate nat rules for ipsec when needed | Ermal | 2014-03-12 | 1 | -6/+5 |
| | |||||
* | Be more efficient, and ordered about thae tags and also syncrhonize tags ↵ | Ermal | 2014-03-12 | 2 | -35/+51 |
| | | | | with xmlreader | ||||
* | Make this a bit more smart rather having the penalty going over explode | Ermal | 2014-03-12 | 1 | -14/+21 |
| | |||||
* | Use descr prepended to voucher fields containing descriptions to have them ↵ | Ermal | 2014-03-12 | 1 | -14/+12 |
| | | | | encoded as CDATA. Fixes #3441 | ||||
* | Try a different strategy for fixing #3514 just send a HUP to dhcp6 to get it ↵ | Ermal | 2014-03-12 | 1 | -1/+4 |
| | | | | to reload. | ||||
* | Improve checks for params 'id', 'dup' and other similar ones to make sure ↵ | Renato Botelho | 2014-03-12 | 66 | -192/+232 |
| | | | | they are numeric integer, also, pass them through htmlspecialchars() before print | ||||
* | Pass id variable through htmlspecialchars before print it | Renato Botelho | 2014-03-11 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1021 from phil-davis/patch-6 | Renato Botelho | 2014-03-11 | 1 | -7/+35 |
|\ | | | | | Validate rule Advanced Options numeric entries, it should fix #3510 | ||||
| * | Validate rule Advanced Options numeric entries | Phil Davis | 2014-03-11 | 1 | -7/+35 |
|/ | | | | | | | | This makes sure the user puts in ordinary positive integers like "1" and "42" in these advanced options fields. It prevents everything else, including dodgy-looking possibilities like "007" which might actually work OK, but it is safer to allow just plain "7". Note 1: The tests in function is_aoadv_used($rule_config) had to be changed back from using empty() to use $var != "" because if the user enters "0" in one of those fields and presses save, they get an error message, but the Advanced Options block on the GUI is closed (the "0" was considered empty()). That seemed rather confusing - the user would have had to click on the Advanced Options "Advanced" button again to open up that block and see the "0" they had entered. Note 2: I have prohibited 2 things that "pf" allows into the ruleset without generating an error: (max 0) (tcp.established 0) Both of these seem (IMHO) to have no valid use case. They would prevent states from ever happening, and so would effectively be block rules, which could be implemented easily as block rules. | ||||
* | Make this a bit more efficient | Ermal | 2014-03-11 | 1 | -3/+5 |
| | |||||
* | Merge pull request #1010 from PiBa-NL/alias_allow_delete | Renato Botelho | 2014-03-11 | 1 | -2/+7 |
|\ | | | | | firewall_virtual_ip , allow deleting last ip-alias if interface uses same the subnet. (while CARP-ip is present) | ||||
| * | firewall_virtual_ip , allow deleting last ip-alias if interface uses same ↵ | PiBa-NL | 2014-03-09 | 1 | -2/+7 |
| | | | | | | | | the subnet. (while CARP-ip is present) | ||||
* | | Merge pull request #1018 from florian-asche/patch-3 | Renato Botelho | 2014-03-11 | 1 | -3/+5 |
|\ \ | | | | | | | Update services.inc | ||||
| * | | Update services.inc | Florian Asche | 2014-03-10 | 1 | -0/+2 |
| | | | | | | | | | Added CURL setops from dyndns.class | ||||
| * | | Update services.inc | Florian Asche | 2014-03-10 | 1 | -0/+1 |
| | | | | | | | | | IPv4 ONLY | ||||
| * | | Update services.inc | Florian Asche | 2014-03-10 | 1 | -3/+2 |
| | | | | | | | | | Prepared to make $hosttocheck configureable | ||||
* | | | Do not delete linklocal address | Renato Botelho | 2014-03-11 | 1 | -3/+4 |
| | | | |||||
* | | | Merge pull request #1019 from florian-asche/patch-4 | Ermal Luçi | 2014-03-10 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Update dyndns.class | ||||
| * | | | Update dyndns.class | Florian Asche | 2014-03-10 | 1 | -0/+1 |
|/ / / | | | | | | | IPv4 ONLY? YEAH ;) | ||||
* | | | Merge pull request #1012 from florian-asche/patch-1 | Renato Botelho | 2014-03-10 | 1 | -5/+6 |
|\ \ \ | |/ / |/| | | Update services.inc | ||||
| * | | Update services.inc | Florian Asche | 2014-03-10 | 1 | -5/+0 |
| | | | |||||
| * | | Update services.inc | Florian Asche | 2014-03-10 | 1 | -1/+7 |
| | | | | | | | | | Added missing usepublicip with dyndnsCheckIP | ||||
* | | | Fix order of parameters to explode() here | jim-p | 2014-03-10 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #1015 from phil-davis/patch-4 | Ermal Luçi | 2014-03-10 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix OpenVPN XML section name | ||||
| * | | | Fix OpenVPN XML section name | Phil Davis | 2014-03-10 | 1 | -1/+1 |
|/ / / | | | | | | | Forum https://forum.pfsense.org/index.php?topic=73479.0 | ||||
* | | | Merge pull request #1003 from phil-davis/patch-2 | Renato Botelho | 2014-03-10 | 1 | -2/+16 |
|\ \ \ | | | | | | | | | Add all advanced options to rule table hover text | ||||
| * | | | Add all advanced options to rule table hover text | Phil Davis | 2014-03-08 | 1 | -2/+16 |
| |/ / | | | | | | | Bug #3512 | ||||
* | | | Fix for now 'IPv6 - LAN looses Prefix after link event'(forums) with a not ↵ | Ermal | 2014-03-10 | 1 | -3/+14 |
| | | | | | | | | | | | | elegant solution but works. Probably dhcpv6 client should solve this by itself and generate and event for it. For now just bump dhcpv6 client again to have the prefix interface reconfigured. | ||||
* | | | pfSense_interface_deladdress() only knows how to delete an ip address, not a ↵ | Renato Botelho | 2014-03-10 | 1 | -2/+8 |
|/ / | | | | | | | subnet. It should fix #3513 | ||||
* | | update translate pt_BR gettext file | Luiz Gustavo Costa | 2014-03-08 | 2 | -7127/+4788 |
| | | |||||
* | | Make the voucher auth through xmlrpc work. | Ermal | 2014-03-07 | 1 | -1/+4 |
| | | |||||
* | | Properly use key here. | Ermal | 2014-03-07 | 1 | -1/+2 |
| | | |||||
* | | better make of gettext in expression (thanks rbgarga) | Luiz Gustavo Costa | 2014-03-07 | 1 | -2/+2 |
| | | |||||
* | | more fix some variables gettext | Luiz Gustavo Costa | 2014-03-07 | 2 | -7/+7 |
| | | |||||
* | | fix some variables gettext | Luiz Gustavo Costa | 2014-03-07 | 1 | -15/+14 |
| | | |||||
* | | Skip input validation when choosing an existing certificate, it should fix #3505 | Renato Botelho | 2014-03-07 | 1 | -1/+1 |
| | | |||||
* | | Remove unecessary quotes | Renato Botelho | 2014-03-07 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #997 from phil-davis/master | Renato Botelho | 2014-03-07 | 1 | -2/+19 |
|\ \ | | | | | | | Make Firewall Rules Advanced Options open if used | ||||
| * | | Refine check for existence of rule advanced options | Phil Davis | 2014-03-06 | 1 | -9/+10 |
| | | | |||||
| * | | Make Firewall Rules Advanced Options open if used | Phil Davis | 2014-03-04 | 1 | -2/+18 |
| | | | | | | | | | | | | Currently, if there are some settings defined in Firewall Rules Edit, Advanced Features, Advanced Options, the Advanced Options section is left minimized when the Firewall Edit screen is displayed. This makes it easy for a user to not notice that there are some Advanced Options settings. This change makes the Advanced Options section be displayed if any of the settings are defined, in the same way it is done for all the other Advanced Features sections. | ||||
* | | | default openssl to 2048 | Chris Buechler | 2014-03-06 | 1 | -1/+1 |
| | | | |||||
* | | | Better just use start here seems to be more reliable | Ermal | 2014-03-06 | 1 | -1/+1 |
| | | | |||||
* | | | Correct the step for phase2 algos as well | Ermal | 2014-03-06 | 1 | -1/+1 |
| | | | |||||
* | | | Correct the generation of the config for mobile tunnels as well | Ermal | 2014-03-06 | 1 | -4/+3 |
| | | | |||||
* | | | Merge pull request #995 from ayvis/master-syntax-errors | Renato Botelho | 2014-03-06 | 16 | -31/+30 |
|\ \ \ | | | | | | | | | syntax errors correction | ||||
| * | | | syntax errors corrected | ayvis | 2014-03-04 | 16 | -31/+30 |
| | | | | |||||
* | | | | update link for 2.2 | Chris Buechler | 2014-03-06 | 1 | -1/+1 |
| | | | | |||||
* | | | | Remove not needed anymore function | Ermal | 2014-03-06 | 3 | -13/+0 |
| | | | |