view release on metacpan or search on metacpan
F<ppport.h> on your source code. See the next section for
details.
=head1 EXAMPLES
To verify whether F<ppport.h> is needed for your module, whether you
should make any changes to your code, and whether any special defines
should be used, F<ppport.h> can be run as a Perl script to check your
source code. Simply say:
perl ppport.h
vmess||5.006000|
vnewSVpvf|5.006000|5.004000|p
vnormal||5.009002|
vnumify||5.009000|
vstringify||5.009000|
vverify||5.009003|
vwarner||5.006000|
vwarn||5.006000|
wait4pid|||
warn_nocontext|||vn
warner_nocontext|||vn
view all matches for this distribution
view release on metacpan or search on metacpan
t/1is_https.t view on Meta::CPAN
Apache::TestRequest::user_agent
(reset=>1,
ssl_opts=>{
SSL_ca_file=>undef,
SSL_verify_mode=>0,
});
if( ssl_loaded ) {
#if( need_module 'ssl' ) {
plan tests => 2;
view all matches for this distribution
view release on metacpan or search on metacpan
F<ppport.h> on your source code. See the next section for
details.
=head1 EXAMPLES
To verify whether F<ppport.h> is needed for your module, whether you
should make any changes to your code, and whether any special defines
should be used, F<ppport.h> can be run as a Perl script to check your
source code. Simply say:
perl ppport.h
vmess||5.006000|
vnewSVpvf|5.006000|5.004000|p
vnormal||5.009002|
vnumify||5.009000|
vstringify||5.009000|
vverify||5.009003|
vwarner||5.006000|
vwarn||5.006000|
wait4pid|||
warn_nocontext|||vn
warner_nocontext|||vn
view all matches for this distribution
view release on metacpan or search on metacpan
User check
Client IP checking may not be sufficient. The filter could check
"$r->user", set a special flag in the redirect param and save the
user name. The rewrite rules could then check the flag and require a
valid-user. Then the response handler can verify "$r->user" against
the saved user.
SEE ALSO
Apache2::Translation
view all matches for this distribution
view release on metacpan or search on metacpan
eg/Model/MyPageKit/Common.pm view on Meta::CPAN
my ($login, $epasswd) = $dbh->selectrow_array($sql_str,{},$user_id);
return unless $login;
# create a new hash and verify that it matches the supplied hash
# (prevents tampering with the cookie)
no strict 'refs';
my $newhash = Digest::MD5::md5_hex(join ':', ${ __PACKAGE__ . '::secret_md5' }, $user_id, crypt($epasswd,"pk"));
use strict 'refs';
view all matches for this distribution
view release on metacpan or search on metacpan
.svn/text-base/MANIFEST.svn-base view on Meta::CPAN
t/htdocs/stats/stats.js
t/htdocs/varsub/bar/baz.js
t/htdocs/varsub/foo/baz.js
t/htdocs/varsub/varsub-do.js
t/htdocs/varsub/varsub.js
t/htdocs/verify.js
t/TEST
view all matches for this distribution
view release on metacpan or search on metacpan
This file contains message digests of all files listed in MANIFEST,
signed via the Module::Signature module, version 0.88.
To verify the content in this distribution, first make sure you have
Module::Signature installed, then type:
% cpansign -v
It will check each file's integrity, as well as the signature's
view all matches for this distribution
view release on metacpan or search on metacpan
F<ppport.h> on your source code. See the next section for
details.
=head1 EXAMPLES
To verify whether F<ppport.h> is needed for your module, whether you
should make any changes to your code, and whether any special defines
should be used, F<ppport.h> can be run as a Perl script to check your
source code. Simply say:
perl ppport.h
vmess||5.006000|
vnewSVpvf|5.006000|5.004000|p
vnormal||5.009002|
vnumify||5.009000|
vstringify||5.009000|
vverify||5.009003|
vwarner||5.006000|
vwarn||5.006000|
wait4pid|||
warn_nocontext|||vn
warner_nocontext|||vn
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Apache2/SiteControl.pm view on Meta::CPAN
return undef;
}
# This sub is called for every request that is under the control of
# SiteControl. It is responsible for verifying that the user id (session
# key) is valid and that the user is ok.
# It returns a user name if all is well, and undef if not.
sub authen_ses_key
{
my ($this, $r, $session_key) = @_;
view all matches for this distribution
view release on metacpan or search on metacpan
This file contains message digests of all files listed in MANIFEST,
signed via the Module::Signature module, version 0.55.
To verify the content in this distribution, first make sure you have
Module::Signature installed, then type:
% cpansign -v
It will check each file's integrity, as well as the signature's
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl module Apache2::WebApp::Extra::Admin
0.16
- Migrated project SCM and code repository to Google Project hosting.
- Updated POD and README artistic license URL in COPYRIGHT clause.
- Changed each module version so that I can verify that the PAUSE packager/uploader script works as expected.
- Updated license field in META.yml to fix 'License Unknown' issue on CPAN
- Updated PREREQ_PM module versions in Makefile.PL
- Updated module versions in META.yml requires field.
0.17
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl module Apache2::WebApp::Plugin::CGI
0.09
- Migrated project SCM and code repository to Google Project hosting.
- Updated POD and README artistic license URL in COPYRIGHT clause.
- Changed each module version so that I can verify that the PAUSE packager/uploader script works as expected.
- Updated license field in META.yml to fix 'License Unknown' issue on CPAN
- Updated PREREQ_PM module versions in Makefile.PL
- Updated module versions in META.yml requires field.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Apache2/WebApp/Plugin/Cookie.pm view on Meta::CPAN
value => 'bar',
expires => '1h',
secure => 0,
});
$c->plugin('CGI')->redirect( $c, '/app/example/verify' );
}
sub verify {
my ( $self, $c ) = @_;
$c->request->content_type('text/html');
print $c->plugin('Cookie')->get('foo');
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl module Apache2::WebApp::Plugin::DBI
0.09
- Migrated project SCM and code repository to Google Project hosting.
- Updated POD and README artistic license URL in COPYRIGHT clause.
- Changed each module version so that I can verify that the PAUSE packager/uploader script works as expected.
- Updated license field in META.yml to fix 'License Unknown' issue on CPAN
- Updated PREREQ_PM module versions in Makefile.PL
- Updated module versions in META.yml requires field.
build script template
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl module Apache2::WebApp::Plugin::DateTime
0.06
- Migrated project SCM and code repository to Google Project hosting.
- Updated POD and README artistic license URL in COPYRIGHT clause.
- Changed each module version so that I can verify that the PAUSE packager/uploader script works as expected.
- Updated license field in META.yml to fix 'License Unknown' issue on CPAN
- Updated PREREQ_PM module versions in Makefile.PL
- Updated module versions in META.yml requires field.
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl module Apache2::WebApp::Plugin::File
0.06
- Migrated project SCM and code repository to Google Project hosting.
- Updated POD and README artistic license URL in COPYRIGHT clause.
- Changed each module version so that I can verify that the PAUSE packager/uploader script works as expected.
- Updated license field in META.yml to fix 'License Unknown' issue on CPAN
- Updated PREREQ_PM module versions in Makefile.PL
- Updated module versions in META.yml requires field.
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl module Apache2::WebApp::Plugin::Filters
0.08
- Migrated project SCM and code repository to Google Project hosting.
- Updated POD and README artistic license URL in COPYRIGHT clause.
- Changed each module version so that I can verify that the PAUSE packager/uploader script works as expected.
- Updated license field in META.yml to fix 'License Unknown' issue on CPAN
- Updated PREREQ_PM module versions in Makefile.PL
- Updated module versions in META.yml requires field.
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl module Apache2::WebApp::Plugin::JSON
0.09
- Migrated project SCM and code repository to Google Project hosting.
- Updated POD and README artistic license URL in COPYRIGHT clause.
- Changed each module version so that I can verify that the PAUSE packager/uploader script works as expected.
- Updated license field in META.yml to fix 'License Unknown' issue on CPAN
- Updated PREREQ_PM module versions in Makefile.PL
- Updated module versions in META.yml requires field.
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl module Apache2::WebApp::Plugin::Mail
0.08
- Migrated project SCM and code repository to Google Project hosting.
- Updated POD and README artistic license URL in COPYRIGHT clause.
- Changed each module version so that I can verify that the PAUSE packager/uploader script works as expected.
- Updated license field in META.yml to fix 'License Unknown' issue on CPAN
- Updated PREREQ_PM module versions in Makefile.PL
- Updated module versions in META.yml requires field.
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl module Apache2::WebApp::Plugin::Session::File
0.14
- Migrated project SCM and code repository to Google Project hosting.
- Updated POD and README artistic license URL in COPYRIGHT clause.
- Changed each module version so that I can verify that the PAUSE packager/uploader script works as expected.
- Updated license field in META.yml to fix 'License Unknown' issue on CPAN
- Updated PREREQ_PM module versions in Makefile.PL
- Updated module versions in META.yml requires field.
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl module Apache2::WebApp::Plugin::Session::Memcached
0.12
- Migrated project SCM and code repository to Google Project hosting.
- Updated POD and README artistic license URL in COPYRIGHT clause.
- Changed each module version so that I can verify that the PAUSE packager/uploader script works as expected.
- Updated license field in META.yml to fix 'License Unknown' issue on CPAN
- Updated PREREQ_PM module versions in Makefile.PL
- Updated module versions in META.yml requires field.
0.13
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl module Apache2::WebApp::Plugin::Session::MySQL
0.12
- Migrated project SCM and code repository to Google Project hosting.
- Updated POD and README artistic license URL in COPYRIGHT clause.
- Changed each module version so that I can verify that the PAUSE packager/uploader script works as expected.
- Updated license field in META.yml to fix 'License Unknown' issue on CPAN
- Updated PREREQ_PM module versions in Makefile.PL
- Updated module versions in META.yml requires field.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Apache2/WebApp/Plugin/Session.pm view on Meta::CPAN
username => 'foo',
password => 'bar',
}
);
$c->plugin('CGI')->redirect($c, '/app/example/verify');
}
sub verify {
my ($self, $c) = @_;
my $data_ref = $c->plugin('Session')->get($c, 'login');
$c->request->content_type('text/html');
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Apache2/WebApp/Plugin/Validate.pm view on Meta::CPAN
}
#----------------------------------------------------------------------------+
# domain($name)
#
# Check the domain name format; verify the domain status using a DNS query.
sub domain {
my ( $self, $name )
= validate_pos( @_,
{ type => OBJECT },
lib/Apache2/WebApp/Plugin/Validate.pm view on Meta::CPAN
}
#----------------------------------------------------------------------------+
# email($address)
#
# Check the e-mail address format; verify the domain status using a DNS query.
sub email {
my ( $self, $address, $mx )
= validate_pos( @_,
{ type => OBJECT },
lib/Apache2/WebApp/Plugin/Validate.pm view on Meta::CPAN
my $result = $c->plugin('Validate')->date_is_past($date);
=head2 domain
Check the domain name format; verify the domain status using a DNS query.
my $result = $c->plugin('Validate')->domain($name);
=head2 email
Check the e-mail address format; verify the domain status using a DNS query.
my $result = $c->plugin('Validate')->email( $address, $mx_check );
=head2 integer
view all matches for this distribution
view release on metacpan or search on metacpan
lib/HTTPD/Bench/ApacheBench.pm view on Meta::CPAN
return $total;
}
##################################################
## verify configuration of runs and execute ##
##################################################
sub execute {
my ($self) = @_;
# keep track of temporarily altered run object variables
my %altered;
lib/HTTPD/Bench/ApacheBench.pm view on Meta::CPAN
=head1 GOALS
This project is meant to be the foundation of a complete benchmarking
and regression testing suite for an advanced, transaction-based mod_perl
site. We need to be able to stress our server to its limit while also
having a way to verify the HTTP responses for correctness. Since our site
is transaction-based (as opposed to content-based), we needed to extend
the single-URL ab model to a multiple-URL sequence model.
ApacheBench was originally based on the Apache 1.3.12 ab code
(src/support/ab.c), but has since undergone major rewrites and now barely
view all matches for this distribution
view release on metacpan or search on metacpan
lib/ApacheLog/Parser/SkipList.pm view on Meta::CPAN
croak("cannot make a reader without a config");
open(my $fh, '<', $filename) or
croak("cannot open '$filename' for reading $!");
my $verify;
my $ok = read($fh, $verify, 32);
(($ok||0) == 32) or
croak("read error on $filename ", (defined($ok) ? 'eof' : $!));
($verify eq $conf_check) or
croak("the config has changed since this skiplist was created\n",
" '$verify' vs '$conf_check'");
return($fh);
}
{
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Apertur/SDK.pm view on Meta::CPAN
}
=head1 WEBHOOK VERIFICATION
use Apertur::SDK::Signature qw(
verify_webhook_signature
verify_event_signature
verify_svix_signature
);
my $valid = verify_webhook_signature($body, $signature, $secret);
=head1 ENCRYPTION
use Apertur::SDK::Crypto qw(encrypt_image);
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Apophis.pm view on Meta::CPAN
# Check / remove
if ($ca->exists($id)) { ... }
$ca->remove($id);
# Integrity verification
my $ok = $ca->verify($id); # re-hash and compare
# Sharded path
my $path = $ca->path_for($id);
# /var/store/a3/bb/a3bb189e-8bf9-5f18-b3f6-1b2f5f5c1e3a
lib/Apophis.pm view on Meta::CPAN
Returns the 2-level sharded filesystem path for the given UUID:
a3bb189e-8bf9-... â /store/a3/bb/a3bb189e-8bf9-...
=head2 verify
my $ok = $ca->verify($id);
Re-reads the stored content, re-identifies it, and compares the UUID.
Returns true if the content is intact.
=head2 store_many
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/AltSQL/Model/MySQL.pm view on Meta::CPAN
# ignore commented lines:
/^\s*#/ && next;
if (/^\s*\[(.*?)\]\s*$/) { # we've hit a section
# verify that we're inside a valid section,
# and if so, set $in_valid_section
if ( grep $_ eq $1, @valid_sections ) {
$in_valid_section = 1;
} else {
$in_valid_section = 0;
lib/App/AltSQL/Model/MySQL.pm view on Meta::CPAN
# special case for no_auto_rehash, which is 'skip-auto-rehash' in my.cnf
if ($key eq 'skip_auto_rehash') {
$key = 'no_auto_rehash';
}
# verify that the field is one of the supported ones
unless ( grep $_ eq $key, @valid_keys ) { next; }
# if this key is expected to be a boolean, fix the value
if ( grep $_ eq $key, @boolean_keys ) {
if ($val eq '0' || $val eq 'false') {
view all matches for this distribution
view release on metacpan or search on metacpan
This file contains message digests of all files listed in MANIFEST,
signed via the Module::Signature module, version 0.87.
To verify the content in this distribution, first make sure you have
Module::Signature installed, then type:
% cpansign -v
It will check each file's integrity, as well as the signature's
view all matches for this distribution