summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixup OpenVPN status a bit to properly handle SSL servers using a /30 (no ↵jim-p2011-08-303-7/+27
| | | | server directive) and also be a little more verbose about what is happening, if we can tell.
* Unlink last msg cache for growl when sending test messagwsScott Ullrich2011-08-291-0/+1
|
* Fixes #1666. Check if the interface needs to be added to a bridge during ↵Ermal2011-08-291-0/+5
| | | | rc.newwanip as well.
* Give the Layer7 patterns page some much needed love.Warren Baker2011-08-292-53/+19
|
* renable IPv6 rc.newwanipv6 but comment out reconfigure($if) until we track ↵Seth Mos2011-08-291-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 #1663Seth Mos2011-08-291-1/+1
|
* Added blind coded DHCPv6 relay backend code. Needs to be tested, basic ↵Seth Mos2011-08-291-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 #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 ↵Seth Mos2011-08-291-0/+9
| | | | dynamic6 as string.
* 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
| | | | connections"
* 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 o
| * Added web interface capability to make the LDAP search more specific in ↵namezero1111112011-08-281-1/+22
| | | | | | | | order to filter for group membership for example.
* | 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 GUI
| * | 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)
| * 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 ↵Seth Mos2011-08-262-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 Mos2011-08-261-1/+6
| | | | entries on dynamic interfaces
* 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
| | | | lengths in. Fixes Ticket #1725
* 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
| | | | | | validation. Set that back up ontop. Add gateway validation
* 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 ↵jim-p2011-08-241-6/+14
| | | | removing states.
* DNSMasq was generating the error 'Socket operation on non-socket' and using ↵Warren Baker2011-08-241-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-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. ↵Seth Mos2011-08-241-0/+5
| | | | Ticket #1659
* These html tags are not required since they are used in head.inc which is ↵Warren Baker2011-08-241-2/+0
| | | | included.
* Add address family validation, also hide gateways or gateway groups from the ↵Seth Mos2011-08-241-2/+15
| | | | | | gateway list. Fix Ticket #1659
* Add address family input validation on the Gateways edit page, also prevent ↵Seth Mos2011-08-241-16/+29
| | | | | | adding gateways on interfaces that do not carry that address family. Fix Ticket #1633
* Automatically adjust the subnet size drop down when editing a entrySeth Mos2011-08-241-2/+8
| | | | Ticket #1661
* Add Address Family input validation on the system routes edit page. Do not ↵Seth Mos2011-08-241-1/+6
| | | | | | allow IPv4 subnet masks > 32 bits. Ticket #1661
* Update the system.inc code that sets up the static routes for DNS servers to ↵Seth Mos2011-08-241-5/+10
| | | | reflect the interface to gateway name conversion
* 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 ↵Seth Mos2011-08-241-43/+46
| | | | code for existing configs.
* Simplify this code a bit, should be the same test in both locations since ↵jim-p2011-08-231-2/+3
| | | | this should be either/or, and with the other code it can apparently fall into a trap where it shows neither.
* Add a function that allows you to validate the address family on 2 addresses ↵smos2011-08-231-0/+37
| | | | or 1 address and a gateway name. the gateway name must be the 2nd argument.
* Fix field name label.jim-p2011-08-221-1/+1
|
* un-break services_dhcpv6.phpChris Buechler2011-08-211-1/+1
|
OpenPOWER on IntegriCloud