Sha256: 5e464863f6177feb1be3491a1c6c851aa7002ee4f1ed277637537b3f54677627
Contents?: true
Size: 1.25 KB
Versions: 8
Compression:
Stored size: 1.25 KB
Contents
windows_targets::link!("advapi32.dll" "system" fn MSChapSrvChangePassword(servername : windows_sys::core::PCWSTR, username : windows_sys::core::PCWSTR, lmoldpresent : super::super::Foundation:: BOOLEAN, lmoldowfpassword : *const LM_OWF_PASSWORD, lmnewowfpassword : *const LM_OWF_PASSWORD, ntoldowfpassword : *const LM_OWF_PASSWORD, ntnewowfpassword : *const LM_OWF_PASSWORD) -> u32); windows_targets::link!("advapi32.dll" "system" fn MSChapSrvChangePassword2(servername : windows_sys::core::PCWSTR, username : windows_sys::core::PCWSTR, newpasswordencryptedwitholdnt : *const SAMPR_ENCRYPTED_USER_PASSWORD, oldntowfpasswordencryptedwithnewnt : *const ENCRYPTED_LM_OWF_PASSWORD, lmpresent : super::super::Foundation:: BOOLEAN, newpasswordencryptedwitholdlm : *const SAMPR_ENCRYPTED_USER_PASSWORD, oldlmowfpasswordencryptedwithnewlmornt : *const ENCRYPTED_LM_OWF_PASSWORD) -> u32); #[repr(C)] #[derive(Clone, Copy)] pub struct CYPHER_BLOCK { pub data: [i8; 8], } #[repr(C)] #[derive(Clone, Copy)] pub struct ENCRYPTED_LM_OWF_PASSWORD { pub data: [CYPHER_BLOCK; 2], } #[repr(C)] #[derive(Clone, Copy)] pub struct LM_OWF_PASSWORD { pub data: [CYPHER_BLOCK; 2], } #[repr(C)] #[derive(Clone, Copy)] pub struct SAMPR_ENCRYPTED_USER_PASSWORD { pub Buffer: [u8; 516], }
Version data entries
8 entries across 8 versions & 1 rubygems