BIND 10 trac2117, updated. 90f65cc83f651936d0ebcc277efa7e54e25e7b3f update src/lib WIN32 port states

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Aug 31 22:34:24 UTC 2012


The branch, trac2117 has been updated
       via  90f65cc83f651936d0ebcc277efa7e54e25e7b3f (commit)
      from  79351488d94c906c3bf874d475b11a18f941df26 (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 90f65cc83f651936d0ebcc277efa7e54e25e7b3f
Author: Francis Dupont <fdupont at isc.org>
Date:   Sat Sep 1 00:34:04 2012 +0200

    update src/lib WIN32 port states

-----------------------------------------------------------------------

Summary of changes:
 src/lib/dhcp/PARTIAL_PORT_ON_WINDOWS               |    1 +
 .../{xfr => python/isc/bind10}/NO_PORT_ON_WINDOWS  |    0
 src/lib/python/isc/cc/PARTIAL_PORT_ON_WINDOWS      |    1 +
 src/lib/python/isc/config/PARTIAL_PORT_ON_WINDOWS  |    1 +
 .../python/isc/util/cio/PARTIAL_PORT_ON_WINDOWS    |    1 +
 .../server_common/tests/PARTIAL_PORT_ON_WINDOWS    |    1 +
 src/lib/util/tests/PARTIAL_PORT_ON_WINDOWS         |    1 +
 src/lib/xfr/tests/NO_PORT_ON_WINDOWS               |    1 +
 8 files changed, 7 insertions(+)
 rename src/lib/{xfr => python/isc/bind10}/NO_PORT_ON_WINDOWS (100%)
 create mode 100644 src/lib/python/isc/cc/PARTIAL_PORT_ON_WINDOWS
 create mode 100644 src/lib/python/isc/config/PARTIAL_PORT_ON_WINDOWS
 create mode 100644 src/lib/python/isc/util/cio/PARTIAL_PORT_ON_WINDOWS
 delete mode 100644 src/lib/server_common/PARTIAL_PORT_ON_WINDOWS
 create mode 100644 src/lib/server_common/tests/PARTIAL_PORT_ON_WINDOWS
 create mode 100644 src/lib/util/tests/PARTIAL_PORT_ON_WINDOWS
 create mode 100644 src/lib/xfr/tests/NO_PORT_ON_WINDOWS

-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/PARTIAL_PORT_ON_WINDOWS b/src/lib/dhcp/PARTIAL_PORT_ON_WINDOWS
index e69de29..94beec9 100644
--- a/src/lib/dhcp/PARTIAL_PORT_ON_WINDOWS
+++ b/src/lib/dhcp/PARTIAL_PORT_ON_WINDOWS
@@ -0,0 +1 @@
+no interface scan
diff --git a/src/lib/python/isc/bind10/NO_PORT_ON_WINDOWS b/src/lib/python/isc/bind10/NO_PORT_ON_WINDOWS
new file mode 100644
index 0000000..e69de29
diff --git a/src/lib/python/isc/cc/PARTIAL_PORT_ON_WINDOWS b/src/lib/python/isc/cc/PARTIAL_PORT_ON_WINDOWS
new file mode 100644
index 0000000..30888ae
--- /dev/null
+++ b/src/lib/python/isc/cc/PARTIAL_PORT_ON_WINDOWS
@@ -0,0 +1 @@
+session
diff --git a/src/lib/python/isc/config/PARTIAL_PORT_ON_WINDOWS b/src/lib/python/isc/config/PARTIAL_PORT_ON_WINDOWS
new file mode 100644
index 0000000..8adbf92
--- /dev/null
+++ b/src/lib/python/isc/config/PARTIAL_PORT_ON_WINDOWS
@@ -0,0 +1 @@
+ccsession cfgmgr
diff --git a/src/lib/python/isc/util/cio/PARTIAL_PORT_ON_WINDOWS b/src/lib/python/isc/util/cio/PARTIAL_PORT_ON_WINDOWS
new file mode 100644
index 0000000..6816e90
--- /dev/null
+++ b/src/lib/python/isc/util/cio/PARTIAL_PORT_ON_WINDOWS
@@ -0,0 +1 @@
+unfinished
diff --git a/src/lib/server_common/PARTIAL_PORT_ON_WINDOWS b/src/lib/server_common/PARTIAL_PORT_ON_WINDOWS
deleted file mode 100644
index e69de29..0000000
diff --git a/src/lib/server_common/tests/PARTIAL_PORT_ON_WINDOWS b/src/lib/server_common/tests/PARTIAL_PORT_ON_WINDOWS
new file mode 100644
index 0000000..f3a724e
--- /dev/null
+++ b/src/lib/server_common/tests/PARTIAL_PORT_ON_WINDOWS
@@ -0,0 +1 @@
+testSocketPassing in socket_requestor
diff --git a/src/lib/util/tests/PARTIAL_PORT_ON_WINDOWS b/src/lib/util/tests/PARTIAL_PORT_ON_WINDOWS
new file mode 100644
index 0000000..d6d0e53
--- /dev/null
+++ b/src/lib/util/tests/PARTIAL_PORT_ON_WINDOWS
@@ -0,0 +1 @@
+socketsession SockAddrCreator
diff --git a/src/lib/xfr/NO_PORT_ON_WINDOWS b/src/lib/xfr/NO_PORT_ON_WINDOWS
deleted file mode 100644
index e69de29..0000000
diff --git a/src/lib/xfr/tests/NO_PORT_ON_WINDOWS b/src/lib/xfr/tests/NO_PORT_ON_WINDOWS
new file mode 100644
index 0000000..490a587
--- /dev/null
+++ b/src/lib/xfr/tests/NO_PORT_ON_WINDOWS
@@ -0,0 +1 @@
+idea: connect to multicast in TCP -> error



More information about the bind10-changes mailing list