pam-0.1: Haskell binding for C PAM API

System.Posix.PAM.Types

Synopsis

Documentation

data PamResponse Source

http:www.kernel.orgpublinuxlibspamLinux-PAM-htmladg-interface-of-app-expected.html#adg-pam_conv - resp_code member in C sturct is unused and should be set to zero, that's why there is no code field in the haskell data type

Constructors

PamResponse String 

data PamFlag Source

Constructors

PamFlag Int 

data PamHandle Source

Constructors

PamHandle 

Fields

cPamHandle :: Ptr ()
 
cPamCallback :: FunPtr (CInt -> Ptr (Ptr ()) -> Ptr (Ptr ()) -> Ptr () -> IO CInt)