Commit Graph

18312 Commits

Author SHA1 Message Date
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
smos
1e37f324ad Unbreak interfaces.php 2011-08-15 20:22:37 +02:00
smos
52a1f701db Fix broken static route bypass rules 2011-08-15 20:07:04 +02:00
Ermal
460082ce60 Another roll at fixing the voucher sync problems. 2011-08-15 19:21:12 +00:00
Seth Mos
8103bd1ed3 Reflect the changes in the UI page that IPv4 and IPv6 are no lounger coupled together. They are now 2 seperate switch() statements.
This should also allow for toggling the dhcp6 client on a PPPoE interface
2011-08-15 15:55:22 +02:00
Seth Mos
20b49b1711 Fix a typo that caused stripping of the v4 config 2011-08-15 15:54:14 +02:00
Seth Mos
e029943a10 Split the IPv4 and IPv6 configuration out into 2 seperate drop downs. 2011-08-15 14:15:25 +02:00
jim-p
af6576a89c Also only add 127.0.0.1 as a DNS server if dnsmasq (DNS Forwarder) is enabled. 2011-08-12 10:32:16 -04:00
Ermal
37f33271be Correct the link generation. Reported-by: http://forum.pfsense.org/index.php/topic,39855.0.html 2011-08-12 11:57:39 +00:00
Ermal
bf866028c5 Remove a slipped in text that confuses people 2011-08-12 11:53:47 +00:00
Ermal
6c86a39f8e Allow disabling having localhost in resolv.conf. There are some special setups that might need this. 2011-08-12 11:47:12 +00:00
Ermal
f61dc8e6d6 Resolves #1193. Properly warn about duplicate default queue 2011-08-11 21:41:03 +00:00
jim-p
221b170b46 Fix description 2011-08-11 15:47:54 -04:00
jim-p
ea8eef6f76 Move these permissions to user.priv.inc so they don't get blasted when priv.defs.inc is automatically regenerated.
Conflicts:

	etc/inc/priv.defs.inc
2011-08-11 15:29:35 -04:00
jim-p
84d86f070e Fix missing $ on variable. 2011-08-11 15:26:35 -04:00
jim-p
adacdf5f45 Populate pconfig in all cases with user info, or else when you delete a privilege, the list disappears until you go back and edit the user again. (Certs too) 2011-08-11 14:03:12 -04:00
jim-p
3f1097004e Sort user privileges so dashboard/index.php come first, so if a user has those permissions, they get redirected there first and not to another page. 2011-08-11 14:02:21 -04:00
jim-p
5457129fc9 Add Dashboard privilege which is a collection of all required pages for the dashboard. Partial fix for ticket #620 - may do something more for 2.1 2011-08-11 12:01:16 -04:00
jim-p
cfb5b1b18a Fix privilege matching so that it respects wildcards better, especially when leading. 2011-08-11 11:44:52 -04:00
Ermal
d560b783c5 Syncrhonize the information with the wizards xml. Reported-by: http://forum.pfsense.org/index.php/topic,39176.msg205359.html#msg205359 2011-08-11 10:43:00 +00:00
jim-p
7189306318 Fix priv name 2011-08-10 11:10:48 -04:00