Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2006-02-02 14:22:10 +0300
committerCorinna Vinschen <corinna@vinschen.de>2006-02-02 14:22:10 +0300
commit49e803c0b61eda7051dfc9ee937f6c0a665c2eaf (patch)
tree014fa904792cc2e6f84428381314840e076869fb /winsup/cygwin/ChangeLog
parent1f602210ea8b6748f5c2035c4c8c065f7880cf48 (diff)
* security.cc (is_group_member): Use local group info type 1. Test
group for being a global group or a well-known SID before adding it to the group list. Add comment.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 6040fa69f..bc70bae6e 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,17 @@
+2006-02-02 Corinna Vinschen <corinna@vinschen.de>
+
+ * security.cc (is_group_member): Use local group info type 1. Test
+ group for being a global group or a well-known SID before adding it
+ to the group list. Add comment.
+
+2006-02-01 Corinna Vinschen <corinna@vinschen.de>
+
+ * autoload.cc (GetTcpTable): Define.
+ * fhandler_socket.cc (address_in_use): New function to check if
+ sockaddr_in address is already in use.
+ (fhandler_socket::bind): Check if address is alreay in use in case of
+ SO_REUSEADDR, to circumvent WinSock non-standard behaviour.
+
2006-02-01 Corinna Vinschen <corinna@vinschen.de>
* spawn.cc (dll_suffixes): Add .exe and "no suffix" to the list.