[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated
From: |
Ken Hornstein |
Subject: |
[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.6-branchpoint-1440-g5c8b15d |
Date: |
Wed, 31 May 2017 14:43:12 -0400 (EDT) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The nmh Mail Handling System".
The branch, master has been updated
via 5c8b15d4703e145128f51494ffc496dafd5fe718 (commit)
via 06fff87f275c3577a962537d44c558649285d8e4 (commit)
from 055d67a6bbaea04478523a17a9f5058c92f79522 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5c8b15d4703e145128f51494ffc496dafd5fe718
Author: Ken Hornstein <address@hidden>
Date: Wed May 31 14:39:48 2017 -0400
Normalize connection shutdown handling.
I originally tried to make things work so that the netsec client code gave
the client the option of closing the file descriptors if it wanted to, but
I was running into a problem where if TLS negotiation failed part of the
negotiation would be interpreted as connection data. The code has been
changed to have the sockets close when the SSL BIO is released and to
have netsec_shutdown unconditionally close the file descriptors.
commit 06fff87f275c3577a962537d44c558649285d8e4
Author: Ken Hornstein <address@hidden>
Date: Wed May 31 11:53:47 2017 -0400
Use original error code from OpenSSL.
Reuse the error code we already retrieved from OpenSSL, otherwise the
error might be cleared the next time we call ERR_get_error().
-----------------------------------------------------------------------
Summary of changes:
h/netsec.h | 6 +++---
mts/smtp/smtp.c | 2 +-
sbr/netsec.c | 20 ++++++++++++++------
uip/popsbr.c | 4 ++--
4 files changed, 20 insertions(+), 12 deletions(-)
hooks/post-receive
--
The nmh Mail Handling System
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.6-branchpoint-1440-g5c8b15d,
Ken Hornstein <=