Main > Free Download Search >

Free traversal software for linux

traversal

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 45
strongSwan 4.1.5

strongSwan 4.1.5


strongSwan is an OpenSource IPsec implementation for the Linux operating system. more>>
strongSwan is an OpenSource IPsec implementation for the Linux operating system. strongSwan is an OpenSource IPsec implementation for the Linux operating system.
In order to have a stable IPsec platform to base our future extensions of the X.509 capability on, we decided to lauch the strongSwan project.
Main features:
- runs both on Linux 2.4 (KLIPS) and Linux 2.6 (native IPsec) kernels
- strong 3DES, AES, Serpent, Twofish, or Blowfish encryption
- Authentication based on X.509 certificates or preshared keys
- Powerful IPsec policies based on wildcards or intermediate CAs
- Retrieval and local caching of Certificate Revocation Lists via HTTP or LDAP
- Full support of the Online Certificate Status Protocol (OCSP, RCF 2560).
- Optional storage of RSA private keys on smartcards or USB crypto tokens
- Smartcard access via standardized PKCS #11 interface
- PKCS #11 proxy function offering RSA decryption services via whack
- NAT-Traversal (RFC 3947) and support of Virtual IPs and IKE Mode Config
- CA management (OCSP and CRL URIs, default LDAP server)
- Dead Peer Detection (DPD, RFC 3706)
- Group policies based on X.509 attribute certificates ( RFC 3281)
- Generation of default self-signed certificates during strongSwan setup
Enhancements:
- Source routes installed by the keying daemons are now in a separate routing table with ID 100 in order to avoid conflicts with the main table.
- Route lookup for IKEv2 traffic is done in userspace to ignore routes installed for IPsec, as IKE traffic shouldnt get encapsulated.
- The ipsec starter has become more tolerant to dynamic DNS lookup failures by keeping the last valid IP address.
<<less
Download (1.7MB)
Added: 2007-08-08 License: GPL (GNU General Public License) Price:
809 downloads
 
Other version of strongSwan
strongSwan 2.8.3function offering RSA decryption services via whack - NAT-Traversal (RFC 3947) and support of Virtual IPs and IKE Mode Config - CA management (OCSP and CRL URIs, default LDAP server) - Dead Peer
License:GPL (GNU General Public License)
Download (2.3MB)
973 downloads
Added: 2007-02-23
Gibraltar Firewall 2.4.1

Gibraltar Firewall 2.4.1


Gibraltar is a Debian-based router/firewall distribution. more>>
Gibraltar Firewall is a firewall and router package, based on Debian/GNU Linux, which perfectly meets all individual requirements for a state-of-the-art firewall.
Independent of the kind of Internet connection (dedicated line, ADSL, dial-up connection), Gibraltar provides for secure connections. So you can turn to something more important without ruffle and worries - your job!
Gibraltar is free for private use. The private license is restricted to a maximum of 5 concurrent connections and includes the easy-to-use webinterface. For obtaining a private license, please contact us via email.
Attention: Without a valid license file, Gibraltar will not run properly!
For the private use of Gibraltar, no claim on support or guarantee can be raised.
All ISO images are copyright of Rene Mayrhofer and eSYS Information Systems GmbH, but may be copied and distributed freely. Several components of Gibraltar are under GPL or BSD license. For detailed usage licenses read the packet documentations under /usr/share/doc on the ISO image.
If you would like to distribute Gibraltar commercially, please refer to our partner program.
Gibraltar can be completely configured with the web-based configuration tool GibADMIN. The configuration of Gibraltar occurs over an encoded, secured connection, and can be done with any browser. The web-interface is designed intuitional and concise, and enables the administrator to change the configuration very easy and quick.
Gibraltar convinces through jutting flexibility and extensive functionality.
Main features:
- SYSTEM
- Live CD technology: Gibraltar boots and runs fully off CD-ROM
- No hard disk installation required
- Specially hardened Linux kernel
- Languages: English, German, Finnish
- Remote configuration with web interface (SSL 128 Bit) or remote login (SSH)
- Easy configuration management
- Automatic live updates: interval can be configured
- NETWORK SUPPORT
- Ethernet: 10/100/1000 MBit/s: static or DHCP, virtual IP addresses
- ADSL Ethernet modems: PPP over Ethernet, PPTP
- ADSL USB modems: PPP over ATM
- Modem dial in: serial, USB
- Unlimited number of network interfaces
- STATEFUL PACKET INSPECTION
- Protocol support: ICMP, TCP, UDP, GRE, ESP, AH, IPv4-over-IPv6
- Flexible packet filter: interface, MAC address, IP address, service, port,....
- NAT: Network address translation: dynamic and static
- PAT: Port address translation: load balancing (Round Robin)
- Free definition of aliases and groups: addresses and ports
- DoS/flood - protection: predefined, expandable
- Randomized IP sequencing
- Selective TTL manipulation
- Protocol pass through: PPTP, FTP, H.323, IRC
- VPN (VIRTUAL PRIVATE NETWORKS)
- VPN IPSec gateway
- VPN PPTP server: MPPE 128 Bit data encryption
- Network-to-network VPN
- Network-to-client VPN: compatible with Microsoft Windows 2000 / XP
- Unlimited number of VPN tunnels
- Authentication with PSK (Private shared key) and X.509 certificates
- Encryption: 3DES, Blowfish, Twofish, AES, CAST, Serpent
- Authentication PPTP: CHAP, MS-CHAPv1, MS-CHAPv2
- NAT traversal
- Perfect forward secrecy (PFS)
- DEEP PACKET INSPECTION
- Secure SMTP relay: incoming, outgoing, attachment blocking, block lists, antivirus and spam protection
- Transparent HTTP proxy: no client configuration necessary, spam protection
- User authentication: user list, active directory integration, LDAP
- Content caching
- Content scanning: antivirus, cookies, active X, java script
- FTP proxy: transparent outgoing, incoming
- Transparent POP3 proxy: antivirus, spam protection and protection of dangerous attachments
- ADDITIONAL SERVICES
- Dynamic DNS
- DHCP server
- Secure DNS resolve
- SSL wrapper for arbitrary services
- Portscan detection
- Antispam filter: rule based, Bayes, RBL, Razor and DCC
- ClamAV virus scanner
- OPTIONAL: Kaspersky virus scanner
<<less
Download (235MB)
Added: 2006-08-30 License: GPL (GNU General Public License) Price: $350
1150 downloads
OverDOM 0.1.5

OverDOM 0.1.5


OverDOM is a Java implementation of the W3C DOM, layered over a Web browsers native implementation. more>>
OverDOM is a Java implementation of the W3C DOM, layered over a Web browsers native implementation.
OverDOM provides applets with access to the browsers loaded document, through a familiar Java binding. It aims to support:
- DOM level 3
- XML and HTML
- XML namespaces
- events
- traversal & range
Usage:
import netscape.javascript.JSObject;
import org.w3c.dom.*;
import org.w3c.dom.events.*;
import org.w3c.dom.ranges.*;
import org.w3c.dom.traversal.*;
import textbender.g.hold.SpoolT;
import textbender.o.browser.overdom.*;
- - -
SpoolT spool = new SpoolT();
OverDOM overDOM = new OverDOM( spool );
WindowO window = JSObjectOverlay.getWindow( overDOM, applet );
// DOM level 3
Document document = window.getDocument();
// events
EventTarget eventRegistry = (EventTarget)document;
// traversal
TreeWalker walker = ((DocumentTraversal)document).createTreeWalker( - - - );
// range
Range range = ((DocumentRange)document).createRange();
- - -
spool.unwind(); // release overDOM (when applet destroyed, or earlier)
<<less
Download (MB)
Added: 2007-01-07 License: MIT/X Consortium License Price:
1021 downloads
OSSP al 0.9.3

OSSP al 0.9.3


OSSP defines an abstract data type of a data buffer that can assemble, move and truncate chunks of data. more>>
OSSP defines an abstract data type of a data buffer that can assemble, move and truncate chunks of data in a stream but avoids actual copying.
It was built to deal efficiently with communication streams between software modules. It especially provides flexible semantical data attribution through by-chunk labeling.
It also has convenient chunk traversal methods and optional OSSP ex based exception handling.
Enhancements:
- An Autoconf check is provided for the va_copy(d,s) macro.
- The build environment was upgraded to GNU autoconf 2.59, GNU libtool 1.5.20, and GNU shtool 2.0.3.
<<less
Download (0.31MB)
Added: 2005-10-12 License: GPL (GNU General Public License) Price:
1472 downloads
Xerces2 2.9.0

Xerces2 2.9.0


Xerces2 is the next generation Apache Xerces-J XML parser. more>>
Xerces2 project is the next generation of high performance, fully compliant XML parsers in the Apache Xerces family.
This new version of Xerces introduces the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy to program.
The Apache Xerces2 parser is the reference implementation of XNI but other parser components, configurations, and parsers can be written using the Xerces Native Interface.
Xerces2 is a fully conforming XML Schema processor.
Xerces2 also provides a complete implementation of the Document Object Model Level 3 Core and Load/Save W3C Recommendations and provides a complete implementation of the XML Inclusions (XInclude) W3C Recommendation. It also provides support for OASIS XML Catalogs.
Xerces2 is able to parse documents written according to the XML 1.1 Recommendation, except that it does not yet provide an option to enable normalization checking as described in section 2.13 of this specification.
It also handles namespaces according to the XML Namespaces 1.1 Recommendation, and will correctly serialize XML 1.1 documents if the DOM level 3 load/save APIs are in use.
Main features:
- eXtensible Markup Language (XML) 1.0 Third Edition Recommendation
- Namespaces in XML Recommendation
- eXtensible Markup Language (XML) 1.1 First Edition Recommendation
- Namespaces in XML 1.1 Recommendation
- XML Inclusions (XInclude) Version 1.0 Recommendation
- Document Object Model (DOM) Level 3 Core, Load and Save, (DOM) Level 2 Core, Events, and Traversal and Range Recommendations
- Simple API for XML (SAX) 2.0.2 Core and Extensions
- Java APIs for XML Processing (JAXP) 1.3
- XML Schema 1.0 Structures and Datatypes Second Edition Recommendations
Enhancements:
- As of this release, Xerces distribution includes the Xalan serializer.
- Xerces and Xalan now share a common serialization codebase.
- The DOM Level 3 serialization support which was in Xerces has been migrated into the Xalan serializer, and Xerces native serializer has been deprecated.
- This release also upgrades the xml-commons resolver to version 1.2 (which provides support for OASIS XML Catalogs 1.1), introduces a few minor features, and fixes several bugs.
<<less
Download (4.4MB)
Added: 2006-11-26 License: The Apache License Price:
623 downloads
Openswan 2.4.6

Openswan 2.4.6


Openswan is an implementation of IPsec for the Linux operating system. more>>
Openswan is an implementation of IPsec for the Linux operating system.
It provides IPSEC (IP Security, which is both encryption and authentication) kernel extensions and an IKE (Internet Key Exchange, keying and encrypted routing daemon), as well as various rc scripts and documentation.
It is known to interoperate with other IPSEC and IKE systems already deployed by other vendors such as OpenBSD, Cisco, and CheckPoint. It features Opportunistic Encryption, subnet extrusion, X.509 certificates, NAT Traversal support, XAUTH, and DNSSEC support.
Enhancements:
- Compile fixes for 2.6.16-2.6.18-rc2, a dpdaction=restart fix, and various miscellaneous fixes for ipcomp, nat-t, and rekeys.
<<less
Download (3.4MB)
Added: 2006-08-05 License: GPL (GNU General Public License) Price:
1190 downloads
Viperin-Z 0.1.4

Viperin-Z 0.1.4


Viperin-Z provides a VPN connection manager GUI. more>>
Viperin-Z provides a VPN connection manager GUI.
Viperin-Z is a taskbar applet to manage virtual private network connections on the Sharp Zaurus family of handheld computers.
As a front-end to vpnc, the free Cisco VPN concentrator client, this application can set up various VPN configurations, connect to a selected one, and monitor connection status.
Enhancements:
- This release adds support for vpnc options "Enable Single DES", "UDP Encapsulate", and "Disable NAT Traversal".
- Various minor bugfixes were made.
<<less
Download (MB)
Added: 2007-03-22 License: GPL (GNU General Public License) Price:
947 downloads
RhinoRider 0.1.6

RhinoRider 0.1.6


RhinoRider provides applets with an interface to the Web document, Depending on the capabilities of the browser. more>>
RhinoRider provides applets with an interface to the Web document. Depending on the capabilities of the browser, RhinoRider project aims to provide these DOM features:
- Core level 3
- XML
- Events
- Traversal
- Range
<<less
Download (0.042MB)
Added: 2007-01-12 License: MIT/X Consortium License Price:
1015 downloads
SimpleAlias 1.1

SimpleAlias 1.1


SimpleAlias is a product which allows you to create shortcuts to portal content. more>>
SimpleAlias is a product which allows you to create shortcuts to portal content.

SimpleAlias is a product that lets you create aliases or shortcuts to content somewhere in your portal. It behaves similar to an alias in the filesystem. In many cases you want to have such a link in a folder to some object elsewhere in the portal without having to recreate that object. Of course you can use the Link object but that is rather primitive.

SimpleAlias introduces a new content type: Alias. Once you create the Alias, you can create a reference to another object in the portal and the Alias will copy the title and description of this target object. When you view the alias, it shows the object within the context of the Alias and it presents the user a link to the target object itself. So, no scary traversal tricks. You remain in the context of the Alias. The Alias will have the same icon as the target object (with a small arrow layed over it for recognition, see readme.txt).

Another way to create an Alias to an object is to copy that object in the contents view of the objects container and then to go to the location where you want the Alias and click on Paste as alias in the contents view.

Its as simple as that. So yes, it is easy to use.

<<less
Download (0.021MB)
Added: 2007-02-15 License: GPL (GNU General Public License) Price:
982 downloads
Tree::Binary::Search 0.07

Tree::Binary::Search 0.07


Tree::Binary::Search is a binary search tree for Perl. more>>
Tree::Binary::Search is a binary search tree for Perl.

SYNOPSIS

use Tree::Binary::Search;

my $btree = Tree::Binary::Search->new();

$btree->useNumericComparison();

$btree->insert(5 => "Five");
$btree->insert(2 => "Two");
$btree->insert(1 => "One");
$btree->insert(3 => "Three");
$btree->insert(4 => "Four");
$btree->insert(9 => "Nine");
$btree->insert(8 => "Eight");
$btree->insert(6 => "Six");
$btree->insert(7 => "Seven");

# this creates the following tree:
#
# +-------(5)----------+
# | |
# +-(2)-+ +-(9)
# | | |
# (1) (3)-+ +----(8)
# | |
# (4) (6)-+
# |
# (7)
#

$btree->exists(7); # return true

$btree->update(7 => "Seven (updated)");

$btree->select(9); # return Nine

$btree->min_key(); # returns 1

$btree->min(); # returns One

$btree->max_key(); # return 9

$btree->max(); # return Nine

$btree->delete(5);

# this results in the following tree:
#
# +-------(6)-------+
# | |
# +-(2)-+ +-(9)
# | | |
# (1) (3)-+ +-(8)
# | |
# (4) (7)
#

This module implements a binary search tree, which is a specialized usage of a binary tree. The basic principle is that all elements to the left are less than the root, all elements to the right are greater than the root. This reduces the search time for elements in the tree, by halving the number of nodes that need to be searched each time a node is examined.

Binary search trees are a very well understood data-structure and there is a wealth of information on the web about them.

Trees are a naturally recursive data-structure, and therefore, tend to lend themselves well to recursive traversal functions. I however, have chosen to implement the tree traversal in this module without using recursive subroutines. This is partially a performance descision, even though perl can handle theoreticaly unlimited recursion, subroutine calls to have some overhead. My algorithm is still recursive, I have just chosen to keep it within a single subroutine.

<<less
Download (0.027MB)
Added: 2007-07-21 License: Perl Artistic License Price:
825 downloads
STUN Protocol Library 0.96

STUN Protocol Library 0.96


STUN Protocol Library provides a Simple Traversal of UDP through NATs Library. more>>
STUN Protocol Library provides the Simple Traversal of UDP through NATs Library.
STUN Protocol Library, Client and Server implements a simple STUN (Simple Traversal of UDP through NATs) server and client, using the included library.
The STUN protocol is described in the IETF RFC 3489, available from the IETF.
STUN is a lightweight protocol that allows applications to discover the presence and types of Network Address Translators (NATs) and firewalls between them and the public Internet.
It also provides the ability for applications to determine the public IP addresses allocated to them by the NAT.
STUN works with nearly all existing NATs, and does not require any special behavior from them.
As a result, it allows a wide variety of applications to work through existing NAT infrastructure.
The STUN protocol is very simple, being almost identical to echo.
Enhancements:
- Changed to new terminology.
<<less
Download (0.084MB)
Added: 2007-03-16 License: Freely Distributable Price:
963 downloads
Rhinohide 0.2.0 r2

Rhinohide 0.2.0 r2


Rhinohide is a Java implementation of the W3C DOM, layered over a Web browsers native JavaScript. more>>
Rhinohide is a Java implementation of the W3C DOM, layered over a Web browsers native JavaScript.
Rhinohide provides an interface for applets to manipulate their containing Web pages, using a standard Java binding of the DOM. The code is still in alpha, and coverage is incomplete, but at least partial support is provided for these DOM features:
- Core level 3
- XML
- Events
- Traversal
- Range
<<less
Download (MB)
Added: 2007-06-15 License: MIT/X Consortium License Price:
864 downloads
safox 0.5

safox 0.5


safox is a simple PHP API for XML handling. more>>
safox is a simple PHP API for XML handling.
safox merges the DOM approach with XML, and it provides a simple, object-oriented API for PHP-based XML generation, parsing, manupilation, and traversal.
SAFOX provides a generation package and a package that parses XML documents and returns objects.
Enhancements:
- The library has been reorganized, and major enhancements were added.
- RSS 2.0 with specific classes is supported.
- The SAFOX package now has a wrapper class that is the universal starting point for all SAFOX operations, and which binds libraries only when necessary.
- This version also includes code cleanup, bugfixes, and better documentation.
<<less
Download (0.010MB)
Added: 2006-02-09 License: GPL (GNU General Public License) Price:
1353 downloads
Template::Manual::Views 2.15

Template::Manual::Views 2.15


Template::Manual::Views is a template toolkit views (experimental). more>>
Template::Manual::Views is a template toolkit views (experimental).

This section describes dynamic views: a powerful but experimental new feature in version 2.01 of the Template Toolkit.

A view is effectively a collection of templates and/or variable definitions which can be passed around as a self-contained unit. This then represents a particular interface or presentation style for other objects or items of data.

You can use views to implement custom "skins" for an application or content set. You can use them to help simplify the presentation of common objects or data types. You can even use then to automate the presentation of complex data structures such as that generated in an XML::DOM tree or similar. You let an iterator do the walking, and the view does the talking (or in this case, the presenting). Voila - you have view independant, structure shy traversal using templates.

In general, views can be used in a number of different ways to achieve several different things. They elegantly solve some problems which were otherwise difficult or complicated, and make easy some things that were previously hard.

At the moment, theyre still very experimental. The directive syntax and underlying API are likely to change quite considerably over the next version or two. Please be very wary about building your multi-million dollar e-commerce solutions based around this feature.

<<less
Download (0.76MB)
Added: 2006-10-16 License: GPL (GNU General Public License) Price:
1103 downloads
XML::NodeFilter 0.01

XML::NodeFilter 0.01


XML::NodeFilter is a generic XML::NodeFilter Class. more>>
XML::NodeFilter is a generic XML::NodeFilter Class.

SYNOPSIS

use XML::NodeFilter;

my $filter = XML::NodeFilter->new();

$your_iterator->set_filter( $filter );

"Filters are objects that know how to "filter out" nodes. If a NodeIterator or a TreeWalker is given a NodeFilter, it applies the filter before it returns the next node. If the filter says to accept the node, the traversal logic returns it; otherwise, traversal looks for the next node and pretends that the node was rejected was not there."

This definition is given by the DOM Traversal and Range Specification. It explains pretty well, what this class is for: A XML::NodeFilter will recieve a node from a traversal object, such as XML::LibXML::Iterator is one and tells if the given node should be returned to the caller or not.
Although I refere only to XML::LibXML here, XML::NodeFilter is implemented more open, so it can be used with other DOM implementations as well.

The Spec And The Implementation

The DOM Traversal and Range Specification just defines the contstants and accept_node() for a node filter. The XML::NodeFilter implementation also adds the what_to_show() function to the class definition, since I think that it is a filters job to decide which node-types should be shown and which not.

Also XML::NodeFilter adds two constants which are not part of the specification. The first one is FILTER_DECLINED. It tells the traversal logic, that it should apply another filter in order to decide if the node should be visible or not. While the spec only defines the traversal logic to have either one or no filter applied, it showed that it leads to cleaner code if more filter could be used in conjunktion. If a traversal logic finds a single filter that returns FILTER_DECLINED, it should be handled as a synonym of FILTER_ACCEPT. While FILTER_ACCEPT is finite and would cause all other not to be executed, FILTER_DECLINED gives one more flexibility.

The second extension of the specification is the SHOW_NONE symbol. It was added for operational completeness, so one can explicitly switch the node type filter off (means all node types are rejected). This will cause the two calls of what_to_show have a different result:

$filter->what_to_show( undef ); # will set SHOW_ALL
$filter->what_to_show( SHOW_NONE ); # will not set SHOW_ALL

Infact SHOW_NONE is a NULL flag, that means it can be added to any list of flags without altering it.

$filter->what_to_show( SHOW_ELEMENT | SHOW_TEXT | SHOW_NONE );

is therefore identical to

$filter->what_to_show( SHOW_ELEMENT | SHOW_TEXT );

SHOW_NONE is espacially usefull to avoid numerically or even more ugly unintialized values while building such flag lists dynamically.

<<less
Download (0.006MB)
Added: 2006-10-25 License: Perl Artistic License Price:
1094 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 3
  • 1
  • 2
  • 3