diff options
Diffstat (limited to 'mail/imap-uw/files/patch-ah')
-rw-r--r-- | mail/imap-uw/files/patch-ah | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/imap-uw/files/patch-ah b/mail/imap-uw/files/patch-ah index e747d3ff21da..a5375f3474aa 100644 --- a/mail/imap-uw/files/patch-ah +++ b/mail/imap-uw/files/patch-ah @@ -1,5 +1,5 @@ ---- src/ipopd/ipop3d.c.orig Tue Dec 18 22:41:46 2001 -+++ src/ipopd/ipop3d.c Wed Nov 27 05:09:13 2002 +--- src/ipopd/ipop3d.c.orig Fri Jan 17 18:17:58 2003 ++++ src/ipopd/ipop3d.c Mon May 19 22:18:28 2003 @@ -28,6 +28,11 @@ #include <time.h> #include "c-client.h" @@ -22,7 +22,7 @@ +extern char *getenv (); +#endif /* DRAC_AUTH */ + - char *version = "2001.80"; /* server version */ + char *version = "2003.83"; /* server version */ short state = AUTHORIZATION; /* server state */ short critical = NIL; /* non-zero if in critical code */ @@ -88,7 +99,53 @@ @@ -80,7 +80,7 @@ /* Main program */ int main (int argc,char *argv[]) -@@ -207,9 +264,13 @@ +@@ -209,9 +266,13 @@ syslog (LOG_INFO,"AUTHENTICATE %s failure host=%.80s",s, tcp_clienthost ()); } @@ -95,7 +95,7 @@ else syslog (LOG_INFO,"Auth user=%.80s host=%.80s no mailbox", user,tcp_clienthost ()); } -@@ -246,9 +307,13 @@ +@@ -248,9 +309,13 @@ PSOUT ("-ERR Missing APOP argument\015\012"); else if (!(user = apop_login (challenge,s,t,argc,argv))) PSOUT ("-ERR Bad APOP\015\012"); @@ -110,7 +110,7 @@ else syslog (LOG_INFO,"APOP user=%.80s host=%.80s no mailbox", user,tcp_clienthost ()); } -@@ -577,6 +642,9 @@ +@@ -580,6 +645,9 @@ /* attempt the login */ if (server_login (user,pass,t,argc,argv)) { int ret = mbxopen ("INBOX"); |