Download List

專案描述

PAM_Extern is a PAM module that hands the username
and password to an external application or shell
script for further handling. The theory is that
while a lot of people might be able to create
authentication schemes, few are are able to do so
using C and the PAM library.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-01-16 14:20
0.3

The password is now passed on stdin instead of an
environment variable to prevent it from showing up
in "ps auxe". Every "malloc" call is now checked
for success. Debug output is now realized with
PAM's D macro instead of fprintf(stderr) and
_pam_overwrite and _pam_drop are used instead of
free().
標籤: Major security fixes

2006-10-16 11:52
0.2

pam_extern now passes the password as an
environment variable instead of on the command
line. This prevents the password from showing up
in the output of "ps".
標籤: Major security fixes

2006-02-20 15:35
0.1

標籤: Initial freshmeat announcement

Project Resources