Commit Graph

19384 Commits

Author SHA1 Message Date
lgcosta
5c52cd56b7 force a set path for ioncube loader 2011-08-24 18:24:37 -03:00
Seth Mos
99bdb17e39 Unbreak the firewall rule Edit page, input error array was unset halfway the validation. Set that back up ontop.
Add gateway validation
2011-08-24 22:10:55 +02:00
Seth Mos
4108dee880 Catch another possiblity for invalid rule generation 2011-08-24 21:21:56 +02:00
jim-p
197c30ae98 Make sure this does not operate on empty parameters, and also log when removing states. 2011-08-24 12:59:13 -04:00
Warren Baker
923d15bf87 DNSMasq was generating the error 'Socket operation on non-socket' and using 100% of the CPU, changing it to mwexec_bg() resolves the issue. 2011-08-24 17:18:32 +02:00
jim-p
0c074cfb3a Fix VPN network listing for OpenVPN, and also add tunnel networks to this list. 2011-08-24 10:13:32 -04:00
Seth Mos
a1c10b7fbf Properly fix the address family check for gateway groups Ticket #1659 2011-08-24 15:26:20 +02:00
Seth Mos
8c591d01db Unbreak firewall rules edit, missing a ) 2011-08-24 15:12:05 +02:00
Seth Mos
16b03b7985 Fix a typo in the subnet generation causing the code to fail 2011-08-24 15:07:05 +02:00
Seth Mos
fcb816d9d0 Only show gateways from the same address family on the groups edit page. Ticket #1659 2011-08-24 14:31:06 +02:00
Warren Baker
6fd35fe340 These html tags are not required since they are used in head.inc which is included. 2011-08-24 14:04:02 +02:00
Seth Mos
270a257646 Add address family validation, also hide gateways or gateway groups from the gateway list.
Fix Ticket #1659
2011-08-24 13:02:34 +02:00
Seth Mos
9e80d14cab Add address family input validation on the Gateways edit page, also prevent adding gateways on interfaces that do not carry that address family.
Fix Ticket #1633
2011-08-24 12:42:16 +02:00
Seth Mos
bb5a2d0e72 Automatically adjust the subnet size drop down when editing a entry
Ticket #1661
2011-08-24 11:40:14 +02:00
Seth Mos
1831a00d46 Add Address Family input validation on the system routes edit page. Do not allow IPv4 subnet masks > 32 bits.
Ticket #1661
2011-08-24 11:36:06 +02:00
Seth Mos
c935003d50 Update the system.inc code that sets up the static routes for DNS servers to reflect the interface to gateway name conversion 2011-08-24 10:51:03 +02:00
Seth Mos
9d8ee15bcc Fix the address family check to skip empty DNS gateway fieldS 2011-08-24 10:47:28 +02:00
Seth Mos
d623f2da17 Change the DNS interface code to DNS gateway code. This will need upgrade code for existing configs. 2011-08-24 10:29:04 +02:00
jim-p
28ce79ad04 Simplify this code a bit, should be the same test in both locations since this should be either/or, and with the other code it can apparently fall into a trap where it shows neither. 2011-08-23 16:36:23 -04:00
smos
318189b6b4 Add a function that allows you to validate the address family on 2 addresses or 1 address and a gateway name. the gateway name must be the 2nd argument. 2011-08-23 20:46:51 +02:00
jim-p
b4eec6e60a Fix field name label. 2011-08-22 08:37:08 -04:00
Chris Buechler
dba5f621c2 un-break services_dhcpv6.php 2011-08-21 23:56:10 -04:00
smos
4fcab77bf1 Unbreak the DNS rebind check when accessing over IPv4 2011-08-21 18:45:40 +02:00
smos
826ac52c68 Add router type to rtadvd daemon configuration to only advertise the router without slaac. 2011-08-21 17:32:28 +02:00
smos
fd1e6c05c0 Clarify advertising options, add router only type. 2011-08-21 17:11:40 +02:00
smos
ac0057675a Fix the redirect URL for IPv6 addresses Ticket #1583 2011-08-21 13:36:07 +02:00
smos
e6f7e0be56 Fix the referrer checks for IPv6 addresses Ticket #1583 2011-08-21 13:13:11 +02:00
smos
4cf79fdd9b Fix the DNS rebind Check for IPv6 addresses Ticket #1583 2011-08-21 13:03:50 +02:00
smos
385ed7d0a7 Make sure to set the $pconfig prefix delegation setting from the config. 2011-08-21 10:50:09 +02:00
jim-p
6f75aab23a Fix mismatched curly brace 2011-08-20 09:28:53 -04:00
Chris Buechler
1caa6adc42 remove dead link, no equivalent exists, will add info on that page's help 2011-08-20 01:37:17 -04:00
Andrew Thompson
3d749ab377 Fix copy paste error which cleared args 2011-08-19 09:18:25 +12:00
smos
6d063da352 Calculate the possible subnet ids from the delegated prefix length for the dropdown 2011-08-18 13:47:58 +02:00
smos
3dda090bda Add DHCP6 to the default configuration 2011-08-18 12:50:11 +02:00
smos
302d646e9c Make sure to wait for the interface to be really created before letting the function return for PPP(oE) interfaces. 2011-08-18 12:10:17 +02:00
smos
5a3031ea17 Make sure that we disable accepting router advertisements unless we explicitly enable them 2011-08-18 11:39:45 +02:00
smos
49047fb471 Add a log message when we enable router advertisements for a interface 2011-08-18 10:15:03 +02:00
smos
5f24a4de1e Disable the rc.newwanipv6 script called from the dhcp6 client, this causes a recursing configure. 2011-08-18 10:11:49 +02:00
smos
12de53a8fa Remove the gateway check here and always show the prefix delegation ID. Alternative we should consider a dhcp-pd type for the interface v6 address. Using a FE80::1 as the interface address for now. 2011-08-18 09:19:56 +02:00
smos
37fb708c09 Add debugging to interface down function, add support for the type6 = dhcp6.
This really needs to be sorted out in a better way taking both v4 and v6 into consideration simultaneously.
2011-08-18 09:17:31 +02:00
smos
b868d9a0c6 Add the dhcp6 firewall rules so the client can get out.
Add a type6 field so that we can distinguish the ipv6 configuration types
2011-08-18 08:55:50 +02:00
Chris Buechler
2a5d416d8f fix text 2011-08-17 22:28:11 -04:00
Ermal
e15e9c6b67 Ticket #1279. Decrease the refcount even though we're in booting phase. This helps the refcount to work as intended and help in making filesystem read only correctly on embedded platfroms. While here put some exceptions to refcount API and silent any related errors that might trigger. Also take not of the NOTE on the php manual that after a share memory is opened further references to it for size and access mode should be 0. 2011-08-17 20:15:02 +00:00
jim-p
8e95a671fa Include the rate output in the privilege for the traffic graph. 2011-08-17 13:14:17 -04:00
Ermal
4bd491a3e3 Comment out code that seems to not be anymore useful. Remove later on if no complaints in sight. 2011-08-17 09:02:18 +00:00
Andrew Thompson
7734aea648 Make initial changes to allow pfSense to work in a jail.
This mostly avoids starting things that will not work and gets the
initial config. Most of the pfSense functionality will not work
(pf rules, routing, etc) but it can be used for testing.
2011-08-17 14:15:18 +12:00
Andrew Thompson
8f9bffbc98 Allow custom dnsmasq options so ppl can set SRV records and such for xmpp/kerberos 2011-08-17 10:02:11 +12:00
smos
2a319b4fac Fix the filter rules to trigger for the right address family 2011-08-16 19:06:50 +02:00
Ermal
0e12792dab Unbreak filter.inc. Pointy-hat ? 2011-08-15 20:23:18 +00:00
Ermal
7a787c581e Resolves #1731. Correctly handle nested alias that have hostnames. While here prevent putting duplicated dns hostnames under the same table to prevent possible hickups and save double work. 2011-08-15 20:23:18 +00:00