Commit Graph

17935 Commits

Author SHA1 Message Date
jim-p
976db9de68 More typos/text fixes. 2011-10-19 14:43:34 -04:00
jim-p
7b2301034b Fix typo 2011-10-19 13:59:37 -04:00
jim-p
7492e6c38e Fix typo 2011-10-19 13:16:56 -04:00
smos
1e3c94ddac Modify code to remove memory usage to prevent a Out of Memory condition when upgrading the RRD database on a 128MB system.
Ticket #1758
2011-10-18 10:41:02 +02:00
jim-p
ebcd13cac1 Add missing ?, fix uname display. Fixes #1960 2011-10-17 11:12:31 -04:00
Ermal
8800783f5d Fixes #1948. Do not specify an interface for the Voip rules that intend a source ip. 2011-10-15 12:04:24 +00:00
smos
c066ea8aab Remove the old direct_networks table which is not used throughout the filter code. Instead we now create a negate_networks table which contains both vpns, directly connected networks (static routes) which should never be tagged for policy routing which breaks traffic.
This fixes Ticket #1950 and needs to be MFC to 2.0 for 2.0.1

Conflicts:

	etc/inc/filter.inc
2011-10-13 20:47:09 +02:00
Ermal
378b298774 Add no nat/rdr rules for carp protocol so people do not screw their setups. 2011-10-13 14:58:16 +00:00
smos
7ad4b1f4d9 Move the old databases to the backup folder in conf
Fixes ticket #1758
2011-10-13 14:28:19 +02:00
smos
eb5e790f09 Restore the RRD backup before attempting a migration as this bites the nanobsd users.
We immediately backup the new databases to a new rrd.tgz file. The old database will be moved to /root
Fix for ticket #1758
2011-10-13 14:28:19 +02:00
Scott Ullrich
3f57df7582 Disable could not find gateway for FOO log message. It is not causing any trouble and is making folks feel like there is something wrong with their install when there really is no issues. 2011-10-11 17:31:02 -04:00
Scott Ullrich
d8b989bc7d Correct the updates path 2011-10-11 11:37:51 -04:00
Scott Ullrich
943b705383 Revert "Add zone. Fixes #1945"
This reverts commit 8a880cb972.
2011-10-10 14:46:30 -04:00
Scott Ullrich
8a880cb972 Add zone. Fixes #1945 2011-10-10 14:41:41 -04:00
Ermal
041e3190b0 Fixes issue with l2tp interfaces and altq 2011-10-08 12:26:54 +00:00
jim-p
099e764a79 Include certs.inc before calling lookup_ca in auth.inc. Fixes #1927 2011-10-05 10:15:23 -04:00
jim-p
8de525255b Change the way syslogd is killed/restarted a bit. Fixes log related pages hanging when logs are reset (or saving syslog settings) 2011-09-30 20:20:14 -04:00
jim-p
4818386728 Add missing s 2011-09-30 20:04:17 -04:00
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
3a22174d33 Exclude relayd from main system log, it's really spammy, and is already in relayd.log 2011-09-29 22:28:26 -04:00
lgcosta
5e49a14a25 Set a full path to remote package from git 2011-09-29 17:14:36 -03:00
jim-p
146769ae93 Show session detail in Virtual Server status 2011-09-29 15:14:19 -04:00
Ermal
b015aa8cd9 Check that we have user password otherwise strange things happen if tehre is nothing stored in the config 2011-09-28 23:48:07 +00:00
Ermal
fe032a7e50 Correctly check if it is a valid object or not 2011-09-28 23:47:26 +00: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
Chris Buechler
c012cc39ef tagged 2_0_0 with previous push, now bump version to 2.0.1-DEVEL 2011-09-16 22:22:42 -04: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
Chris Buechler
ff2d4578ef the time has come. Bump to 2.0-RELEASE 2011-09-12 20:28:27 -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
Ermal
b574807e44 Correct behaviour of switching from console from any ppp type device to other type. This has been broken since new ppp code. 2011-09-12 11:46:13 +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
Ermal
7c7d856ccb Show friendly interface names 2011-09-08 17:48:52 +00:00
Ermal
7bc6d62b7e Remove references to undeclared table 2011-09-07 13:03:51 +00: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
Ermal
20a35f9272 Revert "If a user's browser does not support cookies, print an error on the login form telling them so."
This reverts commit a2e90569ab.
2011-09-02 16:20:09 +00:00