Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 5

Endian Firewall Community is a "turn-key" linux security distribution that turns every system into a full featured security appliance with Unified Threat Management (UTM) functionality. The software has been de signed with "usability in mind" and is very easy to install, use and ... [More] manage, without losing its flexibility. The features include a stateful packet inspection firewall, application-level proxies for various protocols (HTTP, FTP, POP3, SMTP) with antivirus support, virus and spamfiltering for email traffic (POP and SMTP), content filtering of Web traffic and a "hassle free" VPN solution (based on OpenVPN). The main advantage of Endian Firewall is that it is a pure "Open Source" solution that is sponsored by Endian. [Less]

4.7
   
  0 reviews  |  15 users  |  0 current contributors
 
 

IPFire is new-developed firewall build with the latest releases of linux 2.6 and tools. You are able to install a lot of addons and you will see a firewall can become a home server.

3.75
   
  0 reviews  |  7 users  |  126,471 lines of code  |  24 current contributors  |  Analyzed 3 days ago
 
 

sshproxy is a pure python implementation of an ssh authenticating proxy. It allows users to connect to remote sites without having to know the password or key of the remote sites. ACL rules can be set up to allow or deny users based on different parameters like their IP address or the time of ... [More] the day. Access attempts are logged via syslog, and an enhanced "action log" system is under development. The client is the standard ssh client. [Less]

4.0
   
  0 reviews  |  5 users  |  9,479 lines of code  |  0 current contributors  |  Analyzed over 1 year ago
 
 

SME Server is a leading distribution for small and medium enterprises. It stands apart from the competition by shipping with most common functionality preconfigured and features a number of popular additional enhancements in the form of downloadable 'contributions'. It is published under ... [More] the GPL license and while freely available, a small donation is requested. [Less]

5.0
 
  0 reviews  |  5 users  |  62,426 lines of code  |  1 current contributor  |  Analyzed about 2 years ago
 
 

EOxServer is a server for Earth Observation (EO) data EOxServer implements the OGC Implementation Specifications EO-WCS and EO-WMS on top of MapServer's WCS and WMS implementations. EOxServer is released under the EOxServer Open License a MIT-style license and written in Python and ... [More] entirely based on Open Source software including MapServer, Django, GDAL, SpatiaLite, or PostGIS, and PROJ.4. [Less]

5.0
 
  0 reviews  |  2 users  |  38,333 lines of code  |  9 current contributors  |  Analyzed 5 days ago
 
 
Compare

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 ... [More] 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. [Less]

0
 
  0 reviews  |  2 users  |  69,376 lines of code  |  1 current contributor  |  Analyzed about 6 hours ago
 
 

pacparser is a library to parse proxy auto-config (PAC) files. Proxy auto-config files are a vastly used proxy configuration method these days. Web browsers can use a PAC file to determine which proxy server to use or whether to go direct for a given URL. PAC files are written in JavaScript and can ... [More] be programmed to return different proxy methods (e.g. "PROXY proxy1:port; DIRECT") depending upon URL, source IP address, protocol, time of the day etc. PAC files introduce a lot of possibilities. Look at the wikipedia link above to find out more about them. Needless to say, PAC files are now a widely accepted method for proxy configuration management and companies all over are using them in corporate environment. Almost all popular web browsers support PAC files. The idea behind pacparser is to make it easy to add this PAC file parsing capability to any program (C and python supported right now). It comes as a shared C library and a python module which can be used to make any C or python program PAC scripts intelligent. Some very useful targets could be popular web software like wget, curl and python-urllib. Please look at the README and other links for more information. Usage ExamplesUsing it with python: >>> import pacparser >>> pacparser.init() >>> pacparser.parse_pac('examples/wpad.dat') >>> pacparser.find_proxy('http://www.google.com', 'www.google.com') 'PROXY proxy1.manugarg.com:3128; PROXY proxy2.manugarg.com:3128; DIRECT' >>> pacparser.find_proxy('http://www2.manugarg.com', 'www2.manugarg.com') 'DIRECT' >>> pacparser.cleanup() >>>Using it in C: manugarg@hobbiton:~$ cat pactest.c #include int pacparser_init(); int pacparser_parse_pac(char* pacfile); char *pacparser_find_proxy(char *url, char *host); void pacparser_cleanup(); int main(int argc, char* argv[]) { char *proxy; pacparser_init(); pacparser_parse_pac(argv[1]); proxy = pacparser_find_proxy(argv[2], argv[3]); printf("%s\n", proxy); pacparser_cleanup(); } manugarg@hobbiton:~$ gcc -o pactest pactest.c -lpacparser manugarg@hobbiton:~$ ./pactest wpad.dat http://www.google.com www.google.com PROXY proxy1.manugarg.com:3128; PROXY proxy2.manugarg.com:3128; DIRECT [Less]

0
 
  0 reviews  |  1 user  |  1,680 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

什么是GAppProxy?一个开源的HTTP Proxy软件。 使用Python编写,运行于Google App Engine上。 GAppProxy的优势:是一个完整的Proxy解决方案:与常见的HTTP Proxy不同,GAppProxy运行在Google App Engine上,不需要专门的服务器,这是最大优势。 ... [More] 个人的Proxy:自己管理,自己使用。 依托于Google App Engine:Google的网络比较可靠。 GAppProxy的劣势:仅支持标准80端口的HTTP协议和443端口的HTTPS协议,其他端口均不支持. 需要安装客户端. GAppProxy的设想用户:教育网用户(不能直接访问国外网络者). 其他需代理的用户. [Less]

5.0
 
  0 reviews  |  1 user  |  1,731 lines of code  |  0 current contributors  |  Analyzed 10 days ago
 
 

birdnest is a Twitter API proxy which filter out the unnecessary information off the Twitter response. This result better utilization of bandwidth for Twitter mobile client, primarily for jibjib. Currently, birdnest implemented using Google App Engine. Logo designed by: Gibgib

0
 
  0 reviews  |  1 user  |  3,897 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

sec-wall is a feature packed high-performance security proxy supporting SSL/TLS, WSSE, HTTP Auth Basic/Digest, extensible authentication schemes based on custom HTTP headers and XPath expressions, powerful URL matching/rewriting and an optional headers enrichment. It's a security wall you ... [More] can conveniently fence the otherwise defenseless backend servers with. Visit the project's site at http://sec-wall.gefira.pl/ [Less]

5.0
 
  0 reviews  |  1 user  |  8,750 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.