dockapps/wmbiff/wmbiff
Torrance, Douglas 9527870311 wmbiff: Remove unnecessary loop.
The last release of wmbiff included a patch by Nye Liu from Debian
bug #917467 [1].  However, the second part of that patch is not necessary.
From Andreas Metzler's comment

    I am not sure about the second part of the patch. I understand wmbiff
    breaking on GNUTLS_E_AGAIN from gnutls_read, because this only started
    to happen recently (with TLS1.3) on blocking sockets.

    What I do not get from my rudimentary understanding C programmimg is the
    second part, this is in the else of "if (scs->tls_state)", so, afaiui for
    non-encrypted connections. Is the change necessary there at all, is it
    the right thing to retry read on EAGAIN then?

We revert the second part of the patch.

[1] https://bugs.debian.org/917467
2019-03-01 11:49:03 +00:00
..
charutil.c Remove trailing whitespace. 2014-10-05 19:18:49 +01:00
charutil.h Remove trailing whitespace. 2014-10-05 19:18:49 +01:00
Client.h wmbiff: Use unsigned data type for port number. 2016-12-01 10:51:29 +00:00
gnutls-common.c wmbiff: Fix compiler warnings from deprecated gnutls types. 2014-11-08 11:20:02 +00:00
gnutls-common.h wmbiff: Fix compiler warnings from deprecated gnutls types. 2014-11-08 11:20:02 +00:00
Imap4Client.c wmbiff: handle EAGAIN or GNUTLS_E_AGAIN 2019-02-13 02:32:15 +00:00
maildirClient.c wmbiff: Manually copy mailbox path. 2017-06-24 17:07:02 +01:00
Makefile.am Remove trailing whitespace. 2014-10-05 19:18:49 +01:00
mboxClient.c Remove trailing whitespace. 2014-10-05 19:18:49 +01:00
MessageList.c Strip off version numbers from dir name 2012-02-12 22:50:31 +00:00
MessageList.h Strip off version numbers from dir name 2012-02-12 22:50:31 +00:00
passwordMgr.c wmbiff: Remove #define _GNU_SOURCE; already defined in CFLAGS. 2017-06-24 17:07:02 +01:00
passwordMgr.h Strip off version numbers from dir name 2012-02-12 22:50:31 +00:00
Pop3Client.c wmbiff: Use PACKAGE_BUGREPORT instead of hardcoding address. 2014-11-08 11:20:02 +00:00
regulo.c Strip off version numbers from dir name 2012-02-12 22:50:31 +00:00
regulo.h Strip off version numbers from dir name 2012-02-12 22:50:31 +00:00
sample.wmbiffrc Update mailing list links to new Google Groups. 2018-05-14 23:34:53 +01:00
ShellClient.c wmbiff: Remove #define _GNU_SOURCE; already defined in CFLAGS. 2017-06-24 17:07:02 +01:00
socket.c wmbiff: Use unsigned data type for port number. 2016-12-01 10:51:29 +00:00
test_tlscomm.c Update gnutls code (require at least 2.2.0). 2013-04-08 18:03:34 +01:00
test_wmbiff.c wmbiff: Remove #define _GNU_SOURCE; already defined in CFLAGS. 2017-06-24 17:07:02 +01:00
tlsComm.c wmbiff: Remove unnecessary loop. 2019-03-01 11:49:03 +00:00
tlsComm.h wmbiff: Fix cast to pointer from integer of different size compiler warning. 2014-11-08 11:20:02 +00:00
wmbiff-classic-master-led.xpm Enable classic mode. 2013-04-08 18:04:30 +01:00
wmbiff-master-led.xpm Strip off version numbers from dir name 2012-02-12 22:50:31 +00:00
wmbiff.1 Update mailing list links to new Google Groups. 2018-05-14 23:34:53 +01:00
wmbiff.c wmbiff: Fix typos. 2016-07-20 16:37:37 +01:00
wmbiffrc.5.in wmbiff: Fix manpages. 2014-11-08 11:20:02 +00:00