Changelog for pam-0.2.0.0
Change Log:
v0.2.0.0:
authenticatefunction now returnsMonadIO m => m PamRetCoderather thanIO (Either Int ())authSuccess :: PamRetCode -> Booladded which checks if the givenPamRetCodeisPamSuccessor notwhenSuccess :: MonadIO m => PamRetCode -> m PamRetCode -> m PamRetCodeadded, which returns the second argument if the given response code isPamSuccess, otherwise it returns the given response code (useful for continuing only if the PAM action succeeded).pamCodeToMessage,pamCodeToCDefineandpamCodeDetailsnow take aPamRetCoderather than anIntcheckAccountfunction has now been implemented- Switched to PVP versioning
- Some documentation added
v0.1:
Initial release