| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
System.Posix.PAM.Internals
Documentation
data CPamMessage Source #
Constructors
| CPamMessage | |
Instances
| Eq CPamMessage Source # | |
Defined in System.Posix.PAM.Internals | |
| Show CPamMessage Source # | |
Defined in System.Posix.PAM.Internals Methods showsPrec :: Int -> CPamMessage -> ShowS # show :: CPamMessage -> String # showList :: [CPamMessage] -> ShowS # | |
| Storable CPamMessage Source # | |
Defined in System.Posix.PAM.Internals Methods sizeOf :: CPamMessage -> Int # alignment :: CPamMessage -> Int # peekElemOff :: Ptr CPamMessage -> Int -> IO CPamMessage # pokeElemOff :: Ptr CPamMessage -> Int -> CPamMessage -> IO () # peekByteOff :: Ptr b -> Int -> IO CPamMessage # pokeByteOff :: Ptr b -> Int -> CPamMessage -> IO () # peek :: Ptr CPamMessage -> IO CPamMessage # poke :: Ptr CPamMessage -> CPamMessage -> IO () # | |
data CPamResponse Source #
Constructors
| CPamResponse | |
Fields
| |
Instances
| Eq CPamResponse Source # | |
Defined in System.Posix.PAM.Internals | |
| Show CPamResponse Source # | |
Defined in System.Posix.PAM.Internals Methods showsPrec :: Int -> CPamResponse -> ShowS # show :: CPamResponse -> String # showList :: [CPamResponse] -> ShowS # | |
| Storable CPamResponse Source # | |
Defined in System.Posix.PAM.Internals Methods sizeOf :: CPamResponse -> Int # alignment :: CPamResponse -> Int # peekElemOff :: Ptr CPamResponse -> Int -> IO CPamResponse # pokeElemOff :: Ptr CPamResponse -> Int -> CPamResponse -> IO () # peekByteOff :: Ptr b -> Int -> IO CPamResponse # pokeByteOff :: Ptr b -> Int -> CPamResponse -> IO () # peek :: Ptr CPamResponse -> IO CPamResponse # poke :: Ptr CPamResponse -> CPamResponse -> IO () # | |
Constructors
| CPamConv | |
Instances
| Eq CPamConv Source # | |
| Show CPamConv Source # | |
| Storable CPamConv Source # | |
Defined in System.Posix.PAM.Internals | |
type CPamHandleT = () Source #
c_pam_authenticate :: Ptr CPamHandleT -> CInt -> IO CInt Source #
c_pam_acct_mgmt :: Ptr CPamHandleT -> CInt -> IO CInt Source #