that support reviews and downloads

Search results for «that support»:

Showing 1 to 10 from 10 matches

The Freeduc-cd 1.5
Freeduc is a "run-from-CD" Linux distribution based on Knoppix and created by OFSET in France: "Until now - and probably for a while
GPL (GNU General Public License)
FFmpeg 0.4.9 pre1
FFmpeg is a complete solution to record, convert and stream audio and video
LGPL (GNU Lesser General Public License)
Arno's IPTABLES Firewall Script 1.8.8c
Arno's IPTABLES firewall script was initially written because I needed to protect my single-homed Linux machine at work. I wrote it at the time I couldn't find any script that really satisfied my needs except for one that was written by a guy called 'Seven'. I helped him for several months with the work on his script by suppling patches, reporting bugs etc. In this period I was fortunately also able to master scripting for iptables myself because soon Seven discontinued his work, I never got to even talk to the guy ever again. At that point I decided to continue his work, or actually I started my own branch based on his script. In the summer of 2002 I finally got an ADSL connection at home. Initially I used the iptables firewall that came with the great ADSL4LINUX-package (http://www.adsl4linux.nl). But it didn't take me long to come to the conclusion that their iptables firewall lacked important features like port-forwarding and flexbility with "trusted hosts" etc. I also didn't like the fact that I had to use a different firewall for my home machine and the machine at work. This made me decide to use some of the ADSL4LINUX knowledge to implement ADSL support. By now (about 1 year later as of writing) there are only few remnants left of Seven's original script and many, many, many improvements were applied. One major improvement is the ADSL and NAT support (Check the 'features' page with the specifiations of my firewall). For version 2 (alpha) I plan to completely rewrite to script to make it more flexible and to increase the usability for others. Here are some key features of "Arno s IPTABLES Firewall Script": · Very secure stateful filtering firewall · Both kernel 2.4 & 2.6 support · It can be used for both single- and multi(eg. dual)-homed boxes · Masquerading (NAT) and SNAT support · Multiple external (internet) interfaces · Support multiroute NAT & SNAT (load balancing over multiple (internet) interfaces) · Port forwarding (NAT) · Support MAC address filtering · Support for DSL/ADSL modems · Support for PPPoE, PPPoA and bridging modem setups · Support for static and ISP assigned (DHCP) IPs · Support for (transparent) proxies · Full support for DMZ's and DMZ-2-LAN forwarding. You can also use it to isolate your eg. wireless LAN. · (Nmap)(stealth) portscan detection · Protection against SYN-flooding (DoS attacks) · Protection against ICMP-flooding (DoS attacks) · Extensive user-definable logging with rate limiting to prevent log flooding · Includes options to optimize your throughput · User definable open ports, closed ports, trusted hosts, blocked hosts etc. · Log & protection options are both highly customizable · Support for custom iptables rules in a seperate file · It can be used with chkconfig runlevel system (eg. RedHat/Fedora) · Main focus on TCP/UDP/ICMP but additional support for *ALL* IP protocols · It works with Freeswan IPSEC (VPN) & SSH Sentinel (http://www.freeswan.org) (+virtual IP's) · It works with PoPTop PPTP (http://www.poptop.org) · It works with UPnP · DRDOS protection/detection (experimental) · It's easy to configure · And much more. What's New in This Release: · A bug in the MAC_FILTER was fixed. · The MAC/blocked hosts rules were slightly changed. · The number of MAC addresses and blocked hosts loaded is now shown. · Minor changes were made.
GPL (GNU General Public License)
Openfiler 2.1
Openfiler is a intuitive, powerful browser-based network storage software distribution
GPL (GNU General Public License)
SquirrelMail 1.5.1
SquirrelMail is a standards-based Webmail package written in PHP4
GPL (GNU General Public License)
Argus 2.0.6
The Argus Open Project is focused on developing network activity audit strategies that can do real work for the network architect, ad
GPL (GNU General Public License)
Magic C++ 3.0
Magic C++ is a fully visual integrated development environment(IDE) designed to meet the requirements of those programmers developing
GPL (GNU General Public License)
Feed'n Read 0.6.0b
Feed'n Read (FnR) is a free Java based open source newsfeed reader. It is powered by the Sun ROME syndication framework and therefore supports all current formats (RSS 0.90, 0.91, 0.92, 0.93, 0.94, 1.00, 2.00, ATOM 0.30 and 1.00). It disposes of an intuitive, fast and responsive user interface using eclipse technologies, i.e. JFace and SWT. Thus it combines the platform independent Java world on one hand with a fast native user interface on the other hand. Here are some key features of "Feed n Read": · Multi threaded application environment · Multi language support (german and english attended at the moment) · Multi tab style reading · Tree based favorite management · Newsfeed retrieval and update · Newsfeed aggregation · Scheduling for automatic newsfeed retrieval · Easy news filtering · Easy favorite filtering · Archive support (recognizes already read news) · Newsfeed caching support · RSS enclosure support · Podcast support · System tray support · System tray notifications · Internal web browser · OPML import · OPML export · Customizable interface Requirements: · Java 1.4.2 or later What's New in This Release: · Added translations for the following languages: DutchDutch by Robin Neyt GreekGreek by Tsvetan Bankov RomanianRomanian by Stefan Savu RussianRussian by Ivan Kovalenko SpanishSpanish by Miguel E. Hern?ndez Cuervo TurkishTurkish by Muhammet Kara Thanks to all translators for your commitment. · Watch supportAdded watches. Watches let you keep track of your favorite newsfeeds. · You can define a watch for an arbitrary set of favorites which are then watched based on keywords. Whenever a favorite is updated the watch synchronizes the news matching these user defined keywords. There is an auxiliary support for powerful searches using wildcards, i.e. special characters that can be embedded in a keyword: ? Arrow right 0 or 1 arbitrary character. Example: ?at matches all strings that end on at (rat, fat, at, ...) * Arrow right 0 through n arbitrary characters. Example: *og matches all strings that end on og and have any characters in front of it (fog, smog, blog, og, ...) + Arrow right 1 through n arbitrary characters. Example: +og matches all strings that end on og and have at least one character in front of it (fog, smog, blog BUT NOT og, ...) · Creating watches is quite easy as a wizard guides you through the entire process. Watches can be organized in so called watch folders. Select 'Add watch folder' resp. "Add watch' from the 'New' menu to create a watch folder resp. watch. · Browse through the watches in the 'Watches' tree on the left of the user interface. · A sidebar now holds the favorites as well as the watches tree and lets you switch between these two views. (see request #1467841: Add newsfeed watches based on keywords). · Added support for external browser. The link behaviour is now configurable in the 'Browser' branch in preferences. Three different options are available: a) Use internal browser which opens a link in a new tab inside the tab bar. b) Use default external browser which opens a link in a new window outside of the application. This setting is only selectable if the system's default browser could be detected. c) Use an arbitrary external browser which opens a link in a new window outside of the application. (see bug #1449762: IE is activated instead of Default Web Browser) · Added contet menu item "Open news in external browser": A potential external browser configuration is considered. If no userdefined setting is found the action tries to launch the news in the default browser. (see request #1467844: Context menu entry: Open news in default browser) · Added scheduled update support on category level: The refresh interval can now be configured on category level too. Changing the refresh interval of a category updates the refresh interval of all favorites inside. Set the check inside the properties dialog if a change to this setting should recursively affect the favorites in the selected category and all of its sub categories. A default value for this setting is now configurable under 'Favorites' in the application preferences. (see request #1464774: Refresh interval configuration/unread category visualization) · Categories now also display the number of unread news in brackets behind the category name (see request #1464774: Refresh interval configuration/unread category visualization) · News can now be tagged using the "Tag news" action from the main menu or a newsfeed's context menu. The "Untag news" action clears the news tag again. A red flag in the respective column in the newsfeed tab indicates that a news is tagged. This feature can be used to tag news for special interest which can recovered easily on first sight. Supplementally the filter 'show only tagged news' from the filter menu can be applied to newsfeeds to filter out all news that do not have a tag. · Added extended filter options: Show all news, show only unread news and show only tagged news. The filters can be selected using the small arrow down on the right side of the tab bar. Note that this is a global setting which affects all open newsfeed tabs (see request #1449803: Hide read messages). · Added option to mark a newsfeed as read when the tab it is displayed in is closed. This can be configured in the 'General' branch in the application preferences (see request #1449891: Mark read when you leave feed). · Added shortcuts for mark news as read (ctrl+r)/unread (ctrl+u) (see request #1453747: Shortcut for Mark as Read). · Added some new refresh intervals to the scheduler (1 minute, 2 minutes, 3 minutes and 4 minutes). · Favorite read status is restored on startup syncing all favorites with the last condition in cache and archive. This means that the favorites status is the same as it was when the application was closed the last time. Opening a favorite opens the newsfeed's previous status as found in cache and archive. To reflect the synchronization status on startup a progress indicator for the favorite loading process was added to the application splash screen. · Added buttons to clear persistent cache and archive to the application preferences. · Favorites tree now displays individual icons for favorites whose host supplies a website icon (known as favicon). Tabs also display that icon if it is available for the favorite. Uses background loading and caching techniques to improve gui performance. Supplementally added support for overlay icons in case a favorite is scheduled for automatic update or its associated newsfeed is flawed. · Improved favorites tree filter strategy to prevent flickering. The favorites tree isn't refreshed on each keytroke anymore. · The toolbar items are now arranged in logical groups which can be reordered and wrapped. The toolbar settings are stored in the configuration and restored on application start. · The application view and divider settings are now stored in the configuration and restored on application start. · Screen cheese bug on windows xp systems fixed which caused the application not to show up with xp skin if the respective manifest files were not found in the java runtime installation directory. No manifest files are needed anymore. The xp skin is activated automatically if the application is running on a windows xp system. · Fixed bug that caused a scheduled favorite to get updated although it has been already removed. · Reengineered tray notifications. In mass updates, e.g. if a category is updated tray notifications now only close if the last notification has been displayed. The notification display time as configured in the application preferences affects the time from the last displayed notification. · Fixed bug that caused idle or lingering newsfeed updates not to disappear from the notification area. · Fixed bug which caused HTML entities not to be decoded in news titles. All news titles are now conditioned in such a manner that all HTML entities are now converted to their unicode representations. Additionally all potential HTML tags are stripped off (see bug #1498015: HTML codes not decoded). · Added missing browser toolbar tooltips. · Revised documentation, i.e. javadocs. · Updated SWT library to 3.2.32
Common Public License
OpenWebMail 2.52
Open WebMail is a webmail system based on the Neomail version 1.14 from Ernie Miller
GPL (GNU General Public License)
MBSE Bulletin Board System 0.82.0
MBSE Bulletin Board System is a full Fidonet-capable ANSI BBS package including a mailer (ifcico clone), tosser, ticfile processor, f
GPL (GNU General Public License)

Related: