The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Apache::Cookie"

Apache::Cookie - HTTP Cookies Class River stage two • 25 direct dependents • 25 total dependents

The Apache::Cookie module is a Perl interface to the cookie routines in *libapreq*. The interface is based on Lincoln Stein's CGI::Cookie module....

ISAAC/libapreq-1.34 - 08 Jan 2009 22:13:46 UTC

Apache::FakeCookie - fake request object for debugging River stage zero No dependents

This module assists authors of Apache::* modules write test suites that would use Apache::Cookie without actually having to run and query a server to test the cookie methods. Loaded in the test script after the author's target module is loaded, Apach...

MIKER/Apache-FakeCookie-0.08 - 12 Sep 2006 02:05:45 UTC

Apache::Wyrd::Cookie - Consistency wrapper for Apache::Cookie and CGI::Cookie River stage zero No dependents

Wrapper for "Apache::Cookie" or "CGI:Cookie" cookies. This class is provided for no other reason than to make the "new" and "bake" methods consistent in their requirements between these modules, which they are not normally. Otherwise, "Apache::Wyrd::...

WYRD/Apache-Wyrd-0.98 - 15 Apr 2008 21:32:47 UTC

Apache::Cookie::Encrypted - Encrypted HTTP Cookies Class River stage zero No dependents

The Apache::Cookie::Encrypted module is a class derived from Apache::Cookie. It creates a cookie with its contents encrypted with Crypt::Blowfish....

JKRASNOO/ApacheCookieEncrypted-0.03 - 04 Jun 2001 22:08:49 UTC

OpenPlugin::Cookie::Apache - Apache driver for the OpenPlugin::Cookie plugin River stage zero No dependents

ERIC/OpenPlugin-0.11 - 29 Aug 2003 03:04:25 UTC

Apache::AuthCookie - Perl Authentication and Authorization via cookies River stage one • 9 direct dependents • 9 total dependents

Apache::AuthCookie allows you to intercept a user's first unauthenticated access to a protected document. The user will be presented with a custom form where they can enter authentication credentials. The credentials are posted to the server where Au...

MSCHOUT/Apache-AuthCookie-3.31 - 06 Jan 2022 03:02:19 UTC

Apache::AuthCookieDBI - An AuthCookie module backed by a DBI database. River stage zero No dependents

This module is an authentication handler that uses the basic mechanism provided by Apache::AuthCookie with a DBI database for ticket-based protection. It is based on two tokens being provided, a username and password, which can be any strings (there ...

MATISSE/Apache-AuthCookieDBI-2.1 - 03 Feb 2007 19:24:47 UTC

Apache::AuthCookiePAM - An AuthCookie module backed by a PAM . River stage zero No dependents

This module is an authentication handler that uses the basic mechanism provided by Apache::AuthCookie with PAM (based on DBI) . It is based on two tokens being provided, a username and password, which can be any strings (there are no illegal characte...

AWA/Apache-AuthCookiePAM-1.00 - 11 Feb 2006 15:40:31 UTC

Apache::AuthCookieURL - Perl Authentication and Authorization or session management via cookies or URL munging River stage zero No dependents

** Warning: beta software. This should be used for testing purposes only. That said, there are a few people using it and I've been using it for a few months without problem. The interface may change (or disappear) without notice. Please report any pr...

HANK/Apache-AuthCookieURL-1.003 - 21 Nov 2000 00:51:29 UTC

Apache::CookieToQuery - Rewrite query string by adding cookie information River stage zero No dependents

This module will aid in adding cookie information to your query strings so that cgi scripts or handlers underneath can have immidate benefit It requires mod_perl + Apache web server with PERL_FIXUP callback hook enabled for more information on callba...

ALEXP/Apache-CookieToQuery-1.05 - 25 Jan 2006 03:12:45 UTC

Apache::AuthCookieNTLM - NTLM (Windows domain) authentication with cookies River stage zero No dependents

As explained in the Apache::AuthenNTLM module, depending on the user's config, IE will supply your Windows logon credentials to the web server when the server asks for NTLM authentication. This saves the user typing in their windows login and passwor...

LLAP/Apache-AuthCookieNTLM-0.07 - 03 Oct 2004 10:08:11 UTC

Apache::AuthCookieLDAP - An AuthCookie module backed by a LDAP database. River stage zero No dependents

This module is an authentication handler that uses the basic mechanism provided by Apache::AuthCookie with a LDAP database for ticket-based protection. It is based on two tokens being provided, a username and password, which can be any strings (there...

BJORNARDO/Apache-AuthCookieLDAP-0.03 - 08 Oct 2002 07:42:21 UTC

Apache::LangPrefCookie - implant a language-preference given by cookie into httpd's representation of the Accept-Language HTTP-header. River stage zero No dependents

This module looks for a cookie providing a language-code as its value. This preference is then implanted into httpd's representation of the "Accept-Language" header, just as if the client had asked for it as #1 choice. The original preferences are st...

ZEYA/Apache-LangPrefCookie-1.03 - 23 Dec 2008 12:09:24 UTC

Apache::AuthCookie::Util - Internal Utility Functions for AuthCookie River stage one • 9 direct dependents • 9 total dependents

Internal Use Only!...

MSCHOUT/Apache-AuthCookie-3.31 - 06 Jan 2022 03:02:19 UTC

Apache::AuthCookieDBIRadius - An AuthCookie module backed by a DBI database, and an optional Radius server. River stage zero No dependents

This module is an authentication handler that uses the basic mechanism provided by Apache::AuthCookie with a DBI database for ticket-based protection. It is based on two tokens being provided, a username and password, which can be any strings (there ...

BARRACODE/Apache-AuthCookieDBIRadius-1.19 - 16 Nov 2001 17:37:36 UTC

lib/Apache/Auth/AuthMemCookie.pm River stage zero No dependents

PIERS/Apache-Auth-AuthMemCookie-0.04 - 20 Jul 2014 01:05:09 UTC

Apache::AuthCookie::Params - AuthCookie Params Driver for mod_perl 1.x River stage one • 9 direct dependents • 9 total dependents

This class handles CGI form data for Apache::AuthCookie. It will try to use Apache::Request (from libapreq) if it is available. If not, it will fall back to use CGI....

MSCHOUT/Apache-AuthCookie-3.31 - 06 Jan 2022 03:02:19 UTC

Apache::AuthCookie::Params::CGI - Internal CGI Params Subclass River stage one • 9 direct dependents • 9 total dependents

This is a pure perl implementation of HTTP/CGI parameter processing for Apache::AuthCookie....

MSCHOUT/Apache-AuthCookie-3.31 - 06 Jan 2022 03:02:19 UTC

Apache::AuthCookie::Params::Base - Internal CGI AuthCookie Params Base Class River stage one • 9 direct dependents • 9 total dependents

This is the base class for AuthCookie Params drivers....

MSCHOUT/Apache-AuthCookie-3.31 - 06 Jan 2022 03:02:19 UTC

lib/Apache/DnsZone/AuthCookie.pm River stage zero No dependents

THOMAS/Apache-DnsZone-0.2 - 26 Jun 2001 20:11:52 UTC
78 results (0.035 seconds)