Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.477.931 Times

Purchase Requests freeware
Filter: All | Freeware | Demo
 

Purchase Requests

< 1 2 3 4 5 
Added: February 02, 2010 | Visits: 894

mod_auth_pgsql mod_auth_pgsql Apache module allows user authentication (and can log authethication requests) against information stored in a PostgreSQL database. PostgreSQL is a public domain SQL database. Authentication One database, and one (or two) tables. One table holds the username and the encryped... Platforms: *nix

License: Freeware Size: 15.36 KB Download (108): mod_auth_pgsql Download

Added: July 05, 2010 | Visits: 1.407

Graphical certification authority Graphical certification authority project is a graphical user interface to OpenSSL, RSA/DSA public keys, certificates, signing requests and revokation lists. The keys have an internal counter, counting its use to avoid a duplicate use of a key for creating a certificate or request. The Keys... Platforms: *nix

License: Freeware Size: 266.24 KB Download (121): Graphical certification authority Download

Added: January 20, 2010 | Visits: 1.851

iTMS-4-ALL iTMS-4-ALL is a Perl CGI script that allows you to search Apples iTunes Music Store from any Web browser. First of all, you can try the live script. Thanks to the people at Downhill Battle for hosting the script---they have also posted some interesting ideas about how the iTunes database can be... Platforms: *nix

License: Freeware Size: 55.3 KB Download (238): iTMS-4-ALL Download

Added: January 20, 2010 | Visits: 877

apercu apercu is a command-line application to summarize information from Apache logs, including hit counts, requests, referrers, and user activity. Example Output Hit Count A summary of the hits this week: % apercu --count --time=thisweek /var/log/apache2/access-2006_log hits by time year... Platforms: *nix

License: Freeware Size: 10.24 KB Download (100): apercu Download

Added: April 14, 2010 | Visits: 2.828

Charles Web Debugging Tool Charles is an HTTP proxy / HTTP monitor / Reverse Proxy that enables a developer to view all of the HTTP traffic between their machine and the Internet. This includes requests, responses and the HTTP headers (which contain the cookies and caching information). Charles can act as a... Platforms: *nix

License: Freeware Size: 798.72 KB Download (583): Charles Web Debugging Tool Download

Added: August 19, 2010 | Visits: 916

Module::AutoINC SYNOPSIS perl -MModule::AutoINC < script > ABSTRACT When Module::AutoINC is loaded, it will add itself to @INC and catch any requests for missing resources. If a Perl module is requested that has not been installed, then this will attempt to load it. Under Active State Perl (or any Perl... Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): Module::AutoINC Download

Added: April 19, 2010 | Visits: 2.060

JSON::Shell JSON::Shell is an interactive shell for performing JSON and JSON-RPC requests. SYNOPSIS $ bin/jsonshell JSON::Shell 1.0 www.example.com/json-rpc-demo$ post { "id": 1, "method": "echoObject", "params": { "o": [ "YAY JSON~" ] } } REQUEST: $VAR1 = { params => { o => [ YAY JSON~ ] },... Platforms: *nix

License: Freeware Size: 6.14 KB Download (108): JSON::Shell Download

Added: May 14, 2010 | Visits: 795

DBIx::XMLServer DBIx::XMLServer is a Perl module to serve data as XML in response to HTTP requests. SYNOPSIS use XML::LibXML; use DBIx::XMLServer; my $xml_server = new DBIx::XMLServer($dbh, "template.xml"); my $doc = $xml_server->process($QUERY_STRING); die "Error: $doc" unless ref $doc; print... Platforms: *nix

License: Freeware Size: 29.7 KB Download (95): DBIx::XMLServer Download

Added: March 06, 2010 | Visits: 1.308

ICARUS VMPSd ICARUS VMPSd is a VLAN Management policy system daemon (VMPSd) that dynamically satisfies VLAN query protocol (VQP) requests by querying against an SQL database in real-time. Changes take effect at the next VMPS reconfirmation cycle with no need to reload the daemon.. Get ICARUS VMPSd at... Platforms: *nix

License: Freeware Size: 25.6 KB Download (133): ICARUS VMPSd Download

Added: November 11, 2010 | Visits: 669

NoArp NoArp is a Linux kernel module that filters and drops unwanted ARP requests. It is useful when you need to add an alias to the loopback interface to use a load balancer. Installation: The `configure shell script attempts to guess correct values for various system-dependent variables used... Platforms: *nix

License: Freeware Size: 317.44 KB Download (96): NoArp Download

Added: April 26, 2010 | Visits: 706

HttpAuth HttpAuth is a daemon and framework for authenticating HTTP requests. It supports Basic and Digest authentication against various databases such as LDAP, PostgreSQL, or MySQL. HttpAuth project also supports NTLM authentication against a Windows Server. Compatibility: Various web servers can... Platforms: *nix

License: Freeware Size: 901.12 KB Download (92): HttpAuth Download

Added: January 18, 2010 | Visits: 609

mod_spambot Mod_Spambot is an Apache module which monitors the data being downloaded from a server. When the number of requests for a client exceeds a preset level no more downloads are allowed for a preset time. When this happens the client received a tailored message informing them of what has happend.... Platforms: *nix

License: Freeware Size: 27.65 KB Download (93): mod_spambot Download

Added: September 17, 2010 | Visits: 856

Ovidentia Ovidentia is a professional collaborative/groupware portal generator featuring an administrable management tool with a workflow for the approval to publish articles, comments, files, or vacation requests. It also features an agenda (shareable), an integrated directory, charts, an LDAP directory... Platforms: *nix

License: Freeware Size: 2.1 MB Download (97): Ovidentia Download

Added: January 22, 2010 | Visits: 898

Apache Users Apache Users project is an Apache username enumerator, via /~username requests. This script uses a list of common system names like root, admin etc ... You should manually check the issue to establish the http return code, ie: 403 as this is needed for the command line. No native SSL support.... Platforms: *nix

License: Freeware Size: 23.55 KB Download (92): Apache Users Download

Added: May 10, 2013 | Visits: 1.778

HTTPTunnel HTTPTunnel is a tunneling software that can tunnel network connections through restrictive HTTP proxies over pure HTTP "GET" and "POST" requests.HTTPTunnel consists of two components: 1. The client that resides behind the firewall and accepts network connections on ports that will either be... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (169): HTTPTunnel Download

Added: January 17, 2010 | Visits: 813

DBIx::Timeout DBIx::Timeout is a Perl module that provides a safe method of timing out DBI requests. The method described in the DBI documentation uses unsafe signals, which may cause memory corruption. DBIx::Timeout instead uses a separate timeout process. The problem with using POSIX sigaction() is that... Platforms: *nix

License: Freeware Size: 6.14 KB Download (88): DBIx::Timeout Download

Added: September 22, 2010 | Visits: 1.151

Eureka Public Key Eureka Public Key was created due to numerous requests for a public key application using our strong encryption techniques. The basic principle for its use is one creates their own public key and distributes the key to whomever they will be transferring encrypted files with. When one receives a... Platforms: *nix

License: Freeware Size: 2.6 MB Download (94): Eureka Public Key Download

Added: February 15, 2010 | Visits: 757

mod_proxy_add_uri mod_proxy_add_uri adds X-Original-URI header to outgoing proxy requests. Useful when you have a light mod_proxy in front of your fat backend. To use the module you have to compile it into the frontend part of your server, I usually copy the module to apache-1.3/src/modules/extra/ and use APACI... Platforms: *nix

License: Freeware Size: 5.12 KB Download (91): mod_proxy_add_uri Download

Added: January 21, 2010 | Visits: 3.216

Konstrukt::Handler 0.5 Beta Konstrukt::Handler is a base class for handlers that control the processing of the requests. SYNOPSIS use Konstrukt::Handler; #inherit new(), process() and emergency_exit() use base Konstrukt::Handler; #create handler sub. usually a bit more comprehensive. see existing handlers sub... Platforms: *nix

License: Freeware Size: 522.24 KB Download (687): Konstrukt::Handler 0.5 Beta Download

Added: February 25, 2010 | Visits: 812

Jterm Jterm is a package composed of a java applet and a tiny dedicated webserver that allow you to execute a shell in canonical mode through standard HTTP requests and replies. Jterm is composed of two main components: 1) The applet (Jterm.class) hosted on www.your-site.com but executed inside... Platforms: *nix

License: Freeware Size: 8.19 KB Download (94): Jterm Download

< 1 2 3 4 5