Mercurial > crates > nonstick
view libpam-sys/libpam-sys-helpers/README.md @ 166:2f5913131295
Separate flag/action flags into flags and action.
This also individualizes the type of flag for each PAM function,
so that you can only call a function with the right flags and values.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Tue, 15 Jul 2025 00:32:24 -0400 |
parents | 4b3a5095f68c |
children | 0730f5f2ee2a |
line wrap: on
line source
# `libpam-sys-helpers`: Cross-platform helpers for `libpam-sys` This provides memory-management helpers for `libpam-sys`. This does not actually depend upon `libpam-sys`; it only uses `libpam-sys-consts`.