| Commit message (Expand) | 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 other... | Ermal | 2011-09-12 | 1 | -3/+26 |
* | 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 dif... | Ermal | 2011-09-07 | 7 | -352/+469 |
* | Match pftop page exatly with privilege, there is no other page that glob woul... | jim-p | 2011-09-06 | 1 | -1/+1 |
* | Add proper validation to the services_rtadvd_configure() to only pick up the ... | Seth Mos | 2011-09-06 | 1 | -11/+24 |
* | 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 D... | Seth Mos | 2011-09-03 | 1 | -1/+18 |
* | 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 |
* | Only do cookie check if the form has already been posted. The cookie check is... | jim-p | 2011-09-02 | 1 | -1/+1 |
* | Unlink the failed downloaded file if present. Since it might contain harmful ... | Ermal | 2011-09-01 | 1 | -0/+1 |
* | Check/set array for $config['staticroutes']['route'] as well, fixes deleting ... | jim-p | 2011-09-01 | 1 | -0/+2 |
* | Add a find_interface_ipv6_ll() to find the link local address of a interface. | smos | 2011-09-01 | 2 | -1/+48 |
* | 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 scop... | smos | 2011-09-01 | 1 | -6/+3 |
* | 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 for... | jim-p | 2011-08-31 | 1 | -1/+11 |
* | Further fix up the DHCPv6 client support, launch rtsol to figure out our gate... | smos | 2011-08-31 | 1 | -3/+33 |
* | Do not send reconfigure events in the rc.newwanipv6 until we figure out a way... | smos | 2011-08-31 | 1 | -10/+9 |
* | Revert "Make the webConfigurator lockout rule to catch even edp protocol so t... | Ermal | 2011-08-30 | 1 | -1/+1 |
* | Make the webConfigurator lockout rule to catch even edp protocol so that xmlr... | Ermal | 2011-08-30 | 1 | -1/+1 |
* | 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 pro... | smos | 2011-08-30 | 1 | -1/+4 |
* | Fixup OpenVPN status a bit to properly handle SSL servers using a /30 (no ser... | jim-p | 2011-08-30 | 1 | -3/+23 |
* | Fixes #1666. Check if the interface needs to be added to a bridge during rc.n... | Ermal | 2011-08-29 | 1 | -0/+5 |
* | renable IPv6 rc.newwanipv6 but comment out reconfigure($if) until we track do... | Seth Mos | 2011-08-29 | 1 | -1/+1 |
* | 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 adapti... | Seth Mos | 2011-08-29 | 1 | -0/+116 |
* | 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 dyn... | Seth Mos | 2011-08-29 | 1 | -0/+9 |
* | Add a possible "dynamic6 type to differentiate between IPv6 and IPv4 dynamic ... | Seth Mos | 2011-08-29 | 1 | -4/+7 |
* | 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 IP... | Seth Mos | 2011-08-26 | 2 | -4/+25 |
* | Add the IP protocol to the configured gateway list to prevent duplicate entri... | Seth Mos | 2011-08-26 | 1 | -1/+6 |
* | 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 |
* | 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 1... | Warren Baker | 2011-08-24 | 1 | -1/+1 |
* | 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 |