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.479.995 Times

Dbi Authorization freeware
Filter: All | Freeware | Demo
 

Dbi Authorization

< 1 2 3 4 5 > 
Added: May 07, 2010 | Visits: 957

Bundle::DBI Bundle::DBI is a bundle to install DBI and required modules. SYNOPSIS perl -MCPAN -e install Bundle::DBI CONTENTS DBI - for to get to know thyself DBI::Shell 11.91 - the DBI command line shell Storable 2.06 - for DBD::Proxy and DBI::ProxyServer Net::Daemon 0.37 - for DBD::Proxy and... Platforms: *nix

License: Freeware Size: 409.6 KB Download (90): Bundle::DBI Download

Added: April 03, 2010 | Visits: 853

Class::DBI::Query Class::DBI::Query is a Perl module with deprecated SQL manager for Class::DBI. SYNOPSIS my $sth = Class::DBI::Query ->new({ owner => $class, sqlname => $type, essential => @columns, where_columns => @where_cols, }) ->run($val); This abstracts away many of the details of the... Platforms: *nix

License: Freeware Size: 102.4 KB Download (93): Class::DBI::Query Download

Added: July 24, 2010 | Visits: 1.479

DBI DBI is a database independent interface for Perl. SYNOPSIS use DBI; @driver_names = DBI->available_drivers; %drivers = DBI->installed_drivers; @data_sources = DBI->data_sources($driver_name, %attr); $dbh = DBI->connect($data_source, $username, $auth, %attr); $rv =... Platforms: *nix

License: Freeware Size: 481.28 KB Download (122): DBI Download

Added: October 23, 2010 | Visits: 593

Oryx::DBI Oryx::DBI is a DBI Storage interface for Oryx. SYNOPSIS my $storage = Oryx::DBI->new; $storage->connect([ dbi:Pg:dbname=mydb, $usname, $passwd]); $storage->connect([ dbi:Pg:dbname=mydb, $usname, $passwd], $schema); $storage->dbh; $storage->db_name; $storage->ping; $storage->schema;... Platforms: *nix

License: Freeware Size: 61.44 KB Download (101): Oryx::DBI Download

Added: September 27, 2010 | Visits: 712

DBI::ProfileData DBI::ProfileData can manipulate DBI::ProfileDumper data dumps. SYNOPSIS The easiest way to use this module is through the dbiprof frontend (see dbiprof for details): dbiprof --number 15 --sort count This module can also be used to roll your own profile analysis: # load data from... Platforms: *nix

License: Freeware Size: 491.52 KB Download (94): DBI::ProfileData Download

Added: November 03, 2010 | Visits: 1.453

Email::Store::DBI Email::Store::DBI is a Perl module for database backend to Email::Store. SYNOPSIS use Email::Store dbi:...; This class is a subclass of Class::DBI and contains means for Email::Store-based programs to register what DSN they wish to use. It also provides for building database tables from... Platforms: *nix

License: Freeware Size: 28.67 KB Download (100): Email::Store::DBI Download

Added: June 26, 2010 | Visits: 1.267

CGI::Application::Plugin::Authentication::Driver::DBI CGI::Application::Plugin::Authentication::Driver::DBI is a DBI Authentication driver. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( DRIVER => [ DBI, DBH => $self->dbh, TABLE => user, CONSTRAINTS => { user.name =>... Platforms: *nix

License: Freeware Size: 48.13 KB Download (94): CGI::Application::Plugin::Authentication::Driver::DBI Download

Added: September 25, 2010 | Visits: 5.497

Konstrukt::Plugin::guestbook::DBI 0.5 Beta Konstrukt::Plugin::guestbook::DBI is a Konstrukt guestbook. Backend Driver for the Perl-DBI. Konstrukt guestbook DBI backend driver. CONFIGURATION Note that you have to create the table guest. You may turn on the install setting (see "CONFIGURATION" in Konstrukt::Handler) or use the... Platforms: *nix

License: Freeware Size: 532.48 KB Download (105): Konstrukt::Plugin::guestbook::DBI 0.5 Beta Download

Added: October 21, 2010 | Visits: 950

Audio::DB::Adaptor::dbi::sqlite Audio::DB::Adaptor::dbi::sqlite is a database adaptor for a specific mysql schema. This adaptor implements a specific mysql database schema that is compatible with Audio::DB. It inherits from Audio::DB. In addition to implementing the abstract SQL-generating methods of Audio::DB::Adaptor::dbi,... Platforms: *nix

License: Freeware Size: 62.46 KB Download (95): Audio::DB::Adaptor::dbi::sqlite Download

Added: March 24, 2010 | Visits: 926

Audio::DB::Adaptor::dbi::mysql Audio::DB::Adaptor::dbi::mysql implements a specific mysql database schema that is compatible with Audio::DB. It inherits from Audio::DB. In addition to implementing the abstract SQL-generating methods of Audio::DB::Adaptor::dbi, this module also implements the data loading functionality of... Platforms: *nix

License: Freeware Size: 62.46 KB Download (95): Audio::DB::Adaptor::dbi::mysql Download

Added: August 09, 2013 | Visits: 413

pidgin-authorization-blocker The plugin blocks the first authorization request of a contact and answers with the order to ask for authorization again. This helps to prevent spam on ICQ accounts. Platforms: *nix

License: Freeware Size: 307.2 KB Download (42): pidgin-authorization-blocker Download

Added: May 10, 2013 | Visits: 1.416

NTLM Authorization Proxy Server NTLM Authorization Proxy Server is a proxy software that allows you to authenticate via an MS Proxy Server using the proprietary NTLM protocol. Since version 0.9.5 APS has an ability to behave as a standalone proxy server and authenticate http clients at web servers using NTLM method. It can... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (63): NTLM Authorization Proxy Server Download

Added: August 23, 2013 | Visits: 465

Simple Authorization Simple Authorization Script, or SAS, is a php script which allows for web pages to be password protected without the use of a database. It's simple to install and simple to use. Simple Authorization Script uses php and cookies to password protect web pages. It doesn't require a username, just a... Platforms: PHP

License: Freeware Size: 10 KB Download (50): Simple Authorization Download

Added: July 16, 2013 | Visits: 296

DBI class The DBI class is MySQL database access wrapper.DBI class can establish database connections, execute SQL queries, retrieve the query result set data, present SELECT query information details like the time it took to execute and the returned result rows.The comments in the code are in Spanish. Platforms: PHP

License: Freeware Size: 10 KB Download (40): DBI class Download

Added: June 08, 2013 | Visits: 344

DBI MySQL DBI MySQL is MySQL database access wrapper.It can establish database connections, execute SQL queries, retrieve the query result set data, present SELECT query information details like the time it took to execute and the returned result rows. Platforms: PHP

License: Freeware Size: 10 KB Download (45): DBI MySQL Download

Added: May 09, 2010 | Visits: 811

ARAAS ARAAS is a ticket-based authentication and authorization system. Can provide single-sign-on for multiple web servers. LDAP authentication. It consists of a J2EE web application to authenticate users and generate secure session tickets and an Apache module to verify the tickets. It is possible... Platforms: *nix

License: Freeware Size: 1.6 MB Download (94): ARAAS Download

Added: October 25, 2010 | Visits: 826

mod_authz_ldap mod_authz_ldap is an Apache LDAP Authorization module. What it does: This Apache LDAP authentication/authorization module tries to solve the following problems that other such modules may not solve in all cases: - Map the short form of the distinguished name of a certificate and its issuer... Platforms: *nix

License: Freeware Size: 389.12 KB Download (92): mod_authz_ldap Download

Added: September 11, 2010 | Visits: 575

DBIx::XMLMessage DBIx::XMLMessage is a Perl module for XML Message exchange between DBI data sources. The package maintains simple XML templates that describe object structure. The package is capable of generating SQL statements based on these templates and executing them against DBI data sources. After... Platforms: *nix

License: Freeware Size: 25.6 KB Download (99): DBIx::XMLMessage Download

Added: February 12, 2010 | Visits: 994

dbitotcl dbitotcl is a Tcl extension for using Perl DBI (Database independent interface) from tcl. This project allow to use nearly all functions of Perl DBI from Tcl as new Tcl commands. The use of Perl is hidden from the Tcl-User. Perl is loaded as embedded interpreter in the dbitotcl library and the... Platforms: *nix

License: Freeware Size: 8.19 KB Download (104): dbitotcl Download

Added: January 23, 2010 | Visits: 997

Captivator-Gw Captivator-Gw is a "captive portal" style network authorization system.. Platforms: *nix

License: Freeware Size: 51.2 KB Download (136): Captivator-Gw Download

< 1 2 3 4 5 >