Commit Graph

11412 Commits

Author SHA1 Message Date
avandeweghe
4fdd86a37e Add default case when detecting dynamic gateway ip
Add a default to $wancfg['ipaddr'] case for both ipv4 and ipv6 to allow gateway ip to be returned rather then 'dynamic' for an openvpn connection
2013-04-15 20:37:06 -03:00
N0YB
9b0adf13b7 Make fc00::/7 private address space exclusion case insensitive 2013-04-14 14:09:53 -07:00
Renato Botelho
5b431a20de Add a new parameter to return all aliases, including hosts. It fixes #2941 2013-04-14 15:51:44 -03:00
Renato Botelho
d28cd156d3 Make fe80: addresses check case insensitive 2013-04-14 14:36:25 -03:00
Chris Buechler
d62be8b02b point 2.1 to gui21 2013-04-13 20:41:40 -05:00
Ermal
f11ebed1a6 Not sure why this is part of the bootup process but it shouldn't. Hopefully nothing breaks 2013-04-12 20:04:47 +00:00
Ermal
36777fe42c Use apinger macros to send the gateway name for openvpn and dyndns. Ipsec will reload all of it since its single process 2013-04-12 19:56:55 +00:00
Ermal
fcb21a7ad2 Take into consideration even an all parameter 2013-04-12 19:55:52 +00:00
Ermal
afa32fccc6 Include header here to be safe 2013-04-12 19:43:18 +00:00
Ermal
de0de3825b Correct a bit formating here 2013-04-12 19:42:18 +00:00
Ermal
c653ce27d0 Support even openvpn specifying a gateway group on the interface 2013-04-12 19:36:24 +00:00
Ermal
58b1112f20 Provide a function to get all gateway groups a gateway is member of 2013-04-12 19:35:25 +00:00
Ermal
c447a9fe34 Optimize a bit interface_gateway_group_member 2013-04-12 19:22:55 +00:00
Ermal
c44d097fa6 Correct syntax. Also support passing an interface as argument 2013-04-12 19:09:26 +00:00
Ermal
155362f79a Check if the argument is a gateway or an interface 2013-04-12 19:08:00 +00:00
Ermal
8f10998b3a Take into consideration the argument passed to the script and reload only related items 2013-04-12 18:59:52 +00:00
Ermal
ef59836c53 Run reconfiguration only for changed ip address or dynamic interface 2013-04-12 18:19:10 +00:00
Ermal
d9ae755de9 Remove these from here 2013-04-12 18:10:49 +00:00
Ermal
2159494fdc Sprinkle some unset to reduce footprint 2013-04-12 08:16:21 +00:00
Ermal
17640b289b Sprinkle some unset to reduce footprint 2013-04-12 08:07:58 +00:00
jim-p
4b3a2e1471 Also ignore 'none' here on the backend to avoid letting previously broken rules mess up the rest of the ruleset. 2013-04-11 16:35:56 -04:00
Renato Botelho
c1d8c235c4 Configure static arp inside interface_configure() since it removes all interface addresses and the static arps are removed together. It fixes #2939 2013-04-11 11:12:06 -03:00
Ermal
57f62cd8c0 Allow traffic initiated from host and without a default route to be sent to a gateway from policy routing. 2013-04-11 12:46:30 +00:00
rbgarga
6bd8618952 Merge pull request #466 from stilez/master
Fix issue in version_compare that can cause versions to be wrongly marked incompatible
2013-04-11 04:02:42 -07:00
jim-p
f3f7cef43e Make sure we do not pass an IP address to ip_in_subnet as a subnet, it does not handle that well. 2013-04-09 11:17:16 -04:00
Colin Fleming
dda2f35e84 Tidy up "shaper.inc" XHTML
Add missing closing P tag
2013-04-09 11:42:25 +01:00
jim-p
b6a63312b1 Don't try to make /var/run a RAM disk if /var is already a RAM disk. 2013-04-08 13:34:14 -04:00
huangjinfang
0692fdfadf Update rc.filter_synchronize
A incorrect word
2013-04-08 15:26:31 +08:00
Michele Di Maria
ee02550a56 Fixes Javascript Errors
Fixes the Javascript error that prevents enabling/disabling the objects
in the interface.
2013-04-07 10:52:05 +02:00
Renato Botelho
730790dd97 Only check tunefs status when it's necessary, it avoids errors on iso boot. Fixes #2932 2013-04-05 15:25:42 -03:00
Renato Botelho
aa752473de Only reload racoon when there is at least one tunnel enabled on the interface used to call rc.newwanip(v6). It fixes #2922 2013-04-04 09:06:07 -03:00
rbgarga
cc46f31d98 Merge pull request #512 from ExolonDX/branch_06
Tidy up "pfsense-utils.inc" XHTML
2013-04-03 10:52:02 -07:00
Colin Fleming
6e4e628647 Tidy up "pfsense-utils.inc" XHTML
Add type to SCRIPT tag
Add CDATA section to SCRIPT tags
2013-04-03 17:27:47 +01:00
Colin Fleming
d84848546d Tidy up "shaper.inc" XHTML
Add missing end TR tag
Add missing end TD tag
Add missing end SPAN tag
Move table row start into the PHP IF statement, so that the IF statement
generates the full table row
Remove duplicate ID in INPUT tag
Size parameter in INPUT tag can only be a whole number
Name parameter is not valid for TR tag
Add missing end P tag
2013-04-03 17:08:59 +01:00
Ermal Luçi
cd4a47d899 Merge pull request #504 from awm/ldap_deref
Set LDAP option to dereference aliases when searching
2013-04-03 03:10:24 -07:00
Ermal Luçi
7d1cf1d0f1 Merge pull request #506 from phildd/master
Disabled package is also indicated by enable blank
2013-04-03 03:09:35 -07:00
Ermal Luçi
24d8c77d36 Merge pull request #499 from phil-davis/master
Resync relevant OpenVPN instances when gateway group settings are modified
2013-04-03 02:56:12 -07:00
phildd
20202629e8 Disabled package is also indicated by enable blank 2013-04-03 14:00:08 +05:45
Andrew MacIsaac
3d3081ecbb Set LDAP option to dereference aliases when searching 2013-04-02 11:36:23 -07:00
jim-p
068e6891e2 Show a little indicator icon if the direction of a firewall log entry is OUT, rather than the usual 'in'. No indicator is shown for IN. 2013-04-02 12:54:22 -04:00
Renato Botelho
43d049ac6a Avoid adding URLs to filterdns.conf. It fixes #2921 2013-04-02 12:34:43 -03:00
jim-p
0d56c06b9b Move some code to a function to avoid future duplication. Allow autocomplete on ping page. Add more escaping to command. 2013-04-02 11:12:48 -04:00
jim-p
2eaa97b952 Clarify notes when there is an error reaching the openvpn management daemon for service status. Also, add service controls to the openvpn status page. 2013-04-01 12:57:50 -04:00
Renato Botelho
9d7204aa24 Consider packages that set enable to 'false' or 'off' 2013-04-01 12:40:01 -03:00
phildd
ccfc02695a Check for disabled services when displaying service lists 2013-04-01 08:11:03 +05:45
Jim P
a6637a3116 Merge pull request #500 from ExolonDX/master
Tidy up HTML boolean operators
2013-03-29 12:29:43 -07:00
Colin Fleming
ce0117f78f Update HTML boolean operators
Updated CHECKED, SELECTED and DISABLED boolean operator
2013-03-29 19:25:14 +00:00
jim-p
3d74b80335 Use is_module_loaded() to test these to avoid code duplication. 2013-03-29 11:58:57 -04:00
Phil Davis
99cc103b86 Provide openvpn_resync_gwgroup function
Allows all OpenVPN servers and clients that use a particular gateway group to be resynced in one easy call.
2013-03-29 14:25:34 +05:45
Renato Botelho
a8f5790a30 Fix whitespaces and indent 2013-03-28 16:25:13 -03:00