Commit Graph

9063 Commits

Author SHA1 Message Date
jim-p
44b3a75c0e Move hostapd to its own log and tab, so it stops spamming the system log. 2011-09-30 19:57:03 -04:00
jim-p
146769ae93 Show session detail in Virtual Server status 2011-09-29 15:14:19 -04:00
jim-p
6c1ebf8137 Clarify text/settings for media selection. Fixes #1910 2011-09-28 14:40:21 -04:00
jim-p
240ffd2e7e Add relayd to Status > Services and widget. Add capability to kill when restarting instead of a simple reload. Implements #1913 2011-09-28 11:40:21 -04:00
jim-p
e3522ebf95 Fixup relayd to handle DNS load balancing as well as standard TCP load balancing. 2011-09-27 19:05:01 -04:00
Ermal
a486425f5d Bind the state killing to the interface they should kill the states so that it does not impact other services like in #1421 2011-09-20 20:11:01 +00:00
Ermal
00eda3a2eb Fixes #1874. Correctly error out when the user or the pass is not posted during login of CP. 2011-09-13 19:28:34 +00:00
jim-p
02ed814162 Check if a widget is null before testing a property. Fixes skipped updates on certain widgets (like the gateway widget) if someone doesn't have the cpu widget file on their fs (which a clean install does not). 2011-09-13 13:56:30 -04:00
jim-p
696874d2a0 Revert "Another try at prventing panic on reconfig of ppp type wans. Ticket #1696"
This reverts commit 55a14b686d.
2011-09-12 19:21:00 -04:00
jim-p
5aa8251941 Revert "Be correct on teh variable scope"
This reverts commit bf81eb22db.
2011-09-12 19:20:59 -04:00
jim-p
c99c639035 Revert "Unset directly rather than defering"
This reverts commit f5f89d214d.
2011-09-12 19:20:57 -04:00
Ermal
f5f89d214d Unset directly rather than defering 2011-09-12 23:02:56 +00:00
Ermal
bf81eb22db Be correct on teh variable scope 2011-09-12 22:36:04 +00:00
Ermal
55a14b686d Another try at prventing panic on reconfig of ppp type wans. Ticket #1696 2011-09-12 22:30:37 +00:00
jim-p
75bb4bc384 If we are coming from a PPPoE/PPTP WAN type, grab the old physical interface first to avoid assigning a ppp interface to itself. Fixes pppoe->pppoe wizard run as well as changing pppoe->dhcp. Fixes #1696 2011-09-12 17:08:34 -04:00
jim-p
83490f07b0 Check in intel license files, required for compliance. The copy.list alone wasn't grabbing them. 2011-09-12 16:04:02 -04:00
Scott Ullrich
bbc1f86d4f Add no cache header 2011-09-12 15:33:51 -04:00
Ermal
851083bd2f Fixes #1696. Do not store temporary information under interfaces section during wizards since this might generate a message to netgraph that triggers a panic. 2011-09-12 12:04:53 +00:00
jim-p
98a4cdc2a2 Don't try to unset this variable if it isn't set to begin with. Fixes #1865 2011-09-09 11:15:54 -04:00
Chris Buechler
70ec6cc296 fix firewall_nat_out to not auto-generate outbound NAT rules with one too many IPs 2011-09-09 04:39:30 -04:00
jim-p
7179d00e0b Match pftop page exatly with privilege, there is no other page that glob would catch. Fixes #1845 2011-09-06 18:38:29 -04:00
jim-p
da2bee021a Also show queues on limiter info page, so that the child queues of limiter pipes can be viewed. (See ticket #1843) 2011-09-06 13:29:37 -04:00
jim-p
ff99a638e1 Avoid a blank trailing entry 2011-08-30 16:33:58 -04:00
jim-p
44587cdf37 Have Diag>DNS pull servers from /etc/resolv.conf instead of the config, so it reflects all of the servers in use for the speed report. 2011-08-30 16:32:33 -04:00
jim-p
c2bae11346 Add a note to the server Load Balancer page to let users know it's not for Multi-WAN. 2011-08-30 16:04:17 -04:00
Warren Baker
3305f3edad Wording fix to better describe the Translation address. 2011-08-30 21:47:27 +02:00
jim-p
5583387749 Fix bottom note when viewing Floating rules to better reflect how they operate. 2011-08-30 15:29:37 -04:00
jim-p
3499a95445 Fix note width for 1:1 NAT 2011-08-30 15:16:10 -04:00
jim-p
ce6577d2af Fix QinQ note width. 2011-08-30 14:59:50 -04:00
jim-p
2fb925488b Clarify text 2011-08-30 14:50:37 -04:00
jim-p
1bad72286d Clarify text 2011-08-30 14:23:26 -04:00
jim-p
37412b2fae Clarify notes so people don't think they need to disable pf to disable NAT. 2011-08-30 14:07:48 -04:00
jim-p
3f9f70cbf5 Move the option to exclude localhost as a DNS server under System > General so it is grouped with other system DNS options in a more logical location. 2011-08-30 13:33:18 -04:00
jim-p
d07b96a5f0 Sync note for "server address" between PPTP/PPPoE/L2TP for consistency. 2011-08-30 13:19:44 -04:00
jim-p
571aa4aa2b Add some help links for pages that were missing. 2011-08-30 13:07:01 -04:00
jim-p
3d534c698c Change mbuf output on dashboard to read total/max, instead of current/total, to give a more useful view. Also only use a single netstat command instead of two. 2011-08-30 12:54:47 -04:00
Ermal
fcf07bb76f Fix several issues in pppoe code and remove duplicated code. 2011-08-30 16:11:22 +00:00
jim-p
1f2f60240c 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:44:20 -04:00
Scott Ullrich
ac429b4257 Unlink last msg cache for growl when sending test messagws 2011-08-29 18:43:43 -04:00
Warren Baker
f067d92479 Give the Layer7 patterns page some much needed love. 2011-08-29 15:57:11 +02:00
Scott Ullrich
7e982e0a37 Log when XMLRPC auth fails so that the brute force lockout will kick in. 2011-08-28 13:07:10 -04:00
jim-p
e6eb0fcba0 Add a couple more mobile browser detection strings (BlackBerry, Opera Mini/Mobi) 2011-08-25 09:15:19 -04:00
Chris Buechler
4296485156 fix text 2011-08-24 21:55:20 -04:00
jim-p
196dafe90e Make sure this does not operate on empty parameters, and also log when removing states. 2011-08-24 12:59:29 -04:00
Warren Baker
2299007e80 These html tags are not required since they are used in head.inc which is included. 2011-08-24 14:01:34 +02:00
jim-p
a5308b81ad 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:38:35 -04:00
jim-p
9debac940d Fix field name label. 2011-08-22 08:37:45 -04:00
Chris Buechler
b51960fe42 remove dead link, no equivalent exists, will add info on that page's help 2011-08-20 01:39:06 -04:00
Ermal
d5f25de65a Put rw/ro calls on pkg_edit.php on POST to avoid packages having to do these calls. 2011-08-19 17:42:00 +00:00
Chris Buechler
356274920c fix text 2011-08-17 22:28:51 -04:00