ipsec tools 0.6.6
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 245
IPsec-Tools 0.6.6
IPsec-Tools is a Linux port of the user-space tools from KAME. more>>
IPsec-Tools is a port of KAMEs IPsec utilities to the Linux-2.6 IPsec implementation. IPsec-Tools supports NetBSD and FreeBSD as well.
Contents:
libipsec
Library with PF_KEY implementation.
setkey
Tool to manipulate and dump the kernel Security Policy Database (SPD) and Security Association Database (SAD).
racoon
Internet Key Exchange (IKE) daemon for automatically keying IPsec connections.
racoonctl
A shell-based control tool for racoon
Enhancements:
- Some various bugfixes
<<lessContents:
libipsec
Library with PF_KEY implementation.
setkey
Tool to manipulate and dump the kernel Security Policy Database (SPD) and Security Association Database (SAD).
racoon
Internet Key Exchange (IKE) daemon for automatically keying IPsec connections.
racoonctl
A shell-based control tool for racoon
Enhancements:
- Some various bugfixes
Download (0.64MB)
Added: 2006-06-13 License: BSD License Price:
1236 downloads
DrasticTools 0.6.6
DrasticTools can be used to visualize table data in a Grid (DrasticGrid) and on a Google Map (DrasticMap). more>>
DrasticTools can be used to visualize table data in a Grid (DrasticGrid) and on a Google Map (DrasticMap). The grid supports pagination, sorting, and in-line editing of data. DrasticTools project is the successor of MySQLPHPGrid.
Enhancements:
- "showcols", "showcolsnot", and "defaultcols" options were added.
- A problem where null was shown in IE was fixed.
- In DrasticMap the label, tool-tip, and bar were changed.
<<lessEnhancements:
- "showcols", "showcolsnot", and "defaultcols" options were added.
- A problem where null was shown in IE was fixed.
- In DrasticMap the label, tool-tip, and bar were changed.
Download (0.082MB)
Added: 2007-04-20 License: LGPL (GNU Lesser General Public License) Price:
918 downloads
udtool 0.6.6
udtool allows you to have peoples names in Urban Dead show up in different colors. more>>
udtool allows you to have peoples names in Urban Dead show up in different colors.
Basically this extension colorizes names in Urban Dead, but lets you have multiple groups with different colors for each.
It also lets groups have descriptions with appear when you mouse over the name of someone in a group. But it also has a lot more features than that.
<<lessBasically this extension colorizes names in Urban Dead, but lets you have multiple groups with different colors for each.
It also lets groups have descriptions with appear when you mouse over the name of someone in a group. But it also has a lot more features than that.
Download (0.056MB)
Added: 2007-04-26 License: MPL (Mozilla Public License) Price:
568 downloads
Site Tools 1.0
Site Tools is a collection of Modules for perl that allow easy template integration, SQL forms creation and many others. more>>
Site Tools is a collection of Modules for perl that allow easy template integration, SQL forms creation, tables, sessions, and various other things that make web development a little easier to manage. Requires the SQLObject and PObject classes available on my project page. I have stopped developing these classes in favor of the Template Toolkit, it is a lot more robust and mod_perl aware, please use that instead.
To install everyhthing, follow the next instructions:
perl Makefile.PL
make
make test
make install
Basic documentation can be found through perldoc Site. It has pointers to other modules to look at.
<<lessTo install everyhthing, follow the next instructions:
perl Makefile.PL
make
make test
make install
Basic documentation can be found through perldoc Site. It has pointers to other modules to look at.
Download (0.053MB)
Added: 2007-07-19 License: GPL (GNU General Public License) Price:
828 downloads
Doodle 0.6.6
Doodle is a file search tool based on meta-data. more>>
Doodle is a tool to quickly search the documents on a computer. Doodle builds an index using meta-data contained in the documents and allows fast searches on the resulting database.
Doodle project uses libextractor to support obtaining meta-data from various file-formats. The database used by doodle is a suffix tree, resulting in fast lookups. Doodle supports approximate searches.
Main features:
- A web interface
- Ordering of search results
- Spidering (indexing the Internet or websites)
Using
First the doodle database needs to be created. The simplest way to create the database is to run doodle with the -b option on the directories that are to be indexed. For example:
$ doodle -b
This will create the doodle database under ~/.doodle.
After creating the doodle database, you can search it. For example:
$ doodle keyword
Full text search
You can achieve a (limited) form of full-text search with doodle. For that, the dictionary-based plaintext extractors from libextractor are used. In order to use them, you need to pass the option -b LANG to doodle.
LANG is a two letter language code that selects the dictionary. Available languages at the moment are en, es, fr, it and no. Words and sentences that are available in the respective dictionaries for these languages will then be added to the index.
While libextractor attempts to avoid full-text extraction for certain kown binary formats, it may still find words in non-text files. Running with this option will dramatically increase the size of the index and the time it takes to build the index.
Note that if you change the options used to build a database will not (!) result in doodle re-indexing files that were processed with other options previously. The only way to force doodle to re-index files with different options is to either touch the files (change modification timestamp) or to delete the old database and start from scratch.
Enhancements:
- This release fixes a bug on big-endian systems and an error in handling empty metadata entries.
- It also adds support for pkg-config.
- The database format changed; doodle indices will need to be regenerated.
<<lessDoodle project uses libextractor to support obtaining meta-data from various file-formats. The database used by doodle is a suffix tree, resulting in fast lookups. Doodle supports approximate searches.
Main features:
- A web interface
- Ordering of search results
- Spidering (indexing the Internet or websites)
Using
First the doodle database needs to be created. The simplest way to create the database is to run doodle with the -b option on the directories that are to be indexed. For example:
$ doodle -b
This will create the doodle database under ~/.doodle.
After creating the doodle database, you can search it. For example:
$ doodle keyword
Full text search
You can achieve a (limited) form of full-text search with doodle. For that, the dictionary-based plaintext extractors from libextractor are used. In order to use them, you need to pass the option -b LANG to doodle.
LANG is a two letter language code that selects the dictionary. Available languages at the moment are en, es, fr, it and no. Words and sentences that are available in the respective dictionaries for these languages will then be added to the index.
While libextractor attempts to avoid full-text extraction for certain kown binary formats, it may still find words in non-text files. Running with this option will dramatically increase the size of the index and the time it takes to build the index.
Note that if you change the options used to build a database will not (!) result in doodle re-indexing files that were processed with other options previously. The only way to force doodle to re-index files with different options is to either touch the files (change modification timestamp) or to delete the old database and start from scratch.
Enhancements:
- This release fixes a bug on big-endian systems and an error in handling empty metadata entries.
- It also adds support for pkg-config.
- The database format changed; doodle indices will need to be regenerated.
Download (0.45MB)
Added: 2007-01-03 License: GPL (GNU General Public License) Price:
1032 downloads
DNSSEC-Tools 1.2
DNSSEC-Tools is a project that provides tools for DNS administrators. more>> <<less
Download (1.3MB)
Added: 2007-05-23 License: BSD License Price:
892 downloads
nzbperl 0.6.6
nzbperl is a newsreader utility that can process an nzb file, autodecode, and do bandwidth throttling. more>>
nzbperl is a newsreader utility that can process an nzb file, autodecode, and do bandwidth throttling.
Run Linux (or OSX or Windows)? Need a multi-connection newsreader utility that can process an nzb file and autodecode and even do bandwidth throttling? Youve come to the right place.
I looked around for something that I could use for nzb files on my Linux setup, and I soon discovered limited options. There are progs out there that will download nzb files (nzbget and knzb are apparently the most visible ones), but none seemed to have a key feature that I put importance on: bandwidth throttling. So, like many other one-off hacks and open source projects, this little toy was built to scratch an itch.
Main features:
- Automated parsing and sorting of nzb files
- Supports multiple server connections
- Automated parts downloading, assembling, and decoding
- Decodes uuencoded and yenc encoded files (via uudeview)
- User controllable bandwidth throttling (even change speeds during runtime)
- Nice colored text display with progress information
- News server authentication (optional)
- Perl script requires no compilation.
- Few dependencies
- Small footprint (about a 57kB download)
<<lessRun Linux (or OSX or Windows)? Need a multi-connection newsreader utility that can process an nzb file and autodecode and even do bandwidth throttling? Youve come to the right place.
I looked around for something that I could use for nzb files on my Linux setup, and I soon discovered limited options. There are progs out there that will download nzb files (nzbget and knzb are apparently the most visible ones), but none seemed to have a key feature that I put importance on: bandwidth throttling. So, like many other one-off hacks and open source projects, this little toy was built to scratch an itch.
Main features:
- Automated parsing and sorting of nzb files
- Supports multiple server connections
- Automated parts downloading, assembling, and decoding
- Decodes uuencoded and yenc encoded files (via uudeview)
- User controllable bandwidth throttling (even change speeds during runtime)
- Nice colored text display with progress information
- News server authentication (optional)
- Perl script requires no compilation.
- Few dependencies
- Small footprint (about a 57kB download)
Download (0.070MB)
Added: 2005-09-28 License: GPL (GNU General Public License) Price:
1488 downloads
htop 0.6.6
htop is an interactive process viewer for Linux. more>>
htop is an interactive process viewer for Linux.
htop project requires ncurses. Tested with Linux 2.4 and 2.6.
Enhancements:
- This release contains stability and statistics fixes.
- Upgrading is recommended.
<<lesshtop project requires ncurses. Tested with Linux 2.4 and 2.6.
Enhancements:
- This release contains stability and statistics fixes.
- Upgrading is recommended.
Download (0.12MB)
Added: 2007-06-02 License: GPL (GNU General Public License) Price:
884 downloads
VK Tools 0.8g
VK Toolset project is intended to aide MPEG developers and hobbyist in understanding and creating conformant MPEG streams. more>>
VK Toolset project is intended to aide MPEG developers and hobbyist in understanding and creating conformant MPEG streams.
The current version focuses on the MPEG system layer (MPEG-1 System, MPEG-2 Program Stream), and MPEG-2 Transport bitstreams).
Enhancements:
vk_tafe
- UI changes to PCR Analysis screen
- New PTS/DTS graph (graphs PTS/DTS values against current PCR)
- UI log for STD buffer analysis
- Updated HTML documentation
- Target build platform updated to a "modern" distro -- SuSE 10. The older Mandrake version is frozen at version 0.8f which is still included in the VK-Tools packets
- Updated win32 port
view_knot_dump
- UI no longer depends on icons subdirectory to properly display
- If local .view_knot_view config does not specify the location of vk_tafe we assume its somewhere in the PATH and try to launc it
- Updated HTML documentation
- Target build platform updated to a "modern" distro -- SuSE 10. The older Mandrake version is frozen at version 0.8f which is still included in the VK-Tools packets
- Updated win32 port
- Removed Plugins. Theyve only been broken for 5 years now :)
view_knot_viewer
- No changes
<<lessThe current version focuses on the MPEG system layer (MPEG-1 System, MPEG-2 Program Stream), and MPEG-2 Transport bitstreams).
Enhancements:
vk_tafe
- UI changes to PCR Analysis screen
- New PTS/DTS graph (graphs PTS/DTS values against current PCR)
- UI log for STD buffer analysis
- Updated HTML documentation
- Target build platform updated to a "modern" distro -- SuSE 10. The older Mandrake version is frozen at version 0.8f which is still included in the VK-Tools packets
- Updated win32 port
view_knot_dump
- UI no longer depends on icons subdirectory to properly display
- If local .view_knot_view config does not specify the location of vk_tafe we assume its somewhere in the PATH and try to launc it
- Updated HTML documentation
- Target build platform updated to a "modern" distro -- SuSE 10. The older Mandrake version is frozen at version 0.8f which is still included in the VK-Tools packets
- Updated win32 port
- Removed Plugins. Theyve only been broken for 5 years now :)
view_knot_viewer
- No changes
Download (0.12MB)
Added: 2006-01-18 License: Freely Distributable Price:
1381 downloads
mtop 0.6.6
mtop (MySQL top) monitors a MySQL database showing the queries which are taking the most amount of time to complete. more>>
mtop (MySQL top) monitors a MySQL database showing the queries which are taking the most amount of time to complete.
Installation:
To install mtop, run the following:
perl Makefile.PL
make
make install
Run:
perl Makefile.PL --prefix={install_prefix}
or change the PREFIX line in Makefile.PL to customize install location. The default {install_prefix} is /usr/local which means mtop will be installed in /usr/local/bin/.
<<lessInstallation:
To install mtop, run the following:
perl Makefile.PL
make
make install
Run:
perl Makefile.PL --prefix={install_prefix}
or change the PREFIX line in Makefile.PL to customize install location. The default {install_prefix} is /usr/local which means mtop will be installed in /usr/local/bin/.
Download (0.048MB)
Added: 2005-09-30 License: GPL (GNU General Public License) Price:
1489 downloads
MPEG4ip Tools 1.5.05
MPEG4IP provides an end-to-end system to explore streaming multimedia. more>>
MPEG4IP provides an end-to-end system to explore streaming multimedia. The package includes many existing open source packages and the "glue" to integrate them together. This is a tool for streaming video and audio that is standards-oriented and free from proprietary protocols and extensions.
Provided are a live MPEG-4/H.261/MPEG-2/H.263 MP3/AAC/AMR broadcaster and file recorder, command line utilities such as an MP4 file creator and hinter, and an player that can both stream and playback from local file.
Our development is focused on the Linux platform, and has been ported to Windows, Solaris, FreeBSD, BSD/OS and Mac OS X, but it should be relatively straight-forward to use on other platforms. Many of the included packages are multi-platform already. Mp4live only works on Linux.
This code is not intended for end users, and does not contain executables. Please read all the legal information to determine if it is suitable for you.
File formats:
avi, mp4, limited .mov, .mpg (transport and program streams), .wav, raw aac, raw mp3, raw mp4v, raw .h264
Video codecs:
mpeg-4 (xvid, xvid-1.0, ISO reference), mpeg1/2 (libmpeg3, mpeg2dec), H.261, YUV (i420 raw)
Through ffmpeg: h.263, Sorenson, some MJPEG, H.264
Audio Codecs:
aac (faad, faad2 with seperate download), mp3, celp, ac3 (with seperate download), raw PCM, G.711 alaw and ulaw
Through ffmpeg: AMR NB, AMR WB, G.711 alaw and ulaw
Streaming capability:
RTSP, SDP, RTP (rfc 3551 for raw audio, 2250 for mpeg1/2 audio and video, 3016 for mpeg4 video, 3119 for mp3, 3640 for aac/celp audio, 3267 for AMR octet-aligned only, 3984 for h.264), mpeg2 transport streams (mpeg2 video, mp3 and ac3 audio), both multicast and streaming.
Supports http fetch of sdp files.
Other features:
1/2, double and full screen video, change aspect ratio of video
Audio should be able to convert channels and format to match any hardware, but not frequency.
IsmaCryp 1.0 specification is supported for local playback and streaming playback.
<<lessProvided are a live MPEG-4/H.261/MPEG-2/H.263 MP3/AAC/AMR broadcaster and file recorder, command line utilities such as an MP4 file creator and hinter, and an player that can both stream and playback from local file.
Our development is focused on the Linux platform, and has been ported to Windows, Solaris, FreeBSD, BSD/OS and Mac OS X, but it should be relatively straight-forward to use on other platforms. Many of the included packages are multi-platform already. Mp4live only works on Linux.
This code is not intended for end users, and does not contain executables. Please read all the legal information to determine if it is suitable for you.
File formats:
avi, mp4, limited .mov, .mpg (transport and program streams), .wav, raw aac, raw mp3, raw mp4v, raw .h264
Video codecs:
mpeg-4 (xvid, xvid-1.0, ISO reference), mpeg1/2 (libmpeg3, mpeg2dec), H.261, YUV (i420 raw)
Through ffmpeg: h.263, Sorenson, some MJPEG, H.264
Audio Codecs:
aac (faad, faad2 with seperate download), mp3, celp, ac3 (with seperate download), raw PCM, G.711 alaw and ulaw
Through ffmpeg: AMR NB, AMR WB, G.711 alaw and ulaw
Streaming capability:
RTSP, SDP, RTP (rfc 3551 for raw audio, 2250 for mpeg1/2 audio and video, 3016 for mpeg4 video, 3119 for mp3, 3640 for aac/celp audio, 3267 for AMR octet-aligned only, 3984 for h.264), mpeg2 transport streams (mpeg2 video, mp3 and ac3 audio), both multicast and streaming.
Supports http fetch of sdp files.
Other features:
1/2, double and full screen video, change aspect ratio of video
Audio should be able to convert channels and format to match any hardware, but not frequency.
IsmaCryp 1.0 specification is supported for local playback and streaming playback.
Download (0.71MB)
Added: 2006-11-17 License: Freeware Price:
1077 downloads
MDB Tools 0.6pre1
MDB Tools is a set of tools for reading Microsoft Access MDB files. more>>
The MDB Tools project is a effort to document the MDB file format used in Microsofts Access database package, and to provide a set of tools and applications to make that data available on other platforms.
Specifically, MDB Tools includes programs to export schema and data to other databases such as MySQL, Oracle, Sybase, PostgreSQL, and others.
Also, included is a SQL engine for performing simple SQL queries. The 0.5 release includes an updated GUI interface (screenshot is available here). A sparse but functional ODBC driver is included as well.
MDB Tools currently has read-only support for Access 97 (Jet 3) and Access 2000/2002 (Jet 4) formats. Access 2000 support is a recent addition and may not be as complete as Jet 3 support.
Write support is currently being worked on and the first cut is expected to be included in the 0.6 release.
<<lessSpecifically, MDB Tools includes programs to export schema and data to other databases such as MySQL, Oracle, Sybase, PostgreSQL, and others.
Also, included is a SQL engine for performing simple SQL queries. The 0.5 release includes an updated GUI interface (screenshot is available here). A sparse but functional ODBC driver is included as well.
MDB Tools currently has read-only support for Access 97 (Jet 3) and Access 2000/2002 (Jet 4) formats. Access 2000 support is a recent addition and may not be as complete as Jet 3 support.
Write support is currently being worked on and the first cut is expected to be included in the 0.6 release.
Download (0.60MB)
Added: 2005-04-21 License: LGPL (GNU Lesser General Public License) Price:
1695 downloads
lopster-tools 1.0
lopster-tools is a set of tools for use with Lopster that allows users to view statistics for download. more>>
lopster-tools is a set of tools for use with Lopster that allows users to view statistics for download and upload transfer, incomplete and finished files, how many MB are downloaded or uploaded, and the difference between down- and upload, amongst other features.
<<less Download (0.60MB)
Added: 2005-07-06 License: GPL (GNU General Public License) Price:
1571 downloads
Dstat 0.6.6
Dstat is a versatile replacement for vmstat, iostat, and ifstat. more>>
Dstat project is a versatile replacement for iostat, vmstat and ifstat. Dstat overcomes some of the limitations and adds some extra features.
Dstat allows you to view all of your system resources instantly, you can eg. compare disk usage in combination with interrupts from your IDE controller, or compare the network bandwidth numbers directly with the disk throughput (in the same interval).
Dstat also cleverly gives you the most detailed information in columns and clearly indicates in what magnitude and unit the output is displayed. Less confusion, less mistakes.
Dstat is also unique in letting you aggregate block device throughput for a certain diskset or network bandwidth for a group of interfaces, ie. you can see the throughput for all the block devices that make up a single filesystem or storage system.
You can customize your dstat output from /etc/dstat.conf and you can write your own dstat modules to plug into the dstat output.
Dstats output by default is optimized for being interpreted by humans in real-time, however the new CSV output allows you to store CSV output to a file to be imported later into Gnumeric or Excel to generate graphs.
Main features:
- Combines vmstat, iostat and ifstat information (in exactly the same timeframe)
- Modular design
- Enable/order counters as they make most sense during analysis/troubleshooting
- Easy to extend, add your own counters (please contribute those)
- Can summarize grouped block devices and see total numbers
- Can show interrupts per device
- Very accurate timeframes, no timeshifts when system is stressed
- Shows exact units and limits conversion mistakes
- Indicate different units with different colors
- Show intermediate results when delay > 1
- Written in python so easily extendable for the task at hand
- Allows to export CSV output
- CSV output can be imported in Gnumeric and Excel to make graphs
<<lessDstat allows you to view all of your system resources instantly, you can eg. compare disk usage in combination with interrupts from your IDE controller, or compare the network bandwidth numbers directly with the disk throughput (in the same interval).
Dstat also cleverly gives you the most detailed information in columns and clearly indicates in what magnitude and unit the output is displayed. Less confusion, less mistakes.
Dstat is also unique in letting you aggregate block device throughput for a certain diskset or network bandwidth for a group of interfaces, ie. you can see the throughput for all the block devices that make up a single filesystem or storage system.
You can customize your dstat output from /etc/dstat.conf and you can write your own dstat modules to plug into the dstat output.
Dstats output by default is optimized for being interpreted by humans in real-time, however the new CSV output allows you to store CSV output to a file to be imported later into Gnumeric or Excel to generate graphs.
Main features:
- Combines vmstat, iostat and ifstat information (in exactly the same timeframe)
- Modular design
- Enable/order counters as they make most sense during analysis/troubleshooting
- Easy to extend, add your own counters (please contribute those)
- Can summarize grouped block devices and see total numbers
- Can show interrupts per device
- Very accurate timeframes, no timeshifts when system is stressed
- Shows exact units and limits conversion mistakes
- Indicate different units with different colors
- Show intermediate results when delay > 1
- Written in python so easily extendable for the task at hand
- Allows to export CSV output
- CSV output can be imported in Gnumeric and Excel to make graphs
Download (0.053MB)
Added: 2007-04-29 License: GPL (GNU General Public License) Price:
557 downloads
Simpy Tools 1.1
SimpyTools is a collection of various software for using and enhancing the simpy.com social bookmarking service. more>>
SimpyTools is a collection of various software for using and enhancing the simpy.com social bookmarking service.
Simpy Tools includes libraries in various programming languages for using the REST API of simpy.com. It also includes a Firefox extension and more.
Simple wrapper-lib for accessing the http://www.simpy.com/ REST API via python. See http://simpytools.sourceforge.net for details, and libs in other languages
Synopsis:
# get and store links in files matching a query
client = SimpyClient(user, passwd)
links = client.getLinks( {limit:20, q:+tags:"programming" +tags:"trails"} )
for i, link in enumerate(links):
s = urllib2.urlopen(link.url)
if s is not None: file(str(i)+".html", w+).write(s.read())
else: print "URL "+link.url+" was not handled"
Supported Calls:
GetTags, RemoveTag, RenameTag, MergeTags, SplitTag
GetLinks, SaveLink, DeleteLink
GetWatchlists, GetWatchlist
GetNotes, SaveNote
<<lessSimpy Tools includes libraries in various programming languages for using the REST API of simpy.com. It also includes a Firefox extension and more.
Simple wrapper-lib for accessing the http://www.simpy.com/ REST API via python. See http://simpytools.sourceforge.net for details, and libs in other languages
Synopsis:
# get and store links in files matching a query
client = SimpyClient(user, passwd)
links = client.getLinks( {limit:20, q:+tags:"programming" +tags:"trails"} )
for i, link in enumerate(links):
s = urllib2.urlopen(link.url)
if s is not None: file(str(i)+".html", w+).write(s.read())
else: print "URL "+link.url+" was not handled"
Supported Calls:
GetTags, RemoveTag, RenameTag, MergeTags, SplitTag
GetLinks, SaveLink, DeleteLink
GetWatchlists, GetWatchlist
GetNotes, SaveNote
Download (0.017MB)
Added: 2007-04-19 License: The Apache License 2.0 Price:
918 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above ipsec tools 0.6.6 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