Difference between revisions of "Zorp"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=Zorp |Short description=Proxy firewall suite |Full description=Zorp is a proxy firewall suite. Its core framework allows the administrator to finetune proxy decisio...")
 
(Added Debian link)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=Zorp
+
|Name=Zorp GPL
 
|Short description=Proxy firewall suite
 
|Short description=Proxy firewall suite
|Full description=Zorp is a proxy firewall suite. Its core framework allows the administrator to finetune proxy decisions (with its built-in script language), and fully analyze complex protocols (including SSH with several forwarded TCP connections, or SSL with an embedded POP3 protocol). FTP, HTTP, finger, whois, and SSL protocols are fully supported with an application-level gateway. Zorp aims for compliance with Common Criteria/Application-level Firewall Protection Profile for Medium Robustness Enviroment.
+
|Full description=Zorp is a new generation proxy firewall suite and as such its core architecture is built around today's security demands: it uses application level proxies, it is modular and component based, it uses a script language to describe policy decisions, it makes it possible to monitor encrypted traffic, it let's you override client actions, it let's you protect your servers with its built in IDS capabilities... The list is endless. It gives you all the power you need to implement your local security policy.
|User level=none
+
|Homepage URL=http://balasys.github.io/zorp
|Status=Live
+
|User level=advanced
|Component programs=
+
|VCS checkout command=git clone https://github.com/balasys/zorp.git
|Homepage URL=http://www.balabit.com/products/zorp_gpl/
+
|Computer languages=C++11,Python
|VCS checkout command=
+
|Documentation note=User tutorial available in HTML format from http://zorp-gpl-tutorial.readthedocs.org/
|Computer languages=C,Python
+
|Paid support=Paid technical support and consulting available from http://www.balasys.hu/
|Documentation note=User tutorial available in HTML format from http://www.balabit.com/products/zorp_gpl/tutorial/; User intro available in PDF format from http://www.balabit.com/products/zorp/docs/getting_started.pdf;
+
|Accepts cryptocurrency donations=No
|Paid support=Paid technical support and consulting available from http://www.balabit.com/
+
|Microblog=https://twitter.com/ZorpGPL
|IRC help=
 
|IRC general=
 
|IRC development=
 
 
|Related projects=Fireflier,Shoreline_Firewall,Turtle_Firewall,PCXFirewall,Alfandega_Firewall
 
|Related projects=Fireflier,Shoreline_Firewall,Turtle_Firewall,PCXFirewall,Alfandega_Firewall
 
|Keywords=zorp,firewall,security,proxy,SSH,TCP,SSL,POP3,FTP,HTTP
 
|Keywords=zorp,firewall,security,proxy,SSH,TCP,SSL,POP3,FTP,HTTP
|Is GNU=n
+
|Version identifier=6.0.10
|Last review by=Janet Casey
+
|Version date=2016/12/07
|Last review date=2005-05-11
+
|Version status=stable
|Submitted by=Database conversion
+
|Version download=https://github.com/Balasys/zorp/archive/v6.0.10.tar.gz
 +
|Last review by=Bendikker
 +
|Last review date=2018/02/28
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=3.0.4.3
+
|Is GNU=No
|Version date=2005-04-26
+
|License verified date=2012-03-13
|Version status=stable
+
}}
|Version download=http://www.balabit.com/downloads/zorp/zorp-os/pool/z/zorp/zorp-os-3.0_3.0/
+
{{Project license
 +
|License=GPLv2
 +
|License verified by=Janet Casey
 
|License verified date=2002-02-15
 
|License verified date=2002-02-15
|Version comment=3.0.4.3 stable released 2005-04-26
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Balazs Scheidler
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Balazs Scheidler
 
 
|Email=bazsi@balabit.hu
 
|Email=bazsi@balabit.hu
|Resource URL=
+
}}
 +
{{Person
 +
|Real name=Szilárd Pfeiffer
 +
|Role=Maintainer
 +
|Email=szilard.pfeiffer@balasys.hu
 +
|Username=pfeiffer
 +
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref)
 +
|Resource URL=https://tracker.debian.org/pkg/zorp
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 41: Line 50:
 
{{Software category
 
{{Software category
 
|Interface=command-line
 
|Interface=command-line
 +
|Programming-language=C, C++, python
 +
|Protocol=smtp, finger, http, ip, ipv6, pop3, ssl, telnet, udp
 +
|Runs-on=GNU/Linux
 
|Security=firewall
 
|Security=firewall
 
|Use=security
 
|Use=security
}}
 
{{Project license
 
|License=GPLv2
 
|License verified by=Janet Casey
 
|License verified date=2002-02-15
 
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to use
 
|Prerequisite kind=Required to use
|Prerequisite description=Python 2.1.3
+
|Prerequisite description=Python 2.7
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to use
 
|Prerequisite kind=Required to use
|Prerequisite description=glib 2.0
+
|Prerequisite description=glib 2.24
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to use
 
|Prerequisite kind=Required to use
|Prerequisite description=OpenSSL 0.9.6g
+
|Prerequisite description=OpenSSL 1.0.0
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
Line 65: Line 72:
 
|Prerequisite description=libcap 1.10
 
|Prerequisite description=libcap 1.10
 
}}
 
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to build
 +
|Prerequisite description=g++ 4.8
 +
}}
 +
{{Featured}}

Latest revision as of 11:01, 28 February 2018


[edit]

Zorp GPL

http://balasys.github.io/zorp
Proxy firewall suite

Zorp is a new generation proxy firewall suite and as such its core architecture is built around today's security demands: it uses application level proxies, it is modular and component based, it uses a script language to describe policy decisions, it makes it possible to monitor encrypted traffic, it let's you override client actions, it let's you protect your servers with its built in IDS capabilities... The list is endless. It gives you all the power you need to implement your local security policy.





Licensing

License

Verified by

Verified on

Notes

License

GPLv2

Verified by

Janet Casey

Verified on

15 February 2002




Leaders and contributors

Contact(s)Role
Szilárd Pfeiffer (Pfeiffer)Maintainer
Balazs Scheidler Maintainer


Resources and communication

AudienceResource typeURI
Bug Tracking,Developer,SupportE-mailmailto:zorp@lists.balabit.hu
Debian (Ref)https://tracker.debian.org/pkg/zorp


Software prerequisites

KindDescription
Required to buildg++ 4.8
Required to usePython 2.7
Required to uselibcap 1.10
Required to useglib 2.24
Required to useOpenSSL 1.0.0




Entry













"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.




















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.