| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Avoid a blank trailing entry | jim-p | 2011-08-30 | 1 | -1/+1 |
* | Have Diag>DNS pull servers from /etc/resolv.conf instead of the config, so it... | jim-p | 2011-08-30 | 1 | -3/+3 |
* | Add a note to the server Load Balancer page to let users know it's not for Mu... | jim-p | 2011-08-30 | 1 | -0/+5 |
* | Wording fix to better describe the Translation address. | Warren Baker | 2011-08-30 | 1 | -5/+5 |
* | Fix bottom note when viewing Floating rules to better reflect how they operate. | jim-p | 2011-08-30 | 1 | -6/+15 |
* | Fix note width for 1:1 NAT | jim-p | 2011-08-30 | 1 | -1/+1 |
* | Fix QinQ note width. | jim-p | 2011-08-30 | 1 | -1/+1 |
* | Clarify text | jim-p | 2011-08-30 | 1 | -4/+7 |
* | Clarify text | jim-p | 2011-08-30 | 1 | -4/+4 |
* | Clarify notes so people don't think they need to disable pf to disable NAT. | jim-p | 2011-08-30 | 2 | -2/+6 |
* | Move the option to exclude localhost as a DNS server under System > General s... | jim-p | 2011-08-30 | 2 | -21/+16 |
* | Sync note for "server address" between PPTP/PPPoE/L2TP for consistency. | jim-p | 2011-08-30 | 3 | -6/+15 |
* | Add some help links for pages that were missing. | jim-p | 2011-08-30 | 1 | -0/+5 |
* | Change mbuf output on dashboard to read total/max, instead of current/total, ... | jim-p | 2011-08-30 | 1 | -3/+3 |
* | 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 | 2 | -4/+3 |
* | 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 | 3 | -7/+27 |
* | Unlink last msg cache for growl when sending test messagws | Scott Ullrich | 2011-08-29 | 1 | -0/+1 |
* | Fixes #1666. Check if the interface needs to be added to a bridge during rc.n... | Ermal | 2011-08-29 | 1 | -0/+5 |
* | Give the Layer7 patterns page some much needed love. | Warren Baker | 2011-08-29 | 2 | -53/+19 |
* | 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 | 3 | -0/+213 |
* | Correct the link for EasyRule so that IPv6 addresses parse | Seth Mos | 2011-08-29 | 1 | -2/+4 |
* | Another address family check for dynamic gateways, v4 has dynamic, v6 has dyn... | Seth Mos | 2011-08-29 | 1 | -0/+9 |
* | Add IPv6 love to diag states Summary. For Ticket #1816 | Seth Mos | 2011-08-29 | 1 | -6/+32 |
* | Reflect the dynamic(6) gateway naming change in interfaces.php too | Seth Mos | 2011-08-29 | 1 | -1/+1 |
* | Add a possible "dynamic6 type to differentiate between IPv6 and IPv4 dynamic ... | Seth Mos | 2011-08-29 | 1 | -4/+7 |
* | Merge pull request #10 from namezero111111/patch-2 | Scott Ullrich | 2011-08-28 | 1 | -1/+22 |
|\ |
|
| * | Added web interface capability to make the LDAP search more specific in order... | namezero111111 | 2011-08-28 | 1 | -1/+22 |
* | | Log when XMLRPC auth fails so that the brute force lockout will kick in. | Scott Ullrich | 2011-08-28 | 1 | -16/+42 |
* | | Merge pull request #11 from Nachtfalkeaw/patch-1 | Scott Ullrich | 2011-08-27 | 1 | -4/+4 |
|\ \ |
|
| * | | Add default values for latency, packet loss, down on GUI | Nachtfalkeaw | 2011-08-28 | 1 | -4/+4 |
| |/ |
|
* | | Merge pull request #9 from namezero111111/patch-1 | Scott Ullrich | 2011-08-27 | 1 | -2/+13 |
|\ \
| |/
|/| |
|
| * | 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 |
* | Add a couple more mobile browser detection strings (BlackBerry, Opera Mini/Mobi) | jim-p | 2011-08-25 | 1 | -1/+1 |
* | Implement correct gen_subnetv6_max function that you can throw random prefix ... | Seth Mos | 2011-08-25 | 1 | -21/+28 |