summaryrefslogtreecommitdiffstats
path: root/src/include/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2002-06-18 23:46:32 +0000
committerKen Raeburn <raeburn@mit.edu>2002-06-18 23:46:32 +0000
commit96fa6cea53c9cfe3c0d835f4a8f01260d8544267 (patch)
tree3e5035deee1dfee868c02cd22952b7686c934f17 /src/include/ChangeLog
parentbd8fd6f6256fc69455dbd53977fd7819de9103bb (diff)
downloadkrb5-96fa6cea53c9cfe3c0d835f4a8f01260d8544267.tar.gz
krb5-96fa6cea53c9cfe3c0d835f4a8f01260d8544267.tar.xz
krb5-96fa6cea53c9cfe3c0d835f4a8f01260d8544267.zip
Client-side TCP support update for Windows.
Some support for scatter/gather socket i/o added via macros in port-sockets.h. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14538 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/ChangeLog')
-rw-r--r--src/include/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index c69a621f3..fbb8704b5 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,3 +1,16 @@
+2002-06-18 Ken Raeburn <raeburn@mit.edu>
+
+ * port-sockets.h (sg_buf): New typedef name for OS-specific
+ scatter-gather buffer handle type.
+ (SG_ADVANCE, SG_LEN, SG_SET): New macros to manipulate sg_buf.
+ (SOCKET_WRITEV, SOCKET_WRITEV_TEMP): New macros for sending on
+ socket with gathered input.
+ (SHUTDOWN_READ, SHUTDOWN_WRITE, SHUTDOWN_BOTH): New macros, to be
+ passed to shutdown() to indicate direction.
+ (EINPROGRESS, EWOULDBLOCK, ECONNRESET, ECONNABORTED,
+ ECONNREFUSED, EHOSTUNREACH, ETIMEDOUT) [_WIN32]: Define as WSA
+ equivalents if not already defined.
+
2002-06-15 Ken Raeburn <raeburn@mit.edu>
* krb5.hin: Delete inclusion of profile.h again.