2014-04-01 10:43:34 +02:00
|
|
|
What's new:
|
|
|
|
-----------
|
|
|
|
|
|
|
|
- Introduce reading passwd/group entries directly from SAM/AD, thus allowing
|
|
|
|
to do without /etc/passwd and /etc/group files. Introduce /etc/nsswitch.conf
|
|
|
|
file to configure passwd/group handling.
|
|
|
|
|
|
|
|
|
|
|
|
What changed:
|
|
|
|
-------------
|
|
|
|
|
2014-04-16 11:04:25 +02:00
|
|
|
- Windows defines the IPV6_TCLASS option, but when using it in setsockopt
|
|
|
|
it returns WSAENOPROTOOPT. Cygwin now ignores this error condition and
|
|
|
|
returns a fake success to the application, just as with IP_TOS for years.
|
|
|
|
|
2014-04-24 15:44:23 +02:00
|
|
|
- Connect and sendto to the AF_INET and AF_INET6 ANY address is converted to
|
|
|
|
the LOOPBACK address, as on Linux.
|
|
|
|
Addresses: http://cygwin.com/ml/cygwin/2014-04/msg00510.html
|
|
|
|
|
2014-04-01 10:43:34 +02:00
|
|
|
|
|
|
|
Bug Fixes
|
|
|
|
---------
|
|
|
|
|
2014-04-18 16:29:49 +02:00
|
|
|
- Workaround a problem following native symlinks.
|
|
|
|
Fixes: http://cygwin.com/ml/cygwin/2014-04/msg00384.html
|
2014-04-23 17:26:14 +02:00
|
|
|
|
|
|
|
- Fix calls to readv/writev/recvmsg/sendmsg with 0 iovlen.
|
|
|
|
Fixes: http://cygwin.com/ml/cygwin/2014-04/msg00509.html
|
2014-04-24 15:44:23 +02:00
|
|
|
|
|
|
|
- Workaround a problem with Mingw64 Winsock headers which lead to an incorrect
|
|
|
|
definition of struct sockaddr_in6, and which in turn broke /proc/net/if_inet6.
|
|
|
|
|
|
|
|
- Workaround a Winsock bug which neglects to set the SO_ERROR socket option
|
|
|
|
when calling select on a dup'ed socket after an asynchronous connection
|
|
|
|
attempt.
|
|
|
|
Fixes: http://cygwin.com/ml/cygwin/2014-04/msg00510.html
|
2014-05-05 17:18:17 +02:00
|
|
|
|
|
|
|
- Workaround the problem that getsockopt(IPPROTO_TCP,TCP_NODELAY) returns
|
|
|
|
the option value as a 1 byte value, while BSD and Linux expect a 4 byte
|
|
|
|
value.
|
|
|
|
Fixes: http://cygwin.com/ml/cygwin/2014-04/msg00624.html
|