2008-07-17 20:00:58 by Matthias Drochner | Files touched by this commit (6) |
Log message:
-make this work with the openpam version in -current
(I didn't try whether it still works on 4.0. Would be nice if
someone did it.)
-supply an example pam.conf file
-slow down to avoid abuse, better cleanup in error cases, more paranoia
thanks to Joerg for suggestions
|
2008-06-25 20:17:33 by Matthias Drochner | Files touched by this commit (1) |
Log message:
don't pass DESTDIR in CPPFLAGS, from Stephen Borrill
|
2007-09-05 22:29:05 by Matthias Drochner | Files touched by this commit (2) |
Log message:
-add DESTDIR support, from Blair Sadewitz
(I didn't adopt the libtool change for now because it is not clear for
be whether that PAM modules is useful for non-NetBSD.)
-block SIGCHLD while the forked helper process is running, so that a
calling process with a SIGCHLD handler won't steal the exit status
which is used to report success of the authentication.
This makes the "dropbear" ssh server usable if started with user
privileges.
bump revision to 1.1
|
2007-03-24 20:21:34 by Joerg Sonnenberger | Files touched by this commit (124) |
Log message:
Prepare for switching to NO_MTREE=yes.
|
2007-01-08 19:39:44 by Matthias Drochner | Files touched by this commit (6) | |
Log message:
add a PAM module which used a suid helper program to access the passwd
database, for use by unprivileged users to verify their own password
(in particular for screen savers)
thanks to many people for comments
|