summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix default SMTP monitor parameters so they will properly check to see if an ↵jim-p2011-11-011-2/+2
| | | | SMTP banner is received.
* Relayd expects send/expect arguments to be quoted strings. (And expect must ↵jim-p2011-11-011-2/+2
| | | | be a pattern, not just a partial string)
* Reformat the DNS Forwarder page a bit so it conforms with the other pages. ↵jim-p2011-10-281-32/+50
| | | | Add some headers to make it more clear what each section does. Cosmetic changes only.
* Assume a default value of 1 for cert_depth to disallow chaining.jim-p2011-10-272-1/+7
|
* Add GUI option to limit the certificate depth allowed when OpenVPN clients ↵jim-p2011-10-273-0/+125
| | | | are connecting.
* Specify full path to openssl.cnf, and select the relevant section to use ↵jim-p2011-10-271-0/+6
| | | | when generating certificates.
* Fix up syslog settings a bit, add some missing options, fix formatting of ↵jim-p2011-10-262-134/+137
| | | | syslog.conf, correct behavior of 'everything', code cleanup.
* Increase the GROW for the 60 minute RRA so that we have atleast 2160 entries ↵smos2011-10-261-1/+1
| | | | for 3 months worth of data.
* Add back the accidentally removed xml rrd restore line, otherwise we still ↵smos2011-10-261-0/+2
| | | | | | don't have the new RRD file Ticket #1758
* Correct typo in command.smos2011-10-251-1/+1
| | | | Ticket #1758
* Ok, let's try not to corrupt the RRD files on upgrade. Leave the RRA ↵smos2011-10-251-2/+7
| | | | | | | archives for the 720 minutes average at 1000. Then run a rrdtool resize command to grow the RRA by 1000 and 2000 for the 60 and 720 average respectively. Attempts to further fix ticket #1758
* Do not pass the ldap port separately, but add it to the LDAP URL. PHP's ↵jim-p2011-10-251-24/+19
| | | | ldap_connect() ignores the passed port parameter if the first parameter is a URL instead of a hostname.
* Show RTT and Loss on Status > Gateways, not just on the widgetjim-p2011-10-241-1/+19
|
* Don't run ldap_urlchange on page load if there is a custom port, otherwise ↵jim-p2011-10-241-1/+2
| | | | it appears to ignore a custom LDAP port even when it's correct in the config.
* fix textChris Buechler2011-10-221-3/+3
|
* Shorten the NEGATE rule label as these are too longsmos2011-10-211-1/+1
|
* More typos/text fixes.jim-p2011-10-191-3/+3
|
* Fix typojim-p2011-10-191-1/+1
|
* Fix typojim-p2011-10-191-1/+1
|
* Modify code to remove memory usage to prevent a Out of Memory condition when ↵smos2011-10-181-12/+14
| | | | | | upgrading the RRD database on a 128MB system. Ticket #1758
* Add missing ?, fix uname display. Fixes #1960jim-p2011-10-171-1/+1
|
* Fixes #1948. Do not specify an interface for the Voip rules that intend a ↵Ermal2011-10-154-4/+4
| | | | source ip.
* Remove the old direct_networks table which is not used throughout the filter ↵smos2011-10-131-7/+20
| | | | | | | | | | 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
* Add no nat/rdr rules for carp protocol so people do not screw their setups.Ermal2011-10-131-1/+3
|
* Move the old databases to the backup folder in confsmos2011-10-131-1/+1
| | | | Fixes ticket #1758
* Restore the RRD backup before attempting a migration as this bites the ↵smos2011-10-131-0/+14
| | | | | | | 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
* Disable could not find gateway for FOO log message. It is not causing any ↵Scott Ullrich2011-10-111-1/+1
| | | | trouble and is making folks feel like there is something wrong with their install when there really is no issues.
* Correct the updates pathScott Ullrich2011-10-111-2/+2
|
* Revert "Add zone. Fixes #1945"Scott Ullrich2011-10-101-1/+1
| | | | This reverts commit 8a880cb97227c3cd41ed236d06e3188f97cea2ee.
* Add zone. Fixes #1945Scott Ullrich2011-10-101-1/+1
|
* Fixes issue with l2tp interfaces and altqErmal2011-10-081-0/+2
|
* Include certs.inc before calling lookup_ca in auth.inc. Fixes #1927jim-p2011-10-051-0/+1
|
* Change the way syslogd is killed/restarted a bit. Fixes log related pages ↵jim-p2011-09-301-6/+7
| | | | hanging when logs are reset (or saving syslog settings)
* Add missing sjim-p2011-09-301-1/+1
|
* Move hostapd to its own log and tab, so it stops spamming the system log.jim-p2011-09-3016-1/+120
|
* Exclude relayd from main system log, it's really spammy, and is already in ↵jim-p2011-09-291-1/+1
| | | | relayd.log
* Set a full path to remote package from gitlgcosta2011-09-291-1/+1
|
* Show session detail in Virtual Server statusjim-p2011-09-292-4/+30
|
* Check that we have user password otherwise strange things happen if tehre is ↵Ermal2011-09-281-0/+5
| | | | nothing stored in the config
* Correctly check if it is a valid object or notErmal2011-09-281-1/+1
|
* Clarify text/settings for media selection. Fixes #1910jim-p2011-09-281-2/+3
|
* Add relayd to Status > Services and widget. Add capability to kill when ↵jim-p2011-09-283-3/+32
| | | | restarting instead of a simple reload. Implements #1913
* Fixup relayd to handle DNS load balancing as well as standard TCP load ↵jim-p2011-09-273-59/+82
| | | | balancing.
* Bind the state killing to the interface they should kill the states so that ↵Ermal2011-09-201-5/+5
| | | | it does not impact other services like in #1421
* tagged 2_0_0 with previous push, now bump version to 2.0.1-DEVELChris Buechler2011-09-161-1/+1
|
* Fixes #1874. Correctly error out when the user or the pass is not posted ↵RELENG_2_0_0Ermal2011-09-131-7/+10
| | | | during login of CP.
* Check if a widget is null before testing a property. Fixes skipped updates ↵jim-p2011-09-131-1/+1
| | | | 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).
* the time has come. Bump to 2.0-RELEASEChris Buechler2011-09-121-1/+1
|
* Revert "Another try at prventing panic on reconfig of ppp type wans. Ticket ↵jim-p2011-09-121-12/+13
| | | | | | #1696" This reverts commit 55a14b686d8f35d03b87efdbddacb656a04f5bed.
* Revert "Be correct on teh variable scope"jim-p2011-09-121-3/+3
| | | | This reverts commit bf81eb22db36646ebf762600a3b4959c8c5214b0.
OpenPOWER on IntegriCloud