Commit Graph

18363 Commits

Author SHA1 Message Date
smos
28ba77e495 Disable the rtsol command for now until we have a proper script to handle this. 2011-08-30 15:45:46 +02:00
smos
ca7c83acc7 Correct the path to rtsol 2011-08-30 15:01:22 +02:00
smos
ef851fed2f Accept router advertisments for DHCP6 WAN interfaces. Also launch a rtsol process. 2011-08-30 14:56:43 +02:00
jim-p
453d9c96dd Fixup OpenVPN status a bit to properly handle SSL servers using a /30 (no server directive) and also be a little more verbose about what is happening, if we can tell. 2011-08-30 09:48:20 -04:00
Scott Ullrich
f670f0a27a Unlink last msg cache for growl when sending test messagws 2011-08-29 18:43:38 -04:00
Ermal
8614f335d1 Fixes #1666. Check if the interface needs to be added to a bridge during rc.newwanip as well. 2011-08-29 19:33:28 +00:00
Warren Baker
edf1c0d918 Give the Layer7 patterns page some much needed love. 2011-08-29 16:04:56 +02:00
Seth Mos
9d05f1d15a renable IPv6 rc.newwanipv6 but comment out reconfigure($if) until we track down how to best handle this.
Dhclient does not pass the interface as a argument which makes this really hard.
2011-08-29 15:19:00 +02:00
Seth Mos
71282744ed Unbreak the services.inc Ticket #1663 2011-08-29 11:03:08 +02:00
Seth Mos
b7a15cf870 Added blind coded DHCPv6 relay backend code. Needs to be tested, basic adaption to IPv6 implemented, only works on IPv6 interfaces. Checks inet6 route tables. Adds distinct PID file for dhcrelay -6. Adds to Ticket #1663 2011-08-29 10:42:06 +02:00
Seth Mos
1eca1a2fe8 Add DHCPv6 relay pages for the DHCPv6 relay. Ticket #1663 2011-08-29 10:33:34 +02:00
Seth Mos
47fc7453a0 Correct the link for EasyRule so that IPv6 addresses parse 2011-08-29 10:16:48 +02:00
Seth Mos
748ff86fe2 Another address family check for dynamic gateways, v4 has dynamic, v6 has dynamic6 as string. 2011-08-29 10:04:27 +02:00
Seth Mos
96bddaf35a Add IPv6 love to diag states Summary. For Ticket #1816 2011-08-29 09:59:04 +02:00
Seth Mos
181816f190 Reflect the dynamic(6) gateway naming change in interfaces.php too 2011-08-29 09:14:34 +02:00
Seth Mos
791d3ac98b Add a possible "dynamic6 type to differentiate between IPv6 and IPv4 dynamic connections" 2011-08-29 09:05:07 +02:00
Scott Ullrich
8d29f477a2 Merge pull request #10 from namezero111111/patch-2
Added web interface capability to make the LDAP search more specific in o
2011-08-28 10:17:52 -07:00
Scott Ullrich
3dd2a27826 Log when XMLRPC auth fails so that the brute force lockout will kick in. 2011-08-28 13:06:42 -04:00
namezero111111
c7073ebf51 Added web interface capability to make the LDAP search more specific in order to filter for group membership for example. 2011-08-28 05:43:39 +03:00
Scott Ullrich
cb51a6df64 Merge pull request #11 from Nachtfalkeaw/patch-1
Add default values for latency, packet loss, down on GUI
2011-08-27 09:43:42 -07:00
Nachtfalkeaw
a574b9607d Add default values for latency, packet loss, down on GUI 2011-08-28 06:41:20 +03:00
Scott Ullrich
655e927155 Merge pull request #9 from namezero111111/patch-1
Added extended query possibility (for example, group membership)
2011-08-27 09:39:44 -07:00
namezero111111
d1b69106d0 Added extended query possibility (for example, group membership) 2011-08-28 05:37:24 +03:00
Seth Mos
2feb85af00 Add a interface_has_gatewayv6() function to determine if a interface has a IPv6 gateway.
Implement that function return_gateways_array() to prevent ghost entries
2011-08-26 13:12:08 +02:00
Seth Mos
7671c94009 Add the IP protocol to the configured gateway list to prevent duplicate entries on dynamic interfaces 2011-08-26 09:37:47 +02:00
Seth Mos
2661e5d33f Remove stray echo statement 2011-08-25 22:58:47 +02:00
Seth Mos
60c62deebe Remove stray print_r() 2011-08-25 22:57:46 +02:00
Seth Mos
c3a0d2a5b1 Automatically pick up on dynamic IPv6 interfaces. For Example dhcp6. 2011-08-25 22:56:40 +02:00
jim-p
107f0cc8ce Add a couple more mobile browser detection strings (BlackBerry, Opera Mini/Mobi) 2011-08-25 09:17:17 -04:00
Seth Mos
5dc98f2ec1 Implement correct gen_subnetv6_max function that you can throw random prefix lengths in. Fixes Ticket #1725 2011-08-25 11:14:34 +02:00
Chris Buechler
ace9a95466 fix text 2011-08-24 21:54:48 -04:00
lgcosta
5c52cd56b7 force a set path for ioncube loader 2011-08-24 18:24:37 -03:00
Seth Mos
99bdb17e39 Unbreak the firewall rule Edit page, input error array was unset halfway the validation. Set that back up ontop.
Add gateway validation
2011-08-24 22:10:55 +02:00
Seth Mos
4108dee880 Catch another possiblity for invalid rule generation 2011-08-24 21:21:56 +02:00
jim-p
197c30ae98 Make sure this does not operate on empty parameters, and also log when removing states. 2011-08-24 12:59:13 -04:00
Warren Baker
923d15bf87 DNSMasq was generating the error 'Socket operation on non-socket' and using 100% of the CPU, changing it to mwexec_bg() resolves the issue. 2011-08-24 17:18:32 +02:00
jim-p
0c074cfb3a Fix VPN network listing for OpenVPN, and also add tunnel networks to this list. 2011-08-24 10:13:32 -04:00
Seth Mos
a1c10b7fbf Properly fix the address family check for gateway groups Ticket #1659 2011-08-24 15:26:20 +02:00
Seth Mos
8c591d01db Unbreak firewall rules edit, missing a ) 2011-08-24 15:12:05 +02:00
Seth Mos
16b03b7985 Fix a typo in the subnet generation causing the code to fail 2011-08-24 15:07:05 +02:00
Seth Mos
fcb816d9d0 Only show gateways from the same address family on the groups edit page. Ticket #1659 2011-08-24 14:31:06 +02:00
Warren Baker
6fd35fe340 These html tags are not required since they are used in head.inc which is included. 2011-08-24 14:04:02 +02:00
Seth Mos
270a257646 Add address family validation, also hide gateways or gateway groups from the gateway list.
Fix Ticket #1659
2011-08-24 13:02:34 +02:00
Seth Mos
9e80d14cab Add address family input validation on the Gateways edit page, also prevent adding gateways on interfaces that do not carry that address family.
Fix Ticket #1633
2011-08-24 12:42:16 +02:00
Seth Mos
bb5a2d0e72 Automatically adjust the subnet size drop down when editing a entry
Ticket #1661
2011-08-24 11:40:14 +02:00
Seth Mos
1831a00d46 Add Address Family input validation on the system routes edit page. Do not allow IPv4 subnet masks > 32 bits.
Ticket #1661
2011-08-24 11:36:06 +02:00
Seth Mos
c935003d50 Update the system.inc code that sets up the static routes for DNS servers to reflect the interface to gateway name conversion 2011-08-24 10:51:03 +02:00
Seth Mos
9d8ee15bcc Fix the address family check to skip empty DNS gateway fieldS 2011-08-24 10:47:28 +02:00
Seth Mos
d623f2da17 Change the DNS interface code to DNS gateway code. This will need upgrade code for existing configs. 2011-08-24 10:29:04 +02:00
jim-p
28ce79ad04 Simplify this code a bit, should be the same test in both locations since this should be either/or, and with the other code it can apparently fall into a trap where it shows neither. 2011-08-23 16:36:23 -04:00