bitdefender internet security 2008 build 11.0.13
Sponsored Links
Sponsored Links
bitdefender internet security 2008 build 11.0.13
No.
Title
Category
Price
License
Expand All
BitDefender FE is just a frontend for BitDefender Antivirus Console.
Whats New in This Release:
This version was necessary because of the modifications applied by BitDefender on their Console antivirus.
· Modification of the GUI
· Added Interface settings (for quarantie and log file folder)
· Added automatic antivirus update with the use of cron service.
· Now you can find the license in the application.
Whats New in This Release:
This version was necessary because of the modifications applied by BitDefender on their Console antivirus.
· Modification of the GUI
· Added Interface settings (for quarantie and log file folder)
· Added automatic antivirus update with the use of cron service.
· Now you can find the license in the application.
Vexi is a platform for creating and publishing Graphical User Interfaces that can be used over the Internet or an intranet.
Vexi project features a very simple and powerful syntax based on xml and javascript, a set of complete, extensible, themable widgets, and a sandbox-like security model to protect users.
Vexi2 is in the final stages of stabilization. All features have been implemented. Most remaining work to be done is on project infrastructure (documentation, demos, etc) so that a visitor can easily use and learn about Vexi.
Soon Vexi will be able to adapt to each browser and platform, allowing it to work on most desktop computers without administrative intervention. Currently it requires Java is present on the client machine but the native builds are the next focus for the project.
Vexi project features a very simple and powerful syntax based on xml and javascript, a set of complete, extensible, themable widgets, and a sandbox-like security model to protect users.
Vexi2 is in the final stages of stabilization. All features have been implemented. Most remaining work to be done is on project infrastructure (documentation, demos, etc) so that a visitor can easily use and learn about Vexi.
Soon Vexi will be able to adapt to each browser and platform, allowing it to work on most desktop computers without administrative intervention. Currently it requires Java is present on the client machine but the native builds are the next focus for the project.
Devolution Security is a video surveillance system for Linux based systems. It supports up to 16 cameras and features unicast and multicast broadcasting, a Web interface, an X11 interface, themes, motion detection, record on motion, eight different camera layouts, camera cycling, fullscreen mode, and more. Devolution Security uses its own toolkit (dtk).
Here are some key features of "Devolution Security":
· Up to 16 cameras
· Motion detection
· Record on motion detection
· Record up to 25 fps mpeg4 video
· Multicast live streams to local network
· Unicast to internet IP address
· Very configurable
· Themeable X11 interface
· Web based interface
Here are some key features of "Devolution Security":
· Up to 16 cameras
· Motion detection
· Record on motion detection
· Record up to 25 fps mpeg4 video
· Multicast live streams to local network
· Unicast to internet IP address
· Very configurable
· Themeable X11 interface
· Web based interface
Internet Chess ToolKit project is a Java library for chess with PGN, FEN, SAN, and ICS (FICS, ICC) support.
Internet Chess ToolKit is a Java-based set of libraries and widgets useful for performing common tasks such as reading SAN (internationalized), FEN, PGN, generating legal moves, and connection to Internet Chess Servers (FICS).
The purpose of the Internet Chess ToolKit is to provide an extensible library to facilitate the development of internet server clients, bots, training programs, peer-to-peer players, and and various other programs useful for the game player. The library was designed with a high level of abstraction and utilization of object oriented design patterns to make it extensible; The model set up should allow for implementations of many games besides Chess, which is the main focus of this library.
Such other games might include chess variants like BugHouse, or completely different games like scrabble and the Chinese game of Go. Another goal of the library is ease of use. A lot of effort has gone into comprehensive documentation and providing sensible names for methods, as well as providing many convenience methods.
Here are some key features of "Internet Chess ToolKit":
· FICS support (limited)
· legal move generation.
· game history with variation support (alternative move suggestions).
· move comment support in text and Numeric Annotation Glyphs (NAG).
· Standard Algebraic Notation (SAN) read/write support (internationalized for presentation in 16 languages).
· Portable Game Notation (PGN) read/write support (including move variations, and FEN).
· Forsyth-Edwards Notation (FEN) read/write support.
· True MVC structure with board displays driven by game model events.
· Command-line Board display (GUI to come).
· Well documented. Sample code also provided.
Whats New in This Release:
· Limited FICS support style12, match request, kibitz, whisper, say, tell, channel tell, shout, c/t/-shout, emote, move list, pin, gin, seek ads, seek remove, seek clear, game results
· Timeseal support
· XSLT java code generation for ICS events
· Sample ICS Client
· PGN bugs fixed
Internet Chess ToolKit is a Java-based set of libraries and widgets useful for performing common tasks such as reading SAN (internationalized), FEN, PGN, generating legal moves, and connection to Internet Chess Servers (FICS).
The purpose of the Internet Chess ToolKit is to provide an extensible library to facilitate the development of internet server clients, bots, training programs, peer-to-peer players, and and various other programs useful for the game player. The library was designed with a high level of abstraction and utilization of object oriented design patterns to make it extensible; The model set up should allow for implementations of many games besides Chess, which is the main focus of this library.
Such other games might include chess variants like BugHouse, or completely different games like scrabble and the Chinese game of Go. Another goal of the library is ease of use. A lot of effort has gone into comprehensive documentation and providing sensible names for methods, as well as providing many convenience methods.
Here are some key features of "Internet Chess ToolKit":
· FICS support (limited)
· legal move generation.
· game history with variation support (alternative move suggestions).
· move comment support in text and Numeric Annotation Glyphs (NAG).
· Standard Algebraic Notation (SAN) read/write support (internationalized for presentation in 16 languages).
· Portable Game Notation (PGN) read/write support (including move variations, and FEN).
· Forsyth-Edwards Notation (FEN) read/write support.
· True MVC structure with board displays driven by game model events.
· Command-line Board display (GUI to come).
· Well documented. Sample code also provided.
Whats New in This Release:
· Limited FICS support style12, match request, kibitz, whisper, say, tell, channel tell, shout, c/t/-shout, emote, move list, pin, gin, seek ads, seek remove, seek clear, game results
· Timeseal support
· XSLT java code generation for ICS events
· Sample ICS Client
· PGN bugs fixed
Security::CVSS is a Perl module to calculate CVSS values (Common Vulnerability Scoring System).
SYNOPSIS
use Security::CVSS;
my $CVSS = new Security::CVSS;
$CVSS->AccessVector(Local);
$CVSS->AccessComplexity(High);
$CVSS->Authentication(Not-Required);
$CVSS->ConfidentialityImpact(Complete);
$CVSS->IntegrityImpact(Complete);
$CVSS->AvailabilityImpact(Complete);
$CVSS->ImpactBias(Normal);
my $BaseScore = $CVSS->BaseScore();
$CVSS->Exploitability(Proof-Of-Concept);
$CVSS->RemediationLevel(Official-Fix);
$CVSS->ReportConfidence(Confirmed);
my $TemporalScore = $CVSS->TemporalScore()
$CVSS->CollateralDamagePotential(None);
$CVSS->TargetDistribution(None);
my $EnvironmentalScore = $CVSS->EnvironmentalScore();
my $CVSS = new CVSS({AccessVector => Local,
AccessComplexity => High,
Authentication => Not-Required,
ConfidentialityImpact => Complete,
IntegrityImpact => Complete,
AvailabilityImpact => Complete,
ImpactBias => Normal
});
my $BaseScore = $CVSS->BaseScore();
$CVSS->UpdateFromHash({AccessVector => Remote,
AccessComplexity => Low);
my $NewBaseScore = $CVSS->BaseScore();
$CVSS->Vector((AV:L/AC:H/Au:NR/C:N/I:P/A:C/B:C));
my $BaseScore = $CVSS->BaseScore();
my $Vector = $CVSS->Vector();
CVSS allows you to calculate all three types of score described under the CVSS system: Base, Temporal and Environmental.
You can modify any parameter via its accessor and recalculate at any time.
The temporal score depends on the base score, and the environmental score depends on the temporal score. Therefore you must remember to supply all necessary parameters.
SYNOPSIS
use Security::CVSS;
my $CVSS = new Security::CVSS;
$CVSS->AccessVector(Local);
$CVSS->AccessComplexity(High);
$CVSS->Authentication(Not-Required);
$CVSS->ConfidentialityImpact(Complete);
$CVSS->IntegrityImpact(Complete);
$CVSS->AvailabilityImpact(Complete);
$CVSS->ImpactBias(Normal);
my $BaseScore = $CVSS->BaseScore();
$CVSS->Exploitability(Proof-Of-Concept);
$CVSS->RemediationLevel(Official-Fix);
$CVSS->ReportConfidence(Confirmed);
my $TemporalScore = $CVSS->TemporalScore()
$CVSS->CollateralDamagePotential(None);
$CVSS->TargetDistribution(None);
my $EnvironmentalScore = $CVSS->EnvironmentalScore();
my $CVSS = new CVSS({AccessVector => Local,
AccessComplexity => High,
Authentication => Not-Required,
ConfidentialityImpact => Complete,
IntegrityImpact => Complete,
AvailabilityImpact => Complete,
ImpactBias => Normal
});
my $BaseScore = $CVSS->BaseScore();
$CVSS->UpdateFromHash({AccessVector => Remote,
AccessComplexity => Low);
my $NewBaseScore = $CVSS->BaseScore();
$CVSS->Vector((AV:L/AC:H/Au:NR/C:N/I:P/A:C/B:C));
my $BaseScore = $CVSS->BaseScore();
my $Vector = $CVSS->Vector();
CVSS allows you to calculate all three types of score described under the CVSS system: Base, Temporal and Environmental.
You can modify any parameter via its accessor and recalculate at any time.
The temporal score depends on the base score, and the environmental score depends on the temporal score. Therefore you must remember to supply all necessary parameters.
Exact Build project is a sane GNU Auto replacement. For portable build systems nowadays normally GNU autoconf and the associated companiens such as automake and libtool. However albeit portable they are rather crufty to use. The various macro expansion and generation steps extremely blow up the initial definitions and make execution slow and debugging a nightmare.
Even with the enourmous code bloat, it does not have a wide feature set and neither allows to maximize the gain of parallel builds nor other state-of-the-art compiler features. Manual tinkering is needed in such cases.
Mostly due the code bloat but also to obtain features such as mximal parallel build and object output seperated cleanly from the source, we create our own set of Makefiles for the non-recursive build system and shell scripts for configuration, if required by the software module (some straight forware code does come without a configure script at all).
Even with the enourmous code bloat, it does not have a wide feature set and neither allows to maximize the gain of parallel builds nor other state-of-the-art compiler features. Manual tinkering is needed in such cases.
Mostly due the code bloat but also to obtain features such as mximal parallel build and object output seperated cleanly from the source, we create our own set of Makefiles for the non-recursive build system and shell scripts for configuration, if required by the software module (some straight forware code does come without a configure script at all).
7
System -> Linux-Distributions
$290
Free for noncommercial use
Hide show
Astaro Security Linux is an award-winning, unique network security solution in an integrated and easy-to-use and manage package. Astaro Security Linux includes a combination of the following security applications:
- A Firewall with stateful packet inspection and application proxies guards Internet communications traffic in and out of the organization.
- A Virtual Private Network (VPN) gateway assures secure communications with remote offices, road warriors and telecommuters.
- Anti-Virus defends computers from both email and web-bourne viruses.
- Intrusion Protection detects and stops hostile probes and application-based attacks.
- Spam Filtering eliminates the productivity drain of opening and deleting unsolicited emails.
- Surf Protection (Content Filtering) and Spyware Protection improve productivity by blocking inappropriate web activities, provide full protection from user tracking threats and violation of privacy.
Here are some key features of "Astaro Security Linux":
· Protects all types of networks Windows, Linux, Unix and others.
· Delivers comprehensive features at low cost maximizing your ROI (return on investment).
· Highly effective. Has won numerous industry awards. Beat Cisco and Checkpoint in InfoWorld magazine product review, Beat IBM and Computer Associates in Linux World for Best Security Application.
· Integrated management platform features an intuitive browser-based interface and one-step updates for rapid deployment and easy management.
· Can be installed in under 15 minutes or purchased pre-installed on security appliances.
· Can start with firewall, VPN and spam protection and add other security applications as needed, seamlessly.
· Runs as a dedicated application server on top of a hardened operating system, which relieves operating system management headaches.
· Runs on systems ranging from small devices up to large multi-processor systems utilizing gigabytes of memory.
· Redundant systems can be configured to provide high availability and automatic failover in case of hardware or network failures.
· Load balancing improves performance - traffic shaping can set priorities by network, service and protocol.
· Logging, automatic backup, and diagnostic tools support high reliability.
· Free online evaluation workshop to get you started.
Whats New in This Release:
· This Up2Date improves the SessionID security for live log scripts, adds an improved ACC device agent, and fixes IPSec Client config issues with incorrect lifetimes.
- A Firewall with stateful packet inspection and application proxies guards Internet communications traffic in and out of the organization.
- A Virtual Private Network (VPN) gateway assures secure communications with remote offices, road warriors and telecommuters.
- Anti-Virus defends computers from both email and web-bourne viruses.
- Intrusion Protection detects and stops hostile probes and application-based attacks.
- Spam Filtering eliminates the productivity drain of opening and deleting unsolicited emails.
- Surf Protection (Content Filtering) and Spyware Protection improve productivity by blocking inappropriate web activities, provide full protection from user tracking threats and violation of privacy.
Here are some key features of "Astaro Security Linux":
· Protects all types of networks Windows, Linux, Unix and others.
· Delivers comprehensive features at low cost maximizing your ROI (return on investment).
· Highly effective. Has won numerous industry awards. Beat Cisco and Checkpoint in InfoWorld magazine product review, Beat IBM and Computer Associates in Linux World for Best Security Application.
· Integrated management platform features an intuitive browser-based interface and one-step updates for rapid deployment and easy management.
· Can be installed in under 15 minutes or purchased pre-installed on security appliances.
· Can start with firewall, VPN and spam protection and add other security applications as needed, seamlessly.
· Runs as a dedicated application server on top of a hardened operating system, which relieves operating system management headaches.
· Runs on systems ranging from small devices up to large multi-processor systems utilizing gigabytes of memory.
· Redundant systems can be configured to provide high availability and automatic failover in case of hardware or network failures.
· Load balancing improves performance - traffic shaping can set priorities by network, service and protocol.
· Logging, automatic backup, and diagnostic tools support high reliability.
· Free online evaluation workshop to get you started.
Whats New in This Release:
· This Up2Date improves the SessionID security for live log scripts, adds an improved ACC device agent, and fixes IPSec Client config issues with incorrect lifetimes.
8
System -> Linux-Distributions
$290
Free for noncommercial use
Hide show
Astaro Security Linux is an award-winning, unique network security solution in an integrated and easy-to-use and manage package. Astaro Security Linux includes a combination of the following security applications:
- A Firewall with stateful packet inspection and application proxies guards Internet communications traffic in and out of the organization.
- A Virtual Private Network (VPN) gateway assures secure communications with remote offices, "road warriors," and telecommuters.
- Anti-Virus defends computers from both email and web-bourne viruses.
- Intrusion Protection detects and stops hostile probes and application-based attacks.
- Spam Filtering eliminates the productivity drain of opening and deleting unsolicited emails.
- Surf Protection (Content Filtering) and Spyware Protection improve productivity by blocking inappropriate web activities, provide full protection from user tracking threats and violation of privacy.
Here are some key features of "Astaro Security Linux":
· Protects all types of networks " Windows, Linux, Unix and others.
· Delivers comprehensive features at low cost maximizing your ROI (return on investment).
· Highly effective. Has won numerous industry awards. Beat Cisco and Checkpoint in InfoWorld magazine product review, Beat IBM and Computer Associates in Linux World for Best Security Application.
· Integrated management platform features an intuitive browser-based interface and one-step updates for rapid deployment and easy management.
· Can be installed in under 15 minutes or purchased pre-installed on security appliances.
· Can start with firewall, VPN and spam protection and add other security applications as needed, seamlessly.
· Runs as a dedicated application server on top of a hardened operating system, which relieves operating system management headaches.
· Runs on systems ranging from small devices up to large multi-processor systems utilizing gigabytes of memory.
· Redundant systems can be configured to provide high availability and automatic failover in case of hardware or network failures.
· Load balancing improves performance - traffic shaping can set priorities by network, service and protocol.
· Logging, automatic backup, and diagnostic tools support high reliability.
· Free online evaluation workshop to get you started.
Whats New in This Release:
· This very small Up2Date package adds support for encrypted backup files during the V6->V7 migration.
· A small problem in the backup converter was fixed.
- A Firewall with stateful packet inspection and application proxies guards Internet communications traffic in and out of the organization.
- A Virtual Private Network (VPN) gateway assures secure communications with remote offices, "road warriors," and telecommuters.
- Anti-Virus defends computers from both email and web-bourne viruses.
- Intrusion Protection detects and stops hostile probes and application-based attacks.
- Spam Filtering eliminates the productivity drain of opening and deleting unsolicited emails.
- Surf Protection (Content Filtering) and Spyware Protection improve productivity by blocking inappropriate web activities, provide full protection from user tracking threats and violation of privacy.
Here are some key features of "Astaro Security Linux":
· Protects all types of networks " Windows, Linux, Unix and others.
· Delivers comprehensive features at low cost maximizing your ROI (return on investment).
· Highly effective. Has won numerous industry awards. Beat Cisco and Checkpoint in InfoWorld magazine product review, Beat IBM and Computer Associates in Linux World for Best Security Application.
· Integrated management platform features an intuitive browser-based interface and one-step updates for rapid deployment and easy management.
· Can be installed in under 15 minutes or purchased pre-installed on security appliances.
· Can start with firewall, VPN and spam protection and add other security applications as needed, seamlessly.
· Runs as a dedicated application server on top of a hardened operating system, which relieves operating system management headaches.
· Runs on systems ranging from small devices up to large multi-processor systems utilizing gigabytes of memory.
· Redundant systems can be configured to provide high availability and automatic failover in case of hardware or network failures.
· Load balancing improves performance - traffic shaping can set priorities by network, service and protocol.
· Logging, automatic backup, and diagnostic tools support high reliability.
· Free online evaluation workshop to get you started.
Whats New in This Release:
· This very small Up2Date package adds support for encrypted backup files during the V6->V7 migration.
· A small problem in the backup converter was fixed.
9
System -> Linux-Distributions
$290
Free for noncommercial use
Hide show
Astaro Security Linux is an award-winning, unique network security solution in an integrated and easy-to-use and manage package. Astaro Security Linux includes a combination of the following security applications:
- A Firewall with stateful packet inspection and application proxies guards Internet communications traffic in and out of the organization.
- A Virtual Private Network (VPN) gateway assures secure communications with remote offices, �road warriors,� and telecommuters.
- Anti-Virus defends computers from both email and web-bourne viruses.
- Intrusion Protection detects and stops hostile probes and application-based attacks.
- Spam Filtering eliminates the productivity drain of opening and deleting unsolicited emails.
- Surf Protection (Content Filtering) and Spyware Protection improve productivity by blocking inappropriate web activities, provide full protection from user tracking threats and violation of privacy.
Here are some key features of "Astaro Security Linux":
· Protects all types of networks � Windows, Linux, Unix and others.
· Delivers comprehensive features at low cost maximizing your ROI (return on investment).
· Highly effective. Has won numerous industry awards. Beat Cisco and Checkpoint in InfoWorld magazine product review, Beat IBM and Computer Associates in Linux World for Best Security Application.
· Integrated management platform features an intuitive browser-based interface and one-step updates for rapid deployment and easy management.
· Can be installed in under 15 minutes or purchased pre-installed on security appliances.
· Can start with firewall, VPN and spam protection and add other security applications as needed, seamlessly.
· Runs as a dedicated application server on top of a hardened operating system, which relieves operating system management headaches.
· Runs on systems ranging from small devices up to large multi-processor systems utilizing gigabytes of memory.
· Redundant systems can be configured to provide high availability and automatic failover in case of hardware or network failures.
· Load balancing improves performance - traffic shaping can set priorities by network, service and protocol.
· Logging, automatic backup, and diagnostic tools support high reliability.
· Free online evaluation workshop to get you started.
Whats New in This Release:
Improved reporting: The Web Security in-line report has been significantly improved. The web usage tab now displays comprehensive statistics, detailing the most active web users and most frequented domains. Time ranges for this feature may be specified.
Log file filtering and search: You may now filter and search through archived log files by using a new tab under the "Logging/View Log files" section. This simplifies the process of locating specific entries.
Base license with proxy functionality: The base proxy functionality for HTTP/FTP/SMTP/POP3 (including HTTP Cache and authentication) is now available within the ASG base license. If you do not require applications such as anti virus or anti spam, the Email or Web Filtering subscriptions no longer need to be purchased.
Enhanced QoS configuration: Instead of clicking through individual tabs for each QoS-enabled interface, you are now able to define bandwidth pools on the new interfaces tab. This largely enhances the configuration of QoS profiles.
Backup heartbeat interface: You are now able to configure a backup heartbeat interface for HA configurations. This prevents occurrences where both the master and the slave try to become the master at the same time (master-master situations). These situations occur for example, because of an HA synchronization interface failure or due to an unplugged network cable.
eDirectory synchronization improvements: Administrators can now set intervals (in seconds) where the Astaro Security Gateway will work to synchronize its user database with the eDirectory server.
Custom DynDNS settings: It is now possible to freely enter custom DynDNS hostnames, for example, "www.example.com, mail.example.com, example.com"
Improved ACC compatibility: Version 7.006 contains a new device agent for enhanced interoperability with Astaro Command Center.
Regeneration of VPN Signing CA: You are now able to regenerate the VPN Signing CA which was created during the initial setup of the unit. The VPN Signing CA is the certificate authority who signs digital certificates for use with remote access and site-to-site VPN connections.
Bugfixes: The new release also corrects various outstanding issues. These issues previously affected the SMTP Proxy (large message ID) and generated kernel freezes with the smaller ASG devices as well as with hardware accelerated anti-virus scanning.
The handling for packet filter rules has been improved when additional addresses are in use. The possibility to edit/delete these interfaces after importing a V6 backup has also been addressed. The backend system now also allows the definition of usernames using numbers only.
Whats New in This Release:
· This Up2Date is a hotfix release for the WebSecurity Reporting backend.
· In some high-traffic environments, the reporting database may grow too fast.
· Along with this WebSecurity Reporting fix, three other issues are addressed.
· These issues cover possible DynDNS update problems, error handling in eDirectory environments, and search options in WebAdmin.
- A Firewall with stateful packet inspection and application proxies guards Internet communications traffic in and out of the organization.
- A Virtual Private Network (VPN) gateway assures secure communications with remote offices, �road warriors,� and telecommuters.
- Anti-Virus defends computers from both email and web-bourne viruses.
- Intrusion Protection detects and stops hostile probes and application-based attacks.
- Spam Filtering eliminates the productivity drain of opening and deleting unsolicited emails.
- Surf Protection (Content Filtering) and Spyware Protection improve productivity by blocking inappropriate web activities, provide full protection from user tracking threats and violation of privacy.
Here are some key features of "Astaro Security Linux":
· Protects all types of networks � Windows, Linux, Unix and others.
· Delivers comprehensive features at low cost maximizing your ROI (return on investment).
· Highly effective. Has won numerous industry awards. Beat Cisco and Checkpoint in InfoWorld magazine product review, Beat IBM and Computer Associates in Linux World for Best Security Application.
· Integrated management platform features an intuitive browser-based interface and one-step updates for rapid deployment and easy management.
· Can be installed in under 15 minutes or purchased pre-installed on security appliances.
· Can start with firewall, VPN and spam protection and add other security applications as needed, seamlessly.
· Runs as a dedicated application server on top of a hardened operating system, which relieves operating system management headaches.
· Runs on systems ranging from small devices up to large multi-processor systems utilizing gigabytes of memory.
· Redundant systems can be configured to provide high availability and automatic failover in case of hardware or network failures.
· Load balancing improves performance - traffic shaping can set priorities by network, service and protocol.
· Logging, automatic backup, and diagnostic tools support high reliability.
· Free online evaluation workshop to get you started.
Whats New in This Release:
Improved reporting: The Web Security in-line report has been significantly improved. The web usage tab now displays comprehensive statistics, detailing the most active web users and most frequented domains. Time ranges for this feature may be specified.
Log file filtering and search: You may now filter and search through archived log files by using a new tab under the "Logging/View Log files" section. This simplifies the process of locating specific entries.
Base license with proxy functionality: The base proxy functionality for HTTP/FTP/SMTP/POP3 (including HTTP Cache and authentication) is now available within the ASG base license. If you do not require applications such as anti virus or anti spam, the Email or Web Filtering subscriptions no longer need to be purchased.
Enhanced QoS configuration: Instead of clicking through individual tabs for each QoS-enabled interface, you are now able to define bandwidth pools on the new interfaces tab. This largely enhances the configuration of QoS profiles.
Backup heartbeat interface: You are now able to configure a backup heartbeat interface for HA configurations. This prevents occurrences where both the master and the slave try to become the master at the same time (master-master situations). These situations occur for example, because of an HA synchronization interface failure or due to an unplugged network cable.
eDirectory synchronization improvements: Administrators can now set intervals (in seconds) where the Astaro Security Gateway will work to synchronize its user database with the eDirectory server.
Custom DynDNS settings: It is now possible to freely enter custom DynDNS hostnames, for example, "www.example.com, mail.example.com, example.com"
Improved ACC compatibility: Version 7.006 contains a new device agent for enhanced interoperability with Astaro Command Center.
Regeneration of VPN Signing CA: You are now able to regenerate the VPN Signing CA which was created during the initial setup of the unit. The VPN Signing CA is the certificate authority who signs digital certificates for use with remote access and site-to-site VPN connections.
Bugfixes: The new release also corrects various outstanding issues. These issues previously affected the SMTP Proxy (large message ID) and generated kernel freezes with the smaller ASG devices as well as with hardware accelerated anti-virus scanning.
The handling for packet filter rules has been improved when additional addresses are in use. The possibility to edit/delete these interfaces after importing a V6 backup has also been addressed. The backend system now also allows the definition of usernames using numbers only.
Whats New in This Release:
· This Up2Date is a hotfix release for the WebSecurity Reporting backend.
· In some high-traffic environments, the reporting database may grow too fast.
· Along with this WebSecurity Reporting fix, three other issues are addressed.
· These issues cover possible DynDNS update problems, error handling in eDirectory environments, and search options in WebAdmin.
10
System -> Linux-Distributions
GPL GNU General Public License
Hide show
Luke Macken Security LiveCD provides a fully functional livecd based on Fedora for use in security auditing, forensics research, and penetration testing.
Here are some key features of "Luke Macken Security LiveCD":
· All of the security features and tools Fedora has to offer
· Features from the FedoraLiveCD
· Ability to install directly to hard drive
Spinning your own
# yum install mercurial livecd-tools
$ hg clone http://hg.lewk.org/security-livecd
# livecd-creator --config security-livecd/fedora-security-livecd.ks --fslabel=Fedora-7-Security-LiveCD
Making changes to the LiveCD is as simple as modifying the fedora-security-livecd.ks configuration file.
Here are some key features of "Luke Macken Security LiveCD":
· All of the security features and tools Fedora has to offer
· Features from the FedoraLiveCD
· Ability to install directly to hard drive
Spinning your own
# yum install mercurial livecd-tools
$ hg clone http://hg.lewk.org/security-livecd
# livecd-creator --config security-livecd/fedora-security-livecd.ks --fslabel=Fedora-7-Security-LiveCD
Making changes to the LiveCD is as simple as modifying the fedora-security-livecd.ks configuration file.
Internet Registry Routing Daemon (IRRd) is a freely available, stand-alone Internet Routing Registry database server. IRRd supports the RPSL and RPSLng Routing Policy Specification Language standards.
The IRRd package includes all required IRR support services, including: automated near real-time mirroring of other IRR databases, update syntax checking, authentication/security, and notification.
The IRRd package includes all required IRR support services, including: automated near real-time mirroring of other IRR databases, update syntax checking, authentication/security, and notification.
12
Programming -> Code-Generators
GPL GNU General Public License
Hide show
Ice, the Internet Communications Engine, is middleware for the practical programmer. A high-performance Internet communications platform, Ice includes a wealth of layered services and plug-ins. Ice means simplicity, speed, and power.
Ice is available under the terms of the GNU General Public License (GPL). Commercial licenses are available for customers who wish to use Ice with proprietary products. Please contact sales@zeroc.com for more information.
Ice is currently available for C++, Java, C#, Visual Basic, Python, and PHP, and is supported on various operating systems. Additional operating systems and languages will be supported in future releases.
Ice consists of the following packages:
Slice The Specification Language for Ice. Slice establishes a contract between clients and servers, and is also used to describe persistent data.
The Slice Compilers Tools to compile from Slice into target languages, such as C++ and Java, or to automatically generate documentation from Slice files.
Ice The Ice core library. Among many other features, the Ice core library manages all the communication tasks using a highly efficient protocol (including protocol compression and support for both TCP and UDP), provides a flexible thread pool for multi-threaded servers, and additional functionality that supports extreme scalability with potentially millions of Ice objects.
IceUtil A collection of utility functions, such as Unicode handling and thread programming. (C++ only.)
IceBox An application server specifically for Ice applications. IceBox can easily run and administer Ice services that are dynamically loaded as a DLL, shared library, or Java class.
IcePack A sophisticated server activation and deployment tool. With IcePack, the complex task of deploying applications in a heterogeneous computer network is dramatically simplified. Simply write a deployment descriptor in industry-standard XML, and IcePack handles the rest.
Freeze Freeze provides automatic persistence for Ice servants. With just a few lines of code, an application can incorporate a highly-scalable evictor that efficiently manages persistent objects.
FreezeScript It is common for persistent data types to change, especially in large software projects. In order to minimize the impact of these changes, FreezeScript provides inspection and migration tools for Freeze databases. The tools support an XML-based scripting capability that is both powerful and easy to use.
IceSSL A dynamic SSL transport plug-in for the Ice core. It provides authentication, encryption, and message integrity, using the industry-standard SSL protocol.
Glacier One of the most difficult challenges for object middleware systems is security and firewalls. Glacier, the firewall solution for Ice, greatly simplifies the deployment of secure applications. Glacier authenticates and filters client requests and allows callbacks to the client in a secure fashion. In combination with IceSSL, Glacier provides a powerful security solution that is both non-intrusive and easy to configure.
IceStorm A messaging service with support for federation. In contrast to most other messaging or event services, IceStorm supports typed events, meaning that broadcasting a message over a federation is as easy as invoking a method on an interface.
IcePatch A patching service for software distributions. Keeping software up-to-date is often a tedious task. IcePatch automates updating of individual files as well as complete directory hierarchies. Only files that have changed are downloaded to the client machine, using efficient compression algorithms.
Whats New in This Release:
· Various additions, including redundant IceGrid registries.
Ice is available under the terms of the GNU General Public License (GPL). Commercial licenses are available for customers who wish to use Ice with proprietary products. Please contact sales@zeroc.com for more information.
Ice is currently available for C++, Java, C#, Visual Basic, Python, and PHP, and is supported on various operating systems. Additional operating systems and languages will be supported in future releases.
Ice consists of the following packages:
Slice The Specification Language for Ice. Slice establishes a contract between clients and servers, and is also used to describe persistent data.
The Slice Compilers Tools to compile from Slice into target languages, such as C++ and Java, or to automatically generate documentation from Slice files.
Ice The Ice core library. Among many other features, the Ice core library manages all the communication tasks using a highly efficient protocol (including protocol compression and support for both TCP and UDP), provides a flexible thread pool for multi-threaded servers, and additional functionality that supports extreme scalability with potentially millions of Ice objects.
IceUtil A collection of utility functions, such as Unicode handling and thread programming. (C++ only.)
IceBox An application server specifically for Ice applications. IceBox can easily run and administer Ice services that are dynamically loaded as a DLL, shared library, or Java class.
IcePack A sophisticated server activation and deployment tool. With IcePack, the complex task of deploying applications in a heterogeneous computer network is dramatically simplified. Simply write a deployment descriptor in industry-standard XML, and IcePack handles the rest.
Freeze Freeze provides automatic persistence for Ice servants. With just a few lines of code, an application can incorporate a highly-scalable evictor that efficiently manages persistent objects.
FreezeScript It is common for persistent data types to change, especially in large software projects. In order to minimize the impact of these changes, FreezeScript provides inspection and migration tools for Freeze databases. The tools support an XML-based scripting capability that is both powerful and easy to use.
IceSSL A dynamic SSL transport plug-in for the Ice core. It provides authentication, encryption, and message integrity, using the industry-standard SSL protocol.
Glacier One of the most difficult challenges for object middleware systems is security and firewalls. Glacier, the firewall solution for Ice, greatly simplifies the deployment of secure applications. Glacier authenticates and filters client requests and allows callbacks to the client in a secure fashion. In combination with IceSSL, Glacier provides a powerful security solution that is both non-intrusive and easy to configure.
IceStorm A messaging service with support for federation. In contrast to most other messaging or event services, IceStorm supports typed events, meaning that broadcasting a message over a federation is as easy as invoking a method on an interface.
IcePatch A patching service for software distributions. Keeping software up-to-date is often a tedious task. IcePatch automates updating of individual files as well as complete directory hierarchies. Only files that have changed are downloaded to the client machine, using efficient compression algorithms.
Whats New in This Release:
· Various additions, including redundant IceGrid registries.
13
Desktop-Environment -> Tools
GPL GNU General Public License
Hide show
KDE Internet share wizard is a Kommander script that can help you share your internet connection over LAN.
Overview:
I was on a LAN and I needed to share my internet connection because we didnt have any router.
I found this to be quite difficult, but after some searching on internet I found a very good explanation for making this work.
Now, Ive made a WindowsXP like internet connection sharing guide for all who wants to share their internet connection easy and fast.
Usage:
copy the tar.gz file contents into /usr/bin and then run:
kdeinternetshare.sh - English
For all those who are unsure how to use the guide, it should be good to stick to the default settings.
This is only a quite simple guide so suggestions and improvments are welcome.
Requirements:
· Kommander
Overview:
I was on a LAN and I needed to share my internet connection because we didnt have any router.
I found this to be quite difficult, but after some searching on internet I found a very good explanation for making this work.
Now, Ive made a WindowsXP like internet connection sharing guide for all who wants to share their internet connection easy and fast.
Usage:
copy the tar.gz file contents into /usr/bin and then run:
kdeinternetshare.sh - English
For all those who are unsure how to use the guide, it should be good to stick to the default settings.
This is only a quite simple guide so suggestions and improvments are welcome.
Requirements:
· Kommander
14
Desktop-Environment -> Desktop-Widgets
GPL GNU General Public License
Hide show
Internet Storm Center is a clone of the simple little Windows Konfabulator ISCTracker widget by Bob Rudis. It puts a little coloured globe on your desktop, with the colour of the land corresponding to the current level of Internet Storm Tracker.
Clicking on the globe takes you directly to isc.sans.org.
Clicking on the globe takes you directly to isc.sans.org.
15
Miscellaneous -> Security
$59
OtherProprietary License with Free Trial
Hide show
Securepoint Security Suite is a complete firewall, content filter, spam filter, authentication and VPN software system with an OS based on a secure Linux.
VPN functions support PPTP/IPSec (X.509 certificates, preshared, RSA signature). You can use the firewall on a standard PC with 2 to 16 network cards (Ethernet/ADSL).
It supports journaling filesystems/RAID. The Security Manager offers a graphical user interface with many features, and advanced reporting and filter functions.
Securepoint Security Suite is available for real-time analysis, traffic, alarm, IPSec, PPTP, system-log, system-status, proxy, administration.
Here are some key features of "Securepoint Security Suite":
· Spam Filter
· high-availibility functions (Bonding / Trunking)
· QoS (Traffic Shaping/Quality of service) / VoIP support
· Virus Scanner for HTTP, FTP, POP3, SMTP
· Content Filter for HTTP
· Securepoint User Verification Agent
Limitations:
· 30 day trial
Whats New in This Release:
· This release adds a complete workaround of the spam filter engine for SMTP and POP3, with an update of the spam administrator user interface and a new reporting tool.
VPN functions support PPTP/IPSec (X.509 certificates, preshared, RSA signature). You can use the firewall on a standard PC with 2 to 16 network cards (Ethernet/ADSL).
It supports journaling filesystems/RAID. The Security Manager offers a graphical user interface with many features, and advanced reporting and filter functions.
Securepoint Security Suite is available for real-time analysis, traffic, alarm, IPSec, PPTP, system-log, system-status, proxy, administration.
Here are some key features of "Securepoint Security Suite":
· Spam Filter
· high-availibility functions (Bonding / Trunking)
· QoS (Traffic Shaping/Quality of service) / VoIP support
· Virus Scanner for HTTP, FTP, POP3, SMTP
· Content Filter for HTTP
· Securepoint User Verification Agent
Limitations:
· 30 day trial
Whats New in This Release:
· This release adds a complete workaround of the spam filter engine for SMTP and POP3, with an update of the spam administrator user interface and a new reporting tool.
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above bitdefender internet security 2008 build 11.0.13 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed
Featured Software
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com
Sponsored Links
Related Information
bitdefender internet security 2008 review
bitdefender internet security 2008 key
internet security software
bitdefender internet security 2008 serial
bitdefender internet security 2008 crack
bitdefender internet security 2008 torrent
bitdefender internet security 2008 serial key
bitdefender internet security 2008 trial
internet security 2008 review
bitdefender internet security 2008 update
bitdefender internet security 2008 rapidshare
internet security 2009
Top Popular Software
Editor's Picks Software