PiBa-NL
3fe73243bf
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
2014-03-13 21:58:26 +01:00
Chris Buechler
4db99d5baf
set package URL to https://packages.pfsense.org
2014-03-13 02:46:21 -05:00
Chris Buechler
1b92cc6149
use xmlrpcbaseurl here too, not product_website
2014-03-13 02:43:01 -05:00
Chris Buechler
541e0b7736
fix text, remove product_website mentions here since that's not actually used anyway.
2014-03-13 02:24:48 -05:00
Chris Buechler
f5e09d9201
we actually use xmlrpcbaseurl here, not product_website
2014-03-13 02:18:51 -05:00
Renato Botelho
f049d45e0a
Merge pull request #1022 from PiBa-NL/carp_notification
...
rc.carpmaster/rc.carpbackup notification method for packages.
2014-03-12 18:35:27 -03:00
Ermal
d84faccb60
Add removed file to obsolete list
2014-03-12 18:49:57 +00:00
Ermal
bea918b987
Remove sasycnd remenant file
2014-03-12 18:49:09 +00:00
Ermal
8b4abd5932
More removal of racoon from referenced in sources
2014-03-12 18:48:25 +00:00
Ermal
1dcb00bb71
Remove remeants of racoon
2014-03-12 18:44:51 +00:00
Ermal
3eeac25687
Generate nat rules for ipsec when needed
2014-03-12 18:42:43 +00:00
Ermal
72a8c829fd
Be more efficient, and ordered about thae tags and also syncrhonize tags with xmlreader
2014-03-12 16:34:38 +00:00
Ermal
b79ea46a95
Make this a bit more smart rather having the penalty going over explode
2014-03-12 16:19:50 +00:00
Ermal
f3f04169f8
Use descr prepended to voucher fields containing descriptions to have them encoded as CDATA. Fixes #3441
2014-03-12 16:03:39 +00:00
Ermal
055fa9e354
Try a different strategy for fixing #3514 just send a HUP to dhcp6 to get it to reload.
2014-03-12 14:49:35 +00:00
PiBa-NL
331166a85c
-renamed function to pkg_call_plugins
...
-added is_array()
-added function header text
-replaced fixed 'plugin_carp' by $plugin_type to allow for generic use
2014-03-12 15:48:41 +01:00
Renato Botelho
e41ec5848f
Improve checks for params 'id', 'dup' and other similar ones to make sure they are numeric integer, also, pass them through htmlspecialchars() before print
2014-03-12 11:42:49 -03:00
PiBa-NL
eaee3af65b
rc.carpmaster/rc.carpbackup notification method for packages.
2014-03-12 00:31:52 +01:00
Renato Botelho
49f3f28fea
Pass id variable through htmlspecialchars before print it
2014-03-11 16:57:48 -03:00
Renato Botelho
7b4d12dcc9
Merge pull request #1021 from phil-davis/patch-6
...
Validate rule Advanced Options numeric entries, it should fix #3510
2014-03-11 14:56:56 -03:00
Phil Davis
29d2b4e2b1
Validate rule Advanced Options numeric entries
...
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.
2014-03-11 10:32:43 -07:00
Ermal
f0014c6499
Make this a bit more efficient
2014-03-11 15:40:27 +00:00
Renato Botelho
ce99dba2e6
Merge pull request #1010 from PiBa-NL/alias_allow_delete
...
firewall_virtual_ip , allow deleting last ip-alias if interface uses same the subnet. (while CARP-ip is present)
2014-03-11 09:53:48 -03:00
Renato Botelho
ac28b62eb8
Merge pull request #1018 from florian-asche/patch-3
...
Update services.inc
2014-03-11 09:42:48 -03:00
Renato Botelho
6b13f8d259
Do not delete linklocal address
2014-03-11 08:38:30 -03:00
Ermal Luçi
13c545c243
Merge pull request #1019 from florian-asche/patch-4
...
Update dyndns.class
2014-03-10 22:26:11 +01:00
Florian Asche
e6d708fe68
Update dyndns.class
...
IPv4 ONLY? YEAH ;)
2014-03-10 22:15:39 +01:00
Florian Asche
181386d613
Update services.inc
...
Added CURL setops from dyndns.class
2014-03-10 22:11:31 +01:00
Florian Asche
3c6f29c0b5
Update services.inc
...
IPv4 ONLY
2014-03-10 22:06:35 +01:00
Renato Botelho
56b4084469
Merge pull request #1012 from florian-asche/patch-1
...
Update services.inc
2014-03-10 16:41:36 -03:00
Florian Asche
5244c510a2
Update services.inc
...
Prepared to make $hosttocheck configureable
2014-03-10 19:42:41 +01:00
Florian Asche
5d1185ced7
Update services.inc
2014-03-10 19:18:21 +01:00
jim-p
52c7f0d4ac
Fix order of parameters to explode() here
2014-03-10 14:12:04 -04:00
Ermal Luçi
0756be8bf2
Merge pull request #1015 from phil-davis/patch-4
...
Fix OpenVPN XML section name
2014-03-10 17:21:08 +01:00
Phil Davis
6258aeeb70
Fix OpenVPN XML section name
...
Forum https://forum.pfsense.org/index.php?topic=73479.0
2014-03-10 09:03:21 -07:00
Renato Botelho
9a28723dca
Merge pull request #1003 from phil-davis/patch-2
...
Add all advanced options to rule table hover text
2014-03-10 12:30:47 -03:00
Ermal
b67e9e626c
Fix for now 'IPv6 - LAN looses Prefix after link event'(forums) with a not 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.
2014-03-10 15:12:53 +00:00
Renato Botelho
d130cd4674
pfSense_interface_deladdress() only knows how to delete an ip address, not a subnet. It should fix #3513
2014-03-10 10:17:33 -03:00
Florian Asche
09cb9dee69
Update services.inc
...
Added missing usepublicip with dyndnsCheckIP
2014-03-10 00:35:20 +01:00
PiBa-NL
a9fc108f9c
firewall_virtual_ip , allow deleting last ip-alias if interface uses same the subnet. (while CARP-ip is present)
2014-03-09 17:16:51 +01:00
Phil Davis
f0c1ce21c8
Add all advanced options to rule table hover text
...
Bug #3512
2014-03-08 01:56:56 -08:00
Luiz Gustavo Costa
23d3e72ce8
update translate pt_BR gettext file
2014-03-08 01:19:02 -03:00
Ermal
fac36dfddf
Make the voucher auth through xmlrpc work.
2014-03-07 17:49:54 +00:00
Ermal
e327358bb4
Properly use key here.
2014-03-07 17:49:54 +00:00
Luiz Gustavo Costa
416024696a
better make of gettext in expression (thanks rbgarga)
2014-03-07 14:12:24 -03:00
Luiz Gustavo Costa
15e477769d
more fix some variables gettext
2014-03-07 14:00:48 -03:00
Luiz Gustavo Costa
e28307d08a
fix some variables gettext
2014-03-07 13:52:10 -03:00
Renato Botelho
eecbeec45e
Skip input validation when choosing an existing certificate, it should fix #3505
2014-03-07 10:10:20 -03:00
Renato Botelho
4655b2cdd0
Remove unecessary quotes
2014-03-07 10:05:52 -03:00
Renato Botelho
3f9586b659
Merge pull request #997 from phil-davis/master
...
Make Firewall Rules Advanced Options open if used
2014-03-07 07:20:33 -03:00