Browsing projects by Tag(s)

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

Showing page 1 of 2
Compare

curl is a command line tool for transferring files with URL syntax, supporting FTP, FTPS, TFTP, HTTP, HTTPS, SCP, SFTP, TELNET, DICT, FILE, LDAP, POP3, IMAP, SMTP, GOPHER, RTMP and RTSP. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies ... [More] , user+password authentication (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer resume, proxy tunneling and a busload of other useful tricks. [Less]

4.4127
   
  2 reviews  |  996 users  |  165,272 lines of code  |  75 current contributors  |  Analyzed 4 days ago
 
 

libcurl is library for transferring files with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic ... [More] , Digest, NTLM, Negotiate, kerberos...), file transfer resume, proxy tunneling and a busload of other useful tricks. [Less]

4.75
   
  0 reviews  |  34 users  |  118,612 lines of code  |  75 current contributors  |  Analyzed 8 days ago
 
 

Open Source and portable implementation of Microsoft Exchange protocols (MAPI) and Microsoft Exchange Server.

4.5
   
  0 reviews  |  12 users  |  121,085 lines of code  |  4 current contributors  |  Analyzed 6 months 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 8 days ago
 
 

This is a VNC viewer with a GGI backend. It is a fast and flexible VNC client. ggivnc was initially created to test various aspects of the VNC target in GGI, but it has matured into a full-blown client.

4.0
   
  0 reviews  |  2 users  |  21,464 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

Fixed, ansi-C version of http://koti.mbnet.fi/jtko/uvncrepeater/ Changes: * removed C++ compiler dependency * compilable with 'any?' Ansi-C compiler (tested with gcc, clang, tcc) * IPv6 support * support CIDR addresses in server lists

0
 
  0 reviews  |  1 user  |  3,112 lines of code  |  1 current contributor  |  Analyzed 7 days ago
 
 

Tinyproxy-EX is a fast light-weight HTTP proxy for POSIX operating systems. It is based on the well known tinyproxy-1.6.3 code base. Tinyproxy-EX adds FTP-Support, basic ACLs to extend tinyproxy's filtering capabilities and maybe much more in the future.

5.0
 
  0 reviews  |  1 user  |  19,160 lines of code  |  1 current contributor  |  Analyzed 2 days 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 2 days ago
 
 
Compare

Multi-connection command line tool to download Internet sites. Similar to wget and cURL, but it manages up to 50 parallel links. Main features are: recursive fetching, Metalink retrieving, segmented download and image filtering by width and height.

5.0
 
  0 reviews  |  1 user  |  98,229 lines of code  |  1 current contributor  |  Analyzed about 20 hours ago
 
 

approxyd is a simple application proxy. It doesn't do any fancy stuff really, and actually grew out of an on-client-site hack. It simply listens on any specified port(s) and makes an actual connection to a real server for the clients connecting thru it. There are currently no load-balancing ... [More] efforts, but eventually simple/trivial load-balancing may be included. approxyd uses libnetutils (http://code.google.com/p/libnetutils/) [Less]

0
 
  0 reviews  |  0 users  |  37,425 lines of code  |  0 current contributors  |  Analyzed 7 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.