summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak listtags(), it should return regular arrayRenato Botelho2014-03-141-1/+1
|
* Correct variable name, while here unset some large varErmal2014-03-141-3/+4
|
* Fix #3521, show correct field descrRenato Botelho2014-03-141-1/+1
|
* Provide upgrade code after changes done for Ticket #3441Ermal2014-03-141-0/+16
|
* Merge pull request #1025 from florian-asche/patch-5Renato Botelho2014-03-131-1/+3
|\ | | | | Update dyndns.class
| * Update dyndns.classFlorian Asche2014-03-131-1/+1
| |
| * Update dyndns.classFlorian Asche2014-03-121-1/+3
| | | | | | Only use IPv4_only function if ipv6 is false
* | Merge pull request #1026 from PiBa-NL/plugin_array_itemErmal Luçi2014-03-131-2/+2
|\ \ | | | | | | fix plugin method for packages to allow for multiple plugins in an 'item' array as 'plugin' is not allowed as array item by xmlparse.inc
| * | fix plugin method for packages to allow for multiple plugins in an 'item' ↵PiBa-NL2014-03-131-2/+2
|/ / | | | | | | array as 'plugin' is not allowed as array item by xmlparse.inc
* | set package URL to https://packages.pfsense.orgChris Buechler2014-03-131-2/+2
| |
* | use xmlrpcbaseurl here too, not product_websiteChris Buechler2014-03-131-7/+11
| |
* | fix text, remove product_website mentions here since that's not actually ↵Chris Buechler2014-03-132-3/+3
| | | | | | | | used anyway.
* | we actually use xmlrpcbaseurl here, not product_websiteChris Buechler2014-03-131-3/+3
| |
* | Merge pull request #1022 from PiBa-NL/carp_notificationRenato Botelho2014-03-123-0/+47
|\ \ | |/ |/| rc.carpmaster/rc.carpbackup notification method for packages.
| * -renamed function to pkg_call_pluginsPiBa-NL2014-03-123-5/+17
| | | | | | | | | | | | -added is_array() -added function header text -replaced fixed 'plugin_carp' by $plugin_type to allow for generic use
| * rc.carpmaster/rc.carpbackup notification method for packages.PiBa-NL2014-03-123-0/+35
| |
* | Add removed file to obsolete listErmal2014-03-121-0/+1
| |
* | Remove sasycnd remenant fileErmal2014-03-121-70/+0
| |
* | More removal of racoon from referenced in sourcesErmal2014-03-122-10/+7
| |
* | Remove remeants of racoonErmal2014-03-121-13/+0
| |
* | Generate nat rules for ipsec when neededErmal2014-03-121-6/+5
| |
* | Be more efficient, and ordered about thae tags and also syncrhonize tags ↵Ermal2014-03-122-35/+51
| | | | | | | | with xmlreader
* | Make this a bit more smart rather having the penalty going over explodeErmal2014-03-121-14/+21
| |
* | Use descr prepended to voucher fields containing descriptions to have them ↵Ermal2014-03-121-14/+12
| | | | | | | | encoded as CDATA. Fixes #3441
* | Try a different strategy for fixing #3514 just send a HUP to dhcp6 to get it ↵Ermal2014-03-121-1/+4
| | | | | | | | to reload.
* | Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-1266-192/+232
|/ | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* Pass id variable through htmlspecialchars before print itRenato Botelho2014-03-111-1/+1
|
* Merge pull request #1021 from phil-davis/patch-6Renato Botelho2014-03-111-7/+35
|\ | | | | Validate rule Advanced Options numeric entries, it should fix #3510
| * Validate rule Advanced Options numeric entriesPhil Davis2014-03-111-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 efficientErmal2014-03-111-3/+5
|
* Merge pull request #1010 from PiBa-NL/alias_allow_deleteRenato Botelho2014-03-111-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-NL2014-03-091-2/+7
| | | | | | | | the subnet. (while CARP-ip is present)
* | Merge pull request #1018 from florian-asche/patch-3Renato Botelho2014-03-111-3/+5
|\ \ | | | | | | Update services.inc
| * | Update services.incFlorian Asche2014-03-101-0/+2
| | | | | | | | | Added CURL setops from dyndns.class
| * | Update services.incFlorian Asche2014-03-101-0/+1
| | | | | | | | | IPv4 ONLY
| * | Update services.incFlorian Asche2014-03-101-3/+2
| | | | | | | | | Prepared to make $hosttocheck configureable
* | | Do not delete linklocal addressRenato Botelho2014-03-111-3/+4
| | |
* | | Merge pull request #1019 from florian-asche/patch-4Ermal Luçi2014-03-101-0/+1
|\ \ \ | | | | | | | | Update dyndns.class
| * | | Update dyndns.classFlorian Asche2014-03-101-0/+1
|/ / / | | | | | | IPv4 ONLY? YEAH ;)
* | | Merge pull request #1012 from florian-asche/patch-1Renato Botelho2014-03-101-5/+6
|\ \ \ | |/ / |/| | Update services.inc
| * | Update services.incFlorian Asche2014-03-101-5/+0
| | |
| * | Update services.incFlorian Asche2014-03-101-1/+7
| | | | | | | | | Added missing usepublicip with dyndnsCheckIP
* | | Fix order of parameters to explode() herejim-p2014-03-101-1/+1
| | |
* | | Merge pull request #1015 from phil-davis/patch-4Ermal Luçi2014-03-101-1/+1
|\ \ \ | | | | | | | | Fix OpenVPN XML section name
| * | | Fix OpenVPN XML section namePhil Davis2014-03-101-1/+1
|/ / / | | | | | | Forum https://forum.pfsense.org/index.php?topic=73479.0
* | | Merge pull request #1003 from phil-davis/patch-2Renato Botelho2014-03-101-2/+16
|\ \ \ | | | | | | | | Add all advanced options to rule table hover text
| * | | Add all advanced options to rule table hover textPhil Davis2014-03-081-2/+16
| |/ / | | | | | | Bug #3512
* | | Fix for now 'IPv6 - LAN looses Prefix after link event'(forums) with a not ↵Ermal2014-03-101-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 Botelho2014-03-101-2/+8
|/ / | | | | | | subnet. It should fix #3513
* | update translate pt_BR gettext fileLuiz Gustavo Costa2014-03-082-7127/+4788
| |
OpenPOWER on IntegriCloud