CyberKnights Logo, click for background info Random banner image

CyberKnights

Modern tools.
Traditional dedication.

Previous page Home | Purpose | Linux | Products | Legality | Special | Downloads | Articles | Contact Next page

Mandrake 10.0 - System/Servers

acid 0.9.6b23 GPL Analysis Console for Intrusion Databases The Analysis Console for Intrusion Databases (ACID) is a PHP-based analysis engine to search and process a database of security events generated by various IDSes, firewalls, and network monitoring tools
acpi 0.07 GPL Displays information on ACPI devices Attempts to replicate the functionality of the 'old' apm command on ACPI systems, including battery and thermal information.
acpid 1.0.2 GPL ACPI kernel daemon and control utility The ACPI specification defines power and system management functions for each computer, in a generic manner. The ACPI daemon coordinates the management of power and system functions when ACPI kernel support is enabled (kernel 2.3.x or later).
ADVX-build 9.2 GPL ADVX-build contains tools and macros to build ADVX ADVX-build contains a set of tools and macros to build ADVX components, including Apache 2.
am-utils 6.0.9 BSD Automount utilities including an updated version of Amd. Am-utils includes an updated version of Amd, the popular BSD automounter. An automounter is a program which maintains a cache of mounted filesystems. Filesystems are mounted when they are first referenced by the user and unmounted after a certain period of inactivity. Amd supports a variety of filesystems, including NFS, UFS, CD-ROMS and local drives. You should install am-utils if you need a program for automatically mounting and unmounting filesystems.
anacron 2.3 GPL A cron-like program that doesn't go by time Anacron (like `anac(h)ronistic') is a periodic command scheduler. It executes commands at intervals specified in days. Unlike cron, it does not assume that the system is running continuously. It can therefore be used to control the execution of daily, weekly and monthly jobs (or anything with a period of n days), on systems that don't run 24 hours a day. When installed and configured properly, Anacron will make sure that the commands are run at the specified intervals as closely as machine-uptime permits. This package is pre-configured to execute the daily jobs of the Mandrake system. You should install this program if your system isn't powered on 24 hours a day to make sure the maintenance jobs of other Mandrake packages are executed each day.
anonftp 3.0 GPL A program which enables anonymous FTP access. The anonftp package contains the files you need in order to allow anonymous FTP access to your machine. Anonymous FTP access allows anyone to download files from your machine without having a user account. Anonymous FTP is a popular way of making programs available via the Internet. You should install this if you are using wu-ftpd and wish to enable anonymous downloads from your machine.
anthill 0.2.6 GPL Bug tracking database system written in PHP Anthill is a bug tracking database system written in PHP. It provides the standard bug tracking features such as: user logins, summary reports, submitting bugs, querying bugs, various severity and status levels. It also provides some unique features, such as a template system, and multi-lingual support.
apache 1.3.29 Apache License The most widely used Web server on the Internet. Apache is a powerful, full-featured, efficient and freely-available Web server. Apache is also the most popular Web server on the Internet. This version of Apache includes many optimizations, Extended Application Programming Interface (EAPI), Shared memory module, hooks for SSL modules, and several patches/cosmetic improvements. It is also fully modular, and many modules are available in pre-compiled format, like PHP4, the Hotwired XSSI module and Apache-ASP. Also included are special patches to enable FrontPage 2000 support (see mod_frontpage package).
apache2 2.0.48 Apache License The most widely used Web server on the Internet. This package contains the main binary of apache2, a powerful, full-featured, efficient and freely-available Web server. Apache is also the most popular Web server on the Internet. This version of apache2 is fully modular, and many modules are available in pre-compiled formats, like PHP4 and mod_auth_external. Check for available Apache2 modules for MandrakeLinux at: http://www.deserve-it.com/modules_for_apache2.html (most of them can be installed from the contribs repository) You can build apache2 with some conditional build swithes; (ie. use with rpm --rebuild): --with debug Compile with debugging code
apache2-common 2.0.48 Apache License Files common for apache2 and apache2-mod_perl installations This package contains files required for both apache2 and apache2-mod_perl package installations. Install this if you want to install apache2 or/and apache2 with mod_perl.
apache2-HTML-Embperl 2.0b9 GPL Embperl is a framework for building web sites with Perl. Embperl is a framework for building websites with Perl. For the beginner it's an easy to setup and use way of embedding Perl code in HTML pages. It delivers several features that ease the task of creating a ebsites, including dynamic tables, formfield-processing, escaping/unescaping, session handling, caching and more. If your demands grow it gives you the power to make your Website object-oriented and build it out of small reusable components. If you don't like the idea of mixing up all your layout and code then Embperl also supports separating it in different objects (e.g. creating an MVC application). Of course Embperl doesn't tie you to HTML - it allows components to be from different source formats (e.g. HTML, WML, XML, POD, ...) and if necessary transforms them (for example via XSLT) to other output formats. This is achieved by dividing the output generation into small steps, where each is processed by a plugable provider. Advanced users can create their own syntax definitions (for example tag libraries) and extend Embperl by writing their own providers and much more... Embperl is a server-side tool, which means that it's browser-independent. It can run in various ways: under mod_perl, as a CGI script, or offline.
apache2-manual 2.0.48 Apache License The apache2 Manual This package contains the apache2 server documentation in HTML format.
apache2-mod_activex_filter 2.0.48_0.2b Apache License Mod_activex_filter is a DSO module for the apache2 Web server. It's only a simple hack of mod_case_filter to get a way to filter ActiveX on a proxy. Actualy, the only way to filter ActiveX if your proxy is unable to do it is to use a TIS module chained with your proxy. But the TIS is only capable of doing HTTP/1.0. If you need real performances, you'll want to use HTTP/1.1.
apache2-mod_authenticache 2.0.48_2.0.6 Apache License A generic credential caching module for the apache2 Web server. mod_authenticache provides a simple and generic method for caching authentication information on the client side in order to enhance performance. It has been tested with several Basic HTTP authentication modules, and has an Apache 2.0.x optional function exporter for caching credentials from any custom authentication module.
apache2-mod_auth_external 2.0.48_2.2.7 Apache License An apache2 authentication DSO using external programs An apache2 external authentication module - uses PAM.
apache2-mod_auth_kerb 2.0.48_5.0 Apache License Mod_auth_kerb is a DSO module for the apache2 Web server. Mod_auth_kerb is an apache2 module designed to provide Kerberos user authentication to the Apache web server. Using the Basic Auth mechanism, it retrieves a username/password pair from the browser and checks them against a Kerberos server as set up by your particular organization. It also supports mutual ticket authentication, but most browsers do not support that natively. I might look into writing a netscape plugin for it at some point. Some browsers also require being told that they are to use Basic Auth as opposed to seeing KerberosV* and handling that as basic auth. The module accounts for this and 'tricks' the browser into thinking it's normal basic auth. If you are using the Basic Auth mechanmism, the module does not do any special encryption of any sort. The passing of the username and password is done with the same Base64 encoding that Basic Auth uses. This can easily be converted to plain text. To counter this, I would suggest also using mod_ssl.
apache2-mod_auth_msfix 2.0.48_0.2.0 GPL Mod_auth_msfix is a DSO module for the apache2 Web server. When MS XP Clients connect to WebDAV they may have a problem sending the user's name to Apache. This mod can fix the user's name
apache2-mod_auth_mysql 2.0.48_1.11 Apache License Basic authentication for the apache2 web server using a MySQL database. mod_auth_mysql can be used to limit access to documents served by a web server by checking data in a MySQL database.
apache2-mod_auth_nds 2.0.48_2.0 GPL Mod_auth_nds is a DSO module for the apache2 Web server. mod_auth_nds is the Novell(tm) NDS(tm) authentication module for the apache2 web server.
apache2-mod_auth_pgsql 2.0.48_2.0.1 Apache License Basic authentication for the apache2 web server using a PostgreSQL database. mod_auth_pgsql can be used to limit access to documents served by a web server by checking fields in a table in a PostgresQL database.
apache2-mod_auth_radius 2.0.48_1.7PR1 Apache License Mod_radius is a DSO module for the apache2 Web server. Make apache2 a RADIUS client for authentication and accounting requests.
apache2-mod_auth_remote 2.0.48_1.0 GPL Mod_auth_remote is a DSO module for the apache2 Web server. This module is a very simple, lightweight method of setting up a single signon system across multiple web-applicaitions hosted on different servers. The actual authentication & authorization system is deployed on a single server instead of each individual server. All other servers are built with mod_auth_remote enabled. When a request comes in, mod_auth_remote obtains the client username & password from the client via basic authentication scheme. It then builds a HTTP header with authorization header built from the client's userid:passwd. mod_auth_remote then makes a HEAD request to the authentication server. On reciept of a 2XX response, the client is validated; for all other responses the client is not validated.
apache2-mod_auth_sdb 2.0.48_0.12 Apache License Mod_auth_sdb is a DSO module for the apache2 Web server. This module provides Apache user authentication using LibSDB.
apache2-mod_auth_shadow 2.0.48_2.0 GPL Shadow password authentication for the apache2 web server mod_auth_shadow is an apache2 module which authenticates against the /etc/shadow file. You may use this module with a mode 400 root:root /etc/shadow file, while your web daemons are running under a non-privileged user.
apache2-mod_authz_svn 2.0.48_1.0.1 BSD Subversion Server Authorization DSO Module for apache2 Subversion is a concurrent version control system which enables one or more users to collaborate in developing and maintaining a hierarchy of files and directories while keeping a history of all changes. Subversion only stores the differences between versions, instead of every complete file. Subversion also keeps a log of who, when, and why changes occured. As such it basically does the same thing CVS does (Concurrent Versioning System) but has major enhancements compared to CVS and fixes a lot of the annoyances that CVS users face. This package contains the apache2 server extension DSO for authorization, i.e. read and write permissions to a repository.
apache2-mod_benchmark 2.0.48_1.6a GPL Mod_benchmark is a DSO module for the apache2 Web server. mod_benchmark is an apache2 module that produces Performance Statistics. It can help you find out which are the slower pages, which are the system bottlenecks. It can also alert you when thresholds are reached. Reports are displayed through a PHP fronte NOTE: This software requires the SVG viewer by Adobe to make use of the graphs produced. (MSIE only?)
apache2-mod_bwshare 2.0.48_0.1.3 Artistic Bandwidth throttling and balancing by client IP address. The Apache shaping module "bwshare" uses a form of "statistical shaping". This means that the software measures the statistical behaviour of the subscriber in the past, and uses this as a basis for controlling the current access to resources by the user. The purpose of this module is to give the web site operator some control over bandwidth utilization by individual client hosts. The "bwshare" module temporarily blocks access by excessive users. This is aimed especially at users who download whole websites at great speed. Excessive speed is considered bad etiquette for search engine robots.
apache2-mod_cache 2.0.48 Apache License Content cache keyed to URIs mod_cache implements an RFC 2616 compliant HTTP content cache that can be used to cache either local or proxied content. mod_cache requires the services of one or more storage management modules. Two storage management modules are included in the base Apache distribution: * mod_disk_cache - implements a disk based storage manager for use with mod_proxy. * mod_mem_cache - implements an in-memory based storage manager. mod_mem_cache can be configured to operate in two modes: caching open file descriptors or caching objects in heap storage. mod_mem_cache is most useful when used to cache locally generated content or to cache backend server content for mod_proxy configured for ProxyPass (aka reverse proxy)
apache2-mod_cfg_ldap 2.0.48_1.0 BSD Keeping apache2 VirtualHost configuration in a LDAP directory. mod_cfg_ldap allows you to keep your virtual host configuration in a LDAP directory and update it in nearly realtime.
apache2-mod_clamav 2.0.48_0.12 GPL Clam virus scanning filter DSO for apache2 mod_clamav is an apache 2 filter module to allow virus checking of all HTTP all reply data. By adding the filter to the Proxy location, all requests mediated by an apache2 proxy can be scanned for viruses.
apache2-mod_countm 2.0.48_3.0 BSD Mod_countm is a DSO module for the apache2 Web server. An apache2 only module serving link counting information via jpeg and png images. Configuration commands include font selection, font size, image type, image background and text color, digit width, reset, ignore, access list database, and random.
apache2-mod_dav 2.0.48 Apache License Distributed Authoring and Versioning (WebDAV) This module provides class 1 and class 2 WebDAV ('Web-based Distributed Authoring and Versioning') functionality for Apache. This extension to the HTTP protocol allows creating, moving, copying, and deleting resources and collections on a remote web server.
apache2-mod_dav_repos 2.0.48_0.9.0 BSD-like Mod_dav_repos is a DSO module for the apache2 Web server. Catacomb is a WebDAV repository module for use with the Apache WebDAV module, mod_dav. Apache mod_dav parses WebDAV and DeltaV protocol requests into operations on a repository providing persistent storage of resources and their properties. The default repository for mod_dav is provided by a separate module, mod_dav_fs, which stores resource bodies as files in the filesystem, and stores properties in a (G)DBM database. Catacomb provides a replacement for mod_dav_fs called mod_dav_repos that stores resources and their properties in a relational database (MySQL). The primary advantage of this approach is the searching capabilities of the database are used to implement the DASL protocol. Additionally, the database allows straightforward implementation of the versioning capabilities of the DeltaV protocol. By shifting to relational database technology, Catacomb is a platform that contains important aspects of typical document management systems: the ability to store large numbers of documents, and search over their metadata. Furthermore, it is possible (via source code modification) to change the set of predefined properties stored in the main schema of the relational database. Properties in the main schema are faster to search. This project is the first open source implementation of the DASL and DeltaV(linear versioning) protocols. We plan on tracking the evolution of this protocol.
apache2-mod_dav_svn 2.0.48_1.0.1 BSD Subversion Server DSO Module for apache2 Subversion is a concurrent version control system which enables one or more users to collaborate in developing and maintaining a hierarchy of files and directories while keeping a history of all changes. Subversion only stores the differences between versions, instead of every complete file. Subversion also keeps a log of who, when, and why changes occured. As such it basically does the same thing CVS does (Concurrent Versioning System) but has major enhancements compared to CVS and fixes a lot of the annoyances that CVS users face. This package contains the apache2 server extension DSO for running a subversion server.
apache2-mod_deflate 2.0.48 Apache License Compress content before it is delivered to the client The mod_deflate module provides the DEFLATE output filter that allows output from your server to be compressed before being sent to the client over the network.
apache2-mod_diagnostics 2.0.48_0.1 Apache License Mod_diagnostics is a DSO module for the apache2 Web server. mod_diagnostics is a very simple filter module. It can be inserted anywhere and in any number of places in the Apache filter chain, and merely listens to and reports traffic going through. It is designed as a learning aid and a debugging tool for Apache filter modules.
apache2-mod_disk_cache 2.0.48 Apache License Implements a disk based storage manager mod_disk_cache implements a disk based storage manager. It is primarily of use in conjunction with mod_proxy. Content is stored in and retrieved from the cache using URI based keys. Content with access protection is not cached.
apache2-mod_dosevasive 2.0.48_1.9 Apache License DoS Evasive Maneuvers Module for the apache2 Web server. A module for apache2 giving Apache the ability to fend off request-based DoS attacks conserving your system resources and bandwidth. This new tool maintains an internal table of IP addresses and URLs and will deny repeated requests for the same URL from the same IP address, blacklisting the address for 10-seconds per extraneous request. Obviously, this module will not fend off attacks consuming all available bandwidth or more resources than are available to send 403's, but is very successful in typical flood attacks or cgi flood attacks.
apache2-mod_encoding 2.0.48_0.0.20021209 GPL Mod_encoding is a DSO module for the apache2 Web server. Mod Encoding is an Apache 2 module for non-ascii filename interoperability This module improves non-ascii filename interoperability of apache (and mod_dav).
apache2-mod_fastcgi 2.0.48_2.4.0 BSD-style Mod_fastcgi is a DSO module for the apache2 Web server. mod_fastcgi provides FastCGI support for the apache2 web server. FastCGI is a language independent, scalable, open extension to CGI that provides high performance and persistence without the limitations of server specific APIs.
apache2-mod_file_cache 2.0.48 Apache License Caches a static list of files in memory Caching frequently requested files that change very infrequently is a technique for reducing server load. mod_file_cache provides two techniques for caching frequently requested static files. Through configuration directives, you can direct mod_file_cache to either open then mmap()a file, or to pre-open a file and save the file's open file handle. Both techniques reduce server load when processing requests for these files by doing part of the work (specifically, the file I/O) for serving the file when the server is started rather than during each request. Notice: You cannot use this for speeding up CGI programs or other files which are served by special content handlers. It can only be used for regular files which are usually served by the Apache core content handler. This module is an extension of and borrows heavily from the mod_mmap_static module in Apache 1.3.
apache2-mod_fortress 2.0.48_1.0 GPL Mod_fortress is a DSO module for the apache2 Web server. mod_fortress is an HTTP application firewall and intrusion detection system, it relies on analysing requests sent from the client to the webserver, and logs specific malicious requests with extensive info about the attacker as well as the attacked server (if multiple virtual servers). It also has the ability to act as a non-transparent proxy, thus, protecting/obscuring your server via sending false return HTTP error codes.
apache2-mod_geo 2.0.48_1.3.0 Apache License Mod_geo is a DSO module for the apache2 Web server. The module is intended for definition of geography of the user of the WWW-server and transfer of geography to caused script/dynamic pages as additional argument of search. It can be useful, if depending on region different contents of reciprocal page are formed, we shall tell different advertising or different links to Internets - shops (for example, American for US/CA, European for the others).
apache2-mod_injection 2.0.48_0.3.1 BSD Mod_injection is a DSO module for the apache2 Web server. mod_injection is an Apache 2.0.X filter module. It allows you to inject text in the HTTP response after a HTML tag or after any given text string. The main intention of this module is to add a banner to several HTML pages on the fly.
apache2-mod_kitchensink 2.0.48_1.1 GPL Mod_KitchenSink is a DSO module for the apache2 Web server. Mod_KitchenSink was inspired by a discussion around Mozilla bug #122411. To make a story short, if people ever say "ADVX.org is too bloated with useless features, it has everything but the kitchen sink", they just have been proved wrong. With this module, ADVX *has* a kitchen sink. Just install this package, and point your browser to http://localhost/kitchensink.
apache2-mod_layout 2.0.48_4.0.1a BSD-style Add custom header and/or footers for apache2 Mod_Layout creates a framework for doing design. Whether you need a simple copyright or ad banner attached to every page, or need to have something more challenging such a custom look and feel for a site that employs an array of technologies (Java Servlets, mod_perl, PHP, CGI's, static HTML, etc...), Mod_Layout creates a framework for such an environment. By allowing you to cache static components and build sites in pieces, it gives you the tools for creating large custom portal sites.
apache2-mod_ldap 2.0.48 Apache License LDAP connection pooling and result caching DSO:s This module was created to improve the performance of websites relying on backend connections to LDAP servers. In addition to the functions provided by the standard LDAP libraries, this module adds an LDAP connection pool and an LDAP shared memory cache.
apache2-mod_limitipconn 2.0.48_0.22 GPL Mod_limitipconn is a DSO module for the apache2 Web server. mod_limitipconn is a DSO module for the apache2 Web server to limit the maximum number of simultaneous connections per IP address. Allows inclusion and exclusion of files based on MIME type.
apache2-mod_log_data 2.0.48_0.0.3 Apache License Mod_log_data is a DSO module for the apache2 Web server. Mod_log_data is a module for apache2, dumping the content for all HTTP/HTTPS request made on the webserver. It can be used for debugging or for security aim. It's done with two filter, easy to configure in httpd.conf.
apache2-mod_log_mysql 2.0.48_20031023 Apache License MySQL logging module for the apache2 Web server. mod_log_mysql is a module for the apache2 webserver which permits request logging into a MySQL database
apache2-mod_log_sqlite 2.0.48_0.08 Apache License Sqlite logging module for the apache2 Web server. mod_log_sqlite is an apache2 logging module, which logs HTTP statistics into sqlite database.
apache2-mod_loopback 2.0.48_2.1 BSD-style A web client debugging tool (DSO) for apache2 This module serves as a web client debugging tool and simply sends back plain text output of everything received conerning a request: the request line, headers, any content received from a POST or PUT, and if installed, any data passed from mod_watch.
apache2-mod_macro 2.0.48_1.1.5 BSD-style Mod_macro is a DSO module for the apache2 Web server. mod_macro allows the definition and use of macros within apache runtime configuration files. The syntax is a natural extension to apache html-like configuration style.
apache2-mod_mem_cache 2.0.48 Apache License Implements a memory based storage manager This module requires the service of mod_cache. It acts as a support module for mod_cache and provides a memory based storage manager. mod_mem_cache can be configured to operate in two modes: caching open file descriptors or caching objects in heap storage. mod_mem_cache is most useful when used to cache locally generated content or to cache backend server content for mod_proxy configured for ProxyPass (aka reverse proxy). Content is stored in and retrieved from the cache using URI based keys. Content with access protection is not cached.
apache2-mod_mono 0.7 Apache License Mono module for Apache 2. This is an experimental module that allows you to run ASP.NET pages on Unix with Apache and Mono. It includes some aspx C# scripts for testing. Please read the included INSTALL file for how to get the mod-mono server running.
apache2-mod_mya 2.0.48_3.0.1 GPL Mod_mya is a DSO module for the apache2 Web server. mod_mya is an Apache Web Server module allowing basic authentication data to be stored in a MySQL database thus deprecating file based configuration.
apache2-mod_ngobjweb 2.0.48_0.5 GPL Mod_ngobjweb is a DSO module for the apache2 Web server. This is an Apache module for forwarding HTTP requests to SOPE application server instances. It has the ability to ask the snsd load balancer to distribute requests between processes and/or hosts.
apache2-mod_ntlm 2.0.48_2.0 BSD Mod_ntlm is a DSO module for the apache2 Web server. This module is implementing NTLM authentication for apache2 on Unix platforms.
apache2-mod_parmguard 2.0.48_1.2 GPL Mod_parmguard is a DSO module for the apache2 Web server. mod_parmguard is an apache2 module that intercepts the HTTP requests and validates the values of request parameters. If values do not match the criteria, the request is rejected.
apache2-mod_perl 2.0.48_1.99_11 GPL An embedded Perl interpreter for the apache2 Web server. apache2-mod_perl incorporates a Perl interpreter into the apache2 web server, so that the Apache2 web server can directly execute Perl code. Mod_perl links the Perl runtime library into the apache2 web server and provides an object-oriented Perl interface for apache2's C language API. The end result is a quicker CGI script turnaround process, since no external Perl interpreter has to be started. Install apache2-mod_perl if you're installing the apache2 web server and you'd like for it to directly incorporate a Perl interpreter.
apache2-mod_persistentperl 2.0.48_2.22 GPL Mod_persistentperl is a DSO module for the apache2 Web server. Mod_persistentperl is a DSO module for the apache2 Web server.
apache2-mod_php 2.0.48_4.3.4 PHP License The PHP4 HTML-embedded scripting language for use with apache2. PHP is an HTML-embedded scripting language. PHP attempts to make it easy for developers to write dynamically generated web pages. PHP also offers built-in database integration for several commercial and non-commercial database management systems, so writing a database-enabled web page with PHP is fairly simple. The most common use of PHP coding is probably as a replacement for CGI scripts. The apache2-mod_php module enables the apache2 web server to understand and process the embedded PHP language in web pages. This package contains PHP version 4. You'll also need to install the apache2 web server.
apache2-mod_protection 2.0.48_0.0.2 GPL Mod_protection is a DSO module for the apache2 Web server. mod_protection is an apache2 module that integrates the basic function of an IDS (Intrusion Detection System) and a firewall. When a malicious client sends a request that matches a rule, the administrator will be warned and the client gets an error message.
apache2-mod_proxy 2.0.48 Apache License HTTP/1.1 proxy/gateway server This module implements a proxy/gateway for Apache. It implements proxying capability for FTP, CONNECT (for SSL), HTTP/0.9, HTTP/1.0, and HTTP/1.1. The module can be configured to connect to other proxy modules for these and other protocols. This module was experimental in Apache 1.1.x. Improvements and bugfixes were made in Apache v1.2.x and Apache v1.3.x, then the module underwent a major overhaul for Apache v2.0. The protocol support was upgraded to HTTP/1.1, and filter support was enabled. Please note that the caching function present in mod_proxy up to Apache v2.0.39 has been removed from mod_proxy and is incorporated into a new module, mod_cache.
apache2-mod_put 2.0.48_2.0.3 Apache License Mod_put is a DSO module for the apache2 Web server. This small module implements the HTTP/1.1 PUT and DELETE methods for apache2. Please notice that it can be a big security hole to activate them without securing the web server.
apache2-mod_python 2.0.48_3.1.3 Apache License An embedded Python interpreter for the apache2 Web server. Mod_python is a module that embeds the Python language interpreter within the apache2 server, allowing Apache handlers to be written in Python. Mod_python brings together the versatility of Python and the power of the Apache Web server for a considerable boost in flexibility and performance over the traditional CGI approach.
apache2-mod_random 2.0.48_2.0 BSD Mod_Random is a DSO module for the apache2 Web server. Mod_Random provides three services. The first service is as a redirector. You feed it URLs and it will redirect to random URLs that you have loaded. The second is that it provides environmental variables that can be used for doing ad banner systems. The third is that it can be used to display entire pages of random html. It uses its own custom handlers in combination witl" S with random ads and quotes that you feed into the system.
apache2-mod_roaming 2.0.48_2.0.0 BSD-style Enables Netscape Communicator roaming profiles with apache2 With mod_roaming you can use your apache2 webserver as a Netscape Roaming Access server. This allows you to store your Netscape Communicator 4.5 preferences, bookmarks, address books, cookies etc. on the server so that you can use (and update) the same settings from any Netscape Communicator 4.5 that can access the server.
apache2-mod_rpaf 2.0.48_0.4 Apache License Mod_rpaf is a DSO module for the apache2 Web server. rpaf is for backend Apache servers what mod_proxy_add_forward is for frontend Apache servers. It does excactly the opposite of mod_proxy_add_forward written by Ask Bjrn Hansen. It will also work with mod_proxy in Apache starting with release 1.3.25 and mod_proxy that is distributed with Apache2 from version 2.0.36. It changes the remote address of the client visible to other Apache modules when two conditions are satisfied. First condition is that the remote client is actually a proxy that is defined in httpd.conf. Secondly if there is an incoming X-Forwarded-For header and the proxy is in it's list of known proxies it takes the last IP from the incoming X-Forwarded-For header and changes the remote address of the client in the request structure. It also takes the incoming X-Host header and updates the virtualhost settings accordingly. For Apache2 mod_proxy it takes the X-Forwared-Host header and updates the virtualhosts.
apache2-mod_ruby 2.0.48_1.0.7 BSD Mod_ruby is a DSO module for the apache2 Web server. mod_ruby embeds the Ruby interpreter into the Apache web server, allowing Ruby CGI scripts to be executed natively. These scripts will start up much faster than without mod_ruby.
apache2-mod_scrmable 2.0.48_0.1 Apache License Mod_scrmable is a DSO module for the apache2 Web server. mod_scrmable is an apache2 module to scramble words. As long as the first and the last letter of a word are in place you can still read the word.
apache2-mod_security 2.0.48_1.7.4 GPL Mod_security is a DSO module for the apache2 Web server. ModSecurity is an open source intrustion detection and prevention engine for web applications. It operates embedded into the web server, acting as a powerful umbrella - shielding applications from attacks.
apache2-mod_sleep 2.0.48_2.1 BSD-style Mod_sleep is a DSO module for the apache2 Web server. This module simply sleeps a fixed length of time every request. The sleep time can be configured globally, or per <VirtualHost>, <Directory>, or <Location>. This module serves more as an example than providing any really useful function, though someone did ask for it - sort of.
apache2-mod_smbauth 2.0.48_1.4.3 Apache License Mod_smbauth is a DSO module for the apache2 Web server. Mod_smbauth is a DSO module for the apache2 Web server.
apache2-mod_spam_die 2.0.48_0.1.2 GPL Mod_spam_die is a DSO module for the apache2 Web server. mod_spam_die confuses spam crawlers by giving them infinite fake email addresses. It is inspired by DIE.net and spam-conference.
apache2-mod_ssl 2.0.48 Apache License Strong cryptography using the SSL and TLS protocols This module provides SSL v2/v3 and TLS v1 support for the Apache HTTP Server. It was contributed by Ralf S. Engeschall based on his mod_ssl project and originally derived from work by Ben Laurie. It also includes ab-ssl, the Apache Benchmarks for SSL. This module relies on OpenSSL to provide the cryptography engine.
apache2-mod_ssl+distcache 2.0.48 GPL Strong cryptography using the SSL, TLS and distcache protocols This module provides SSL v2/v3 and TLS v1 support for the Apache HTTP Server. It was contributed by Ralf S. Engeschall based on his mod_ssl project and originally derived from work by Ben Laurie. This module relies on OpenSSL to provide the cryptography engine. This module is a drop in replacement for the standard mod_ssl with additional distcache functionality. Read more about distcache here: http://www.distcache.org
apache2-mod_suexec 2.0.48 Apache License Allows CGI scripts to run as a specified user and Group This module, in combination with the suexec support program allows CGI scripts to run as a specified user and Group. Normally, when a CGI or SSI program executes, it runs as the same user who is running the web server.
apache2-mod_tcl 2.0.48_1.0 Apache License Mod_tcl is a DSO module for the apache2 Web server. mod_tcl includes a Tcl interpreter into an Apache web servers memory space, thus combining Tcl and Apache web server together. This allows Apache to run Tcl scripts natively without having to reload a Tcl interpreter every time the script is run. The Tcl scripts are cached in the Tcl interpreter until the script file modification time changes or Apache web server is restarted. Tcl scripts using mod_tcl execute much faster than traditional CGI scripts because they can avoid the initialization penalties that traditional CGI scripts incur each time they are executed. mod_tcl only needs to initialize an interpreter once at Apache web server startup. Additionally mod_tcl exports the Apache API which allows a programmer to have complete control over http requests that CGI scripts can not provide.
apache2-mod_tidy 2.0.48_0.3 Public Domain Mod_tidy is a DSO module for the apache2 Web server. mod_tidy validates the HTML output of your apache2 webserver. So you don't need a separate application to check your HTML. It works as a filter that hooks up to HTML output. mod_tidy feeds the HTML output to TidyLib (http://tidy.sourceforge.net/) which validates the HTML output. If TidyLib finds an error the client receives a HTML page with a list of all found errors. If TidyLib doesn't complain you will get your HTML data as without mod_tidy.
apache2-mod_traf_thief 2.0.48_0.01 BSD-like Mod_traf_thief is a DSO module for the apache2 Web server. This simple module allows you to redirect percent of traffic to your url. For example you have free-based hosting services and you need to redirect each 100 request to your resource From virtual host user1.free.com. mod_traf_thief allow you to do this.
apache2-modules 2.0.48 Apache License Standard modules for apache2 This package contains standard modules for apache2. It is required for normal operation of the web server.
apache2-mod_variety 2.0.48_0.2.1 BSD Mod_Variety is a DSO module for the apache2 Web server. mod_variety is an Apache 2.x module that will serve a random file from the requested directory. It is useful for serving random images or completely random sites.
apache2-mod_vdbh 2.0.48_1.0.3 GPL A Virtual Database Hosting DSO module for the apache2 Web server. mod_vdbh is an Apache Web Server module allowing mass virtual hosting without the need for file based configuration. The virtual host paths are translated from a MySQL database at request time, thus the configuration can be changed without having to restart Apache Web Server.
apache2-mod_webfilter 2.0.48_0.6 GPL An apache2 content filter module Even though the free software community opposes censoring efforts on the Internet, corporations still prefer to restrict the access their employees have to the interet with technical measures. Flexible solutions for URL filtering have so far mostly been provided by commercial software vendors, free software implementations usually were not versatile enough for commercial environments. Unfortunately, this also meant that commercial products were used for proxies and firewalls, and in the process for many other things as well. We believe that mod_webfilter could improve this. In the webfilter databases, each hostname or domain suffix is categorized with one or more categories describing the content the site offers. The administrator can configure the module with a whitelist and a blacklist. If the hostname requested by a user has a category as specified in the whitelist, the request is accepted, even if the following blacklist test would reject it. If the hostname requested has a category as specified in the black list, it is rejected. All other requests are accepted, but tag filtering, an additional capability of the module, is applied to the content delivered for this URL. In principle, one database for blacklist and whitelist would be enough, nevertheless the module allows the databases for whitelist and blacklist to be different. This makes sense e.g. in a setting where the blacklist is imported from some public database of `indecent' URLs, and the whitelist is a locally maintained database of exceptions.
apache2-mod_websh 2.0.48_3.5.0 Apache License Tcl scripting as a DSO module for the apache2 Web server. Websh is a rapid development environment for building powerful, fast, and reliable web applications. webshell is versatile and handles everything from HTML generation to data-base driven one-to-one page customization.
apache2-mod_xslt 2.0.48_1.0.0 GPL Mod_xslt is a DSO module for the apache2 Web server. This is an apache2 Module (>=2.0.40) based on libxml2 (>=2.4.23) and libxslt (>=1.0.19) used to parse XML content via XSLT
apache2-mod_ziplook 2.0.48_0.99 BSD Mod_ziplook is a DSO module for the apache2 Web server. With the mod_ziplook apache2 module you can view zip-archive files directly in apache2 without extracting them to filesystem. It's useful with large documentation zip-files which are not very often hit.
apache2-mod_zipread 2.0.48_0.1 GPL Mod_zipread is a DSO module for the apache2 Web server. Mod ZipRead is an Apache 2 module to browser Zip Archives. It uses zziplib.
apache2-source 2.0.48 Apache License The apache2 Source The apache2 Source, including MandrakeLinux patches. Use this package to build apache2-mod_perl, or your own custom version.
apache-common 1.3.29 Apache License Files common for apache and apache-mod_perl installations This package contains files required for both apache and apache-mod_perl package installations. Install this if you want to install Apache or/and Apache with mod_perl.
apache-conf 2.0.48 Apache License Configuration files for Apache This package contains configuration files for apache and apache-mod_perl. It is necessary for operation of the apache webserver. Having those files into a separate modules provides better customization for OEMs and ISPs, who can modify the look and feel of the apache-conf webserver without having to re-compile the whole suite to change a logo or config file.
apache-manual 1.3.28 Apache License Apache 1.3 Manual This package contains the Apache 1.3 server documentation in HTML format.
apache-mod_perl 1.3.29_1.29 Apache License Apache Web server with a built-in Perl interpreter Apache is a powerful, full-featured, efficient and freely-available Web server. mod_perl incorporates a Perl interpreter into the Apache web server, so that the Apache web server can directly execute Perl code. Mod_perl links the Perl runtime library into the Apache web server and provides an object-oriented Perl interface for Apache's C language API. The end result is a quicker CGI script turnaround process, since no external Perl interpreter has to be started. This package contains Apache with mod_perl linked statically. It also contains a statically linked HTML::Embperl module, but you need the separate HTML-Embperl package to activate it.
apache-modules 1.3.29 Apache License Standard modules for Apache This package contains standard modules for Apache 1.3. It is required for normal operation of the web server. The reason we split these into a separate package is they can be used also with the apache-mod_perl package.
apache-source 1.3.29 Apache License Apache Source The Apache 1.3 Source, including Mandrake patches and EAPI. Use this package to build apache-mod_perl, or your own custom version.
apache-suexec 1.3.29 Apache License Suexec binary for apache This package adds suexec to Apache. Suexec provides Apache users the ability to run CGI and SSI programs under user IDs different from the user ID of the calling web-server. Normally, when a CGI or SSI program executes, it runs as the same user who is running the web server.
apcupsd 3.10.11 GPL Power management software for APC UPS hardware UPS power management under Linux for APCC Products. It allows your computer/server to run during power problems for a specified length of time or the life of the batteries in your BackUPS, BackUPS Pro, SmartUPS v/s, or SmartUPS, and then properly executes a controlled shutdown during an extended power failure.
apmd 3.1.0 GPL Advanced Power Management (APM) BIOS utilities for laptops. APMD is a set of programs for controlling the Advanced Power Management daemon and utilities found in most modern laptop computers. APMD can watch your notebook's battery and warn users when the battery is low. APMD is also capable of shutting down the PCMCIA sockets before a suspend. Install the apmd package if you need to control the APM system on your laptop.
arpd 0.2 BSD ARP reply daemon arpd replies to any ARP request for an IP address matching the specified destination net with the hardware MAC address of the specified interface, but only after determining if another host already claims it.
at 3.1.8 GPL Job spooling tools. At and batch read commands from standard input or from a specified file. At allows you to specify that a command will be run at a particular time (now or a specified time in the future). Batch will execute commands when the system load levels drop to a particular level. Both commands use /bin/sh to run the commands. You should install the at package if you need a utility that will do time-oriented job control. Note: you should use crontab instead, if it is a recurring job that will need to be repeated at the same time every day/week/etc.
authd 0.2.1 GPL Software for obtaining and verifying user credentials authd is a software package for obtaining and verifying user credentials which contain cryptographic signatures based on RSA public key cryptography. It includes a server (authd) for authenticating local users through UNIX domain sockets and processing credentials, and a client library (libauth.a) for requesting new credentials and verifying credentials signed by the server.
ax25spyd 0.23 GPL ax25spyd is a daemon that listens for AX.25 packets from the kernel-AX.25. This is ax25spyd (formerly known as monixd), a daemon that listens for AX.25 packets from the kernel-AX.25. These packets are decoded (like listen(1)) but not displayed on the screen. Other programs can connect to ax25spyd via sockets and issue commands. They will get all heard AX.25-packets in a human-readable format, an mheard structure, DX-cluster messages or spydata.
bincimap 1.2.3 GPL Binc IMAP server Binc IMAP is an IMAP server, written in C++ for the Linux platform. It supports Dan J. Bernstein's Maildir format and checkpassword authentication. As an alternative to existing similar IMAP servers, Binc IMAP strives to be * very easy to install and use, but robust, stable and secure * absolutely compliant with the IMAP4rev1 protocol * simple and modular in design, making it very easy for third parties to utilize the source code and enhance the product.
bind 9.2.3 distributable A DNS (Domain Name System) server. BIND (Berkeley Internet Name Domain) is an implementation of the DNS (domain Name System) protocols. BIND includes a DNS server (named), which resolves host names to IP addresses, and a resolver library (routines for applications to use when interfacing with DNS). A DNS server allows clients to name resources or objects and share the information with other network machines. The named DNS server can be used on workstations as a caching name server, but is generally only needed on one machine for an entire network. Note that the configuration files for making BIND act as a simple caching nameserver are included in the caching-nameserver package. Install the bind package if you need a DNS server for your network. If you want bind to act a caching name server, you will also need to install the caching-nameserver package. Many BIND 8 features previously unimplemented in BIND 9, including domain-specific forwarding, the $GENERATE master file directive, and the "blackhole", "dialup", and "sortlist" options Forwarding of dynamic update requests; this is enabled by the "allow-update-forwarding" option A new, simplified database interface and a number of sample drivers based on it; see doc/dev/sdb for details Support for building single-threaded servers for environments that do not supply POSIX threads New configuration options: "min-refresh-time", "max-refresh-time", "min-retry-time", "max-retry-time", "additional-from-auth", "additional-from-cache", "notify explicit" Faster lookups, particularly in large zones. Build Options: --with sdb_ldap Build with ldap simple database support
bind-chroot 8.4.3 distributable A DNS (Domain Name System) server. BIND (Berkeley Internet Name Domain) is an implementation of the DNS (Domain Name System) protocols. BIND includes a DNS server (named), which resolves host names to IP addresses, and a resolver library (routines for applications to use when interfacing with DNS). A DNS server allows clients to name resources or objects and share the information with other network machines. The named DNS server can be used on workstations as a caching name server, but is generally only needed on one machine for an entire network. Note that the configuration files for making BIND act as a simple caching nameserver are included in the caching-nameserver package. Install the bind package if you need a DNS server for your network. If you want bind to act a caching name server, you will also need to install the caching-nameserver package. The bind-chroot packages runs the DNS server daemon under the non-root user and group and in the chroot()ed directory.
boa 0.94.14 GPL The boa web server a high speed, lightweight web server (HTTP protocol). based on direct use of the select(2) system call, it internally multiplexes all connections without forking, for maximum speed and minimum system resource use.
bootparamd 0.17 BSD A server process which provides boot information to diskless clients. The bootparamd process provides bootparamd, a server process which provides the information needed by diskless clients in order for them to successfully boot. Bootparamd looks first in /etc/bootparams for an entry for that particular client; if a local bootparams file doesn't exist, it looks at the appropriate Network Information Service (NIS) map. Some network boot loaders (notably Sun's) rely on special boot server code on the server, in addition to the rarp and tftp servers. This bootparamd server process is compatible with SunOS bootparam clients and servers which need that boot server code. You should install bootparamd if you need to provide boot information to diskless clients on your network.
brltty 3.4.1 GPL Braille display driver for Linux/Unix. BRLTTY is a background process (daemon) which provides access to the Linux/Unix console (when in text mode) for a blind person using a refreshable braille display. It drives the braille display, and provides complete screen review functionality. Some speech capability has also been incorporated.
browscap 20021112 Freeware Updated BrowserCap.INI for MS products The browscap.ini file contains information about each known browser. It is a standard text file that lists features a browser supports and maps browser capabilities to the HTTP User Agent header.
cacti 0.8.5 GPL Cacti is a php frontend for rrdtool Cacti is a complete frondend to rrdtool, it stores all of the nessesary information to create graphs and populate them with data in a MySQL database. The frontend is completely PHP driven. Along with being able to maintain Graphs, Data Sources, and Round Robin Archives in a database, cacti handles the data gathering also. There is also SNMP support for those used to creating traffic graphs with MRTG.
cgiwrap 3.8 GPL User CGI access This is CGIWrap - a gateway that allows more secure user access to CGI programs on an HTTPd server than is provided by the http server itself. The primary function of CGIwrap is to make certain that any CGI script runs with the permissions of the user who installed it, and not those of the server.
checkpassword-pam 0.98 GPL A checkpassword compatible authentication program checkpassword-pam is an implementation of checkpassword-compatible authentication program. Checkpassword is described in <URL:http://cr.yp.to/checkpwd.html> checkpassword-pam was written from scratch. There are several older packages called checkpassword-pam, derived from DJB's checkpassword code. This checkpassword-pam is more modern and administrator-friendly. If you are using Linux-PAM, make sure it is more recent than 0.59. Incompatibilities are in the PAM conversation function (number of requests vs number of responses). All modern Linux distribution use PAM newer than that.
chora 1.2 GPL Chora is the Horde CVS viewer: an advanced web-based view of any CVS repository Chora is the Horde CVS viewer, and it provides an advanced web-based view of any CVS repository. It now includes annotation support, visual branch viewing capability, and human-readable diffs. The Horde Project writes web applications in PHP and releases them under the GNU Public License. For more information (including help with Chora) please visit http://www.horde.org/. Please edit /var/www/html//horde/chora/config/cvsroots.php to suit your site's needs. You must also edit /var/www/html/horde/config/registry.php
chrootuid 1.3 BSD Run command in restricted environment Chrootuid makes it easy to run a network service at low privilege level and with restricted file system access. At Eindhoven University, they use this program to run the gopher and www (world-wide web) network daemons in a minimal environment: the daemons have access only to their own directory tree, and run under a low-privileged userid. The arrangement greatly reduces the impact of possible loopholes in daemon software.
cipe 1.4.5 GPL Kernel Module and Daemon for VPN CIPE (the name is shortened from Crypto IP Encapsulation) is a package for an encrypting IP tunnel device. This can be used to build encrypting routers for VPN (Virtual Private Networks) and similar applications.
clamav-milter 0.67 GPL The Clam AntiVirus sendmail-milter Daemon The Clam AntiVirus sendmail-milter Daemon
clamd 0.67 GPL The Clam AntiVirus Daemon The Clam AntiVirus Daemon
clamdmail 0.15 GPL ClamAV Daemon Mail Processing Client Clamdmail works with SpamAssassin and ClamAV Anti-Virus to scan mail at MTA level without loading a single perl library! A limited, C-based alternative to Q-Scanner and Amavis. Clamdmail is designed for use with qmail but it will work with any MTA (e.g. zmailer) that can be persuaded to pass mail to it on stdout.
cleanfeed 0.95.7b distributable A spam filter for Usenet news servers. Cleanfeed is an automatic spam filter for Usenet news servers and routers (INN, Cyclone, Typhoon, Breeze and NNTPRelay). Cleanfeed is highly configurable, easily modified and very fast. It can be configured to block binary posts to non-binary newsgroups, to cancel already-rejected articles, and to reject some spamming from local users. Install the cleanfeed package if you need a spam filter for a Usenet news server.
clusternfs 3.0.rc2 GPL ClusterNFS server ClusterNFS allows diskless clients to share a single root filesystem by matching "tagged" filenames of the form "filename$$TAG=value$$" with fallback to the original filename.
conserver-client 8.0.9 BSD-like Serial console server client Conserver is an application that allows multiple users to watch a serial console at the same time. It can log the data, allows users to take write-access of a console (one at a time), and has a variety of bells and whistles to accentuate that basic functionality. This package contains the client part.
conserver-daemon 8.0.9 BSD-like Serial console server daemon Conserver is an application that allows multiple users to watch a serial console at the same time. It can log the data, allows users to take write-access of a console (one at a time), and has a variety of bells and whistles to accentuate that basic functionality. This package contains the server daemon part.
courier-imap 2.1.2 GPL Courier-IMAP is an IMAP server that uses Maildirs Courier-IMAP is an IMAP server for Maildir mailboxes. This package contains the standalone version of the IMAP server that's included in the Courier mail server package. This package is a standalone version for use with other mail servers. Do not install this package if you intend to install the full Courier mail server. Install the Courier package instead.
courier-imap-ldap 2.1.2 GPL Courier-IMAP LDAP authentication driver. This package contains the necessary files to allow Courier-IMAP to authenticate from an LDAP directory. Install this package if you need the ability to use an LDAP directory for authentication.
courier-imap-mysql 2.1.2 GPL Courier-IMAP MySQL authentication driver. This package contains the necessary files to allow Courier-IMAP to authenticate using a MySQL database table. Install this package if you need the ability to use a MySQL database table for authentication.
courier-imap-pgsql 2.1.2 GPL Courier-IMAP PostgreSQL authentication driver. This package contains the necessary files to allow Courier-IMAP to authenticate using a PostgreSQL database table. Install this package if you need the ability to use a PostgreSQL database table for authentication.
courier-imap-pop 2.1.2 GPL Courier-IMAP POP servers This package contains the POP servers of the Courier-IMAP server suite.
courier-imap-utils 2.1.2 GPL Courier-IMAP debugging utils. This package contains the necessary files to debug the authentication modules for Courier-IMAP. You may also as of v1.6.0 use DEBUG_LOGIN.
cups 1.1.20 GPL Common Unix Printing System - Server package The Common Unix Printing System provides a portable printing layer for UNIX(TM) operating systems. It has been developed by Easy Software Products to promote a standard printing solution for all UNIX vendors and users. CUPS provides the System V and Berkeley command-line interfaces. This is the main package needed for CUPS servers (machines where a printer is connected to or which host a queue for a network printer). It can also be used on CUPS clients so that they simply pick up broadcasted printer information from other CUPS servers and do not need to be assigned to a specific CUPS server by an /etc/cups/client.conf file.
cups-common 1.1.20 GPL Common Unix Printing System - Common stuff The Common Unix Printing System provides a portable printing layer for UNIX(TM) operating systems. It contains the command line utilities for printing and administration (lpr, lpq, lprm, lpadmin, lpc, ...), man pages, locales, and a sample configuration file for daemon-less CUPS clients (/etc/cups/client.conf). This package you need for both CUPS clients and servers.
cups-serial 1.1.20 GPL Common Unix Printing System - Backend for serial port printers The Common Unix Printing System provides a portable printing layer for UNIX(TM) operating systems. This package contains the backend filter for printers on the serial ports. The auto-detection on the serial ports takes several seconds (and so the startup time of the CUPS daemon with this backend present) and therefore it is not recommended to install this package when one has no serial port printer.
cvsgraph 1.4.0 GPL Create graphs of branches and revisions for files in a CVS repository CvsGraph is a utility to make a graphical representation of all revisions and branches of a file in a CVS/RCS repository. It has been inspired by the 'graph' option in WinCVS, but I could not find a stand-alone version of this graph code. So, it was time to write one.
cvsweb 2.0.6 BSD Visual (www) interface to explore a cvs repository cvsweb is a visual (www) interface to explore a cvs repository. This is an enhanced cvsweb developed by Henner Zeller. Enhancements include recognition and display of popular mime-types, visual, color-coded, side by side diffs of changes and the ability sort the file display and to hide old files from view. One living example of the enhanced cvsweb is the KDE cvsweb cvsweb requires the server to have cvs and a cvs repository worth exploring.
cyrus-imapd 2.1.16 OSI Approved A high-performance mail store with IMAP and POP3 support. The Cyrus IMAP Server is a scaleable enterprise mail system designed for use from small to large enterprise environments using standards-based technologies. A full Cyrus IMAP implementation allows a seamless mail and bulletin board environment to be set up across multiple servers. It differs from other IMAP server implementations in that it is run on "sealed" servers, where users are not normally permitted to log in. The mailbox database is stored in parts of the filesystem that are private to the Cyrus IMAP system. All user access to mail is through software using the IMAP, POP3, or KPOP protocols. TLSv1 and SSL are supported for security. This is the main package, install also the cyrus-imapd-utils package (it contains server administration tools and depends on the perl-Cyrus package).
cyrus-imapd-murder 2.1.16 OSI Approved Cyrus IMAP server murder aggregator system files. The cyrus-imapd-murder package contains the Cyrus murder aggregator system, i.e. IMAP, POP3 and LMTP proxies, and the mupdate mailbox master daemon. It allows for cluster setups where there are many backend Cyrus spools and frontend proxy servers.
cyrus-imapd-utils 2.1.16 OSI Approved Cyrus IMAPd server admin utilities. This package contains Cyrus IMAPd server administrative tools. It can be installed on systems other than the one running the server. This package depends on the perl-Cyrus package. The main package is cyrus-imapd.
d4 1.20 GPL Printing in D4 mode on Epson's multi-function devices Epson has published two multi-function devices, the Epson Stylus Scan 2000 and 2500. They contain the printing engine of the Epson Stylus Color 740 together with a sheet-fed or a flatbed scanner resp. This package makes printing available on these machines. Scanning can be done directly with SANE, but the machine must be connected via USB.
DansGuardian 2.7.2 GPL A content filtering web proxy. DansGuardian is a filtering proxy for Linux, FreeBSD, OpenBSD and Solaris. It filters using multiple methods. These methods include URL and domain filtering, content phrase filtering, PICS filtering, MIME filtering, file extension filtering, POST filtering. The content phrase filtering will check for pages that contain profanities and phrases often associated with pornography and other undesirable content. The POST filtering allows you to block or limit web upload. The URL and domain filtering is able to handle huge lists and is significantly faster than squidGuard. The filtering has configurable domain, user and ip exception lists. SSL Tunneling is supported. This is DansGuardian with http://www.pcxperience.org Anti-Virus Plugin.
dante-server 1.1.14 BSD-like A free Socks v4/v5 server implementation This package contains the socks proxy daemon and its documentation. The sockd is the server part of the Dante socks proxy package and allows socks clients to connect through it to the network.
DarwinStreamingServer 4.1.3 Apple Public Source License Apple's Darwin Streaming Server Darwin Streaming Server lets you stream digital video on the Internet using industry-standard Internet protocols RTP and RTSP. Using Darwin Streaming Server you can serve stored files (video on demand) or reflect live broadcasts to thousands of QuickTime 4 or later users. With its combination of industry-standard streaming protocols and cutting-edge compression technologies, QuickTime delivers perfectly synchronized audio and video streams ideal for Internet video and live events.
DarwinStreamingServer-Proxy 4.1.3 Apple Public Source License Apple's Darwin Streaming Proxy The Darwin Streaming Proxy is an application specific proxy which would normally be run in a border zone or perimeter network. It is used to give client machines within a protected network access to streaming servers outside that network, in the case when the firewall blocks RTSP connections or RTP/UDP data flow. The firewall perimeter network is usually configured to allow: * RTSP connections from within the network, as long as the destination is the proxy * RTSP connections to outside the network, as long as the source is the proxy * RTP datagrams to and from the proxy to the inner network * RTP datagrams to and from the proxy to the outside
DarwinStreamingServer-Utils 4.1.3 Apple Public Source License Apple's Darwin Streaming Server Movie inspection utilities * QTBroadcaster Requires a target ip address, a source movie, one or more source hint track ids in movie, and an initial port. Every packet referenced by the hint track(s) is broadcasted to the specified ip address. * QTFileInfo Requires a movie name. Displays each track id, name, create date, and mod date. If the track is a hint track, additional information is displayed: the total rtp bytes and packets, the average bit rate and packet size, and the total header percentage of the stream. * QTFileTest Requires a movie name. Parses the Movie Header Atom and displays a trace of the output. * QTRTPFileTest Requires a movie and a hint track id in the movie. Displays the RTP header (TransmitTime, Cookie, SeqNum, and TimeStamp) for each packet. * QTRTPGen Requires a movie and a hint track id. Displays the number of packets in each hint track sample and writes the RTP packets to file "track.cache" * QTSampleLister Requires a movie and a track id. Displays track media sample number, media time, Data offset, and sample size for each sample in the track. * QTSDPGen Requires a list of 1 or more movies. Displays the SDP information for all of the hinted tracks in each movie. Use -f to save the SDP information to the file [movie].sdp in the same directory as the source movie. * QTTrackInfo Requires a movie, sample table atom type, and track id. Displays the information in the sample table atom of the specified track. Supports "stco", "stsc", "stsz", "stts" as the atom type. Example: "./QTTrackInfo -T stco /movies/mystery.mov 3" dumps the chunk offset sample table in track 3.
dbus 0.20 AFL/GPL D-BUS message bus D-BUS is a system for sending messages between applications. It is used both for the systemwide message bus service, and as a per-user-login-session messaging facility.
dbus-x11 0.20 AFL/GPL X11-requiring add-ons for D-BUS D-BUS contains some tools that require Xlib to be installed, those are in this separate package so server systems need not install X.
dcc 1.2.16 BSD-like Distributed Checksum Clearinghouse, anti-spam tool Distributed Checksum Clearinghouse or DCC is a cooperative, distributed system intended to detect "bulk" mail or mail sent to many people. It allows individuals receiving a single mail message to determine that many other people have been sent essentially identical copies of the message and so reject the message. It can identify some unsolicited bulk mail using "spam traps" and other detectors, but that is not its focus. The DCC can be viewed as a tool for end users to enforce their right to "opt-in" to streams of bulk mail by refusing all bulk mail except from sources in a "white list." White lists are generally the responsibility of DCC clients, since only they know which bulk mail they solicited. NB to use DCC to reject SPAM you need to configure /usr/share/dcc/dcc_conf and either use procmail or sendmail to feed the messages to DCC
dcc-cgi 1.2.16 BSD-like The cgi-scripts for managing mail delivery on a DCC enabled server Example set of cgi-scripts to allow users to point-and-click manage their own DCC whitelists and thus what is delivered to them. Allows overriding of site level lists. The scripts give controlled access to the whitelists which are otherwise in protected directory space (owned by dcc). NB these scripts need configured after installation
dcc-sendmail 1.2.16 BSD-like Distributed Checksum Clearinghouse Milter Interface Dccm is a daemon built with the sendmail milter interface intended to connect sendmail to DCC servers.
dhcpcd 1.3.22pl4 GPL DHCPC Daemon dhcpcd is an implementation of the DHCP client specified in draft-ietf-dhc-dhcp-09 (when -r option is not speci- fied) and RFC1541 (when -r option is specified). It gets the host information (IP address, netmask, broad- cast address, etc.) from a DHCP server and configures the network interface of the machine on which it is running. It also tries to renew the lease time according to RFC1541 or draft-ietf-dhc-dhcp-09.
dhcp-client 3.0 Distributable The ISC DHCP (Dynamic Host Configuration Protocol) client DHCP client is the Internet Software Consortium (ISC) DHCP client for various UNIX operating systems. It allows a UNIX mac hine to obtain it's networking parameters from a DHCP server. You should install dhcp-client if you want to use the ISC DHCP client instead of the Red Hat DHCP client, pump, or dhcpcd, or dhcpxd. You will also need to install the base dhcp package.
dhcp-common 3.0 Distributable The ISC DHCP (Dynamic Host Configuration Protocol) server DHCP (Dynamic Host Configuration Protocol) is a protocol which allows individual devices on an IP network to get their own network configuration information (IP address, subnetmask, broadcast address, etc.) from a DHCP server. The overall purpose of DHCP is to make it easier to administer a large network. The dhcp package includes the DHCP server and a DHCP relay agent. You will also need to install the dhcp-client or dhcpcd package, or pump or dhcpxd, which provides the DHCP client daemon, on client machines. If you want the DHCP server and/or relay, you will also need to install the dhcp-server and/or dhcp-relay packages.
dhcp-forwarder 0.5 GPL An DHCP relay agent dhcp-fwd forwards DHCP messages between subnets with different sublayer broadcast domains. It is similar to the DHCP relay agent dhcrelay of ISC's DHCP, but has the following features which are important for me: * Runs as non-root in a chroot-jail * Uses "normal" AF_INET sockets which allows to uses packagefilters to filter incoming messages. * The DHCP agent IDs can be defined freely * Has a small memory footprint when using dietlibc
dhcp-relay 3.0 Distributable The ISC DHCP (Dynamic Host Configuration Protocol) relay DHCP relay is the Internet Software Consortium (ISC) relay agent for DHCP packets. It is used on a subnet with DHCP clients to "relay" their requests to a subnet that has a DHCP server on it. Because DHCP packets can be broadcast, they will not be routed off of the local subnet. The DHCP relay takes care of this for the client. You will need to set the environment variable SERVERS and optionally OPTIONS in /etc/sysconfig/dhcrelay before starting the server.
dhcp-server 3.0 Distributable The ISC DHCP (Dynamic Host Configuration Protocol) server DHCP server is the Internet Software Consortium (ISC) DHCP server for various UNIX operating systems. It allows a UNIX mac hine to serve DHCP requests from the network. You should install dhcp-server if you want to set up a DHCP server on your network. You will also need to install the base dhcp package.
dhcpxd 1.0.3 GPL DHCPXD Daemon The primary goal of this DHCP client is to conform to the DHCP specification defined in RFC2131 which is now the draft standard. However, the client can be told how to behave. Additionally, the client supports all-in-one-process session managment as well as a process per session. It may also be used to masquerade IP leases and has the capability of running on interface aliases. Finally, perhaps the most advanced feature of the client is that all the configuration that is required for setting up interfaces is in scripts that are run at the appropriate times.
dictd-server 1.9.7 GPL DICT server The DICT Protocol, described in RFC 2229 is a TCP transaction based query/response protocol that allows a client to access dictionary definitions from a set of natural language dictionary databases. This packages contains dictd(8) which is a server supporting the DICT protocol.
distcache-client 1.4.3 LGPL Distributed session cache client proxy dc_client runs a client proxy to provide access to a remote cache server (typically over TCP/IPv4) by providing a local service (typically over unix domain sockets). It starts listening on a configurable network address for connections and establishes a persistent connection to an instance of dc_server for proxying cache operations to. Incoming connections are expected to communicate using the distcache protocol, and would typically be applications using one of the distcache APIs in libdistcache to encapsulate these communications. The common use of dc_client is to run as a local agent on each host machine that requires use of the distributed cache, as the listening address should probably use unix domain sockets which are better suited to frequent (and temporary) connections being used for individual cache operations. Likewise, the connection dc_client makes to the cache server (dc_server) for proxying cache operations is typically over a genuine network to remote machine, using TCP/IPv4.
distcache-server 1.4.3 LGPL Distributed session cache server dc_server runs a cache server and starts listening on a configurable network address for connections. Incoming connections are expected to communicate using the distcache protocol, and would typically be instances of dc_client running on other machines.
distcache-utils 1.4.3 LGPL Utilities for testing and benchmarking distcache SSL/TLS servers dc_snoop - Distributed session cache traffic analysis. dc_test - Distributed session cache testing and benchmarking tool. nal_test - benchmarking and self-testing libnal program. piper - Test file-descriptor based addresses. sslswamp - SSL/TLS load-tester based on OpenSSL.
distcc-daemon 2.12.1 GPL Program to distribute compilation of C or C++ distcc is a program to distribute compilation of C or C++ code across several machines on a network. distcc should always generate the same results as a local compile, is simple to install and use, and is often two or more times faster than a local compile. This package contain the distcc daemon, installed on the slaves nodes of the cluster.
dnsflood 1.09 GPL DNS Flood Detector DNS Flood Detector was developed to detect abusive usage levels on high traffic nameservers and to enable quick response to the use of one's nameserver to facilitate spam.
dovecot 0.99.10 GPL Dovecot secure IMAP server. Dovecot is an IMAP and POP3 server for Linux/UNIX-like systems, written with security primarily in mind. Although it's written with C, it uses several coding techniques to avoid most of the common pitfalls. Dovecot can work with standard mbox and maildir formats and it's fully compatible with UW-IMAP and Courier IMAP servers as well as mail clients accessing the mailboxes directly.
egroupware 1.0 GPL Web-based groupware suite written in php eGroupWare is a web-based groupware suite written in PHP. The core package provides the admin, setup, phpgwapi and preferences packages. It also provides an API for developing additional applications. See the egroupware apps project for add-on apps.
egroupware-addressbook 1.0 GPL The eGroupWare addressbook application Contact manager with Vcard support. addressbook is the egroupware default contact application. It makes use of the phpgroupware contacts class to store and retrieve contact information via SQL, LDAP or Active Directory.
egroupware-backup 1.0 GPL The eGroupWare backup application An online configurable backup app to store data offline. Can store files in zip, tar.gz and tar.bz2 on the local machine or Remote via FTP, SMBMOUNT or NFS
egroupware-bookmarks 1.0 GPL The eGroupWare bookmarks application Manage your bookmarks with eGroupWare. Has Netscape plugin.
egroupware-calendar 1.0 GPL The eGroupWare calendar application Powerful calendar with meeting request system, Alarms, ICal and E-Mail support, and ACL security.
egroupware-comic 1.0 GPL The eGroupWare comic application This application display comic strips.
egroupware-developer_tools 1.0 GPL The eGroupWare developer_tools application The TranslationTools allow to create and extend translations-files for eGroupWare. They can search the sources for new / added phrases and show you the ones missing in your language.
egroupware-email 1.0 GPL The eGroupWare email application AngleMail for eGroupWare at www.anglemail.org is an Email reader with multiple accounts and mailbox filtering. Also Anglemail support IMAP, IMAPS, POP3 and POP3S accounts.
egroupware-emailadmin 1.0 GPL The eGroupWare emailadmin application EmailAdmin allow to maintain User email accounts
egroupware-etemplate 1.0 GPL The eGroupWare %{etempalte} application eTemplates are a new widget-based template system for eGroupWare with an interactive editor and a database table-editor (creates tables_current.inc.php and updates automaticaly tables_update.inc.php)
egroupware-felamimail 1.0 GPL The eGroupWare felamimail application The felamimail Email Reader is a other Email application for phpgw eGroupWare.
egroupware-filemanager 1.0 GPL The eGroupWare filemanager application This is the filemanager app for eGroupWare.
egroupware-forum 1.0 GPL The eGroupWare forum application This is the forum app for eGroupWare.
egroupware-ftp 1.0 GPL The eGroupWare ftp application This is the ftp app for eGroupWare.
egroupware-fudforum 1.0 GPL The eGroupWare fudforum application This is the fudforum app for eGroupWare.
egroupware-headlines 1.0 GPL The eGroupWare headlines application This is the headlines app for eGroupWare.
egroupware-infolog 1.0 GPL The eGroupWare infolog application This is the infolog app for eGroupWare.
egroupware-jinn 1.0 GPL The eGroupWare jinn application The jinn app is a multi-site, multi-database, multi-user/-group, database driven Content Management System written in and for the eGroupWare Framework.
egroupware-messenger 1.0 GPL The eGroupWare messenger application This is the messenger app for eGroupWare.
egroupware-news_admin 1.0 GPL The eGroupWare news_admin application This is the news_admin app for eGroupWare.
egroupware-phpbrain 1.0 GPL The eGroupWare phpbrain application This is the phpbrain app for eGroupWare.
egroupware-phpldapadmin 1.0 GPL The eGroupWare phpldapadmin application This is the phpldapadmin app for eGroupWare.
egroupware-phpsysinfo 1.0 GPL The eGroupWare phpsysinfo application This is the cire phpsysinfo of eGroupWare.
egroupware-polls 1.0 GPL The eGroupWare polls application This is the polls app for eGroupWare.
egroupware-projects 1.0 GPL The eGroupWare projects application This is the projects app for eGroupWare.
egroupware-registration 1.0 GPL The eGroupWare registration application This is the registration app for eGroupWare.
egroupware-sitemgr 1.0 GPL The eGroupWare sitemgr application This is the sitemgr app for eGroupWare.
egroupware-skel 1.0 GPL The eGroupWare skel application This is the skel app for eGroupWare.
egroupware-stocks 1.0 GPL The eGroupWare stocks application This is the stocks app for eGroupWare.
egroupware-tts 1.0 GPL The eGroupWare tts application This is the tts app for eGroupWare.
egroupware-wiki 1.0 GPL The eGroupWare wiki application This is the wiki app for eGroupWare.
esound 0.2.32 GPL The Enlightened Sound Daemon EsounD (the Enlightened Sound Daemon) is a server process that allows multiple applications to share a single sound card. For example, when you're listening to music from your CD and you receive a sound-related event from ICQ, your applications won't have to jockey for the attention of your sound card. EsounD mixes several audio streams for playback by a single audio device.
ezpublish 3.2 GPL The eZ publish content management system (CMS) eZ publish is an open source content management system and development framework. As a content management system (CMS) it's most notable feature is its revolutionary, fully customizable, and extendable content model. This is also what makes it suitable as a platform for general Web development. Its stand-alone libraries can be used for cross-platform, database independent PHP projects. eZ publish is also well suited for news publishing, e-commerce (B2B and B2C), portals, and corporate Web sites, intranets, and extranets. eZ publish is dual licenced between GPL and the eZ publish professional licence. This package has some conditional build switches: (ie. use with rpm --rebuild): --with ezlupdate Compile ezlupdate --with openfts Enable OpenFTS support
fax4CUPS-efax 1.23 GPL Specialized fax4CUPS backend/PPD file for efax. If your fax modem is managed by efax, you need this CUPS backend and PPD file to use it as a CUPS printer.
fax4CUPS-hylafax 1.23 GPL Specialized fax4CUPS backend/PPD file for Hylafax. If your fax modem is managed by Hylafax, you need this CUPS backend and PPD file to use it as a CUPS printer.
fax4CUPS-mgetty-fax 1.23 GPL Specialized fax4CUPS backend/PPD file for efax. If your fax modem is managed by mgetty fax, you need this CUPS backend and PPD file to use it as a CUPS printer.
fcgi 2.4.0 BSD-style The FastCGI development kit FastCGI is an open extension to CGI that provides high performance for all Internet applications without the penalties of Web server APIs. FastCGI is designed to be layered on top of existing Web server APIs. For instance, the mod_fastcgi Apache module adds FastCGI support to the Apache server. FastCGI can also be used, with reduced functionality and reduced performance, on any Web server that supports CGI. This FastCGI Developer's Kit is designed to make developing FastCGI applications easy. The kit currently supports FastCGI applications written in C/C++, Perl, Tcl, and Java. This package contains only shared libraries used by programs developed using FastCGI Developer's Kit and cgi-fcgi (bridge from CGI to FastCGI).
finger-server 0.17 BSD The finger daemon. Finger is a utility which allows users to see information about system users (login name, home directory, name, how long they've been logged in to the system, etc.). The finger-server package includes a standard finger server. The server daemon (fingerd) runs from /etc/inetd.conf, which must be modified to disable finger requests. You should install finger-server if your system is used by multiple users and you'd like finger information to be available.
foomatic-db 3.0.1 GPL Foomatic printer/driver database Foomatic is a comprehensive, spooler-independent database of printers, printer drivers, and driver descriptions. It contains utilities to generate PPD (Postscript Printer Description) files and printer queues for CUPS, LPD, GNUlpr, LPRng, PPR, and PDQ using the database. There is also the possibility to read the PJL options out of PJL-capable laser printers and take them into account at the driver description file generation. There are spooler-independent command line interfaces to manipulate queues (foomatic-configure) and to print files/manipulate jobs (foomatic printjob). The site http://www.linuxprinting.org/ is based on this database. This package is the Foomatic database, an XML database containing information about the capabilities of near 1000 printers and around 250 drivers. Especially it contains the information how and with which options the drivers have to be executed.
foomatic-db-engine 3.0.1 GPL Foomatic database access, printer admin, and printing utils Foomatic is a comprehensive, spooler-independent database of printers, printer drivers, and driver descriptions. It contains utilities to generate PPD (Postscript Printer Description) files and printer queues for CUPS, LPD, GNUlpr, LPRng, PPR, and PDQ using the database. There is also the possibility to read the PJL options out of PJL-capable laser printers and take them into account at the driver description file generation. There are spooler-independent command line interfaces to manipulate queues (foomatic-configure) and to print files/manipulate jobs (foomatic printjob). The site http://www.linuxprinting.org/ is based on this database. This package contains the tools for accessing the Foomatic database, for printer administration, and for printing.
foomatic-filters 3.0.1 GPL Foomatic filters needed to run print queues with Foomatic PPDs Foomatic is a comprehensive, spooler-independent database of printers, printer drivers, and driver descriptions. It contains utilities to generate PPD (Postscript Printer Description) files and printer queues for CUPS, LPD, GNUlpr, LPRng, PPR, and PDQ using the database. There is also the possibility to read the PJL options out of PJL-capable laser printers and take them into account at the driver description file generation. There are spooler-independent command line interfaces to manipulate queues (foomatic-configure) and to print files/manipulate jobs (foomatic printjob). The site http://www.linuxprinting.org/ is based on this database. This package contains the filters needed to run print queues based on Foomatic PPD files.
fragroute 1.2 BSD Fragroute - intercept, modify, and rewrite egress traffic fragroute intercepts, modifies, and rewrites egress traffic, implementing most of the attacks described in the Secure Networks "Insertion, Evasion, and Denial of Service: Eluding Network Intrusion Detection" paper. It features a simple ruleset language to delay, duplicate, drop, fragment, overlap, print, reorder, segment, source-route, or otherwise monkey with all outbound packets destined for a target host, with minimal support for randomized or probabilistic behaviour. This tool was written in good faith to aid in the testing of intrusion detection systems, firewalls, and basic TCP/IP stack behaviour.
freeradius 0.9.2 GPL High-performance and highly configurable RADIUS server The FreeRADIUS Server Project is a high-performance and highly configurable GPL'd RADIUS server. It is somewhat similar to the Livingston 2.0 RADIUS server, but has many more features, and is much more configurable.
freeradius-krb5 0.9.2 GPL The Kerberos module for freeradius The FreeRADIUS server can use Kerberos to authenticate users, and this module is necessary for that.
freeradius-ldap 0.9.2 GPL The LDAP module for freeradius The FreeRADIUS server can use LDAP to authenticate users, and this module is necessary for that.
freeradius-mysql 0.9.2 GPL The MySQL module for freeradius The FreeRADIUS server can use MySQL to authenticate users and do accounting, and this module is necessary for that.
freeradius-postgresql 0.9.2 GPL The PostgreSQL module for freeradius The FreeRADIUS server can use PostgreSQL to authenticate users and do accounting, and this module is necessary for that.
freeradius-unixODBC 0.9.2 GPL The unixODBC module for freeradius The FreeRADIUS server can use unixODBC to authenticate users and do accounting, and this module is necessary for that.
freeradius-web 1.63 GPL Web based administration interface for freeradius dialup_admin is a web based administration interface for the freeradius radius server. It is written in PHP4. It is modular and right now it assumes that user information is stored in an ldap server or an sql database and accounting in an sql server.
freeswan 2.04 GPL A Free IPSEC implemetation The basic idea of IPSEC is to provide security functions (authentication and encryption) at the IP (Internet Protocol) level. It will be required in IP version 6 (better known as IPng, the next generation) and is optional for the current IP, version 4. FreeS/WAN is a freely-distributable implementation of IPSEC protocol. This package has the x509 patch applied (www.strongsec.com) For kernel with this freeswan version, please check the main distro or http://people.mandrakesoft.com/~florin/www/rpms/cooker/rpms/i586/
fwmon 1.1.0 GPL A linux netlink firewall monitor This program allows you to monitor ipchains/iptables output in realtime. It supports both logging to a file/stdout and/or to tcpdump format capture logs. It also supports security features such as running non-root, and chrooting itself.
gated 3.6 distributable The GateD routing daemon. GateD is a modular software program consisting of core services, a routing database, and protocol modules which support multiple routing protocols (RIP versions 1 and 2, DCN HELLO, OSPF version 2, EGP version 2, BGP versions 2 through 4). GateD is designed to handle dynamic routing with a routing database built from the information exchanged by routing protocols. Install gated if you need a routing daemon.
glasnost 0.6.1 GPL Collaborative content management, e-vote and groupware Glasnost is the voting system originally developed by French Free Software company Easter-eggs for in-house decision making and now also used in other places. It evolved from a simple voting system to a complex content management system with many features (collaborative redaction, groupware ...)
gnump3d 1.0 GPL GNUMP3d is a streaming server for MP3's. GNUMP3d is a streaming server for MP3's, OGG vorbis, and other streamable audio files, it is designed to be: * Small, stable, self-contained, and secure. * Simple to install, configure, and use. * Portable across different varieties of Unix.
gpm 1.20.1 GPL A mouse server for the Linux console Gpm provides mouse support to text-based Linux applications like the emacs editor, the Midnight Commander file management system, and other programs. Gpm also provides console cut-and-paste operations using the mouse and includes a program to allow pop-up menus to appear at the click of a mouse button. Gpm should be installed if you intend to use a mouse with your Mandrakelinux system.
halfStats 1.0 GPL Half-Life stats program halfStats is a Perl program which parses Half-Life server logs and generates player statistics in HTML files.
heartbeat 1.2.0 GPL Heartbeat - heartbeat subsystem for High-Availability Linux heartbeat is a basic heartbeat subsystem for Linux-HA. It will run scripts at initialization, and when machines go up or down. This version will also perform IP address takeover using gratuitious ARPs. It works correctly for a 2-node configuration, and is extensible to larger configurations. It implements the following kinds of heartbeats: - Bidirectional Serial Rings ("raw" serial ports) - UDP/IP braodcast (ethernet, etc) - Bidirectional Serial PPP/UDP Rings (using PPP)
heartbeat-ldirectord 1.2.0 GPL Monitor daemon for maintaining high availability resources ldirectord is a stand-alone daemon to monitor services of real for virtual services provided by The Linux Virtual Server (http://www.linuxvirtualserver.org/). It is simple to install and works with the heartbeat code (http://www.linux-ha.org/).
heartbeat-pils 1.2.0 GPL Provides a general plugin and interface loading library PILS is an generalized and portable open source Plugin and Interface Loading System. PILS was developed as part of the Open Cluster Framework reference implementation, and is designed to be directly usable by a wide variety of other applications. PILS manages both plugins (loadable objects), and the interfaces these plugins implement. PILS is designed to support any number of plugins implementing any number of interfaces.
heartbeat-stonith 1.2.0 GPL Provides an interface to Shoot The Other Node In The Head The STONITH module (a.k.a. STOMITH) provides an extensible interface for remotely powering down a node in the cluster. The idea is quite simple: When the software running on one machine wants to make sure another machine in the cluster is not using a resource, pull the plug on the other machine. It's simple and reliable, albeit admittedly brutal.
hlds_ld 1.50b2 GPL Advanced Server Management for Linux Half Life Servers! hlds_ld is a Linux Half-Life server management tool, consisting of a daemon process and GUI clients. It is designed to work with all mods (TFC, Counter-Strike, etc).
hlmaps 1.1 GPL Perl/CGI script displaying all maps of a Half-Life server HLmaps is a Perl/CGI script for Half-Life game servers running on Linux, FreeBSD, and WinNT. It allows web site visitors to view all your loaded maps, screen shots, download links and some file statistics in a nice, sortable table.
hlmaps_images 2.0 GPL Various images of Half-Life and mods maps This package ships a bunch of sreenshots from various Half-Life (and mods) maps, used primarily by hlmaps. But this is also used by csserverstats, halfStats, hlds_ld and hlmon.
honeyd 0.8 BSD A Virtual Honeypot Daemon Honeyd is a small daemon that creates virtual hosts on a network. The hosts can be configured to run arbitrary services, and their personality can be adapted so that they appear to be running certain operating systems. Honeyd enables a single host to claim multiple addresses - I have tested up to 65536 - on a LAN for network simulation. Honeyd improves cyber security by providing mechanisms for threat detection and assessment. It also deters adversaries by hiding real systems in the middle of virtual systems. It is possible to ping the virtual machines, or to traceroute them. Any type of service on the virtual machine can be simulated according to a simple configuration file. Instead of simulating a service, it is also possible to proxy it to another machine.
horde 2.2.4 GPL The common Horde Framework for all Horde modules. The Horde Framework provides a common structure and interface for Horde applications (such as IMP, a web-based mail program). This RPM is required for all other Horde module RPMS. The Horde Project writes web applications in PHP and releases them under the GNU Public License. For more information (including help with Horde and its modules) please visit http://www.horde.org/.
hotsmtpd 0.8 GPL ESMTP to HTTPMail gateway daemon to access hotmail.com/msn.com/lycos mailboxes This package contains hotsmtpd, a ESMTP to HTTPMail proxy. It works like Hotwayd. It allows any smtp client to post through a hotmail account.
hotwayd 0.8 GPL POP3 to HTTPMail gateway daemon to access hotmail.com/msn.com/lycos mailboxes Hotway is a POP3-HTTPMail gateway daemon. HTTPMail is an undocumented WebDAV-based protocol used by hotmail. This gateway allows *any* POP3 compatible email client to handle (download, delete, etc) messages on hotmail.com, msn.com and lycos.co.uk mailboxes.
hpoj 0.91 GPL HP OfficeJet low level driver infrastructure This is an HP-sponsored project to add Linux support for most Hewlett-Packard OfficeJet, PSC, and LaserJet all-in-one peripherals (also known as Multi-Function Peripherals or MFPs), which can print, scan, copy, and (on some models) fax. It is work in progress, but printing and scanning are supported on most models, when either connected to the parallel port or USB on a Linux (Intel or Alpha) workstation, or to a LAN with selected HP JetDirect print servers.
HTML-Embperl 1.3.29_1.3.6 Apache License HTML::Embperl module Embeded perl allows perl to be embeded with HTML pages that are served out to clients. This module contains support for apache-mod_perl, support for standalone mode, or cgi under any webserver.
httpd2-naat 0.8 Apache License HTTP server daemon to provide Administrative WWW services httpd-naat is an Apache2 configuration for the Network Appliance Administration Tool on MandrakeLinux Server.
httpd-naat 0.8 Apache License HTTP server daemon to provide Administrative WWW services httpd-naat is an Apache configuration for the Network Appliance Administration Tool on MandrakeLinux Server.
icecast 2.0.0 GPL Streaming Media Server Icecast is an Internet based broadcasting system based on the Mpeg Layer III streaming technology. It was originally inspired by Nullsoft's Shoutcast and also mp3serv by Scott Manley. The icecast project was started for several reasons: a) all broadcasting systems were pretty much closed source, non-free software implementations, b) Shoutcast doesn't allow you to run your own directory servers, or support them, and c) we thought it would be a lot of fun.
ices 0.3 GPL Source streaming for Icecast Ices is a part of Icecast serveur. It submit mp3's files from a playlist.
idn 0.3.6 LGPL Commandline interface to the libidn11 library This package provides the commandline interface to the libidn11 library
idnkit-tools 1.0 BSD-like Tools for the Internationalized Domain Name kit (idnkit/JPNIC) library The 'idnkit' is an open source, BSD-like licensed software that provides functionalities about Internationalized Domain Name processing standardized at IETF. Major features that idnkit provides are as follows. - idnconv - DNS zone / configuration file encoding converter - runidn / idn wrapper - Dynamic link resolver library for UNIX / Windows
imap 2002d BSD Server daemons for IMAP and POP network mail protocols. The imap package provides server daemons for both the IMAP (Internet Message Access Protocol) and POP (Post Office Protocol) mail access protocols. The POP protocol uses a "post office" machine to collect mail for users and allows users to download their mail to their local machine for reading. The IMAP protocol provides the functionality of POP, but allows a user to read mail on a remote machine without downloading it to their local machine. Install the imap package if you need a server to support the IMAP or the POP mail access protocols.
imap-utils 2002d BSD Some basic IMAP utilities to make managing your email simpler. This package contains some basic IMAP tools for managing IMAP email. These tools are part of the uw-imapd, but may be used indepentantly since they are stand-alone and not bound to a specific IMAP server. chkmail - check for new mail icat - "cat" a mailbox from an IMAP source (standard Unix mailbox format) ifrom - one line per message summary of IMAP mailbox imapcopy - copy messages from an IMAP inbox to a local mailbox imapmove - move messages from an IMAP inbox to a local mailbox imapxfer - copy mailboxes between IMAP servers mbxcreat - create a new mailbox mbxcopy - copy messages to a new mailbox mbxmove - move messages to a new mailbox mbxcvt - copy or move messages to a new mailbox, converting mailbox format dmail - procmail Mail Delivery Module tmail - Mail Delivery Module
imp 3.2.2 GPL The Internet Messaging Program: webmail access to IMAP/POP3 accounts IMP is the Internet Messaging Program, one of the Horde applications. It provides webmail access to IMAP and POP3 accounts. The Horde Project writes web applications in PHP and releases them under the GNU Public License. For more information (including help with IMP) please visit http://www.horde.org/.
inews 2.4.1 GPL Sends Usenet articles to a local news server for distribution. The inews program is used by some news programs (for example, inn and trn) to post Usenet news articles to local news servers. Inews reads an article from a file or standard input, adds headers, performs some consistency checks and then sends the article to the local news server specified in the inn.conf file. Install inews if you need a program for posting Usenet articles to local news servers.
inn 2.4.1 GPL The InterNetNews (INN) system, an Usenet news server. INN (InterNetNews) is a complete system for serving Usenet news and/or private newsfeeds. INN includes innd, an NNTP (NetNews Transport Protocol) server, and nnrpd, a newsreader that is spawned for each client. Both innd and nnrpd vary slightly from the NNTP protocol, but not in ways that are easily noticed. Install the inn package if you need a complete system for serving and reading Usenet news. You may also need to install inn-devel, if you are going to use a separate program which interfaces to INN, like newsgate or tin.
intimed 2.00 freeware A time server for synchronizing networked machines' clocks. The intimed package contains a server (in.timed), which keeps networked machines' clocks correctly synchronized to the server's time. Install intimed if you need a network time server.
irda-utils 0.9.15 GPL Utilities for infrared communication between devices IrDA(TM) (Infrared Data Association) is an industry standard for wireless, infrared communication between devices. IrDA speeds range from 9600 bps to 4 Mbps, and IrDA can be used by many modern devices including laptops, LAN adapters, PDAs, printers, and mobile phones. The Linux-IrDA project is a GPL'd implementation, written from scratch, of the IrDA protocols. Supported IrDA protocols include IrLAP, IrLMP, IrIAP, IrTTP, IrLPT, IrLAN, IrCOMM and IrOBEX. The irda-utils package contains a collection of programs that enable the use of IrDA protocols. Most IrDA features are implemented in the kernel, so IrDA support must be enabled in the kernel before any IrDA tools or programs can be used. Some configuration outside the kernel is required, however, and some IrDA features, like IrOBEX, are actually implemented outside the kernel.
jabber 1.4.3 Jabber Open Source License/GPL Jabber is an instant messaging System. Jabber is an instant messaging System, similar to ICQ or AIM, yet far different. It is open source, absolutely free, simple, fast, extensible, modularized, cross platform, and created with the future in mind. Jabber has been designed from the ground up to serve the needs of the end user, satisfy business demands, and maintain compatibility with other messaging systems.
jabber-aim 1.4.3 Jabber Open Source License/GPL Aim Transport for Jabber server This package contains aim transport for Jabber server. Read the documentation for install this transport. WARNING : to enable support for this transport, you must : - uncomment aim part in /etc/jabber/jabber.xml - edit /etc/jabber/jabber.xml and /etc/jabber/jabber-aim.xml to replace aim.localhost with aim.your_computer_full_domain_name - configure our DNS server to resolve aim.your_computer_full_domain_name - modify /etc/jabber/jabber-aim.xml to get <aimbinarydir> to point to AIM Windows binaries.
jabber-conference 1.4.3 Jabber Open Source License/GPL Conferencing service for Jabber server This package contains conference servicing for Jabber server. WARNING : to enable support for this transport, you must : - uncomment conference part in /etc/jabber/jabber.xml - edit /etc/jabber/jabber.xml and /etc/jabber/jabber-conference.xml to replace conference.localhost with conference.your_computer_full_domain_name - configure our DNS server to resolve conference.your_computer_full_domain_name
jabber-icq 1.4.3 Jabber Open Source License/GPL ICQ Transport for Jabber server This package contains icq transport for Jabber server. WARNING : to enable support for this transport, you must : - uncomment icq part in /etc/jabber/jabber.xml - edit /etc/jabber/jabber.xml and /etc/jabber/jabber-icq.xml to replace icq.localhost with icq.your_computer_full_domain_name ans sms.localhost with sms.your_computer_full_domain_name - configure our DNS server to resolve icq.your_computer_full_domain_name and sms.your_computer_full_domain_name
jabber-jud 1.4.3 Jabber Open Source License/GPL Jabber User Directory service for Jabber server This package contains service directory servicing for Jabber server. Read the documentation for install this service.
jabber-msn 1.4.3 Jabber Open Source License/GPL Msn Transport for Jabber server This package contains msn transport for Jabber server. Read the documentation for install this transport.
jabber-yahoo 1.4.3 Jabber Open Source License/GPL Yahoo Transport for Jabber server This package contains yahoo transport for Jabber server. Read the documentation for install this transport.
jackit 0.94.0 GPL The Jack Audio Connection Kit JACK is a low-latency audio server, written primarily for the Linux operating system. It can connect a number of different applications to an audio device, as well as allowing them to share audio between themselves. Its clients can run in their own processes (ie. as a normal application), or can they can run within a JACK server (ie. a "plugin"). JACK is different from other audio server efforts in that it has been designed from the ground up to be suitable for professional audio work. This means that it focuses on two key areas: synchronous execution of all clients, and low latency operation.
jackit-realtime 0.94.0 GPL The Jack Audio Connection Kit JACK is a low-latency audio server, written primarily for the Linux operating system. It can connect a number of different applications to an audio device, as well as allowing them to share audio between themselves. Its clients can run in their own processes (ie. as a normal application), or can they can run within a JACK server (ie. a "plugin"). JACK is different from other audio server efforts in that it has been designed from the ground up to be suitable for professional audio work. This means that it focuses on two key areas: synchronous execution of all clients, and low latency operation. This is the realtime version of JACK, which allows regular users to have high-priority scheduling for multimedia applications. Start jack using the 'jackstart' command or 'jackd -R'. You will also have to be running the multimedia kernel. Jackstart runs as suid root, which is a small security risk.
kolab-server 1.0 GPL Kolab Groupware Server Kolab is the KDE Groupware Server that provides full groupware features to either KDE Kolab clients or Microsoft Outlook[tm] clients running on Windows[tm] using the Konsec Konnector http://www.konsec.com. In addition it is a robust and flexible general imap mail server with LDAP addressbook and nice web gui for administration.
krb5-server 1.3 MIT The server programs for Kerberos 5. Kerberos is a network authentication system. The krb5-server package contains the programs that must be installed on a Kerberos 5 server. If you're installing a Kerberos 5 server, you need to install this package (in other words, most people should NOT install this package).
kronolith 1.1 LGPL The Horde calendar application Kronolith is the Horde calendar application. It provides a stable and featureful individual calendar system for every Horde user, and collaboration/scheduling features are starting to take shape. It makes extensive use of the Horde Framework to provide integration with other applications.
l2tpd 0.69 GPL User-space implementation of L2TP (RFC 2661) for Linux l2tpd is an implementation of the layer two tunneling protocol. It works in userspace completely (although kernel work is planned after the userspace version is stablized). l2tpd works by opening a pseudo-tty for communicating with pppd. Although l2tpd was written for Linux, the current version should be highly portable to other UNIX's supported by pppd. A great place to get started: http://www.jacco2.dds.nl/networking/freeswan-l2tp.html
ldapdns 2.04 GPL DNS server that pulls data from an LDAP directory LDAPDNS is a ultra-fast, stable, multithreaded DNS server that pulls data from an LDAP directory. It supports RFC1279 (bind-style), Microsoft Active Directory, and it's own directory layouts.
leafnode 1.9.46 Artistic Leafnode - a leafsite NNTP server Leafnode is a small NNTP server for leaf sites without permanent connection to the internet. It supports a subset of NNTP and is able to automatically fetch the newsgroups the user reads regularly from the newsserver of the ISP.
libamu2 6.0.9 BSD Shared library files for am-utils Shared library files from the am-utils package.
libcups2 1.1.20 LGPL Common Unix Printing System - CUPS library The Common Unix Printing System provides a portable printing layer for UNIX(TM) operating systems. This package contains the CUPS API library which contains common functions used by both the CUPS daemon and all CUPS frontends (lpr-cups, xpp, qtcups, kups, ...). This package you need for both CUPS clients and servers. It is also needed by Samba.
libhpojip0 0.91 GPL Dynamic library for the "hpoj" HP Officejet low level drivers Library needed for the "hpoj" HP Officejet low level drivers.
libnasl2 2.0.10a GPL Nasl - Nessus Attack Scripting Language Nasl - Nessus Attack Scripting Language. These libraries are needed by nessus.
libnessus2 2.0.10a GPL Libraries needed by nessus Libraries needed by nessus
libpostfix1 2.1.0 IBM Public License Shared libraries required to run Postfix This package contains shared libraries used by Postfix.
libptal0 0.91 GPL Dynamic library for the "hpoj" HP Officejet low level drivers Library needed for the "hpoj" HP Officejet low level drivers.
libsane-hpoj1 0.91 GPL SANE driver for scanners in HP's multi-function devices (from HPOJ) SANE driver for scanners in HP's multi-function devices (from HPOJ)
libsocketlock 0.1 GPL A library wraper for libc's bind() and connect() functions socketlock is a dynamic library that wraps libc's bind() and connect() functions. Its purpose is to force bad programs to bind to specific IP's on multihomed machines. Both listening sockets and outbound sockets are supported. The idea was taken from a similar tool called socketbind. There were serious problems and lack of features, so this I written this new tool. To use it simply run: export LD_PRELOAD=/usr/lib/libsocketlock.so export BINDTO=<ipaddress> <start program>
maildirmake++ 2.1.2 GPL The maildirmake application by Mr. Sam This package contains the maildirmake command. You can create either standard Maildir or Maildir++ with the maildirmake command.
maildrop 1.6.3 GPL Maildrop mail filter/mail delivery agent Maildrop is a combination mail filter/mail delivery agent. Maildrop reads the message to be delivered to your mailbox, optionally reads instructions from a file how filter incoming mail, then based on these instructions may deliver mail to an alternate mailbox, or forward it, instead of dropping the message into your mailbox. Maildrop uses a structured, real, meta-programming language in order to define filtering instructions. Its basic features are fast and efficient. At sites which carry a light load, the more advanced, CPU-demanding, features can be used to build very sophisticated mail filters. Maildrop deployments have been reported at sites that support as many as 30,000 mailboxes. Maildrop mailing list: http://lists.sourceforge.net/lists/listinfo/courier-maildrop This version is compiled with support for GDBM database files, maildir enhancements (folders+quotas), and userdb.
maildrop-mysql 1.6.3 GPL Maildrop mail filter/mail delivery agent with MySQL support Maildrop mail filter/mail delivery agent with MySQL support
maildrop-openldap 1.6.3 GPL Maildrop mail filter/mail delivery agent with OpenLDAP support Maildrop mail filter/mail delivery agent with OpenLDAP support
mailman 2.1.4 GPL The GNU Mailing List Management System Mailman -- The GNU Mailing List Management System -- is a mailing list management system written mostly in Python. Features: o Most standard mailing list features, including: moderation, mail based commands, digests, etc... o An extensive Web interface, customizable on a per-list basis. o Web based list administration interface for *all* admin-type tasks o Automatic Web based hypermail-style archives (using pipermail or other external archiver), including provisions for private archives o Integrated mail list to newsgroup gatewaying o Integrated newsgroup to mail list gatewaying (polling-based... if you have access to the nntp server, you should be able to easily do non-polling based news->mail list gatewaying; email viega@list.org, I'd like to help get that going and come up with instructions) o Smart bounce detection and correction o Integrated fast bulk mailing o Smart spam protection o Extensible logging o Multiple list owners and moderators are possible o Optional MIME-compliant digests o Nice about which machine you subscribed from if you're from the right domain Note: Please review README.MDK for post-install notes, particularly if you are installing the package from a GUI, or migrating existing lists.
maradns 1.0.18 Public Domain An authoritative and recursive DNS server made with security in mind. MaraDNS is an authoritative and recursive DNS server made with security in mind. More information is at http://www.maradns.org
mars-nwe 0.99pl20 GPL NetWare file and print servers which run on Linux systems. The mars_nwe (MARtin Stover's NetWare Emulator) package enables Linux to provide both file and print services for NetWare clients (i.e., providing the services of a Novell NetWare file server). Mars_nwe allows the sharing of files between Linux machines and Novell NetWare clients, using NetWare's native IPX protocol suite. Install the mars_nwe package if you need a Novell NetWare file server on your Mandrake Linux system.
masqmail 0.2.18 GPL Offline Mail Transfert Agent MasqMail is a mail server designed for hosts that are not permanently connected to the Internet. It handles outgoing messages specially and delivers them only when the Internet connection is available. It has support for multiple Internet Service Providers and for local users's mail boxes. It replaces other MTAs such as Sendmail or Postfix.
mimetypes 1.6 GPL List mimetypes and merge them into Apache's mime.types file mimetypes is a utility that generates mime.types files for Apache. The standard file does not include many of the common Linux document MIME types (such as StarOffice, and KDE and GNOME apps). This script automates the extraction of MIME type information from both the KDE and GNOME mimetype databases, and displays it in a manner appropriate to Apache.
mnogosearch 3.2.15 GPL Another one web indexing and searching system for a small domain or intranet The mnogosearch system is a complete world wide web indexing and searching system for a small domain or intranet. This system is not meant to replace the need for powerful internet-wide search systems like Lycos, Infoseek, Webcrawler and AltaVista. Instead it is meant to cover the search needs for a single company, campus, or even a particular sub section of a web site. Features: - mp3 tag info - news searching(?) - http: (and ftp: - via proxy) URL schemaa - charset guesser - externel parsers - support for ssl (https://) - limiting queries to one hostname by sth like this: <INPUT TYPE=HIDDEN NAME=ul VALUE=http://www.something.com/> - it's posilble to run indexers on several diffrent (theoreticaly 128) hosts, and gather information on one of them, reindexing proceses make no harm to avalibility of search engine. See cachemode.txt As opposed to some WAIS-based or web-server based search engines, mnogsearch can span several web servers at a site. The type of these different web servers doesn't matter as long as they understand the HTTP 1.0 protocol. Mnogosearch supports also virtual domains. You can also rebuild mnogosearch with support for either MySQL, PostgreSQL or the built-in database. The following are valid build options. (ie. use with rpm --rebuild): --with postgresql Build with PostgreSQL support --with mysql Build with MySQL support (default)
mnogosearch-php 3.2.3 GPL Search.php frontend for mnoGoSearch mnoGoSearch-php is a PHP frontend for the mnoGoSearch free Web search engine (formerly known as UdmSearch). It supports most of all original search.cgi features including cache mode, phrase search, weight factors, spell daemon, and others.
mnogosearch-stored 3.2.15 GPL Daemon for saving gziped versions of documents. This package contains optional part of mnogosearch stored daemon, which stores locally gziped versions of parsed (& indexed) html files, news articles, etc.
mod_antihak 0.3.1c GPL Antihak module for Apache mod_antihak is an Apache Module designed to eliminate the CodeRed and Nimda worm's network bandwidth consumption. We're working to make it as easy as writing a line of text to add more worms! :)
mod_auth_external 2.1.15 Apache License Apache authentication using external program Apache external authentication module - uses PAM.
mod_auth_ldap 1.6.0 GPL This is a LDAP authentication module for Apache This is an authentication module for Apache that allows you to authenticate HTTP clients using user entries in an LDAP directory.
mod_auth_pam 1.1.1 LGPL Pam authorisation for Apache The PAM authentication module implements Basic authentication on top of the Pluggable Authentication Module library. Thereby it supports standard unix passwd, shadow, NIS, SMB auth and radius authentication transparently and easily interchangeable, wherever the HTTP protocol allows it.
mod_auth_radius 1.5.2 Apache License Apache authentication via Radius With mod_auth_radius you are able to authenticate in Apache using Radius.
mod_dav 1.0.3 Apache License DAV module for Apache mod_dav enables Apache to understand DAV protocol (extensions to HTTP). DAV stands for "Distributed Authoring and Versioning", and is defined by RFC 2518. DAV is intended to replace proprietary authoring protocols such as those used by Frontpage or NetObjects' Fusion, but is also a complete set of protocols for manipulating a webserver's files and directories, and their properties.
mod_dosevasive 1.9 Apache License Apache DoS Evasive Maneuvers Module A module for Apache 1.3 giving Apache the ability to fend off request-based DoS attacks conserving your system resources and bandwidth. This new tool maintains an internal table of IP addresses and URLs and will deny repeated requests for the same URL from the same IP address, blacklisting the address for 10-seconds per extraneous request. Obviously, this module will not fend off attacks consuming all available bandwidth or more resources than are available to send 403's, but is very successful in typical flood attacks or cgi flood attacks.
mod_frontpage 1.6.2 Apache License The improved mod_frontpage module for the Apache Web server This is a module for the Apache HTTP Server <http://www.apache.org/httpd.html>. It replaces the Apache-FP patches and module supplied with the FrontPage Server Extensions available from Microsoft <http://www.microsoft.com> and Ready-to-Run Software <http://www.rtr.com/fpsupport>. Using this module allows you to use advanced features of the FrontPage client with your Apache HTTP Server (e.g. creating FrontPage-extended subwebs using the FrontPage client in contrast to creating them as user "root" with "fpinstall.sh" or the "fpsrvadm.exe"-utility on the system's shell).
mod_log_mysql 1.15 Apache License Logs to MySQL mod_log_mysql offers Apache administrators the ability to log accesses to a MySQL database. This capability can replace or coexist with Apache's regular text-file logging mechanisms. mod_log_mysql is production-ready and is known to work with high volume webservers and webserver clusters supporting over 100,000 hits per day.
mod_perl-common 1.3.29_1.29 Apache License The mod_perl and apache-mod_perl common files The mod_perl and apache-mod_perl common files
mod_perl-devel 1.3.29_1.29 Apache License Apache-Mod_Perl Development Files The apache-mod_perl include files for developing mod_perl modules
mod_php 4.3.4 PHP License The PHP4 HTML-embedded scripting language for use with Apache. PHP is an HTML-embedded scripting language. PHP attempts to make it easy for developers to write dynamically generated web pages. PHP also offers built-in database integration for several commercial and non-commercial database management systems, so writing a database-enabled web page with PHP is fairly simple. The most common use of PHP coding is probably as a replacement for CGI scripts. The mod_php module enables the Apache web server to understand and process the embedded PHP language in web pages. This package contains PHP version 4. You'll also need to install the Apache web server.
mod_ssl 2.8.16 Apache License An SSL module for the Apache Web server The mod_ssl project provides strong cryptography for the Apache 1.3 webserver via the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols by the help of the Open Source SSL/TLS toolkit OpenSSL, which is based on SSLeay from Eric A. Young and Tim J. Hudson. The mod_ssl package was created in April 1998 by Ralf S. Engelschall and was originally derived from software developed by Ben Laurie for use in the Apache-SSL HTTP server project. The mod_ssl package is licensed under a BSD-style licence, which basically means that you are free to get and use it for commercial and non-commercial purposes.
mod_sxnet 1.2.4 BSD-Style Strong Extranet module for mod_ssl and apache The Strong Extranet allows you to use digital certificates to authenticate users on your web server. Typically, your users enroll in your Strong Extranet, under your control, through the Thawte Personal Cert System.
mod_throttle 3.1.2 Apache License Bandwidth & Request Throttling module for apache This Apache module is intended to reduce the load on your server& bandwidth enerated by popular virtual hosts, directories, locations, or users according to supported polices (see below) that decide when to delay or refuse requests. Also mod_throttle can track and throttle incoming connections by IP address or by authenticated remote user.
mon 0.99.2 GPL A general-purpose resource monitoring system. Mon is a general-purpose resource monitoring system. It can be used to monitor network service availability, server problems, environmental conditions (i.e., the temperature in a room) or other things. Mon can be used to test the condition and/or to trigger an action upon failure of the condition. Mon keeps the testing and action-taking tasks as separate, stand-alone programs. Mon is very extensible. Monitors and alerts are not a part of mon, but the distribution comes with a handful of them to get you started. This means that if a new service needs monitoring, or if a new alert is required, the mon server will not need to be changed.
mxverify 2.99.56 BSD-like A CGI to verify MX RR:s MXVERIFY-CGI is a WEB CGI utility to test target domain reachability in SMTP sense.
mydns 0.10.1 GPL A MySQL-based Internet DNS server. MyDNS is a free DNS server for UNIX implemented from scratch and designed to utilize the MySQL database for data storage. Its primary objectives are stability, security, interoperability, and speed, though not necessarily in that order. MyDNS does not include recursive name service, nor a resolver library. It is primarily designed for organizations with many zones and/or resource records who desire the ability to perform real-time dynamic updates on their DNS data via MySQL. MyDNS starts and is ready to answer questions immediately, no matter how much DNS data you have in the database. It is extremely fast and memory-efficient. It includes complete documentation, including a manual and a FAQ. It supports a few frills, including round robin DNS, dynamic load balancing, and outgoing AXFR for non-MyDNS nameservers.
mydns-admin 0.10.1 GPL Web admin GUI written in php for mydns This package contains a web admin GUI written in php for mydns
nag 1.1 GPL The Horde task list application Nag is the Horde task list application. It stores todo items, things due later this week, etc. It is very similar in functionality to the Palm ToDo application. The Horde Project writes web applications in PHP and releases them under Open Source licenses. For more information (including help with Nag) please visit http://www.horde.org/.
nagat 1.0 GPL Nagios Administration Tool Nagat, or Nagios Administration Tool, is a webbased solution written in PHP for configuring Nagios, a host and service monitor.
nas 1.6b Public Domain Network Audio System This package contains a network-transparent, client/server audio system, with a library Key features of the Network Audio System include: - Device-independent audio over the network - Lots of audio file and data formats - Can store sounds in server for rapid replay - Extensive mixing, separating, and manipulation of audio data - Simultaneous use of audio devices by multiple applications - Use by a growing number of ISVs - Small size - Free! No obnoxious licensing terms
natmonitord 2.1 GPL The NAT Monitor daemon The NAT Monitor daemon collects data for the natmonitor clients.
ndk 1.2 GPL NetMeeting Directory Kit Each NetMeeting client can register with an LDAP server and has a directory window that lists other NetMeeting clients registered with the same server. The NetMeeting directory kit is an extension to the OpenLDAP server that provides directory service to NetMeeting clients.
nessus 2.0.10a GPL Nessus security scanner Nessus is a free, up-to-date, and full featured remote security scanner for Linux. It is multithreaded, plugin-based, has a nice GTK interface, and currently performs 410 remote security checks. It has powerful reporting capabilities (HTML, LaTeX, ASCII text) and not only points out problems, but suggests a solution for each of them.
nessus-plugins 2.0.10a GPL Nessus security scanner plugins Nessus is a free, up-to-date, and full featured remote security scanner for Linux. It is multithreaded, plugin-based, and has a nice GTK interface. It has powerful reporting capabilities (HTML, LaTeX, ASCII text) and not only points out problems, but suggests a solution for each of them. This package provides more then 1000 plugins for nessus.
netacct-mysql 0.75 GPL Network traffic accounting daemon Traffic Accounting Daemon with mysql support Network traffic accounting daemon which stores data in mysql. Support for per hour statistics, peering/international traffic accounting.
netacct-php 3.02 GPL Web interface for netacct-mysql written in php netacct-netstat is php web interface for netacct-mysql written by Boril Yonchev. It supports auth by ip, different types of user (admin, client, client with peering). Different prices for each traffic.
netatalk 1.6.4 BSD Appletalk and Appleshare/IP services for Linux netatalk is an implementation of the AppleTalk Protocol Suite for Unix/Linux systems. The current release contains support for Ethertalk Phase I and II, DDP, RTMP, NBP, ZIP, AEP, ATP, PAP, ASP, and AFP. It provides Appletalk file printing and routing services on Solaris 2.5, Linux, FreeBSD, SunOS 4.1 and Ultrix 4. It also supports AFP 2.1 and 2.2 (Appleshare IP). Note: The default configuration disables both guest accounts and plain-text passwords. To enable these options, review the configuration file /etc/netatalk/afpd.conf.
net-snmp 5.1 BSDish A collection of SNMP protocol tools and libraries. SNMP (Simple Network Management Protocol) is a protocol used for network management. The NET-SNMP project includes various SNMP tools: an extensible agent, an SNMP library, tools for requesting or setting information from SNMP agents, tools for generating and handling SNMP traps, a version of the netstat command which uses SNMP, and a Tk/Perl mib browser. This package contains the snmpd and snmptrapd daemons, documentation, etc. You will probably also want to install the net-snmp-utils package, which contains NET-SNMP utilities.
net-snmp-trapd 5.1 BSDish The trap collecting daemon for net-snmp The net-snmp-trapd package contains the trap collecting daemon for use with the NET-SNMP network management project. Install this package if you need to collect SNMP traps from your network using the SNMP protocol.
nisca 2.5 GPL Network Interface Statistics Collection Agent (nisca) NISCA (Network Interface Statistics Collection Agent) is a more flexible PHP4-based MRTG replacement. It supports both SNMP and reading localhost's /proc/net/dev device file directly for statistics gathering. It uses MySQL to store collected data in, and stores statistics for bytes transferred, packets transferred, transfer errors, and dropped packets separated into a per interface incoming and outgoing set. It generates both graphs and a textual report table using the data from any timeframe contained in the database. The entire package runs using PHP4; it uses the CGI binary version of PHP for stats collection (running in the background as a "daemon") and either the CGI or Apache module versions to generate the GUI form and reports. It can also import existing MRTG logfiles.
noffle 1.1.2 GPL Usenet newsserver for small sites NOFFLE is a news server optimized for low speed dialup connection to the Internet and few users. It allows reading news offline with many news reader programs, even if they do not support offline reading by themselves.
nscd 2.3.3 LGPL A Name Service Caching Daemon (nscd) Nscd caches name service lookups and can dramatically improve performance with NIS+, and may help with DNS as well. Note that you can't use nscd with 2.0 kernels because of bugs in the kernel-side thread support. Unfortunately, nscd happens to hit these bugs particularly hard. Install nscd if you need a name service lookup caching daemon, and you're not using a version 2.0 kernel.
nss_wins2 2.2.8a GPL Name Service Switch service for WINS Provides the libnss_wins shared library which resolves NetBIOS names to IP addresses.
nss_wins 3.0.2a GPL Name Service Switch service for WINS Provides the libnss_wins shared library which resolves NetBIOS names to IP addresses.
nullidentd 1.0 GPL Minimal identd server implementing the auth protocol (RFC 1413). nullidentd is intended to be a bare minimum identd server. The program implements the auth protocol from RFC 1413. This protocol is used to identify active TCP connections. It depends on the trustworthiness of the server and as such is completely useless as a method of identification. Unfortunately some applications still require that an identd server is available to query about incoming connections. nullidentd implements the absolute minimum server to allow these applications to function. It returns a fake response for any request.
nut-server 1.4.2 GPL Network UPS Tools server These programs are part of a developing project to monitor the assortment of UPSes that are found out there in the field. Many models have serial serial ports of some kind that allow some form of state checking. This capability has been harnessed where possible to allow for safe shutdowns, live status tracking on web pages, and more. This package is the main NUT upsd daemon and the associated per-UPS-model drivers which talk to the UPSes. You also need to install the base NUT package.
oidentd 2.0.7 GPL Ident server with masquerading support Oidentd is an ident (rfc1413) daemon that runs on Linux, FreeBSD, OpenBSD and Solaris 2.x. Oidentd supports most features of pidentd plus more. Most notably, oidentd allows users to specify the identd response that the server will output when a successful lookup is completed. Oidentd supports IP masqueraded connections on Linux, and is able to forward requests to hosts that masq through the host on which oidentd runs.
openct 0.1.0 BSD Smartcard Terminal Tnterface This is OpenCT, a middleware framework for smart card terminals. Currently, OpenCT supports the following set of card terminals and USB tokens: - Towitoko serial readers - Kobil Kaan Professional (including PIN pad support) - Aladdin eToken - Rainbow iKey 3000 - Cryptoflex eGate - Eutron Cypto-Identity ITSEC More drivers are currently under development. OpenCT currently does not work with synchronous smart cards (e.g. memory cards).
opengroupware-zidestore 1.2.66 GPL OpenGroupware.org application interface This package contains the OpenGroupware.org zidestore application interface.
openldap1 1.2.12 Artistic LDAP servers and sample clients. OpenLDAP is an open source suite of LDAP (Lightweight Directory Access Protocol) applications and development tools. The suite includes a stand-alone LDAP server (slapd), a stand-alone LDAP replication server (slurpd), libraries for implementing the LDAP protocol, and utilities, tools, and sample clients. Install openldap if you need LDAP applications and tools.
openldap 2.1.25 Artistic LDAP servers and sample clients. OpenLDAP is an open source suite of LDAP (Lightweight Directory Access Protocol) applications and development tools. The suite includes a stand-alone LDAP server (slapd), a stand-alone LDAP replication server (slurpd), libraries for implementing the LDAP protocol, and utilities, tools, and sample clients. Install openldap if you need LDAP applications and tools.
openldap-clients 2.1.25 Artistic OpenLDAP clients and related files. OpenLDAP clients
openldap-servers 2.1.25 Artistic OpenLDAP servers and related files. OpenLDAP Servers This server package was compiled with support for the berkeley database backend.
openssh-server 3.6.1p2 BSD OpenSSH Secure Shell protocol server (sshd) Ssh (Secure Shell) a program for logging into a remote machine and for executing commands in a remote machine. It is intended to replace rlogin and rsh, and provide secure encrypted communications between two untrusted hosts over an insecure network. X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel. OpenSSH is OpenBSD's rework of the last free version of SSH, bringing it up to date in terms of security and features, as well as removing all patented algorithms to separate libraries (OpenSSL). This package contains the secure shell daemon. The sshd is the server part of the secure shell protocol and allows ssh clients to connect to your host.
osCommerce 2.2 GPL Open sourced e-commerce solution (aka. "tep") osCommerce is an open source e-commerce solution under on going development by the open source community. Its feature packed out-of-the-box installation allows store owners to setup, run, and maintain their online stores with minimum effort and with no costs involved. osCommerce combines open source solutions to provide a free and open development platform, which includes the powerful PHP web scripting language, the stable Apache web server, and the fast MySQL database server. With no restrictions or special requirements, osCommerce is able to run on any PHP3 or PHP4 enabled web server, on any environment that PHP and MySQL supports, which includes Linux, Solaris, BSD, and Microsoft Windows environments osCommerce is also known as "The Exchange Project".
osCommerce-admin 2.2 GPL Administrative web interface for osCommerce Administrative web interface for osCommerce
osCommerce-documentation 2.2 GPL The online documentation for osCommerce The online (and outdated!) documentation for osCommerce
p910nd 0.5 GPL Tiny non-spooling printer daemon. Tiny non-spooling printer daemon for Linux hosts. Accepts data over a TCP network connection from a spooling host. Useful on diskless X terminals with local printer.
pblogan 0.0.6 GPL Phone Box Log Analyzer Phone Box Log Analyzer allows you to capture and view the logs from a PBX. By connecting to the serial port of the PBX (usually used for printing to a serial printer) the logs may be captured and fed to a PostgreSQL database. A PHP Web interface to this database is provided.
pcsc-lite 1.1.2 GPL M.U.S.C.L.E. PC/SC Framework for Linux pcscd is the daemon program for PC/SC Lite. It is a resource manager that coorinates communications with Smart Card readers and Smart Cards that are connected to the system. The purpose of PCSC Lite is to provide a Windows(R) SCard interface in a very small form factor for communicating to smartcards and readers. PCSC Lite uses the same winscard api as used under Windows(R) This package was tested to work with A.E.T. Europe SafeSign. This package is supported by A.E.T. Europe B.V. when used in combination with SafeSign.
pdq 2.2.1 GPL Print, don't Queue! - Daemonless printing system A complete replacement for classical printing systems (spoolers). PDQ does not need a daemon and so there are no problems with crashed daemons, blocked ports, attacks of open ports, but PDQ cannot receive jobs from remote machines. PDQ comes with a graphical interface and LPD backend filters (to print on a remote LPD printer or to serve as frontend for a local LPD system). This system is a good choice for non-networked (only dial-up to the internet) machines, because it does not contain all the network stuff of other spoolers which causes difficulties for users without network.
php-adodb 4.3.4_3.3.2 BSD ADOdb extension for PHP The ADOdb PHP extension provides up to 75% speedup by replacing parts of ADOdb with C code. This extension is compatible with ADOdb 3.31 or later.
php-apc 4.3.4_2.0 PHP License The apc (Alternative PHP Cache) module for PHP APC was conceived of to provide a way of boosting the performance of PHP on heavily loaded sites by providing a way for scripts to be cached in a compiled state, so that the overhead of parsing and compiling can be almost completely eliminated. There are commercial products which provide this functionality, but they are neither open-source nor free. Our goal was to level the playing field by providing an implementation that allows greater flexibility and is universally accessible. We also wanted the cache to provide visibility into it's own workings and those of PHP, so time was invested in providing internal diagnostic tools which allow for cache diagnostics and maintenance. Thus arrived APC. Since we were committed to developing a product which can easily grow with new version of PHP, we implemented it as a zend extension, allowing it to either be compiled into PHP or added post facto as a drop in module. As with PHP, it is available completely free for commercial and non-commercial use, under the same terms as PHP itself. APC has been tested under PHP 4.0.3, 4.0.3pl1 and 4.0.4. It currently compiles under Linux and FreeBSD. Patches for ports to other OSs/ PHP versions are welcome. NOTE!: php-apc has to be loaded last, very important!
php-auth_nds 4.3.4_2.2.3 GPL The Auth NDS module for PHP The php-auth_nds package is a dynamic shared object (DSO) that adds Auth NDS support to PHP. PHP is an HTML-embedded scripting language. If you need Auth NDS support for PHP applications, you will need to install this package in addition to the php package.
phpBB2 2.0.5 GPL A bulletin board package written in php phpBB is a high powered, fully scalable, and highly customisable open-source bulletin board package. phpBB has a user-friendly interface, simple and straightforward administration panel, and helpful FAQ. Based on the powerful PHP server language and your choice of MySQL, MS-SQL, PostgreSQL or Access/ODBC database servers, phpBB is the ideal free community solution for all web sites.
php-bz2 4.3.4 PHP License The bzip2 module for PHP The php-bz2 package is a dynamic shared object (DSO) that adds bzip2 support to PHP. PHP is an HTML-embedded scripting language. If you need bzip2 support for PHP applications, you will need to install this package in addition to the php package.
php-calendar 4.3.4 PHP License The Calendar module for PHP The php-calendar package is a dynamic shared object (DSO) that adds Calendar support to PHP. PHP is an HTML-embedded scripting language. If you need Calendar support for PHP applications, you will need to install this package in addition to the php package.
php-cups 4.3.4_1.1.19 GPL The CUPS module for PHP The php-cups package is a dynamic shared object (DSO) that adds CUPS support to PHP. PHP is an HTML-embedded scripting language. If you need CUPS support for PHP applications, you will need to install this package in addition to the php package.
php-curl 4.3.4 PHP License The Curl module for PHP The php-curl package is a dynamic shared object (DSO) that adds Curl support to PHP. PHP is an HTML-embedded scripting language. If you need Curl support for PHP applications, you will need to install this package in addition to the php package.
php-cyrus 4.3.4_1.0 PHP License An extension which eases the manipulation of Cyrus IMAP servers for PHP4 An extension which eases the manipulation of Cyrus IMAP servers.
php-dba_bundle 4.3.4 PHP License The dba (with cdb, gdbm and db4) module for PHP The php-dba_bundle package is a dynamic shared object (DSO) that adds dba (with cdb, gdbm and db4) support to PHP. PHP is an HTML-embedded scripting language. If you need dba (with cdb, gdbm and db4) support for PHP applications, you will need to install this package in addition to the php package.
php-dbase 4.3.4 PHP License The dbase module for PHP The php-dbase package is a dynamic shared object (DSO) that adds dbase support to PHP. PHP is an HTML-embedded scripting language. If you need dbase support for PHP applications, you will need to install this package in addition to the php package.
php-dbg 4.3.4_2.11.5 BSD The Debug module for PHP The php-dbg package is a dynamic shared object (DSO) that adds Debug support to PHP. PHP is an HTML-embedded scripting language. If you need Debug support for PHP applications, you will need to install this package in addition to the php package. The DBG Php Debugger is a comprehensive software tool that helps you debugging your php scripts. It may work with your production or development WEB server remotely or locally.
php-dbx 4.3.4 PHP License The DBX module for PHP The php-dbx package is a dynamic shared object (DSO) that adds DBX support to PHP. PHP is an HTML-embedded scripting language. If you need DBX support for PHP applications, you will need to install this package in addition to the php package.
php-dio 4.3.4 PHP License The DIO module for PHP The php-dio package is a dynamic shared object (DSO) that adds DIO support to PHP. PHP is an HTML-embedded scripting language. If you need DIO support for PHP applications, you will need to install this package in addition to the php package.
php-domxml 4.3.4 PHP License The DOMXML module for PHP The php-domxml package is a dynamic shared object (DSO) that adds DOMXML support to PHP. PHP is an HTML-embedded scripting language. If you need DOMXML support for PHP applications, you will need to install this package in addition to the php package.
php-ecasound 4.3.4_0.2 PHP License Ecasound provides audio recording and processing functions for PHP4 This extension wraps the Ecasound libraries to provide advanced audio processing capabilities.
php-exif 4.3.4 PHP License The EXIF module for PHP The php-exif package is a dynamic shared object (DSO) that adds EXIF support to PHP. PHP is an HTML-embedded scripting language. If you need EXIF support for PHP applications, you will need to install this package in addition to the php package.
php-filepro 4.3.4 PHP License The filepro module for PHP The php-filepro package is a dynamic shared object (DSO) that adds filepro support to PHP. PHP is an HTML-embedded scripting language. If you need filepro support for PHP applications, you will need to install this package in addition to the php package.
php-gd 4.3.4 PHP License The GD module for PHP The php-gd package is a dynamic shared object (DSO) that adds GD support to PHP. PHP is an HTML-embedded scripting language. If you need GD support for PHP applications, you will need to install this package in addition to the php package.
php-gmp 4.3.4 PHP License The GMP module for PHP The php-gmp package is a dynamic shared object (DSO) that adds GMP support to PHP. PHP is an HTML-embedded scripting language. If you need GMP support for PHP applications, you will need to install this package in addition to the php package.
php-iconv 4.3.4 PHP License The Iconv module for PHP The php-iconv package is a dynamic shared object (DSO) that adds Iconv support to PHP. PHP is an HTML-embedded scripting language. If you need Iconv support for PHP applications, you will need to install this package in addition to the php package.
php-imagick 4.3.4_0.9.8 PHP License Provides a wrapper to the Image Magick Library for PHP4 The php-imagick package is a dynamic shared object (DSO) that adds Imagick support to PHP. PHP is an HTML-embedded scripting language. If you need Imagick support for PHP applications, you will need to install this package in addition to the php package. php-imagick is a native php-extension. See the examples in the /usr/share/doc/php-imagick-0.9.8/examples directory for some hints on how to use it.
php-imap 4.3.4 PHP License The IMAP module for PHP The php-imap package is a dynamic shared object (DSO) that adds IMAP support to PHP. PHP is an HTML-embedded scripting language. If you need IMAP support for PHP applications, you will need to install this package in addition to the php package.
phpIP 3.2 GPL IP addresses management tool written in PHP phpIP Management is tool to manage IP addresses. It features authentication for accessing the IP database, form validity checks, and customizable searches.
php-kadm5 4.3.4_0.2.3 LGPL Remote access to Kerberos Administration Servers for PHP4 This package allows you to access Kerberos V administration servers. You can create, modify, and delete Kerberos V principals and policies.
php-ldap 4.3.4 PHP License The LDAP module for PHP The php-ldap package is a dynamic shared object (DSO) that adds LDAP support to PHP. PHP is an HTML-embedded scripting language. If you need LDAP support for PHP applications, you will need to install this package in addition to the php package.
phpLDAPAdmin 0.9.3 GPL A web-based LDAP administration tool phpLDAPAdmin is a web-based LDAP administration tool, written in PHP. You can browse your LDAP tree, create, delete, edit, and copy entries, perform searches, and view your server's schema. You can even copy objects between two LDAP servers and recursively delete or copy entire trees. All this from the comfort of your web browser. On the server it is installed on, this should be accessible at https://localhost/admin/phpLDAPAdmin
php-mailparse 4.3.4_0.9.4 PHP License Email message manipulation for PHP4 Mailparse is an extension for parsing and working with email messages. It can deal with rfc822 and rfc2045 (MIME) compliant messages.
php-manual-de 4.3.4 PHP License PHP Manual German version of the PHP manual.
php-manual-en 4.3.4 PHP License PHP Manual English version of the PHP manual.
php-manual-es 4.3.4 PHP License PHP Manual Spanish version of the PHP manual.
php-manual-fr 4.3.4 PHP License PHP Manual French version of the PHP manual.
php-manual-it 4.3.4 PHP License PHP Manual Italian version of the PHP manual.
php-mbstring 4.3.4 PHP License The MBString (multibyte string support) module for PHP The php-mbstring package is a dynamic shared object (DSO) that adds MBString (multibyte string support) support to PHP. PHP is an HTML-embedded scripting language. If you need MBString (multibyte string support) support for PHP applications, you will need to install this package in addition to the php package.
php-mcal 4.3.4 PHP License The MCAL module for PHP The php-mcal package is a dynamic shared object (DSO) that adds MCAL support to PHP. PHP is an HTML-embedded scripting language. If you need MCAL support for PHP applications, you will need to install this package in addition to the php package.
php-mcrypt 4.3.4 PHP License The MCRYPT module for PHP The php-mcrypt package is a dynamic shared object (DSO) that adds MCRYPT support to PHP. PHP is an HTML-embedded scripting language. If you need MCRYPT support for PHP applications, you will need to install this package in addition to the php package.
php-mhash 4.3.4 PHP License The Mhash module for PHP The php-mhash package is a dynamic shared object (DSO) that adds Mhash support to PHP. PHP is an HTML-embedded scripting language. If you need Mhash support for PHP applications, you will need to install this package in addition to the php package.
php-mime_magic 4.3.4 PHP License The MIME Magic module for PHP The php-mime_magic package is a dynamic shared object (DSO) that adds MIME Magic support to PHP. PHP is an HTML-embedded scripting language. If you need MIME Magic support for PHP applications, you will need to install this package in addition to the php package.
php-ming 4.3.4 PHP License The Ming module for PHP The php-ming package is a dynamic shared object (DSO) that adds Ming support to PHP. PHP is an HTML-embedded scripting language. If you need Ming support for PHP applications, you will need to install this package in addition to the php package.
php-mmcache 4.3.4_2.4.6 GPL Turck MMCache is a PHP Accelerator and Encoder Turck MMCache is a opcode cache for PHP. It increases performance of PHP scripts by caching them in compiled state, so that the overhead of compiling is almost completely eliminated. Also it uses some optimizations for speed up of PHP scripts execution. Turck MMCache typically reduces server load and increases the speed of your PHP code by 1-10 times. Since the version 2.3.10, Turck MMCache contains PHP encoder and loader. You can encode any PHP scripts with encoder.php to distribute them without sources. Encoded files can be run on any site which runs PHP with Turck MMCache 2.3.10. The sources of encoded script can't be restored because they are stored in a compiled form and the encoded version doesn't contain the source. Of course, some internals of your program can be restored with different reverse engineering tools (disassemblers, debuggers, etc).
php-mmcache-admin 4.3.4_2.4.6 GPL WEB interface for Turck MMCache Turck MMCache can be managed using this web interface.
php-mmcache-TurckLoader 4.3.4_2.4.6 GPL Standalone loader of Turck MMCache's cached files TurckLoader is a PHP extension that can load scripts that was encoded by the Turck MMCache Encoder. It is a PHP extension and it should be compatible with Zend Optimizer, Zend Performance Suite, ionCube loader, PHP Accelerator and other PHP extensions. TurckLoader is not needed with Turck MMCache, because Turck MMCache already has loader compiled in.
php-mnogosearch 4.3.4_1.83 PHP License The MnoGoSearch module for PHP The php-mnogosearch package is a dynamic shared object (DSO) that adds MnoGoSearch support to PHP. PHP is an HTML-embedded scripting language. If you need MnoGoSearch support for PHP applications, you will need to install this package in addition to the php package.
php-mssql 4.3.4 PHP License The MSSQL module for PHP The php-mssql package is a dynamic shared object (DSO) that adds MSSQL support to PHP. PHP is an HTML-embedded scripting language. If you need MSSQL support for PHP applications, you will need to install this package in addition to the php package.
phpMyAdmin 2.5.4 GPL PhpMyAdmin is intended to handle the adminstration of MySQL over the web. phpMyAdmin is intended to handle the adminstration of MySQL over the web. Currently it can : create and drop databases, create, copy, drop and alter tables, delete, edit and add fields, execute any SQL-statement, even batch-queries, manage keys on fields, load text files into tables, create and read dumps of tables, export data to CSV value, administer multiple servers and single databases.
php-mysql 4.3.4 PHP License The MySQL module for PHP The php-mysql package is a dynamic shared object (DSO) that adds MySQL support to PHP. PHP is an HTML-embedded scripting language. If you need MySQL support for PHP applications, you will need to install this package in addition to the php package.
php-ncurses 4.3.4 PHP License The ncurses module for PHP The php-ncurses package is a dynamic shared object (DSO) that adds ncurses support to PHP. PHP is an HTML-embedded scripting language. If you need ncurses support for PHP applications, you will need to install this package in addition to the php package.
php-netools 4.3.4_0.2 PHP License Networking tools for PHP4 Netools provides tools to deal with devices, TCP and UDP clients/servers, etc.
PHP-nuke-6.0-themepack-1 1.0 GPL Themepack-1 for PHP-nuke-6.0 266 themes tested with phpnuke 6 downloaded from www.nukethemes.de
PHP-nuke 6.9 GPL Slashdot-like webnews site written in php. Easy to install and use Web-portal writen in php. Very powerful, yet easy to install and use: see documentation in /usr/share/doc/PHP-nuke-6.9 for details. You only have to run : mysqladmin create nuke mysql nuke < /usr/share/doc/PHP-nuke-6.9/nuke.sql [read /usr/share/doc/PHP-nuke-6.9/README.first for further information .-)]
php-oggvorbis 4.3.4_0.2 PHP License PHP OGG wrapper for OGG/Vorbis files fopen wrapper for OGG/Vorbis files. Decompress OGG data to PCM audio and vice-versa.
php-overload 4.3.4 PHP License The OVERLOAD module for PHP The php-overload package is a dynamic shared object (DSO) that adds OVERLOAD support to PHP. PHP is an HTML-embedded scripting language. If you need OVERLOAD support for PHP applications, you will need to install this package in addition to the php package.
php-pam_auth 4.3.4_0.4 PHP License The PAM auth module for PHP The php-pam_auth package is a dynamic shared object (DSO) that adds PAM auth support to PHP. PHP is an HTML-embedded scripting language. If you need PAM auth support for PHP applications, you will need to install this package in addition to the php package. This is a PHP4 extension that will allow you to simply and easily use php to authenticate via PAM.
phpPgAdmin 3.2.1 GPL PhpPgAdmin is intended to handle the adminstration of PostgreSQL over the web. phpPgAdmin is phpMyAdmin (for MySQL) ported to PostgreSQL. phpPgAdmin is a fully functional PostgreSQL administration utility. You can use it to create and maintain multiple databases and even multiple servers.
php-pgsql 4.3.4 PHP License The PostgreSQL module for PHP The php-pgsql package is a dynamic shared object (DSO) that adds PostgreSQL support to PHP. PHP is an HTML-embedded scripting language. If you need PostgreSQL support for PHP applications, you will need to install this package in addition to the php package.
php-pspell 4.3.4 PHP License The Pspell module for PHP The php-pspell package is a dynamic shared object (DSO) that adds Pspell support to PHP. PHP is an HTML-embedded scripting language. If you need Pspell support for PHP applications, you will need to install this package in addition to the php package.
php-python 4.3.4_0.7.0 PHP License Embedded Python for PHP4 This extension allows the Python interpreter to be embedded inside of PHP, allowing for the instantiate and manipulation of Python objects from within PHP.
php-radius 4.3.4_1.2.4 BSD Radius client library for PHP4 This package is based on the libradius of FreeBSD, with some modifications and extensions. This PECL provides full support for RADIUS authentication (RFC 2865) and RADIUS accounting (RFC 2866), works on Unix and on Windows. Its an easy way to authenticate your users against the user-database of your OS (for example against Windows Active-Directory via IAS).
php-readline 4.3.4 PHP License The readline module for PHP The php-readline package is a dynamic shared object (DSO) that adds readline support to PHP. PHP is an HTML-embedded scripting language. If you need readline support for PHP applications, you will need to install this package in addition to the php package.
php-recode 4.3.4 PHP License The Recode module for PHP The php-recode package is a dynamic shared object (DSO) that adds Recode support to PHP. PHP is an HTML-embedded scripting language. If you need Recode support for PHP applications, you will need to install this package in addition to the php package. NOTE! Make sure this extension is the first one loaded, at the least before mysql and imap. If not php _will_ segfault.
PHProjekt 4.1 GPL PHProjekt is a groupware suite. PHProjekt is a groupware suite which supports communication and management of teams and companies via an Intranet and the Internet. It consists of multiple components, including a group calendar with resource booking, a time card system, project management, a request tracker, a mutual filesystem, a contact manager, a mail client, a forum, chat, notes, shared bookmarks, todo lists, a voting system, and reminders. An API allows the integration of several available addons (e.g. Web shop, WAP suite, sync tools) or own applications. It is available for MySQL, Postgres, Interbase, Oracle, Informix, MS-SQL, and 25 languages.
php-rrdtool 4.3.4_1.0.46 GPL The RRDtool module for PHP The rrdtool package is a dynamic shared object (DSO) that adds RRDtool support to PHP. PHP is an HTML-embedded scripting language. If you need RRDtool support for PHP applications, you will need to install this package in addition to the php package.
php-shmop 4.3.4 PHP License The Shmop module for PHP The php-shmop package is a dynamic shared object (DSO) that adds Shmop support to PHP. PHP is an HTML-embedded scripting language. If you need Shmop support for PHP applications, you will need to install this package in addition to the php package.
php-smbauth 4.3.4_1.4.3 PHP License Samba auth module for PHP4 The php-smbauth package contains a dynamic shared object that will add smbauth to PHP. PHP is an HTML-embeddable scripting language. If you need smbauth support for PHP applications, you will need to install this package and the php package.
php-snmp 4.3.4 PHP License The NET-SNMP module for PHP The php-snmp package is a dynamic shared object (DSO) that adds NET-SNMP support to PHP. PHP is an HTML-embedded scripting language. If you need NET-SNMP support for PHP applications, you will need to install this package in addition to the php package.
php-sockets 4.3.4 PHP License The Sockets module for PHP The php-sockets package is a dynamic shared object (DSO) that adds Sockets support to PHP. PHP is an HTML-embedded scripting language. If you need Sockets support for PHP applications, you will need to install this package in addition to the php package.
php-sqlite 4.3.4_1.0 PHP License SQLite database bindings for PHP4 SQLite is a C library that implements an embeddable SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. This extension allows you to access SQLite databases from within PHP.
phpSQLiteAdmin 0.1 GPL PhpSQLiteAdmin allows you to administer an sqlite database over a web interface phpSQLiteAdmin allows you to administer an sqlite database over a web interface.
php-sybase 4.3.4 PHP License The Sybase and MSSQL module for PHP The php-sybase package is a dynamic shared object (DSO) that adds Sybase and MSSQL support to PHP. PHP is an HTML-embedded scripting language. If you need Sybase and MSSQL support for PHP applications, you will need to install this package in addition to the php package.
phpSysInfo 2.2 GPL PHPSysInfo displays system status PHPSysInfo is a customizable PHP Script that parses /proc, and formats information nicely. It will display information about system facts like Uptime, CPU, Memory, PCI devices, SCSI devices, IDE devices, Network adapters, Disk usage, and more. Included is also a new lm_sensors module that will present voltage, temperature, fan speed, etc. if the appropriate lm_sensors modules are loaded.
php-sysvmsg 4.3.4 PHP License The sysvmsg module for PHP The php-sysvmsg package is a dynamic shared object (DSO) that adds sysvmsg support to PHP. PHP is an HTML-embedded scripting language. If you need sysvmsg support for PHP applications, you will need to install this package in addition to the php package.
php-tclink 4.3.4_3.4 LGPL PHP module for tclink This package contains the php module you need to develop PHP scripts which will use TCLink (Trust Commerce Payment).
php-tcpwrap 4.3.4_1.0 PHP License Tcpwrappers bindings for PHP This package handles /etc/hosts.allow and /etc/hosts.deny files.
php-tidy 4.3.4_1.0 PHP License Tidy HTML Repairing and Parsing for PHP Tidy is a binding for the Tidy HTML clean and repair utility which allows you to not only clean and otherwise manipluate HTML documents, but also traverse the document tree using the Zend Engine 2 OO semantics.
php-unixODBC 4.3.4 PHP License The unixODBC module for PHP The php-unixODBC package is a dynamic shared object (DSO) that adds unixODBC support to PHP. PHP is an HTML-embedded scripting language. If you need unixODBC support for PHP applications, you will need to install this package in addition to the php package.
php-wddx 4.3.4 PHP License The wddx module for PHP The php-wddx package is a dynamic shared object (DSO) that adds wddx support to PHP. PHP is an HTML-embedded scripting language. If you need wddx support for PHP applications, you will need to install this package in addition to the php package.
phpwiki 1.2.2 GPL A wikiwiki management system written in PHP PhpWiki is a WikiWikiWeb clone written in PHP. A Wiki is a Web site where anyone can edit or create the pages through the Web browser, with no authentication. PhpWiki works right out of the box with zero configuration, and comes with a set of default pages. It's useful for collaborating on documentation on a project, having freeform discussions, and easy editing and searching.
php-xml 4.3.4 PHP License The XML module for PHP The php-xml package is a dynamic shared object (DSO) that adds XML support to PHP. PHP is an HTML-embedded scripting language. If you need XML support for PHP applications, you will need to install this package in addition to the php package.
php-xmlrpc 4.3.4 PHP License The XMLRPC module for PHP The php-xmlrpc package is a dynamic shared object (DSO) that adds XMLRPC support to PHP. PHP is an HTML-embedded scripting language. If you need XMLRPC support for PHP applications, you will need to install this package in addition to the php package.
php-xmms 4.3.4_0.2 PHP License Provides functions to interact with xmms for PHP4 This extension wraps the xmms libraries to provide advanced audio processing capabilities.
php-xslt 4.3.4 PHP License The XSLT module for PHP The php-xslt package is a dynamic shared object (DSO) that adds XSLT support to PHP. PHP is an HTML-embedded scripting language. If you need XSLT support for PHP applications, you will need to install this package in addition to the php package.
php-zip 4.3.4 PHP License The Zip module for PHP The php-zip package is a dynamic shared object (DSO) that adds Zip support to PHP. PHP is an HTML-embedded scripting language. If you need Zip support for PHP applications, you will need to install this package in addition to the php package.
pidentd 3.0.16 GPL An implementation of the RFC1413 identification server. The pidentd package contains identd, which implements the RFC1413 identification server. Identd looks up specific TCP/IP connections and returns either the user name or other information about the process that owns the connection.
pop-before-smtp 1.32 BSD like Watch log for pop/imap auth, notify Postfix to allow relay Spam prevention requires preventing open relaying through email servers. However, legit users want to be able to relay. If legit users always stayed in one spot, they'd be easy to describe to the daemon. However, what with roving laptops, logins from home, etc., legit users refuse to stay in one spot. pop-before-smtp watches the mail log, looking for successful pop/imap logins, and posts the originating IP address into a database which can be checked by Postfix, to allow relaying for people who have recently downloaded their email.
pop-before-smtp-in-c 1.0 GPL Watch log for pop/imap auth, notify Postfix to allow relay Spam prevention requires preventing open relaying through email servers. However, legit users want to be able to relay. If legit users always stayed in one spot, they'd be easy to describe to the daemon. However, what with roving laptops, logins from home, etc., legit users refuse to stay in one spot. pop-before-smtp watches the mail log, looking for successful pop/imap logins, and posts the originating IP address into a database which can be checked by Postfix, to allow relaying for people who have recently downloaded their email.
portmap 4.0 BSD A program which manages RPC connections The portmapper program is a security tool which prevents theft of NIS (YP), NFS and other sensitive information via the portmapper. A portmapper manages RPC connections, which are used by protocols like NFS and NIS. The portmap package should be installed on any machine which acts as a server for protocols using RPC.
postfix 2.1.0 IBM Public License Postfix Mail Transport Agent Postfix is a Mail Transport Agent (MTA), supporting LDAP, SMTP AUTH (SASL), TLS and running in a chroot environment. Postfix is Wietse Venema's mailer that started life as an alternative to the widely-used Sendmail program. Postfix attempts to be fast, easy to administer, and secure, while at the same time being sendmail compatible enough to not upset existing users. Thus, the outside has a sendmail-ish flavor, but the inside is completely different. This software was formerly known as VMailer. It was released by the end of 1998 as the IBM Secure Mailer. From then on it has lived on as Postfix. This rpm supports SMTP AUTH (trough cyrus-sasl) and TLS. If you need MySQL, Postgres SQL, LDAP, PCRE please install the corresponding postfix-XXX package Build time options: Smtpd multiline greeting: --with multiline 0 Munge bare CR: --with barecr 0 TLS support: --with tls 1 Chroot by default: --with chroot 1
postfix-ldap 2.1.0 IBM Public License LDAP map support for Postfix This package provides support for LDAP maps in Postfix.
postfix-mysql 2.1.0 IBM Public License MYSQL map support for Postfix This package provides support for MYSQL maps in Postfix.
postfix-pcre 2.1.0 IBM Public License PCRE map support for Postfix This package provides support for PCRE (perl compatible regular expression) maps in Postfix.
postfix-pgsql 2.1.0 IBM Public License Postgres SQL map support for Postfix This package provides support for Postgres SQL maps in Postfix.
poweradmin 1.2.7 QPL PowerAdmin is a Web-based frontend for the PowerDNS DNS server. PowerAdmin is a Web-based frontend for the PowerDNS DNS server. It interfaces with PowerDNS's generic database backends, such as MySQL, PostgreSQL, and Oracle, to add/modify/delete both forward and reverse zones, with full IPv6 support. Please read the README file in /usr/share/doc/poweradmin-<version> on how to set up a user for mysql.
PowerDNS 2.9.13 GPL PowerDNS is a Versatile Database Driven Nameserver PowerDNS is a versatile nameserver which supports a large number of different backends ranging from simple zonefiles to relational databases and load balancing/failover algorithms. This RPM is statically compiled and should work on all Linux distributions. It comes with support for MySQL, PostgreSQL, Bind zonefiles and the 'pipe backend' availible as external packages.
PowerDNS-backend-ldap 2.9.13 GPL LDAP backend for PowerDNS This package contains a LDAP backend for the PowerDNS nameserver.
PowerDNS-backend-mysql 2.9.13 GPL MySQL backend for PowerDNS This package contains a MySQL backend for the PowerDNS nameserver.
PowerDNS-backend-pgsql 2.9.13 GPL Generic PostgreSQL backend for PowerDNS This package contains a generic PostgreSQL backend for the PowerDNS nameserver. It has configurable SQL statements.
PowerDNS-backend-pipe 2.9.13 GPL Pipe/coprocess backend for PowerDNS This package contains the pipe backend for the PowerDNS nameserver. This allows PowerDNS to retrieve domain info from a process that accepts questions on stdin and returns answers on stdout.
PowerDNS-backend-sqlite 2.9.13 GPL SQLite backend for PowerDNS This package contains a SQLite backend for the PowerDNS nameserver.
PowerDNS-backend-xdb 2.9.13 GPL XDB/tdb/gdb backend for PowerDNS This package contains a table backend for PowerDNS. Currently includes TDB, the Trivial Database or Tridgell Database.
PowerDNS-devel 2.9.13 GPL Development headers and libraries for PowerDNS Development headers and libraries for PowerDNS
PowerDNS-recursor 2.9.13 GPL Recursor for PowerDNS This package contains a recursor for the PowerDNS nameserver.
PowerMail 1.7 GPL Extremely powerful and versatile mail receiver PowerMail is a redundant & distributed system for receiving mail and storing it for users. The way PowerMail works is quite unorthodox, this document sets out how the different modules cooperate. PowerMail only receives email and makes it available over POP. Furthermore, incoming email can be forwarded to other email addresses. Although most PowerMail installations will query a relational database for information about email addresses, messages are stored on disk.
ppp 2.4.1 BSD/GPL The PPP daemon and documentation for Linux 1.3.xx and greater. The ppp package contains the PPP (Point-to-Point Protocol) daemon and documentation for PPP support. The PPP protocol provides a method for transmitting datagrams over serial point-to-point links. The ppp package should be installed if your machine need to support the PPP protocol.
ppp-pppoatm 2.4.1 BSD/GPL PPP over ATM plugin for ppp PPP over ATM plugin for ppp.
ppp-pppoe 2.4.1 BSD/GPL PPP over ethernet plugin for ppp PPP over ethernet plugin for ppp.
prelude-manager 0.8.7 GPL Prelude Hybrid Intrusion Detection System Manager Prelude Manager is the main program of the Prelude Hybrid IDS suite. It is a multithreaded server which handles connections from the Prelude sensors. It is able to register local or remote sensors, let the operator configure them remotely, receive alerts, and store alerts in a database or any format supported by reporting plugins, thus providing centralized logging and analysis. It also provides relaying capabilities for failover and replication. The IDMEF standard is used for alert representation. Support for filtering plugins allows you to hook in different places in the Manager to define custom criteria for alert relaying and logging.
prelude-manager-mysql-plugin 0.8.7 GPL MySQL report plugin for Prelude IDS Manager Prelude Manager is the main program of the Prelude Hybrid IDS suite. It is a multithreaded server which handles connections from the Prelude sensors. It is able to register local or remote sensors, let the operator configure them remotely, receive alerts, and store alerts in a database or any format supported by reporting plugins, thus providing centralized logging and analysis. It also provides relaying capabilities for failover and replication. The IDMEF standard is used for alert representation. Support for filtering plugins allows you to hook in different places in the Manager to define custom criteria for alert relaying and logging. This plugin adds Database logging capabilities to the Prelude IDS Manager.
prelude-manager-pgsql-plugin 0.8.7 GPL MySQL report plugin for Prelude IDS Manager Prelude Manager is the main program of the Prelude Hybrid IDS suite. It is a multithreaded server which handles connections from the Prelude sensors. It is able to register local or remote sensors, let the operator configure them remotely, receive alerts, and store alerts in a database or any format supported by reporting plugins, thus providing centralized logging and analysis. It also provides relaying capabilities for failover and replication. The IDMEF standard is used for alert representation. Support for filtering plugins allows you to hook in different places in the Manager to define custom criteria for alert relaying and logging. This plugin adds Database logging capabilities to the Prelude IDS Manager.
prelude-manager-xml-plugin 0.8.7 GPL XML report plugin for Prelude IDS Manager Prelude Manager is the main program of the Prelude Hybrid IDS suite. It is a multithreaded server which handles connections from the Prelude sensors. It is able to register local or remote sensors, let the operator configure them remotely, receive alerts, and store alerts in a database or any format supported by reporting plugins, thus providing centralized logging and analysis. It also provides relaying capabilities for failover and replication. The IDMEF standard is used for alert representation. Support for filtering plugins allows you to hook in different places in the Manager to define custom criteria for alert relaying and logging. This plugin adds XML logging capabilities to the Prelude IDS Manager.
procmail 3.22 GPL/Artistic The procmail mail processing program. The procmail program is used by Mandrake Linux for all local mail delivery. In addition to just delivering mail, procmail can be used for automatic filtering, presorting and other mail handling jobs. Procmail is also the basis for the SmartList mailing list processor.
proftpd 1.2.9 GPL ProFTPd -- Professional FTP Server. ProFTPd is an enhanced FTP server with a focus toward simplicity, security, and ease of configuration. It features a very Apache-like configuration syntax, and a highly customizable server infrastructure, including support for multiple 'virtual' FTP servers, anonymous FTP, and permission-based directory visibility. This version supports both standalone and xinetd operation.
proftpd-anonymous 1.2.9 GPL Anonymous logins for ProFTPd. This enables anonymous logins for ProFTPd. Install this if you wish to have anonymous logins for ProFTPd.
pure-ftpd 1.0.16b GPL Lightweight, fast and secure FTP server Pure-FTPd is a fast, production-quality, standard-comformant FTP server, based upon Troll-FTPd. Unlike other popular FTP servers, it has no known security flaw, it is really trivial to set up and it is especially designed for modern Linux and FreeBSD kernels (setfsuid, sendfile, capabilities) . Features include PAM support, IPv6, chroot()ed home directories, virtual domains, built-in LS, anti-warez system, bandwidth throttling, FXP, bounded ports for passive downloads, UL/DL ratios, native LDAP and SQL support, Apache log files and more.
pure-ftpd-anon-upload 1.0.16b GPL Anonymous upload support for pure-ftpd This package provides anonymous upload support for pure-ftpd.
pure-ftpd-anonymous 1.0.16b GPL Anonymous support for pure-ftpd This package provides anonymous support for pure-ftpd.
pxe 1.4.0 GPL A Linux PXE (Preboot eXecution Environment) package. The pxe package contains the PXE (Preboot eXecution Environment) server and code needed for Linux to boot from a boot disk image on a Linux PXE server.
pxe-bootstraps 1.4.0 GPL A compilation of Linux PXE (Preboot eXecution Environment) Bootstraps This package contains a compiltation of PXE bootstraps.
pyds 0.7.1 BSD Python Desktop Server The Python Desktop Server is a combined Weblog authoring tool, XMLRPC/SOAP server, and news aggregator. It allows one to read RSS news feeds, post to a community server (such as Radio Userland or any Python Community Server installation), and includes tools for Weblog and homepage management. It features a Web interface, a built-in Web server, extensibility through scripts that connect via XMLRPC or macros, and a plugin architecture. To setup your portal, run pyds-start, then browse http://localhost:4334.
python-medusa 0.5.4 BSD Framework for python-based server Medusa is an architecture for very-high-performance TCP/IP servers (like HTTP, FTP, and NNTP). Medusa is different from most other servers because it runs as a single process, multiplexing I/O with its various client and server connections within a single process/thread. It is capable of smoother and higher performance than most other servers, while placing a dramatically reduced load on the server machine. The single-process, single-thread model simplifies design and enables some new persistence capabilities that are otherwise difficult or impossible to implement.
qadsl 1.2 GPL A small utility to "auto login" on the Telia AB ADSL service. qADSL is a small utility to "auto login" on the Telia AB ADSL service. It also works fine with COMHEM Cable internet (I've been told). It has features like "keep-alive" daemon, login/logout functions. The keep-alive daemon can be configured to either login or to ping your login-server after a chosen delay in minutes. NOTE! qadsl may only work in Sweden and with the stupid authentication scheme that Telia AB requires.
radiusclient-utils 0.3.2 BSD Radiusclient library Radiusclient is a /bin/login replacement which gets called by a getty to log in a user and to setup the user's login environment. Normal login programs just check the login name and password which the user entered against the local password file (/etc/passwd, /etc/shadow). In contrast to that Radiusclient also uses the RADIUS protocol to authenticate the user.
radiusd-cistron 1.6.6 GPL Cistron RADIUS daemon (with PAM) RADIUS server with a lot of functions. Short overview: - PAM support - Supports access based on huntgroups - Multiple DEFAULT entries in users file - All users file entries can optionally "fall through" - Caches all config files in-memory - Keeps a list of logged in users (radutmp file) - "radwho" program can be installed as "fingerd" - Logs both UNIX "wtmp" file format and RADIUS detail logfiles - Supports Simultaneous-Use = X parameter. Yes, this means that you can now prevent double logins!
radstock 0.66 GPL Radstock Radius Analyser Radstock is a tool to analyse RADIUS traffic on high volume radius servers. It has the ability to fully decode each packet, and also has extensive filters capabilities to allow you to selectively match radius packets.
radvd 0.7.2 BSD The IPv6 Router Advertisement Daemon IPv6 has a lot more support for autoconfiguration than IPv4. But for this autoconfiguration to work on the hosts of a network, the routers of the local network have to run a program which answers the autoconfiguration requests of the hosts. On Linux this program is called radvd, which stands for Router ADVertisement Daemon. This daemon listens to router solicitations (RS) and answers with router advertisement (RA). Furthermore unsolicited RAs are also send from time to time. These RAs contain information, which is used by hosts to configure their interfaces. This information includes address prefixes, the MTU of the link and information about default routers.
rarpd ss981107 GPL The RARP daemon. RARP (Reverse Address Resolution Protocol) is a protocol which allows individual devices on an IP network to get their own IP addresses from the RARP server. Some machines (e.g. SPARC boxes) use this protocol instead of e.g. DHCP to query their IP addresses during network bootup. Linux kernels up to 2.2 used to provide a kernel daemon for this service, but since 2.3 kernels it is served by this userland daemon. You should install rarpd if you want to set up a RARP server on your network.
rdate 1.3 GPL Retrieving the date and time from another machine on your network. The rdate utility retrieves the date and time from another machine on your network, using the protocol described in RFC 868. If you run rdate as root, it will set your machine's local time to the time of the machine that you queried. Note that rdate isn't scrupulously accurate. If you are worried about milliseconds, get the xntpd program instead.
rdiff 0.9.6 LGPL Compute and apply signature-based file differences Compute and apply signature-based file differences.
routed 0.17 BSD The routing daemon which maintains routing tables. The routed routing daemon handles incoming RIP traffic and broadcasts outgoing RIP traffic about network traffic routes, in order to maintain current routing tables. These routing tables are essential for a networked computer, so that it knows where packets need to be sent. The routed package should be installed on any networked machine.
rp-pppoe 3.5 GPL ADSL/PPPoE userspace driver PPPoE (Point-to-Point Protocol over Ethernet) is a protocol used by many ADSL Internet Service Providers. Roaring Penguin has a free client for Linux systems to connect to PPPoE service providers. The client is a user-mode program and does not require any kernel modifications. It is fully compliant with RFC 2516, the official PPPoE specification. It has been tested with many ISPs, such as the Canadian Sympatico HSE (High Speed Edition) service.
rp-pppoe-gui 3.5 GPL GUI front-end for rp-pppoe. This package contains the graphical frontend (tk-based) for rp-pppoe. Install this if you wish to have a graphical frontend for pppoe.
rsh-server 0.17 BSD Servers for remote access commands (rsh, rlogin, rcp). The rsh-server package contains a set of programs which allow users to run commmands on remote machines, login to other machines and copy files between machines (rsh, rlogin and rcp). All three of these commands use rhosts style authentication. This package contains the servers needed for all of these services. It also contains a server for rexec, an alternate method of executing remote commands. All of these servers are run by xinetd and configured using /etc/xinetd.d/ and PAM. All the server is disabled by default.
rsipd 0.9.3 GPL RSIP is a new protocol which may be an alternative to the NAT/PAT. RSIP is a new protocol which may be an alternative to the NAT/PAT. RSIP may be used to share an Internet connection between several computers. Imagine you own 3 computers at home but only 1 Internet connection. NAT/PAT is often used to share this connection to allow the three computers to surf at the same time. However, IP packets exchanged are modified on the way by the NAT/PAT router. This makes several applications unusable, unless you "patch" your NAT with "ALG" (or NAT modules). And there must exist one ALG for each existing or future application which does not support NAT. RSIP does not modify the packets. Every non-server application works transparently. We may surf, send email, transfer files etc. using RSIP from one of our three private computers, even at the same time. For example, you may use videoconferencing applications such as GnomeMeeting. This is not possible with the NAT without a specific NAT module ! Imagine now you want to publish your last holiday pictures on your own Apache web server. If you use NAT/PAT, you would have to do "port forwarding'. RSIP provides a similar (simpler ?) technique to use your server. See the howto section. However, like for the NAT, it is not possible to install two servers using the same port on two or more of your private computers.
rusers-server 0.17 BSD Server for the rusers protocol. The rusers program allows users to find out who is logged into various machines on the local network. The rusers command produces output similar to who, but for the specified list of hosts or for all machines on the local network. The rusers-server package contains the server for responding to rusers requests. (rpc.rusersd, rpc.rstatd) Install rusers-server if you want remote users to be able to see who is logged into your machine.
rwall 0.17 BSD Client and server for sending messages to a host's logged in users. The rwall command sends a message to all of the users logged into a specified host. Actually, your machine's rwall client sends the message to the rwall daemon running on the specified host, and the rwall daemon relays the message to all of the users logged in to that host. The rwall daemon is run from /etc/inetd.conf and is disabled by default on Mandrake Linux systems (it can be very annoying to keep getting all those messages when you're trying to play Quake--I mean trying to get some work done). Install rwall if you'd like the ability to send messages to users logged in to a specified host machine.
samba2-common 2.2.8a GPL Files used by both Samba servers and clients. Samba-common provides files necessary for both the server and client packages of Samba.
samba2-doc 2.2.8a GPL Documentation for Samba servers and clients. Samba-doc provides documentation files for both the server and client packages of Samba.
samba2-swat 2.2.8a GPL The Samba Web Administration Tool. SWAT (the Samba Web Administration Tool) allows the samba smb.conf file to be remotely managed using your favourite web browser. For the time being this is being enabled on TCP port 901 via xinetd. Note that SWAT does not use SSL encryption, nor does it preserve comments in your smb.conf file. Webmin uses SSL encryption by default, and preserves comments in configuration files, even if it does not display them, and is therefore the preferred method for remotely managing Samba.
samba2-winbind 2.2.8a GPL Samba-winbind daemon, utilities and documentation Provides the winbind daemon and testing tools to allow authentication and group/user enumeration from a Windows or Samba domain controller.
samba-common 3.0.2a GPL Files used by both Samba servers and clients. Samba-common provides files necessary for both the server and client packages of Samba.
samba-doc 3.0.2a GPL Documentation for Samba servers and clients. Samba-doc provides documentation files for both the server and client packages of Samba.
samba-swat 3.0.2a GPL The Samba Web Administration Tool. SWAT (the Samba Web Administration Tool) allows samba's smb.conf file to be remotely managed using your favourite web browser. For the time being this is being enabled on TCP port 901 via xinetd. Note that SWAT does not use SSL encryption, nor does it preserve comments in your smb.conf file. Webmin uses SSL encryption by default, and preserves comments in configuration files, even if it does not display them, and is therefore the preferred method for remotely managing Samba.
samba-winbind 3.0.2a GPL Samba-winbind daemon, utilities and documentation Provides the winbind daemon and testing tools to allow authentication and group/user enumeration from a Windows or Samba domain controller.
sendmail 8.12.11 BSD A widely used Mail Transport Agent (MTA) The Sendmail program is a very widely used Mail Transport Agent (MTA). MTAs send mail from one machine to another. Sendmail is not a client program, which you use to read your e-mail. Sendmail is a behind-the-scenes program which actually moves your e-mail over networks or the Internet to where you want it to go. If you ever need to reconfigure Sendmail, you'll also need to have the sendmail.cf package installed. If you need documentation on Sendmail, you can install the sendmail-doc package.
sendmail-cf 8.12.11 BSD The files needed to reconfigure Sendmail This package includes the configuration files which you'd need to generate the sendmail.cf file distributed with the sendmail package. You'll need the sendmail-cf package if you ever need to reconfigure and rebuild your sendmail.cf file. For example, the default sendmail.cf file is not configured for UUCP. If someday you needed to send and receive mail over UUCP, you'd need to install the sendmail-cf package to help you reconfigure Sendmail. Install the sendmail-cf package if you need to reconfigure your sendmail.cf file.
sendmail-doc 8.12.11 BSD Documentation about the Sendmail Mail Transport Agent program The sendmail-doc package contains documentation about the Sendmail Mail Transport Agent (MTA) program, including release notes, the Sendmail FAQ and a few papers written about Sendmail. The papers are provided in PostScript(TM) and troff formats. Install the sendmail-doc package if you need documentation about Sendmail.
shorewall 1.4.8 GPL Shoreline Firewall is an iptables-based firewall for Linux systems. The Shoreline Firewall, more commonly known as "Shorewall", is a Netfilter (iptables) based firewall that can be used on a dedicated firewall system, a multi-function gateway/ router/server or on a standalone GNU/Linux system.
shorewall-doc 1.4.8 GPL Firewall scripts The Shoreline Firewall, more commonly known as "Shorewall", is a Netfilter (iptables) based firewall that can be used on a dedicated firewall system, a multi-function gateway/ router/server or on a standalone GNU/Linux system. This package contains the docs.
siproxd 0.3.2 GPL A SIP masquerading proxy with RTP support Siprox is an proxy/masquerading daemon for the SIP protocol. It handles registrations of SIP clients on a private IP network and performs rewriting of the SIP message bodies to make SIP connections possible via an masquerading firewall. It allows SIP clients (like kphone, linphone) to work behind an IP masquerading firewall or router.
sleezeball 0.6 GPL A redirector for Squid2 that zapps banners SleezeBall is a redirector to be used with the Squid proxy. It tries to guess what is a banner and then tells Squid to load a local image instead. This has the nice effect of saving you from downloading and seeing a lot of ugly banners (linux.com has such goodlooking banners that I can't bring me to filter them out).
snmppd 0.4.1 GPL SNMP proxy daemon snmppd is an SNMP proxy daemon that is designed to work with Nagios. It loads MIBs upon startup, listens on a TCP socket for SNMP GET requests, polls the specified host, and returns the value to caller process. The caller process is usually the Nagios plugin check_snmpp.
SnortCenter 1.0 GPL Snort IDS Rule & Sensor Management SnortCenter is a web-based client-server management system written in PHP and Perl. It will help you to configure the Snort configuration & signature files. The Management Console will build the configuration files for you and then send it to the remote sensor. Some features: * SSL encryption between Management System and remote Sensor Agents. * Build in user authentication. * Automatic update / import new snort signatures from the internet and push them to the sensors. * Start-Stop Snort remotely and push the specific configuration to the sensor. * Create personal rules or modify the snort rules. * One Sensor Agent can handle multiple snort daemons if the system has multiple network interfaces. * Multi Language support (english, german, french, spanish, italian, (dutch soon available) ). * Management Console and Sensor Agents for Linux, *NIX, Windows (NT, 2000 & XP).
snortconf 0.4.2 GPL A tool to ease configuring the OpenSource IDS tool Snort. SnortConf is a simple, intuitive menu based tool that provides a more user friendly interface to creating a snort.conf file. It is still in it's early days of development, but it is already fully functional in most respects.
snortreport 1.2 GPL Snort add-on written in php. Snort Report is an add-on module for the Snort Intrusion Detection System. It provides real-time reporting from the MySQL database generated by Snort.
spip 1.7 GPL Système de publication pour l'internet SPIP is a publishing system developed by the minirézo to manage the site uZine. We provide it to anyone as a free software under GPL licence. Therefore, you can use it freely for your own site, be it personnal, co-operative, institutional or commercial. To finish the installation, just go to http://localhost/spip/ecrire/
spyce 1.3.10 Distributable SPYCE - Python Server Pages, Python-based HTML scripting engine SPYCE is a server-side engine that supports simple and efficient Python-based dynamic HTML generation. Those who like Python and are familiar with JSP, or PHP, or ASP, should have a look at this engine. It allows one to generate dynamic HTML content just as easily, using Python for the dynamic parts. Its modular design makes it very flexible and extensible. It can also be used as a command-line utility for HTML pre-processing.
squid 2.5.STABLE4 GPL The Squid proxy caching server. Squid is a high-performance proxy caching server for Web clients, supporting FTP, gopher, and HTTP data objects. Unlike traditional caching software, Squid handles all requests in a single, non-blocking, I/O-driven process. Squid keeps meta data and especially hot objects cached in RAM, caches DNS lookups, supports non-blocking DNS lookups, and implements negative caching of failed requests. Squid consists of a main server program squid, a Domain Name System lookup program (dnsserver), a program for retrieving FTP data (ftpget), and some management and client tools. Install squid if you need a proxy caching server.
squidGuard 1.2.0 GPL Filter, redirector and access controller plugin for Squid. SquidGuard is a combined filter, redirector and access controller plugin for Squid. It is free, very flexible, extremely fast, easily installed, portable. SquidGuard can be used to - limit the web access for some users to a list of accepted/well known web servers and/or URLs only. - block access to some listed or blacklisted web servers and/or URLs for some users. - block access to URLs matching a list of regular expressions or words for some users. - enforce the use of domainnames/prohibit the use of IP address in URLs. - redirect blocked URLs to an "intelligent" CGI based info page. - redirect unregistered user to a registration form. - redirect popular downloads like Netscape, MSIE etc. to local copies. - redirect banners to an empty GIF. - have different access rules based on time of day, day of the week, date etc. - have different rules for different user groups. Neither squidGuard nor Squid can be used to - filter/censor/edit text inside documents - filter/censor/edit embeded scripting languages like JavaScript or VBscript inside HTML
squirrelmail 1.4.2 GPL Squirrelmail is a webmail client for PHP4. SquirrelMail is a standards-based webmail package written in PHP4. It includes built-in pure PHP support for the IMAP and SMTP protocols, and all pages render in pure HTML 4.0 (with no Javascript) for maximum compatibility across browsers. It has very few requirements and is very easy to configure and install. SquirrelMail has all the functionality you would want from an email client, including strong MIME support, address books, and folder manipulation.
squirrelmail-poutils 1.4.2 GPL Some development tools for SquirrelMail. This package includes some development tools for squirrelmail i18n, including the main po file and some compilation scripts.
ssmtp 2.60.3 GPL A minimal mail-transfer agent which forwards mail to an SMTP server. This is sSMTP, a program that replaces sendmail on workstations that should send their mail via the departmental mailhub from which they pick up their mail (via pop, imap, rsmtp, pop_fetch, NFS... or the like). This program accepts mail and sends it to the mailhub, optionally replacing the domain in the From: line with a different one.
stunnel 4.04 GPL Program that wraps normal socket connections with SSL/TLS The stunnel program is designed to work as SSL encryption wrapper between remote clients and local (inetd-startable) or remote servers. The concept is that having non-SSL aware daemons running on your system you can easily set them up to communicate with clients over secure SSL channels. stunnel can be used to add SSL functionality to commonly used inetd daemons like POP-2, POP-3, and IMAP servers, to standalone daemons like NNTP, SMTP and HTTP, and in tunneling PPP over network sockets without changes to the source code.
super-freeswan 1.99.8 GPL FreeS/WAN IPSEC implemetation with patches FreeS/WAN is a free implementation of IPSEC & IKE for Linux. IPSEC is the Internet Protocol Security and uses strong cryptography to provide both authentication and encryption services. These services allow you to build secure tunnels through untrusted networks. Everything passing through the untrusted net is encrypted by the ipsec gateway machine and decrypted by the gateway at the other end of the tunnel. The resulting tunnel is a virtual private network or VPN. Super-FreeS/WAN is highly patched version with X.509 auth, NAT-Traversal, Delete SA, Dead Peer detection, and alternative cipher support.
suspend-scripts 1.6 GPL Scripts launched by system on suspend and resume Suspend-Script is launched by apm or acpid on resume and suspend, it start or stop your network/sound etc... to make sure that everything work after hybernation of your computer.
sympa 3.4.4.3 GPL SYMPA is an electronic mailing list manager SYMPA is an electronic mailing list manager. It is used to automate list management functions such as subscription, moderation and management of archives. SYMPA also manages sending of messages to the lists, and makes it possible to reduce the load on the system. Provided that you have enough memory on your system, Sympa is especially well adapted for big lists. For a list with 20 000 subscribers, it takes 5 minutes to send a message to 90% of subscribers, of course considering that the network is available. Documentation is available under HTML and SGML (source) formats.
talk-server 0.17 BSD Server for the talk program The talk-server package provides daemon programs for the Internet talk protocol, which allows you to chat with other users on different machines. Talk is a communication program which copies lines from one terminal to the terminal of another user.
tcp_wrappers 7.6 BSD A security tool which acts as a wrapper for TCP daemons. The tcp_wrappers package provides small daemon programs which can monitor and filter incoming requests for systat, finger, ftp, telnet, rlogin, rsh, exec, tftp, talk and other network services. Install the tcp_wrappers program if you need a security tool for filtering incoming network services requests.
tcron 0.4.5 GPL Another cron daemon Tcron integrates 'cron' with the ATX power-up capability. It can invoke multiple cron jobs and switch the computer on and off any number of times per day.
tftp 0.34 BSD The client and server for the Trivial File Transfer Protocol (TFTP). The Trivial File Transfer Protocol (TFTP) is normally used only for booting diskless workstations. The tftp package provides the user interface for TFTP, which allows users to transfer files to and from a remote machine. This program, and TFTP, provide very little security, and should not be enabled unless it is expressly needed.
tftp-server 0.34 BSD The server for the Trivial File Transfer Protocol (TFTP). The Trivial File Transfer Protocol (TFTP) is normally used only for booting diskless workstations. The tftp-server package provides the server for TFTP, which allows users to transfer files to and from a remote machine. TFTP provides very little security, and should not be enabled unless it is expressly needed. The TFTP server is run from /etc/xinetd.d/tftp, and is disabled by default on a Mandrake Linux systems.
thttpd 2.24 BSD Throttleable lightweight httpd server Thttpd is a very compact no-frills httpd serving daemon that can handle very high loads. While lacking many of the advanced features of Apachee, thttpd operates without forking and is extremely efficient in memory use. Basic support for cgi scripts, authentication, and ssi is provided for. Advanced features include the ability to throttle traffic.
tightvnc-server 1.2.9 GPL A VNC server The VNC system allows you to access the same desktop from a wide variety of platforms. This package is a VNC server, allowing others to access the desktop on your machine.
TinyCA 0.5.4 GPL Small Certification Authority (CA) manager TinyCA is a simple GUI written in Perl/Tk to manage a small certification authority. It is based on OpenSSL and Perl modules from the OpenCA project. TinyCA lets you manage x509 certificates. It is possible to export data in PEM or DER format for use with servers, as PKCS#12 for use with clients, or as S/MIME certificates for use with email programs. It is also possible to import your own PKCS#10 requests and generate certificates from them.
tinyproxy 1.6.2 GPL A lightweight, non-caching, optionally anonymizing http proxy An anonymizing http proxy which is very light on system resources, ideal for smaller networks and similar situations where other proxies (such as Squid) may be overkill and/or a security risk. Tinyproxy can also be configured to anonymize http requests (allowing for exceptions on a per-header basis).
tmdns 0.1 GPL A Multicast DNS Responder for Linux Tmdns is tiny/trivial Multicast DNS Responder for Linux. It should allow you to take part in a zeroconf environment.
tp4utils 1.0 GPL IBM Thinkpad Trackpoint daemon and utilities This package provides scroll-wheel emulation for IBM Trackpoints. See README for more detailed description.
tptest 3.0.6 GPL TPTEST - Network throughput measurement program The purpose with TPTEST is to allow users to measure the speed of their Internet connection in a simple way. TPTEST measures the throughput speed to and from various reference servers on the Internet. The use of TPTEST may help increase the consumer/end user knowledge of how Internet services work. TPTEST was originally developed by the Swedish ICT-commission, then later by the Foundation for Internet Infrastructure (iis.se), the Swedish Consumer Agency (konsumentverket.se), and the Swedish National Post- and Telecom Agency (pts.se). The latest development has been to separate the platform-independent test method software (the test engine) from the platform-dependent user interface software in order to make it easier for anyone to write a test client or server that uses the TPTEST testing method. The test engine code is to be regarded as a library module and is released under the LGPL license while the reference client/server applications is released under the GPL license.
tptest-server 3.0.6 GPL TPTEST - Network throughput measurement server The purpose with TPTEST is to allow users to measure the speed of their Internet connection in a simple way. TPTEST measures the throughput speed to and from various reference servers on the Internet. The use of TPTEST may help increase the consumer/end user knowledge of how Internet services work. This package provides the server part of tptest.
turba 1.2.1 LGPL The Horde contact management application Turba is the Horde contact management application, which allows access to and storage of personal contacts (including name, email address, phone number, and other easily customizable fields). Turba integrates with IMP (Horde's webmail application) as its address book. The Horde Project writes web applications in PHP and releases them under Open Source licenses. For more information (including help with Turba) please visit http://www.horde.org/.
tutos 1.1.20031017 GPL The Ultimate Team Organisation Software TUTOS is a webbased groupware or ERP/CRM suite that provides the users with: - personal and group calendars - addressbook - projectmanagement - filemanagement - taskmanagement - bugtracking - notes - installation management - mail interface
tux 3.2.14 GPL User-space component of TUX kernel-based threaded HTTP server TUX is a kernel-based, threaded, extremely high performance HTTP server. It is able to efficiently and safely serve both static and dynamic data. TUX moves the HTTP protocol stack to the kernel, and can handle requests for data with both kernel-space and user-space modules. See http://www.redhat.com/mailing-lists/ for instructions on subscribing to tux-list@redhat.com; users of TUX have the opportunity to share their experiences and receive notices of new versions on that list.
twig 2.7.7 GPL The Web Information Gateway TWIG is rapidly becoming a very useful intranet/groupware tool and application framework. It is written and implemented completely with the PHP programming language. The intention is that it become a simple, cross-platform, fast, and browser-independent way to access or share almost any kind of information, without the complexity or costs of other intranet/groupware packages. The main features that TWIG currently supports: - E-Mail (via IMAP) - Contact Manager - Scheduling - Usenet Newsgroups - Todo Lists - Bookmarks
udhcpd 0.9.8 GPL Very small DHCP server This is the very small DHCP server written by Moreton Bay/Lineo.
ulog-php 0.7 GPL PHP interface to the ulogd-mysql plugin PHP interface to the ulogd-mysql plugin
upclient 5.0 GPL Sends the uptime of the machine it's running on to a server Upclient is a small program that sends the uptime of the machine it's running on to a server (ufo.its.kun.nl). This server collects all uptimes and puts them in a table. To view the table, visit http://ufo.its.kun.nl/uptime/ Upclient causes almost no traffic (72bytes/minute), and won't give away any other information than the uptime, load and the operating system it's running on. But to make sure the program can't do any harm, don't run it as root. All it needs, is access to /proc/uptime (and /proc/loadavg). Upclient is totally freeware, so spread it around and make the list grow :)
viewcvs 1.0 BSD A CGI program to access CVS bases viewcvs is a visual (www) interface to explore a cvs repository. This is a rewrite of cvsweb by Greg Stein.
vixie-cron 3.0.1 distributable The Vixie cron daemon for executing specified programs at set times. The vixie-cron package contains the Vixie version of cron. Cron is a standard UNIX daemon that runs specified programs at scheduled times. Vixie cron adds better security and more powerful configuration options to the standard version of cron.
VOCP 0.9.3 GPL The VOCP system is a complete voice messaging solution. The VOCP system is a complete voice messaging solution, featuring voicemail boxes, email pagers and DTMF command shells. Users can navigate the system using a touch-tone phone, leave and retrieve messages and execute programs on the host machine using the DTMF command shells. VOCP now features a graphical configuration utility, a message retrieval, call center and faxing GUIs, as well as the core VOCP voice messaging system and the VOCPweb web interface.
VOCP-web 0.9.3 GPL VOCPweb - Part of the VOCP voice messaging system. The VOCP web interface, which permits users to retrieve voicemail from anywhere through a browser! The program, vocpweb.cgi, lets users view the number of messages in the box, details (date and time) for each message and allows users to download or even hear their messages with their browsers.
vsftpd 1.2.1 GPL Very Secure File Transfer Protocol Daemon. A Very Secure FTP Daemon - written from scratch - by Chris "One Man Security Audit Team" Evans.
webfeed 1.5 GPL Perl CGI script for web feedback forms webfeed is a simple Perl CGI script to provide nicely formatted email messages from web forms. It uses Sendmail or Qmail on the host machine to send the email and provides for an unlimited number of user-defined fields.
webuserprefs 0.5 GPL Preferences editor for SpamAssassin WebUserPrefs is a PHP template designed for web-based editing of SpamAssassin user preferences.
wondershaper 1.1a GPL Helps maintain interactive latency on modem/ADSL/cable. Maintain low latency for interfactive traffic at all times This means that downloading or uploading files should not disturb SSH or even telnet. These are the most important things, even 200ms latency is sluggish to work over. Allow 'surfing' at reasonable speeds while up or downloading Even though http is 'bulk' traffic, other traffic should not drown it out too much. Make sure uploads don't harm downloads, and the other way around. This is a much observed phenomenon where upstream traffic simply destroys download speed. It turns out that all this is possible, at the cost of a tiny bit of bandwidth. The reason that uploads, downloads and ssh hurt eachother is the presence of large queues in many domestic access devices like cable or DSL modems.
wshaperx 1.1a.x1 GPL Helps maintain interactive latency on modem/ADSL/cable. Maintain low latency for interfactive traffic at all times. This means that downloading or uploading files should not disturb SSH or even telnet. These are the most important things; even 200ms latency is sluggish to work over. Allow 'surfing' at reasonable speeds while up or downloading Even though http is 'bulk' traffic, other traffic should not drown it out too much. Make sure uploads don't harm downloads, and the other way around. This is a much observed phenomenon where upstream traffic simply destroys download speed. It turns out that all this is possible, at the cost of a tiny bit of bandwidth. The reason that uploads, downloads and ssh hurt eachother is the presence of large queues in many domestic access devices like cable or DSL modems. This package (wshaperx) is a branch of wondershaper. It works exactly the same under the covers, but should be easier to configure it, and to set it up to run automatically.
wu-ftpd 2.6.2 BSD An FTP daemon originally developed by Washington University. The wu-ftpd package contains the wu-ftpd FTP (File Transfer Protocol) server daemon. The FTP protocol is a method of transferring files between machines on a network and/or over the Internet. Wu-ftpd's features include logging of transfers, logging of commands, on the fly compression and archiving, classification of users' type and location, per class limits, per directory upload permissions, restricted guest accounts, system wide and per directory messages, directory alias, cdpath, filename filter and virtual host support. Install the wu-ftpd package if you need to provide FTP service to remote users.
xca 0.4.6 BSD A GUI for handling X509 certificates, RSA keys and PKCS#10 Requests The Program uses a Berkeley db for storage and supports RSA keys, Certificate signing requests (PKCS#10) and Certificates (X509v3) The signing of requests, and the creation of selfsigned certificates is supported. Both can use templates for simplicity. The PKI structures can be imported and exported in several formats like PKCS#7, PKCS#12, PEM, DER, PKCS#8.
XFree86-xfs 4.3 MIT Font server for XFree86 This is a font server for XFree86. You can serve fonts to other X servers remotely with this package, and the remote system will be able to use all fonts installed on the font server, even if they are not installed on the remote computer.
xojpanel 0.91 GPL Graphical tool displaying the contents of the LCD of HP printers Graphical tool displaying the contents of the LCD of HP multi-function devices and laser printers. Very useful to monitor the state (paper, ink, running job) of a printer directly on one's workstation's screen.
xprint 1.0 MIT Xprint - An X11 print system Xprint is an advanced printing system which enables X11 applications to use devices like printers, FAX or create documents in formats like PostScript, PDF, PCL, etc.
yiff 2.14.2 GPL YIFF Sound Systems YIFF is a high performance, stable, and fully documented sound server for UNIX games and applications. It employs a network transparent API which allows multiple client programs to access sound capabilities in a similar way to how X clients do graphics. Run yiffconfig after install to generate a starty script.
ypbind 1.12 GPL The NIS daemon which binds NIS clients to an NIS domain. The Network Information Service (NIS) is a system which provides network information (login names, passwords, home directories, group information) to all of the machines on a network. NIS can enable users to login on any machine on the network, as long as the machine has the NIS client programs running and the user's password is recorded in the NIS passwd database. NIS was formerly known as Sun Yellow Pages (YP). This package provides the ypbind daemon. The ypbind daemon binds NIS clients to an NIS domain. Ypbind must be running on any machines which are running NIS client programs. Install the ypbind package on any machines which are running NIS client programs (included in the yp-tools package). If you need an NIS server, you'll also need to install the ypserv package to a machine on your network.
ypserv 2.11 GPL The NIS (Network Information Service) server The Network Information Service (NIS) is a system which provides network information (login names, passwords, home directories, group information) to all of the machines on a network. NIS can enable users to login on any machine on the network, as long as the machine has the NIS client programs running and the user's password is recorded in the NIS passwd database. NIS was formerly known as Sun Yellow Pages (YP). This package provides the NIS server, which will need to be running on your network. NIS clients do not need to be running the server. Install ypserv if you need an NIS server for your network. You'll also need to install the yp-tools and ypbind packages onto any NIS client machines.
zebra 0.94 GPL Routing daemon GNU Zebra is a free software that manages TCP/IP based routing protocol. It takes multi-server and multi-thread approach to resolve the current complexity of the Internet. GNU Zebra supports BGP4, BGP4+, OSPFv2, OSPFv3, RIPv1, RIPv2, and RIPng. GNU Zebra is intended to be used as a Route Server and a Route Reflector. It is not a toolkit, it provides full routing power under a new architecture. GNU Zebra is unique in design in that it has a process for each protocol.
zonemanip 0.1.4 GPL Command line tool for PowerDNS and its MySQL backend zonemanip is a command line tool for manipulating records in a gmysql backend for PowerDNS. It supports delegating ownership of specific zones to specific shell users by maintaining a minimal amount of metadata. Currently, most record types except AAAA and PTR records are supported.
zope 2.7.0rc2 Zope Public License (ZPL) A leading open source application server Zope is an open source application server for building content managements, intranets, portals, and custom applications. The Zope community consists of hundreds of companies and thousands of developers all over the world, working on building the platform and Zope applications. Zope is written in Python, a highly-productive, object-oriented scripting language.

“ALSO, THERE IS NO WARRANTY OR CONDITION OF TITLE, QUIET ENJOYMENT, QUIET POSSESSION, CORRESPONDENCE TO DESCRIPTION OR NON-INFRINGEMENT WITH REGARD TO THE SOFTWARE PRODUCT.”

They also assume an economic liability of $5 or software price, unless forced by some applicable law.

Is this the kind of customer support that makes proprietary software a better choice for business use? — nicke on LWN re one software monopolist

Last changed: 20-Jun-2004 13:29:23  Find out who links to this page. Verify for yourself that this page is pure, standard HTML, not Ruby.

[Powered by Google]   Translate into     Linux™ Powered

No software patents! If you would like us to read email for USD$1000 per page, payable in advance, send it here.