Module pam_sys::raw[][src]

Raw FFI bindings to Linux-PAM

This modules contains the raw and unchangeg FFI bindings to libpam.so. All C-types are mapped to their responding types from libc and functions names are exactly as exported by libpam.so

Note: If possible the wrapped versions of these functions should be preferred, since they offer some additional typesafety through the use of the enums defined in the types module.

Functions

pam_acct_mgmt
pam_authenticate
pam_chauthtok
pam_close_session
pam_end
pam_get_data
pam_get_item
pam_get_user
pam_getenv
pam_getenvlist
pam_misc_drop_env
pam_misc_paste_env
pam_misc_setenv
pam_open_session
pam_putenv
pam_set_data
pam_set_item
pam_setcred
pam_start
pam_strerror