Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.216.26
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
apps /
lib /
imap /
supplemental /
patches /
Delete
Unzip
Name
Size
Permission
Date
Action
1006_openssl1.1_autoverify.patch
2.15
KB
-rw-r--r--
2023-01-11 06:22
README.md
325
B
-rw-r--r--
2023-01-11 06:22
imap-2004a-doc.patch
885
B
-rw-r--r--
2023-01-11 06:22
imap-2007-paths.patch
614
B
-rw-r--r--
2023-01-11 06:22
imap-2007e-authmd5.patch
1.61
KB
-rw-r--r--
2023-01-11 06:22
imap-2007e-overflow.patch
721
B
-rw-r--r--
2023-01-11 06:22
imap-2007e-poll.patch
7.5
KB
-rw-r--r--
2023-01-11 06:22
imap-2007e-shared.patch
2.56
KB
-rw-r--r--
2023-01-11 06:22
imap-2007e-system_c_client.patch
728
B
-rw-r--r--
2023-01-11 06:22
imap-2007f-format-security.patch
680
B
-rw-r--r--
2023-01-11 06:22
imap-2007f-ldflags.patch
964
B
-rw-r--r--
2023-01-11 06:22
Save
Rename
diff -up imap-2007e/src/c-client/auth_md5.c.authmd5 imap-2007e/src/c-client/auth_md5.c --- imap-2007e/src/c-client/auth_md5.c.authmd5 2008-06-04 13:18:34.000000000 -0500 +++ imap-2007e/src/c-client/auth_md5.c 2009-07-07 19:24:12.348005485 -0500 @@ -42,17 +42,17 @@ typedef struct { /* Prototypes */ -long auth_md5_valid (void); -long auth_md5_client (authchallenge_t challenger,authrespond_t responder, +static long auth_md5_valid (void); +static long auth_md5_client (authchallenge_t challenger,authrespond_t responder, char *service,NETMBX *mb,void *stream, unsigned long *trial,char *user); -char *auth_md5_server (authresponse_t responder,int argc,char *argv[]); -char *auth_md5_pwd (char *user); +static char *auth_md5_server (authresponse_t responder,int argc,char *argv[]); +static char *auth_md5_pwd (char *user); char *apop_login (char *chal,char *user,char *md5,int argc,char *argv[]); -char *hmac_md5 (char *text,unsigned long tl,char *key,unsigned long kl); -void md5_init (MD5CONTEXT *ctx); -void md5_update (MD5CONTEXT *ctx,unsigned char *data,unsigned long len); -void md5_final (unsigned char *digest,MD5CONTEXT *ctx); +static char *hmac_md5 (char *text,unsigned long tl,char *key,unsigned long kl); +static void md5_init (MD5CONTEXT *ctx); +static void md5_update (MD5CONTEXT *ctx,unsigned char *data,unsigned long len); +static void md5_final (unsigned char *digest,MD5CONTEXT *ctx); static void md5_transform (unsigned long *state,unsigned char *block); static void md5_encode (unsigned char *dst,unsigned long *src,int len); static void md5_decode (unsigned long *dst,unsigned char *src,int len);