ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/filter/plugins/Makefile
Revision 1.13 - (view) (annotate) - [select for diffs]
Mon Feb 24 20:18:49 2003 UTC (21 years, 2 months ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +2 -3 lines
Diff to previous 1.12
Fairly major commit. This will break the current version of ihost, but this
had to be done really to give Pete something to test the new ihost against.

The main change here is removal of the TCP Heartbeat functionality from the
filter. This meant the following features stopped working :-
  - Heartbeat testing
  - Configuration checking
  - Service checks

The heartbeat testing, specifically the monitor, now looks at the presence
of UDP packets instead. Before it just looked for the presence of a TCP
heartbeat packet, so the change their is fairly negligible. Of course this
means heartbeat testing now relies on the UDP working... but I don't see
this as a problem.

Configuration checking has been repositioned in to the filtermanager. This
is a backwards compatible change - the filtermanager should still perform
as it should for older hosts. But now there's an extra command to check the
configuration is up-to-date, with a similar format to the old TCP protocol
in the filter. (although we may optimise this soon)

The service checks are broken. This isn't a major issue for us as they were
pretty useless in the first place. The concept is good, but the checks are
just far too primitive. I expect at some point I'll work on a seperate
component that just monitors services, which will replace this function.

Further changes in the server include removal of the key checking code,
as this relied on a bolt on to the TCP heartbeat protocol to ship the
key. This got more akward than originally planned, so I'm happy to drop the
idea. In the long term we hope to replace this with a public key systems
for signing and even encryption.

Finally, general tidy up to remove other bits of code that check for
TCP heartbeat packets when they don't need to any more.

Revision 1.12 - (view) (annotate) - [select for diffs]
Thu Mar 21 17:44:51 2002 UTC (22 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.11: +3 -2 lines
Diff to previous 1.11
Initial work on host authentication for the server. Until I can get ihost
doing it's side of the host authentication I can't really test any further.
It seems to work, as in it filters data which isn't authenticated when told
to do so in the config :)

Revision 1.11 - (view) (annotate) - [select for diffs]
Wed Mar 20 16:32:37 2002 UTC (22 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
New filter plugin to remove packets that don't match a given ACL. This
allows filtering to be done based on ACL's at any point during a filter
chain (rather than just the ends).
This also semi-solves the problem of not being able to do an ACL on the
CORBA input to a Filter (well, not easily afaik).

Revision 1.10 - (view) (annotate) - [select for diffs]
Tue May 29 17:02:35 2001 UTC (22 years, 11 months ago) by tdb
Branch: MAIN
Branch point for: SERVER_PIRCBOT
Changes since 1.9: +3 -3 lines
Diff to previous 1.9
Major change in the java package naming. This has been held off for some time
now, but it really needed doing. The future packaging of all i-scream products
will be;

uk.org.iscream.<product>.<subpart>.*

In the case of the central monitoring system server this will be;

uk.org.iscream.cms.server.*

The whole server has been changed to follow this structure, and tested to a
smallish extent. Further changes in other parts of the CMS will follow.

Revision 1.9 - (view) (annotate) - [select for diffs]
Wed Mar 14 23:25:29 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Changes since 1.8: +3 -3 lines
Diff to previous 1.8
The whole server package structure has been changed.
Old Package: uk.ac.ukc.iscream.*
New Package: uk.org.iscream.*

Revision 1.8 - (view) (annotate) - [select for diffs]
Wed Mar 7 23:19:16 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.7: +3 -2 lines
Diff to previous 1.7
Made an abstract skeleton class for the service checks. They all do very similar
things, so it seemed worth putting all the behaviour in one place. This also has
another advantage, namely that service checks are now much quicker to produce,
and that in the future the checks could even be moved to a general checker that
reads from the configuration.

Revision 1.7 - (view) (annotate) - [select for diffs]
Wed Mar 7 13:04:44 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.6: +4 -3 lines
Diff to previous 1.6
Added a selection of new Service Checks. These are basic, and only get back a
simple line from the server. This could probably better be done with an abstract
class. Actually, it needs to be considered whether it matters what is sent back,
because maybe we just care about the fact a service exists.

Revision 1.6 - (view) (annotate) - [select for diffs]
Tue Feb 13 00:39:00 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.5: +4 -2 lines
Diff to previous 1.5
Added SMTP Service Checker

Revision 1.5 - (view) (annotate) - [select for diffs]
Sun Feb 11 22:38:41 2001 UTC (23 years, 3 months ago) by ajm
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
now compiles HTTP__ServiceCheck.java

Revision 1.4 - (view) (annotate) - [select for diffs]
Sun Feb 11 18:03:00 2001 UTC (23 years, 3 months ago) by ajm
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
now compiles the test service check

Revision 1.3 - (view) (annotate) - [select for diffs]
Fri Jan 19 00:08:17 2001 UTC (23 years, 4 months ago) by tdb
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
Added new TypeChecker plugin.

Revision 1.2 - (view) (annotate) - [select for diffs]
Wed Dec 13 18:34:29 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.1: +10 -23 lines
Diff to previous 1.1
MERGE: Merged the SERVER_PACKAGEBUILD branch back into the HEAD trunk.

Revision 1.1 - (view) (annotate) - [select for diffs]
Wed Dec 6 22:59:05 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Branch point for: SERVER_PACKAGEBUILD
Makefile for the Filter plugins.

Convenience Links

Links to HEAD: (view) (annotate) Links to MAIN: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a