Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unbreak the firewall rules, I accidentally reset the variable. | smos | 2011-09-15 | 1 | -1/+1 |
| | |||||
* | Correct behaviour of switching from console from any ppp type device to ↵ | Ermal | 2011-09-12 | 1 | -3/+26 |
| | | | | other type. This has been broken since new ppp code. | ||||
* | Show friendly interface names | Ermal | 2011-09-08 | 1 | -2/+2 |
| | |||||
* | Add support for multiple radius server to be used during authentication | Ermal | 2011-09-07 | 1 | -29/+71 |
| | |||||
* | Remove duplicated occurence during merging | Ermal | 2011-09-07 | 1 | -1/+0 |
| | |||||
* | Remove references to undeclared table | Ermal | 2011-09-07 | 1 | -4/+2 |
| | |||||
* | Add the multi instance CP to master branch. This allows to define CP with ↵ | Ermal | 2011-09-07 | 7 | -352/+469 |
| | | | | different properties on different interfaces. | ||||
* | Match pftop page exatly with privilege, there is no other page that glob ↵ | jim-p | 2011-09-06 | 1 | -1/+1 |
| | | | | would catch. Fixes #1845 | ||||
* | Add proper validation to the services_rtadvd_configure() to only pick up the ↵ | Seth Mos | 2011-09-06 | 1 | -11/+24 |
| | | | | | | IPv6 nameservers if any Ticket #1836 | ||||
* | Also add the new RDNSS fields to the rtadvd config for prefix delegation cases. | Seth Mos | 2011-09-03 | 1 | -1/+8 |
| | |||||
* | Now that our rtadvd binary supports RDNSS we can tack the search domain and ↵ | Seth Mos | 2011-09-03 | 1 | -1/+18 |
| | | | | | | DNS servers onto the stack. Ticket #1836 | ||||
* | Encapsulate in curlies for safety | smos | 2011-09-03 | 1 | -1/+1 |
| | |||||
* | Unbreak system_routing_configure(); | smos | 2011-09-03 | 1 | -2/+2 |
| | |||||
* | Only add the Interface scope on link local addresses | smos | 2011-09-03 | 1 | -2/+4 |
| | |||||
* | Add a / for the prefix length value. As suggested on | smos | 2011-09-03 | 1 | -1/+1 |
| | | | | http://forum.pfsense.org/index.php/topic,40377.msg209028.html#msg209028 | ||||
* | Only do cookie check if the form has already been posted. The cookie check ↵ | jim-p | 2011-09-02 | 1 | -1/+1 |
| | | | | is not accurate for the first page load after a browser has been opened, has to be at least one refresh/post first. | ||||
* | Unlink the failed downloaded file if present. Since it might contain harmful ↵ | Ermal | 2011-09-01 | 1 | -0/+1 |
| | | | | and not expected content | ||||
* | Check/set array for $config['staticroutes']['route'] as well, fixes deleting ↵ | jim-p | 2011-09-01 | 1 | -0/+2 |
| | | | | of the last static route not syncing to secondary unit. | ||||
* | Add a find_interface_ipv6_ll() to find the link local address of a interface. | smos | 2011-09-01 | 2 | -1/+48 |
| | | | | | Use this link local address for the apinger srcip otherwise we might try using the DHCP6 /128 address which will fail. We need to extend apinger or any replacement thereoff to understand the %{$realif} scope suffix for link local addresses so that these are always correct. This is important since link local gateway addresses are a normal thing and FreeBSD will complain otherwise. | ||||
* | fix unknown-clients on DHCPv6 | Chris Buechler | 2011-09-01 | 1 | -1/+1 |
| | |||||
* | Fix system_routing_configure() so that that it also passes the interface ↵ | smos | 2011-09-01 | 1 | -6/+3 |
| | | | | scope with the IPv6 address on route changes. This is required for link local gateways to work. | ||||
* | Remove stray print_r debugging from the dhcp6 client function | smos | 2011-09-01 | 1 | -4/+0 |
| | |||||
* | If a user's browser does not support cookies, print an error on the login ↵ | jim-p | 2011-08-31 | 1 | -1/+11 |
| | | | | | | | | form telling them so. Conflicts: etc/inc/authgui.inc | ||||
* | Further fix up the DHCPv6 client support, launch rtsol to figure out our ↵ | smos | 2011-08-31 | 1 | -3/+33 |
| | | | | | | gateway and add this into the interface router file in /tmp. This will then be picked up by the rest of the system. My testlab happens to block ping showing it down but should otherwise work. | ||||
* | Do not send reconfigure events in the rc.newwanipv6 until we figure out a ↵ | smos | 2011-08-31 | 1 | -10/+9 |
| | | | | | | way to not step on the v4 configure too. Correct some variable names | ||||
* | Revert "Make the webConfigurator lockout rule to catch even edp protocol so ↵ | Ermal | 2011-08-30 | 1 | -1/+1 |
| | | | | | | that xmlrpc bruteforce is caught as well." This reverts commit 8a4f3015e44007dad22a6e1821f678293cf703a4. | ||||
* | Make the webConfigurator lockout rule to catch even edp protocol so that ↵ | Ermal | 2011-08-30 | 1 | -1/+1 |
| | | | | xmlrpc bruteforce is caught as well. | ||||
* | Fix several issues in pppoe code and remove duplicated code. | Ermal | 2011-08-30 | 1 | -2/+2 |
| | |||||
* | Disable the rtsol command for now until we have a proper script to handle this. | smos | 2011-08-30 | 1 | -2/+4 |
| | |||||
* | Correct the path to rtsol | smos | 2011-08-30 | 1 | -1/+1 |
| | |||||
* | Accept router advertisments for DHCP6 WAN interfaces. Also launch a rtsol ↵ | smos | 2011-08-30 | 1 | -1/+4 |
| | | | | process. | ||||
* | Fixup OpenVPN status a bit to properly handle SSL servers using a /30 (no ↵ | jim-p | 2011-08-30 | 1 | -3/+23 |
| | | | | server directive) and also be a little more verbose about what is happening, if we can tell. | ||||
* | Fixes #1666. Check if the interface needs to be added to a bridge during ↵ | Ermal | 2011-08-29 | 1 | -0/+5 |
| | | | | rc.newwanip as well. | ||||
* | renable IPv6 rc.newwanipv6 but comment out reconfigure($if) until we track ↵ | Seth Mos | 2011-08-29 | 1 | -1/+1 |
| | | | | | | down how to best handle this. Dhclient does not pass the interface as a argument which makes this really hard. | ||||
* | Unbreak the services.inc Ticket #1663 | Seth Mos | 2011-08-29 | 1 | -1/+1 |
| | |||||
* | Added blind coded DHCPv6 relay backend code. Needs to be tested, basic ↵ | Seth Mos | 2011-08-29 | 1 | -0/+116 |
| | | | | adaption to IPv6 implemented, only works on IPv6 interfaces. Checks inet6 route tables. Adds distinct PID file for dhcrelay -6. Adds to Ticket #1663 | ||||
* | Add DHCPv6 relay pages for the DHCPv6 relay. Ticket #1663 | Seth Mos | 2011-08-29 | 1 | -0/+6 |
| | |||||
* | Another address family check for dynamic gateways, v4 has dynamic, v6 has ↵ | Seth Mos | 2011-08-29 | 1 | -0/+9 |
| | | | | dynamic6 as string. | ||||
* | Add a possible "dynamic6 type to differentiate between IPv6 and IPv4 dynamic ↵ | Seth Mos | 2011-08-29 | 1 | -4/+7 |
| | | | | connections" | ||||
* | Added extended query possibility (for example, group membership) | namezero111111 | 2011-08-28 | 1 | -2/+13 |
| | |||||
* | Add a interface_has_gatewayv6() function to determine if a interface has a ↵ | Seth Mos | 2011-08-26 | 2 | -4/+25 |
| | | | | | | IPv6 gateway. Implement that function return_gateways_array() to prevent ghost entries | ||||
* | Add the IP protocol to the configured gateway list to prevent duplicate ↵ | Seth Mos | 2011-08-26 | 1 | -1/+6 |
| | | | | entries on dynamic interfaces | ||||
* | Remove stray echo statement | Seth Mos | 2011-08-25 | 1 | -2/+0 |
| | |||||
* | Remove stray print_r() | Seth Mos | 2011-08-25 | 1 | -2/+0 |
| | |||||
* | Automatically pick up on dynamic IPv6 interfaces. For Example dhcp6. | Seth Mos | 2011-08-25 | 1 | -7/+56 |
| | |||||
* | Implement correct gen_subnetv6_max function that you can throw random prefix ↵ | Seth Mos | 2011-08-25 | 1 | -21/+28 |
| | | | | lengths in. Fixes Ticket #1725 | ||||
* | force a set path for ioncube loader | lgcosta | 2011-08-24 | 1 | -4/+4 |
| | |||||
* | DNSMasq was generating the error 'Socket operation on non-socket' and using ↵ | Warren Baker | 2011-08-24 | 1 | -1/+1 |
| | | | | 100% of the CPU, changing it to mwexec_bg() resolves the issue. | ||||
* | Fix VPN network listing for OpenVPN, and also add tunnel networks to this list. | jim-p | 2011-08-24 | 1 | -2/+5 |
| | |||||
* | Update the system.inc code that sets up the static routes for DNS servers to ↵ | Seth Mos | 2011-08-24 | 1 | -5/+10 |
| | | | | reflect the interface to gateway name conversion |