From d5bd72a70c5067930da651712305f00580580dec Mon Sep 17 00:00:00 2001 From: Tomas Plesnik <plesnik@ics.muni.cz> Date: Fri, 27 Jul 2012 15:05:31 +0200 Subject: [PATCH] finalni upravy pro vydani balicku warden-client-2.0 --- packages/build-client.sh | 2 +- src/warden-client/bin/receiver.pl | 28 +------------- src/warden-client/bin/sender.pl | 28 +------------- src/warden-client/doc/CHANGELOG | 5 ++- src/warden-client/doc/README | 18 ++++----- src/warden-client/doc/README.cesnet | 12 +++--- src/warden-client/doc/example-receiver.pl.txt | 2 +- src/warden-client/doc/example-sender.pl.txt | 2 +- src/warden-client/etc/package_version | 2 +- src/warden-client/lib/WardenClientReceive.pm | 38 +++++++++---------- src/warden-client/lib/WardenClientSend.pm | 26 ++++++------- src/warden-client/sh/install.sh | 2 +- src/warden-client/sh/update.sh | 2 +- 13 files changed, 57 insertions(+), 110 deletions(-) diff --git a/packages/build-client.sh b/packages/build-client.sh index 4383cb4..4dfa243 100755 --- a/packages/build-client.sh +++ b/packages/build-client.sh @@ -27,7 +27,7 @@ err() #------------------------------------------------------------------------------- # edit when you build new package -version="2.0.0-beta2" +version="2.0" package_name="warden-client" package="${package_name}-${version}" diff --git a/src/warden-client/bin/receiver.pl b/src/warden-client/bin/receiver.pl index 426e27d..b303178 100755 --- a/src/warden-client/bin/receiver.pl +++ b/src/warden-client/bin/receiver.pl @@ -3,34 +3,8 @@ # receiver.pl # # Copyright (C) 2011-2012 Cesnet z.s.p.o -# Author(s): Tomas PLESNIK <plesnik@ics.muni.cz> -# Jan SOUKAL <soukal@ics.muni.cz> -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# 1. Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in -# the documentation and/or other materials provided with the -# distribution. -# 3. Neither the name of the Cesnet z.s.p.o nor the names of its -# contributors may be used to endorse or promote products derived from -# this software without specific prior written permission. -# -# This software is provided ``as is'', and any express or implied -# warranties, including, but not limited to, the implied warranties of -# merchantability and fitness for a particular purpose are disclaimed. -# In no event shall the Cesnet z.s.p.o or contributors be liable for -# any direct, indirect, incidental, special, exemplary, or consequential -# damages (including, but not limited to, procurement of substitute -# goods or services; loss of use, data, or profits; or business -# interruption) however caused and on any theory of liability, whether -# in contract, strict liability, or tort (including negligence or -# otherwise) arising in any way out of the use of this software, even -# if advised of the possibility of such damage. # +# Use of this source is governed by a BSD-style license, see LICENSE file. use strict; diff --git a/src/warden-client/bin/sender.pl b/src/warden-client/bin/sender.pl index caedc70..183d994 100755 --- a/src/warden-client/bin/sender.pl +++ b/src/warden-client/bin/sender.pl @@ -3,34 +3,8 @@ # sender.pl # # Copyright (C) 2011-2012 Cesnet z.s.p.o -# Author(s): Tomas PLESNIK <plesnik@ics.muni.cz> -# Jan SOUKAL <soukal@ics.muni.cz> -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# 1. Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in -# the documentation and/or other materials provided with the -# distribution. -# 3. Neither the name of the Cesnet z.s.p.o nor the names of its -# contributors may be used to endorse or promote products derived from -# this software without specific prior written permission. -# -# This software is provided ``as is'', and any express or implied -# warranties, including, but not limited to, the implied warranties of -# merchantability and fitness for a particular purpose are disclaimed. -# In no event shall the Cesnet z.s.p.o or contributors be liable for -# any direct, indirect, incidental, special, exemplary, or consequential -# damages (including, but not limited to, procurement of substitute -# goods or services; loss of use, data, or profits; or business -# interruption) however caused and on any theory of liability, whether -# in contract, strict liability, or tort (including negligence or -# otherwise) arising in any way out of the use of this software, even -# if advised of the possibility of such damage. # +# Use of this source is governed by a BSD-style license, see LICENSE file. use Switch; use strict; diff --git a/src/warden-client/doc/CHANGELOG b/src/warden-client/doc/CHANGELOG index 29b8cb0..582b9c0 100644 --- a/src/warden-client/doc/CHANGELOG +++ b/src/warden-client/doc/CHANGELOG @@ -1,8 +1,9 @@ -2012-07-20 v.2.0.0-beta2 2nd beta version of warden-client-2.0.0 ----------------------------------------------------------------- +2012-07-27 v.2.0 stable version and bugfix release of warden-client-2.0.0-beta +------------------------------------------------------------------------------ - Sender client code fixed, so that it will not terminate "parent" application when crashed + 2012-05-10 v.2.0.0-beta beta version of warden-client-2.0.0 ----------------------------------------------------------- - Changed communication with server: HTTP layer added (compatible with diff --git a/src/warden-client/doc/README b/src/warden-client/doc/README index 3a09cf8..6477e13 100644 --- a/src/warden-client/doc/README +++ b/src/warden-client/doc/README @@ -1,6 +1,6 @@ -+------------------------------------+ -| README - Warden Client 2.0.0-beta2 | -+------------------------------------+ ++----------------------------+ +| README - Warden Client 2.0 | ++----------------------------+ Content @@ -30,7 +30,7 @@ A. Overall Information 2. Version - 2.0.0-beta2 (2012-07-20) + 2.0 (2012-07-27) 3. Package structure @@ -58,7 +58,7 @@ B. Installation Dependencies Perl >= 5.10.1 SOAP::Lite >= 0.712 - IO::Socket::SSL >= 1.33 + IO::Socket::SSL >= 1.74 SOAP::Transport::HTTP >= 0.712 FindBin >= 1.50 DateTime >= 0.61 @@ -69,11 +69,11 @@ C. Installation (First installation of the Warden client package) 1. Check SHA1 checksum of corresponding Warden client package archive - $ sha1sum -c warden-client-2.0.0-beta2.tar.gz.sig + $ sha1sum -c warden-client-2.0.tar.gz.sig 2. Untar it - $ tar xzvf warden-client-2.0.0-beta2.tar.gz + $ tar xzvf warden-client-2.0.tar.gz 3. Run install.sh @@ -129,11 +129,11 @@ D. Update (Update of previously installed the Warden client package) 1. Check SHA1 checksum of corresponding the Warden client package archive - $ sha1sum -c warden-client-2.0.0-beta2.tar.gz.sig + $ sha1sum -c warden-client-2.0.tar.gz.sig 2. Untar it - $ tar xzvf warden-client-2.0.0-beta2.tar.gz + $ tar xzvf warden-client-2.0.tar.gz 3. Run update.sh diff --git a/src/warden-client/doc/README.cesnet b/src/warden-client/doc/README.cesnet index fb1f474..f4e69c1 100644 --- a/src/warden-client/doc/README.cesnet +++ b/src/warden-client/doc/README.cesnet @@ -1,8 +1,8 @@ -+-------------------------------------------+ -| README.cesnet - Warden Client 2.0.0-beta2 | -| | -| CESNET Specifics | -+-------------------------------------------+ ++-----------------------------------+ +| README.cesnet - Warden Client 2.0 | +| | +| CESNET Specifics | ++-----------------------------------+ Content @@ -26,7 +26,7 @@ A. Overall Information 2. Version - 2.0.0-beta2 (2012-07-20) + 2.0 (2012-07-27) -------------------------------------------------------------------------------- B. Registration diff --git a/src/warden-client/doc/example-receiver.pl.txt b/src/warden-client/doc/example-receiver.pl.txt index 7236548..afe5e51 100644 --- a/src/warden-client/doc/example-receiver.pl.txt +++ b/src/warden-client/doc/example-receiver.pl.txt @@ -7,7 +7,7 @@ use strict; #------------------------------------------------------------------------------ -# Warden 1.2.0. Client, Receiver, Example +# Warden 2.0 Client, Receiver, Example # # Simple use of warden-client receiver functionality to download new events # from # Warden server. This code illustrates how to integrate warden-client diff --git a/src/warden-client/doc/example-sender.pl.txt b/src/warden-client/doc/example-sender.pl.txt index b098817..24c6dd1 100644 --- a/src/warden-client/doc/example-sender.pl.txt +++ b/src/warden-client/doc/example-sender.pl.txt @@ -8,7 +8,7 @@ use strict; use DateTime; #------------------------------------------------------------------------------- -# Warden 1.2.0. Client, Sender, Example +# Warden 2.0. Client, Sender, Example # # Sample script using warden-client sending functionality. This example is not # intended to be a standalone script. It only shows how to use warden-client diff --git a/src/warden-client/etc/package_version b/src/warden-client/etc/package_version index e4f6fa2..0838c14 100644 --- a/src/warden-client/etc/package_version +++ b/src/warden-client/etc/package_version @@ -1 +1 @@ -warden-client-2.0.0-beta2 +warden-client-2.0 diff --git a/src/warden-client/lib/WardenClientReceive.pm b/src/warden-client/lib/WardenClientReceive.pm index 0b7a3f5..d95d398 100755 --- a/src/warden-client/lib/WardenClientReceive.pm +++ b/src/warden-client/lib/WardenClientReceive.pm @@ -14,7 +14,7 @@ use IO::Socket::SSL qw(debug1); use SOAP::Transport::HTTP; use FindBin; -our $VERSION = "2.0"; #first iteration after 'port to Apache' +our $VERSION = "2.0"; #------------------------------------------------------------------------------- # errMsg - print error message and die @@ -31,12 +31,12 @@ sub errMsg #------------------------------------------------------------------------------- sub c2s { - my $uri = shift; + my $uri = shift; my $ssl_key_file = shift; my $ssl_cert_file = shift; - my $ssl_ca_file = shift; - my $method = shift; - my $data = shift; + my $ssl_ca_file = shift; + my $method = shift; + my $data = shift; my $client; my ($server, $port, $service) = $uri =~ /https:\/\/(.+)\:(\d+)\/(.+)/; @@ -76,8 +76,6 @@ sub c2s } - - #------------------------------------------------------------------------------- # getNewEvents - get new events from warden server greater than last received ID #------------------------------------------------------------------------------- @@ -140,19 +138,19 @@ sub getNewEvents my @event; # parse items of one event - $id = $response_data->{'ID'}; - $hostname = $response_data->{'HOSTNAME'}; - $service = $response_data->{'SERVICE'}; - $detected = $response_data->{'DETECTED'}; - $type = $response_data->{'TYPE'}; - $source_type = $response_data->{'SOURCE_TYPE'}; - $source = $response_data->{'SOURCE'}; - $target_proto = $response_data->{'TARGET_PROTO'}; - $target_port = $response_data->{'TARGET_PORT'}; - $attack_scale = $response_data->{'ATTACK_SCALE'}; - $note = $response_data->{'NOTE'}; - $priority = $response_data->{'PRIORITY'}; - $timeout = $response_data->{'TIMEOUT'}; + $id = $response_data->{'ID'}; + $hostname = $response_data->{'HOSTNAME'}; + $service = $response_data->{'SERVICE'}; + $detected = $response_data->{'DETECTED'}; + $type = $response_data->{'TYPE'}; + $source_type = $response_data->{'SOURCE_TYPE'}; + $source = $response_data->{'SOURCE'}; + $target_proto = $response_data->{'TARGET_PROTO'}; + $target_port = $response_data->{'TARGET_PORT'}; + $attack_scale = $response_data->{'ATTACK_SCALE'}; + $note = $response_data->{'NOTE'}; + $priority = $response_data->{'PRIORITY'}; + $timeout = $response_data->{'TIMEOUT'}; # push new event from warden server into @events which is returned @event = ($id, $hostname, $service, $detected, $type, $source_type, $source, $target_proto, $target_port, $attack_scale, $note, $priority, $timeout); diff --git a/src/warden-client/lib/WardenClientSend.pm b/src/warden-client/lib/WardenClientSend.pm index 6c5d007..951ee4e 100755 --- a/src/warden-client/lib/WardenClientSend.pm +++ b/src/warden-client/lib/WardenClientSend.pm @@ -13,7 +13,7 @@ use SOAP::Lite; use IO::Socket::SSL qw(debug1); use SOAP::Transport::HTTP; -our $VERSION = "2.0"; #first iteration after 'port to Apache' +our $VERSION = "2.0"; #------------------------------------------------------------------------------- @@ -31,12 +31,12 @@ sub errMsg #------------------------------------------------------------------------------- sub c2s { - my $uri = shift; + my $uri = shift; my $ssl_key_file = shift; my $ssl_cert_file = shift; - my $ssl_ca_file = shift; - my $method = shift; - my $data = shift; + my $ssl_ca_file = shift; + my $method = shift; + my $data = shift; my ($server, $port, $service) = $uri =~ /https:\/\/(.+)\:(\d+)\/(.+)/; @@ -109,17 +109,17 @@ sub saveNewEvent # create SOAP data object my $event = SOAP::Data->name( event => \SOAP::Data->value( - SOAP::Data->name(SERVICE => $service), - SOAP::Data->name(DETECTED => $detected), - SOAP::Data->name(TYPE => $type), - SOAP::Data->name(SOURCE_TYPE => $source_type), - SOAP::Data->name(SOURCE => $source), + SOAP::Data->name(SERVICE => $service), + SOAP::Data->name(DETECTED => $detected), + SOAP::Data->name(TYPE => $type), + SOAP::Data->name(SOURCE_TYPE => $source_type), + SOAP::Data->name(SOURCE => $source), SOAP::Data->name(TARGET_PROTO => $target_proto), SOAP::Data->name(TARGET_PORT => $target_port), SOAP::Data->name(ATTACK_SCALE => $attack_scale), - SOAP::Data->name(NOTE => $note), - SOAP::Data->name(PRIORITY => $priority), - SOAP::Data->name(TIMEOUT => $timeout) + SOAP::Data->name(NOTE => $note), + SOAP::Data->name(PRIORITY => $priority), + SOAP::Data->name(TIMEOUT => $timeout) ) ); diff --git a/src/warden-client/sh/install.sh b/src/warden-client/sh/install.sh index f121a99..70d1bae 100755 --- a/src/warden-client/sh/install.sh +++ b/src/warden-client/sh/install.sh @@ -233,7 +233,7 @@ change_permissions() #------------------------------------------------------------------------------- # list of used Perl modules -modules=(SOAP::Lite IO::Socket::SSL SOAP::Transport::TCP FindBin DateTime) +modules=(SOAP::Lite IO::Socket::SSL SOAP::Transport::HTTP FindBin DateTime) # read input while getopts "d:u:k:c:a:Vh" options; do diff --git a/src/warden-client/sh/update.sh b/src/warden-client/sh/update.sh index 5590252..6256499 100755 --- a/src/warden-client/sh/update.sh +++ b/src/warden-client/sh/update.sh @@ -239,7 +239,7 @@ change_permissions() #------------------------------------------------------------------------------- # list of used Perl modules -modules=(SOAP::Lite IO::Socket::SSL SOAP::Transport::TCP FindBin DateTime) +modules=(SOAP::Lite IO::Socket::SSL SOAP::Transport::HTTP FindBin DateTime) # read input while getopts "d:Vh" options; do -- GitLab