Mercurial > crates > nonstick
comparison libpam-sys/src/constants.rs @ 127:c77846f3a979
GET CTEST WORKING.
This will verify that the functions we're exporting are correct.
It has been a nightmare.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Mon, 30 Jun 2025 22:56:26 -0400 |
parents | 2b255c92417b |
children |
comparison
equal
deleted
inserted
replaced
126:57c812e308bd | 127:c77846f3a979 |
---|---|
125 PAM_UPDATE_AUTHTOK = 0x2000; | 125 PAM_UPDATE_AUTHTOK = 0x2000; |
126 PAM_DATA_REPLACE = 0x20000000; | 126 PAM_DATA_REPLACE = 0x20000000; |
127 ); | 127 ); |
128 | 128 |
129 c_enum!( | 129 c_enum!( |
130 /// An item type (Linux-only). | |
130 PAM_FAIL_DELAY = 10, | 131 PAM_FAIL_DELAY = 10, |
131 PAM_XDISPLAY, | 132 PAM_XDISPLAY, |
132 PAM_XAUTHDATA, | 133 PAM_XAUTHDATA, |
133 PAM_AUTHTOK_TYPE, | 134 PAM_AUTHTOK_TYPE, |
134 ); | 135 ); |