fetchmail-friends
[Top] [All Lists]

[fetchmail]Re: The 5.7.5 release of fetchmail is available

2001-03-19 23:28:05
Regarding message about passwords displayed on console in 5.7.5
posted a few moments ago, this quick fix might work for those
who care:

*** fetchmail-5.7.5.orig/driver.c       Tue Mar 13 19:07:38 2001
--- fetchmail-5.7.5/driver.c    Sun Mar 18 10:20:16 2001
***************
*** 1808,1813 ****
--- 1808,1817 ----
        stage = STAGE_GETAUTH;
        if (protocol->getauth)
        {
+               /* Added EH: quick fix for displayed password in 5.7.5 */
+               /* (Found in previous release.) */
+               strcpy(shroud, ctl->password);
+ 
            ok = (protocol->getauth)(mailserver_socket, ctl, buf);
  
            if (ok != 0)


_______________________________________________
Fetchmail-announce mailing list
Fetchmail-announce(_at_)lists(_dot_)ccil(_dot_)org
http://lists.ccil.org/mailman/listinfo/fetchmail-announce


<Prev in Thread] Current Thread [Next in Thread>