Path: usenet.cise.ufl.edu!huron.eel.ufl.edu!usenet.eel.ufl.edu!uky.edu!info.usuhs.mil!out2.nntp.cais.net!in1.nntp.cais.net!tezcat!feed1.news.erols.com!howland.erols.net!news-xfer.netaxs.com!nac!nntp.teleport.com!news.teleport.com!not-for-mail
From: Paul Gampe <[email protected]>
Newsgroups: comp.lang.perl.announce,comp.lang.perl.modules
Subject: ANNOUNCE: Authen::Prot v1.06
Followup-To: comp.lang.perl.modules
Date: 26 Mar 1998 19:20:42 GMT
Organization: Twics Co. Ltd., Japan  http://www.twics.com
Lines: 69
Sender: [email protected]
Approved: [email protected] (comp.lang.perl.announce)
Message-ID: <[email protected]>
NNTP-Posting-Host: gadget.cscaper.com
X-Disclaimer: The "Approved" header verifies header information for article transmission and does not imply approval of content.
Xref: usenet.cise.ufl.edu comp.lang.perl.announce:31 comp.lang.perl.modules:612

Name           DSLI  Description                                  Info
-----------    ----  -------------------------------------------- -----
Authen::Prot   adpO  The SecureWare Security Database API         PAULG

RELEASE:
   Version: 1.06

NAME
  Authen::Prot - Perl extension for accessing protected password database

SYNOPSIS
 use Authen::Prot;

 Authen::Prot::setprpwent();

 $pw = Authen::Prot->getprpwent();

 $pw = Authen::Prot->getprpwuid(0);

 $pw = Authen::Prot->getprpwnam('daemon');

 print "$pw->ufld_fd_name\n";

 $pw->ufld_fd_slogin(time);

 $pw->putprpwnam();

 $crypt = Authen::Prot::bigcrypt('test', 'test');

 Authen::Prot::endprpwent();

DESCRIPTION
   The Authen::Prot module provides access to the protected password
   database via the getprpwent, getprpwuid, getprpwnam, getprpwaid,
   setprpwent, endprpwent, and putprpwnam system calls available on those
   Unix systems using the Protected Password database written by
   SecureWare Inc. (c)..

INSTALL
   perl Makefile.PL
   make
   make install


CHANGES
 Added code to handle sco's unsigned short and skip void*
 Adding method for acceptable_password function, available on both hp and
 sco.
 Name change from Prot to Authen::Prot as suggested by [email protected]
 Added documentation

AVAILABILITY
   http://www.twics.com/~paulg/modules/

   and shortly at all CPAN mirrors

COPYRIGHT
  See the man page.

Enjoy and thanks for all the feedback, Paul.
--------------------------------------------------------------------------
mailto:[email protected]     phoneto:81-3-3351-5977     faxto:81-3-3353-6096
The students learn that effective action arises out of silence and a clear
sense of being.  In this they find a source of peace.  They  discover that
the person who is down-to-earth can do what needs doing  more  effectively
than the person who is merely busy.  - Lao Tzu's    "Tao Te Ching"   500BC
--------------------------------------------------------------------------