One Hat Cyber Team
Your IP :
18.116.34.72
Server IP :
103.133.214.160
Server :
Linux venus.ewebguru.net 4.18.0-553.30.1.el8_10.x86_64 #1 SMP Tue Nov 26 02:30:26 EST 2024 x86_64
Server Software :
Apache/2
PHP Version :
8.1.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
include
/
dovecot
/
Edit File:
mech-otp-common.h
#ifndef MECH_OTP_COMMON_H #define MECH_OTP_COMMON_H struct otp_auth_request { struct auth_request auth_request; pool_t pool; bool lock; struct otp_state state; }; void otp_lock_init(void); bool otp_try_lock(struct auth_request *auth_request); void otp_unlock(struct auth_request *auth_request); void otp_set_credentials_callback(bool success, struct auth_request *auth_request); void mech_otp_auth_free(struct auth_request *auth_request); void mech_otp_deinit(void); #endif
Simpan