Skip Menu |
 

From: ghudson@mit.edu
Subject: SVN Commit

Further fixes for WSA/Posix error translation

Don't translate '0' (no error).
Handle WSAEAFNOSUPPORT and WSAEINVAL.
Add Posix->WSA translation.
Add default translation for unrecognized errors.

[ghudson@mit.edu: Merged with master and adjusted comments.]

Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com>

https://github.com/krb5/krb5/commit/66d8bb6d684f203d008409752c90355964443e3e
Author: Kevin Wasserman <kevin.wasserman@painless-security.com>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: 66d8bb6d684f203d008409752c90355964443e3e
Branch: master
src/include/port-sockets.h | 44 ++++++++++++++++++++++++++++++++++++++++++--
1 files changed, 42 insertions(+), 2 deletions(-)
666be8d6bd1063774c4260e2119ba4aed8fbfa9f will probably need to be pulled
up along with this. (It's just changes to comments.)
From: tlyu@mit.edu
Subject: SVN Commit

Further fixes for WSA/Posix error translation

Don't translate '0' (no error).
Handle WSAEAFNOSUPPORT and WSAEINVAL.
Add Posix->WSA translation.
Add default translation for unrecognized errors.

[ghudson@mit.edu: Merged with master and adjusted comments.]

Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com>

(cherry picked from commit 66d8bb6d684f203d008409752c90355964443e3e)

Correct comments in port-sockets.h

(cherry picked from commit 666be8d6bd1063774c4260e2119ba4aed8fbfa9f)

https://github.com/krb5/krb5/commit/0f7ff77c7fdd9cf7971b281d345a52d794b7cc84
Author: Kevin Wasserman <kevin.wasserman@painless-security.com>
Committer: Tom Yu <tlyu@mit.edu>
Commit: 0f7ff77c7fdd9cf7971b281d345a52d794b7cc84
Branch: krb5-1.10
src/include/port-sockets.h | 87 +++++++++++++++++++++++++++++++-------------
1 files changed, 62 insertions(+), 25 deletions(-)