Mercurial > crates > nonstick
comparison libpam-sys/src/constants.rs @ 133:32b2a545ca3e
Add functions and constants from openpam.h.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Wed, 02 Jul 2025 03:33:09 -0400 |
parents | 0b6a17f8c894 |
children | 6c1e1bdb4164 |
comparison
equal
deleted
inserted
replaced
132:0b6a17f8c894 | 133:32b2a545ca3e |
---|---|
249 PAM_LOG_DEBUG, | 249 PAM_LOG_DEBUG, |
250 PAM_LOG_VERBOSE, | 250 PAM_LOG_VERBOSE, |
251 PAM_LOG_NOTICE, | 251 PAM_LOG_NOTICE, |
252 PAM_LOG_ERROR, | 252 PAM_LOG_ERROR, |
253 ); | 253 ); |
254 | 254 |
255 c_enum!( | 255 c_enum!( |
256 /// PAM primitives. | 256 /// PAM primitives. |
257 PAM_SM_AUTHENTICATE, | 257 PAM_SM_AUTHENTICATE, |
258 PAM_SM_SETCRED, | 258 PAM_SM_SETCRED, |
259 PAM_SM_ACCT_MGMT, | 259 PAM_SM_ACCT_MGMT, |