Modern tools.
Traditional dedication.
Home
| Purpose
| Linux
| Products
| Legality
| Special
| Downloads
| Articles
| Contact
![]()
| 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 cu |