Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove 0x, really isn't needed | jim-p | 2011-09-20 | 1 | -1/+1 |
| | |||||
* | Improve duid parsing. Still some work to be done but should avoid the ↵ | jim-p | 2011-09-20 | 1 | -14/+39 |
| | | | | infinite loop it hit in some cases previously. | ||||
* | Properly dispaly CP status page with the multi instance CP | Ermal | 2011-09-17 | 1 | -1/+1 |
| | |||||
* | To avoid any possible issues during the different paths of the workflow ↵ | Ermal | 2011-09-15 | 1 | -0/+5 |
| | | | | create the zone since its first step | ||||
* | Do not try to add mac passthrough to a not loaded ipfw since the macs might ↵ | Ermal | 2011-09-15 | 1 | -11/+13 |
| | | | | be added to the wrong zone. | ||||
* | Unbreak the firewall rules, I accidentally reset the variable. | smos | 2011-09-15 | 1 | -1/+1 |
| | |||||
* | Fixes #1874. Correctly error out when the user or the pass is not posted ↵ | Ermal | 2011-09-13 | 1 | -6/+9 |
| | | | | during login of CP. | ||||
* | Check if a widget is null before testing a property. Fixes skipped updates ↵ | jim-p | 2011-09-13 | 1 | -1/+1 |
| | | | | on certain widgets (like the gateway widget) if someone doesn't have the cpu widget file on their fs (which a clean install does not). | ||||
* | Revert "Another try at prventing panic on reconfig of ppp type wans. Ticket ↵ | jim-p | 2011-09-12 | 1 | -12/+13 |
| | | | | | | #1696" This reverts commit afe88d69235f84530ed6386b22cfc9c488bf94c5. | ||||
* | Revert "Be correct on teh variable scope" | jim-p | 2011-09-12 | 1 | -3/+3 |
| | | | | This reverts commit 106646b4204b2850ec7f41547079cf00cc374f6f. | ||||
* | Be correct on teh variable scope | Ermal | 2011-09-12 | 1 | -3/+3 |
| | |||||
* | Another try at prventing panic on reconfig of ppp type wans. Ticket #1696 | Ermal | 2011-09-12 | 1 | -13/+12 |
| | |||||
* | If we are coming from a PPPoE/PPTP WAN type, grab the old physical interface ↵ | jim-p | 2011-09-12 | 1 | -8/+14 |
| | | | | first to avoid assigning a ppp interface to itself. Fixes pppoe->pppoe wizard run as well as changing pppoe->dhcp. Fixes #1696 | ||||
* | Check in intel license files, required for compliance. The copy.list alone ↵ | jim-p | 2011-09-12 | 3 | -0/+456 |
| | | | | wasn't grabbing them. | ||||
* | Add no cache header | Scott Ullrich | 2011-09-12 | 1 | -0/+6 |
| | |||||
* | Fixes #1696. Do not store temporary information under interfaces section ↵ | Ermal | 2011-09-12 | 1 | -26/+23 |
| | | | | during wizards since this might generate a message to netgraph that triggers a panic. | ||||
* | 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. | ||||
* | Don't try to unset this variable if it isn't set to begin with. Fixes #1865 | jim-p | 2011-09-09 | 1 | -1/+1 |
| | |||||
* | fix firewall_nat_out to not auto-generate outbound NAT rules with one too ↵ | Chris Buechler | 2011-09-09 | 1 | -1/+2 |
| | | | | many IPs | ||||
* | Show friendly interface names | Ermal | 2011-09-08 | 1 | -2/+2 |
| | |||||
* | Move filter box up to the top, so it is more easily accessible | Warren Baker | 2011-09-08 | 1 | -10/+13 |
| | |||||
* | Correct check | Ermal | 2011-09-07 | 1 | -1/+1 |
| | |||||
* | Add support for multiple radius server to be used during authentication | Ermal | 2011-09-07 | 3 | -42/+178 |
| | |||||
* | 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 | 26 | -794/+1432 |
| | | | | different properties on different interfaces. | ||||
* | Show the hexadecimal value of the integer for readability | smos | 2011-09-07 | 1 | -1/+1 |
| | |||||
* | Match pftop page exatly with privilege, there is no other page that glob ↵ | jim-p | 2011-09-06 | 2 | -2/+2 |
| | | | | 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 show queues on limiter info page, so that the child queues of limiter ↵ | jim-p | 2011-09-06 | 1 | -0/+6 |
| | | | | pipes can be viewed. (See ticket #1843) | ||||
* | Remove the gateway field from view since it is not a valid option for now. | smos | 2011-09-03 | 1 | -0/+2 |
| | |||||
* | 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. | ||||
* | Merge pull request #12 from marcelloc/patch-1 | Chris Buechler | 2011-09-02 | 1 | -1/+1 |
|\ | | | | | load balance monitor type send/expect must have a '' when using more then | ||||
| * | load balance monitor type send/expect must have a '' when using more then ↵ | marcelloc | 2011-09-02 | 1 | -1/+1 |
|/ | | | | one argument. | ||||
* | 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 empty dhcp6c client control socket file | smos | 2011-09-01 | 1 | -0/+0 |
| | |||||
* | 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 |