Hackfut Security File Manager
Current Path:
/usr/include/mysql/mysql
usr
/
include
/
mysql
/
mysql
/
📁
..
📄
client_authentication.h
(333 B)
📄
client_plugin.h
(5.88 KB)
📄
client_plugin.h.pp
(1.94 KB)
📄
get_password.h
(1.58 KB)
📄
innodb_priv.h
(1.77 KB)
📄
plugin.h
(24.05 KB)
📄
plugin_audit.h
(4.46 KB)
📄
plugin_audit.h.pp
(10.08 KB)
📄
plugin_auth.h
(3.74 KB)
📄
plugin_auth.h.pp
(9.92 KB)
📄
plugin_auth_common.h
(4.74 KB)
📄
plugin_ftparser.h
(7.83 KB)
📄
plugin_ftparser.h.pp
(8.85 KB)
📄
plugin_validate_password.h
(1.95 KB)
📁
psi
📄
service_my_plugin_log.h
(2.05 KB)
📄
service_my_snprintf.h
(3.7 KB)
📄
service_mysql_string.h
(5.64 KB)
📄
service_thd_alloc.h
(4.69 KB)
📄
service_thd_wait.h
(4 KB)
📄
service_thread_scheduler.h
(2.23 KB)
📄
services.h
(1.51 KB)
📄
thread_pool_priv.h
(5.36 KB)
Editing: client_authentication.h
#ifndef CLIENT_AUTHENTICATION_H #define CLIENT_AUTHENTICATION_H #include <my_global.h> #include "mysql.h" #include "mysql/client_plugin.h" C_MODE_START int sha256_password_auth_client(MYSQL_PLUGIN_VIO *vio, MYSQL *mysql); int sha256_password_init(char *, size_t, int, va_list); int sha256_password_deinit(void); C_MODE_END #endif
Upload File
Create Folder