summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Added blind coded DHCPv6 relay backend code. Needs to be tested, basic adapti...Seth Mos2011-08-291-0/+116
* Add DHCPv6 relay pages for the DHCPv6 relay. Ticket #1663Seth Mos2011-08-293-0/+213
* Correct the link for EasyRule so that IPv6 addresses parseSeth Mos2011-08-291-2/+4
* Another address family check for dynamic gateways, v4 has dynamic, v6 has dyn...Seth Mos2011-08-291-0/+9
* Add IPv6 love to diag states Summary. For Ticket #1816Seth Mos2011-08-291-6/+32
* Reflect the dynamic(6) gateway naming change in interfaces.php tooSeth Mos2011-08-291-1/+1
* Add a possible "dynamic6 type to differentiate between IPv6 and IPv4 dynamic ...Seth Mos2011-08-291-4/+7
* Merge pull request #10 from namezero111111/patch-2Scott Ullrich2011-08-281-1/+22
|\
| * Added web interface capability to make the LDAP search more specific in order...namezero1111112011-08-281-1/+22
* | Log when XMLRPC auth fails so that the brute force lockout will kick in.Scott Ullrich2011-08-281-16/+42
* | Merge pull request #11 from Nachtfalkeaw/patch-1Scott Ullrich2011-08-271-4/+4
|\ \
| * | Add default values for latency, packet loss, down on GUINachtfalkeaw2011-08-281-4/+4
| |/
* | Merge pull request #9 from namezero111111/patch-1Scott Ullrich2011-08-271-2/+13
|\ \ | |/ |/|
| * Added extended query possibility (for example, group membership)namezero1111112011-08-281-2/+13
|/
* Add a interface_has_gatewayv6() function to determine if a interface has a IP...Seth Mos2011-08-262-4/+25
* Add the IP protocol to the configured gateway list to prevent duplicate entri...Seth Mos2011-08-261-1/+6
* Remove stray echo statementSeth Mos2011-08-251-2/+0
* Remove stray print_r()Seth Mos2011-08-251-2/+0
* Automatically pick up on dynamic IPv6 interfaces. For Example dhcp6.Seth Mos2011-08-251-7/+56
* Add a couple more mobile browser detection strings (BlackBerry, Opera Mini/Mobi)jim-p2011-08-251-1/+1
* Implement correct gen_subnetv6_max function that you can throw random prefix ...Seth Mos2011-08-251-21/+28
* fix textChris Buechler2011-08-241-1/+1
* force a set path for ioncube loaderlgcosta2011-08-241-4/+4
* Unbreak the firewall rule Edit page, input error array was unset halfway the ...Seth Mos2011-08-241-1/+25
* Catch another possiblity for invalid rule generationSeth Mos2011-08-241-0/+4
* Make sure this does not operate on empty parameters, and also log when removi...jim-p2011-08-241-6/+14
* DNSMasq was generating the error 'Socket operation on non-socket' and using 1...Warren Baker2011-08-241-1/+1
* Fix VPN network listing for OpenVPN, and also add tunnel networks to this list.jim-p2011-08-241-2/+5
* Properly fix the address family check for gateway groups Ticket #1659Seth Mos2011-08-241-2/+3
* Unbreak firewall rules edit, missing a )Seth Mos2011-08-241-1/+1
* Fix a typo in the subnet generation causing the code to failSeth Mos2011-08-241-1/+1
* Only show gateways from the same address family on the groups edit page. Tick...Seth Mos2011-08-241-0/+5
* These html tags are not required since they are used in head.inc which is inc...Warren Baker2011-08-241-2/+0
* Add address family validation, also hide gateways or gateway groups from the ...Seth Mos2011-08-241-2/+15
* Add address family input validation on the Gateways edit page, also prevent a...Seth Mos2011-08-241-16/+29
* Automatically adjust the subnet size drop down when editing a entrySeth Mos2011-08-241-2/+8
* Add Address Family input validation on the system routes edit page. Do not al...Seth Mos2011-08-241-1/+6
* Update the system.inc code that sets up the static routes for DNS servers to ...Seth Mos2011-08-241-5/+10
* Fix the address family check to skip empty DNS gateway fieldSSeth Mos2011-08-241-2/+2
* Change the DNS interface code to DNS gateway code. This will need upgrade cod...Seth Mos2011-08-241-43/+46
* Simplify this code a bit, should be the same test in both locations since thi...jim-p2011-08-231-2/+3
* Add a function that allows you to validate the address family on 2 addresses ...smos2011-08-231-0/+37
* Fix field name label.jim-p2011-08-221-1/+1
* un-break services_dhcpv6.phpChris Buechler2011-08-211-1/+1
* Unbreak the DNS rebind check when accessing over IPv4smos2011-08-211-1/+2
* Add router type to rtadvd daemon configuration to only advertise the router w...smos2011-08-211-0/+5
* Clarify advertising options, add router only type.smos2011-08-211-2/+2
* Fix the redirect URL for IPv6 addresses Ticket #1583smos2011-08-211-1/+14
* Fix the referrer checks for IPv6 addresses Ticket #1583smos2011-08-212-0/+30
* Fix the DNS rebind Check for IPv6 addresses Ticket #1583smos2011-08-211-3/+4
OpenPOWER on IntegriCloud