diff options
author | Colin Smith <colin@pfsense.org> | 2005-06-26 04:23:41 +0000 |
---|---|---|
committer | Colin Smith <colin@pfsense.org> | 2005-06-26 04:23:41 +0000 |
commit | bebc673af45b6b37c645cc45da53d07a2ea95813 (patch) | |
tree | 0e95282497602f60b499a0e887a77eecfddb6ae9 | |
parent | d3692dd6be0da16783e708a544c72440bf004cdd (diff) | |
download | pfsense-packages-bebc673af45b6b37c645cc45da53d07a2ea95813.tar.gz pfsense-packages-bebc673af45b6b37c645cc45da53d07a2ea95813.tar.bz2 pfsense-packages-bebc673af45b6b37c645cc45da53d07a2ea95813.zip |
* Bring freeradius and doorman back into the package list.
* Move freeradius back to version 1.0.1 - this version appeared to work.
-rw-r--r-- | pkg_config.xml | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/pkg_config.xml b/pkg_config.xml index 46c99d27..b15a8bad 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -31,6 +31,30 @@ </logging> </package> <package> + <name>freeradius</name> + <website>http://www.freeradius.org/</website> + <descr>FreeRADIUS is the premiere open source RADIUS server. It is fast, flexible, configurable, and supports more authentication protocols than many commercial servers. A client entry for localhost with the shared secret "pfsense" is defined on installation for easy integration with the captive portal. This package is currently intended to provide a local user database for captive portal and pptp - it does not employ SQL and is not meant to supplant an external RADIUS server for advanced tasks.</descr> + <category>Security</category> + <config_file>http://www.pfsense.com/packages/config/freeradius.xml</config_file> + <depends_on_package_base_url>http://ftp2.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/All</depends_on_package_base_url> + <depends_on_package>freeradius-1.0.1.tbz</depends_on_package> + <version>1.0.1</version> + <status>Stable</status> + <configurationfile>freeradius.xml</configurationfile> + </package> + <package> + <name>doorman</name> + <website>http://doorman.sourceforge.net</website> + <descr>Doorman is a port knocking implementation which allows a server to run silently, invisibly, with all TCP ports closed except to those who know the secret knock.</descr> + <category>Security</category> + <config_file>http://www.pfsense.com/packages/config/doorman.xml</config_file> + <depends_on_package_base_url>http://www.pfsense.com/packages/All</depends_on_package_base_url> + <depends_on_package>doorman-0.8_1.tbz</depends_on_package> + <version>0.8_1</version> + <status>ALPHA</status> + <configurationfile>doorman.xml</configurationfile> + </package> + <package> <name>nmap</name> <website>http://www.insecure.org/nmap/</website> <descr>NMap is a utility for network exploration or security auditing. It supports ping scanning (determine which hosts are up), many port scanning techniques (determine what services the hosts are offering), version detection (determine what application/service is runing on a port), and TCP/IP fingerprinting (remote host OS or device identification). It also offers flexible target and port specification, decoy/stealth scanning, SunRPC scanning, and more. Most Unix and Windows platforms are supported in both GUI and command line modes. Several popular handheld devices are also supported, including the Sharp Zaurus and the iPAQ.</descr> @@ -219,7 +243,6 @@ test server or link availability and modify translation or routing rules. This p <configurationfile>upnpd.xml</configurationfile> </package> </packages> - <!-- BEGIN - these packages are inactive --> <package> <name>powerdns</name> <descr>PowerDNS (AKA pdns) is an advanced high performance authoritative nameserver with MANY advanced features</descr> @@ -290,5 +313,4 @@ test server or link availability and modify translation or routing rules. This p <status>ALPHA</status> <configurationfile>doorman.xml</configurationfile> </package> - <!-- END - these packages are inactive --> </pfsensepkgs> |