Fingerprint GUI 0.6 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Fingerprint GUI 0.6 (Default branch)
# 1  
Old 01-25-2009
Fingerprint GUI 0.6 (Default branch)

Image Fingerprint GUI is a set of GUI tools for the use of fingerprint scanners on Linux systems. It enables the recording and checking of fingerprints of users and allows login and authentication of users by their fingerprint through its PAM module. An additional "fingerprintIdentifier" application can be used for customized (shell) scripts when users have to be identified or authenticated by their fingerprints. The system is based on device drivers from the "libfprint" project. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
QWPrimitives(3pm)					User Contributed Perl Documentation					 QWPrimitives(3pm)

NAME
Net::DNS::SEC::Tools::QWPrimitives - QWizard primitives for DNSSEC-Tools SYNOPSIS
use Net::DNS::SEC::Tools::QWPrimitives; use Getopt::Long::GUI; our @guiargs; DTGetOptions( ..., ['GUI:nootherargs',1], ['GUI:otherprimaries',dnssec_tools_get_qwprimitives()], ['GUI:submodules','getzonefiles','getzonenames'], ); DESCRIPTION
QWizard is a dynamic GUI-construction kit. It displays a series of questions, then retrieves and acts upon the answers. This module provides access to QWizard for DNSSEC-Tools software. In particular, the dnssec_tools_get_qwprimitives() returns a set of primary screens for requesting a set of zone files followed by a set of domain names for those zone files. These are then pushed into the @guiargs which should be treated as the final ARGV array to process. COPYRIGHT
Copyright 2005-2012 SPARTA, Inc. All rights reserved. See the COPYING file included with the DNSSEC-Tools package for details. AUTHOR
Wes Hardaker <hardaker@users.sourceforge.net> SEE ALSO
Getopt::GUI::Long(3), Net::DNS(3), QWizard(3) http://www.dnssec-tools.org perl v5.14.2 2012-01-27 QWPrimitives(3pm)