Commit Graph

7286 Commits

Author SHA1 Message Date
Scott Ullrich
dc1cd85d6f Add pfsense.merge_config_section which can merge two keys together via XMLRPC sync instead of killing the prior section. This is useful when merging subkeys of installedpackets for example. 2007-01-24 23:39:56 +00:00
Scott Ullrich
83cda9769a Add pfsense.merge_config_section which can merge two keys together via XMLRPC sync instead of killing the prior section. This is useful when merging subkeys of installedpackets for example. 2007-01-24 23:32:15 +00:00
Scott Ullrich
339495c779 Sync aliases after removing 2007-01-24 22:58:15 +00:00
Scott Ullrich
5a1eebc7ef Backport the alias rowhelper description feature 2007-01-24 04:34:52 +00:00
Seth Mos
c3214aed6e Bump version
Load balancing should now work with legacy configs.
2007-01-23 23:15:37 +00:00
Seth Mos
f35f2e37a8 Fix filter rules when using load balancing pools. Latest CVS was broken.
Logic error. And we do need to guess. It's not a local IP, it's a gateway.
Something with toffees
2007-01-23 22:00:13 +00:00
Seth Mos
fde7c161a7 Make DHCP server rules work again. on OPT interfaces. 2007-01-23 20:43:02 +00:00
Scott Ullrich
b2d95b76c6 Version bump 2007-01-23 00:32:51 +00:00
Scott Ullrich
106934e426 Do not launch check_reload_status from filter.inc. This creates some strange situation where check_reload_status inherits socket descriptors from OpenVPN. 2007-01-22 01:08:36 +00:00
Seth Mos
297363aff1 Don't guess interface, we know. 2007-01-21 22:19:42 +00:00
Seth Mos
c25998b98a If the load balancer interface name turns out to be a ip address we guess the interface and log a error.
Found by Holger
2007-01-21 21:51:13 +00:00
Seth Mos
2a1e01d7ac Not sure how I missed this.
* use correct variable name.
2007-01-20 23:29:39 +00:00
Scott Ullrich
4fd34ccee4 Kill trailing space and note that dsh submitted last patch. 2007-01-20 20:52:51 +00:00
Scott Ullrich
67fa245aca Fix multiple selection in RELENG_1 package editor. -HEAD does not suffer from this bug as the codebase is different. 2007-01-20 20:51:47 +00:00
Scott Ullrich
cc978ad1f3 Allow special characters in MPD/PPTP passwords.
Ticket #1210
2007-01-19 16:39:07 +00:00
Scott Ullrich
4f18157180 Add back missing WINS statement that was accidently chopped in commit #9051
Ticket #1209
2007-01-19 16:36:39 +00:00
Seth Mos
d396dbe299 Bump version 2007-01-19 06:31:42 +00:00
Scott Ullrich
d7cd712998 s/require/require_once/ 2007-01-19 04:08:51 +00:00
Scott Ullrich
ab6a5cfc9e MFC TCPDump packet capture scripts from Scott Dale 2007-01-19 03:52:07 +00:00
Scott Ullrich
20112c2773 Update to 20070112 2007-01-18 23:58:46 +00:00
Scott Ullrich
7c59d0c154 Change default theme to nervecenter.
No objections from any of the 13 other people in IRC.  Make it so.
2007-01-18 23:45:00 +00:00
Scott Ullrich
e881d1f361 Fixup color code
Suggested-by: DSH
2007-01-18 21:29:59 +00:00
Scott Ullrich
c50eaee48e Replace nervecenter nifty corner code with RELENG_1 metallic code.
Suggested-by: DSH
2007-01-18 20:19:31 +00:00
Scott Ullrich
719b7f0936 Fix nerve center theme.
Patch submitted by DSH
2007-01-18 19:40:21 +00:00
Seth Mos
022955ddf2 Fix padding for releng_1 2007-01-18 18:45:36 +00:00
Scott Ullrich
5010fade7e MFC new images 2007-01-17 18:51:00 +00:00
Scott Ullrich
ec7d094f64 MFC nervecenter theme
Seems to work okay on RELENG_1 so far.  May need a few tweaks here and there.
2007-01-17 18:43:13 +00:00
Scott Ullrich
4bee86729f Hard code paths to /etc/inc files on bootup.
If for some reason php.ini gets whiped out on bootup then you will never be able to boot again.  This works around that issues and ensures that we atleast can bootup to the point where php.ini gets written back out.

Many many wasted hours on this issue.
2007-01-16 20:06:38 +00:00
Seth Mos
3591d6c09a If we already have a lease state do not loop again.
Fix leases listing for non failover installs
2007-01-15 22:05:04 +00:00
Seth Mos
9f0d46e269 Fix Quality graph spacing 2007-01-15 20:24:35 +00:00
Seth Mos
1e36cb0852 Cleanup Quality graph with HEAD version. 2007-01-15 20:20:07 +00:00
Seth Mos
a3c72e2374 Fix indenation and possible conflicting variable naming (future commits) 2007-01-15 20:17:43 +00:00
Scott Ullrich
867b013e7d Add Xbox360 support in the gaming section
See http://support.microsoft.com/kb/908874
2007-01-14 22:07:26 +00:00
Seth Mos
e589191078 Bump version
* load balancer dhcp multiwan filter.inc fix
* added optional interface quality graph
* bump config version
2007-01-13 00:43:07 +00:00
Seth Mos
f9ba50da14 Sync enable_rrd_graph() with HEAD
* added quality graph backend for Optional interfaces
* Huge code cleanup. PHP should now return proper line numbers on parse errors.
2007-01-13 00:41:51 +00:00
Seth Mos
af1a890c13 filter.inc logic and filter rule fix for new load balancer by interface name 2007-01-12 23:30:52 +00:00
Scott Ullrich
4cdd69e6be Version bump.
Note to commiters, we use USA standard date format:

MM-DD-YYYY
2007-01-11 19:31:34 +00:00
Seth Mos
9370b5b4b5 Show the average and period in human format. 2007-01-11 10:46:53 +00:00
Seth Mos
9255cbc5a1 Prevent error when there are no leases 2007-01-10 18:49:17 +00:00
Scott Ullrich
423cd2f4f8 Correct gateway check. This was *WRONG*. 2007-01-09 17:40:16 +00:00
Scott Ullrich
3955baf1f6 * Do not show the same error message 2+ times (in this case 60)
* Show the correct ip address that we are comparing it to
2007-01-09 17:37:14 +00:00
Seth Mos
428d20c4c0 New much faster (usable) version, also lists failover pool status 2007-01-09 12:57:25 +00:00
Scott Ullrich
cebf4a3571 Instead of killing openvpn and restarting, simply HUP it to reload its settings. 2007-01-08 16:24:49 +00:00
Seth Mos
2cb01de930 Bump version.
Traffic shaper changes, load balancer failover option.
2007-01-06 16:54:58 +00:00
Seth Mos
e64e1e3712 Let's see if this works ok over the course of a few snapshots. If not we can always revert this checkin combination.
Do note the s/$POST/$_POST fixes!

Allow for a failover type next to the already available load balancing type.
The gui server list box needs some up and down box for ordering.
For now just remove and add again. New page is way faster anyways.
Test by seth with crappy wifi link to the neighbours :-)
2007-01-06 16:53:05 +00:00
Seth Mos
0e9110c397 Reintroduce the Penalty Box option. This one has reported succes from
forum users and has been out there for over 2 weeks now.
This also allows you to set a upper limit to the p2p queues. Together
with the p2pcatchall that makes for a reasonable p2p blocker.
2007-01-06 16:14:13 +00:00
Seth Mos
2d5614def6 Do not configure DHCP server on dhcp interfaces. 2007-01-02 22:58:15 +00:00
Seth Mos
c98df176c0 Do not create DHCP server firewall rules for interfaces which are configured for DHCP.
They/We/He/She should not run into this, except when migrating a interface configuration to something else.
2007-01-02 22:27:41 +00:00
Seth Mos
7c5fbaa22e Bump the height of all graphs up to 200. This makes us squint less. 2007-01-02 21:58:58 +00:00
Seth Mos
401452ec0c Merge in new (outbound) load balancing configuration code from HEAD.
* assign interfaces to pool instead of manual IP configuration
* Only show interfaces with a gateway
* Offer list of monitor IPs including interface gateways.

This code is tested for outbound load balancing on a carp cluster and
works for me (smos). The server side needs testing. Which I don't know
how to. Let's give it a run for a snapshot or 2.
2006-12-30 00:45:25 +00:00