]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Thu, 11 Sep 2008 23:46:08 +0000 (23:46 +0000)
committerAutomatic Updater <source@isc.org>
Thu, 11 Sep 2008 23:46:08 +0000 (23:46 +0000)
lib/isc/win32/errno2result.c
lib/isc/win32/include/isc/mutex.h
lib/isc/win32/socket.c
win32utils/readme1st.txt

index 0c74de5fef002394fd921c8c3ede51ece5aaa89c..20948afcf9d349c2f4f1c413dd80b6641d027bff 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2008  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: errno2result.c,v 1.9.18.7 2008/09/11 21:05:22 each Exp $ */
+/* $Id: errno2result.c,v 1.9.18.8 2008/09/11 23:46:08 tbox Exp $ */
 
 #include <config.h>
 
index 4480f20652054e00cb199c821291ea18a9de18af..03a55c393f63029d1ac5c7bf36ade825776d4f83 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2008  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: mutex.h,v 1.17.18.2 2008/09/11 07:09:17 marka Exp $ */
+/* $Id: mutex.h,v 1.17.18.3 2008/09/11 23:46:08 tbox Exp $ */
 
 #ifndef ISC_MUTEX_H
 #define ISC_MUTEX_H 1
index d39595caf71fc89d79592e3ebbe6138b2d471fcf..140ede2ea28ce7ce81670877e3c377537f1c7e6b 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: socket.c,v 1.30.18.38 2008/09/11 07:27:42 marka Exp $ */
+/* $Id: socket.c,v 1.30.18.39 2008/09/11 23:46:08 tbox Exp $ */
 
 /* This code uses functions which are only available on Server 2003 and
  * higher, and Windows XP and higher.
@@ -555,10 +555,10 @@ iocompletionport_update(isc_socket_t *sock) {
                                ISC_LOGCATEGORY_GENERAL,
                                ISC_LOGMODULE_SOCKET, ISC_LOG_ERROR,
                                isc_msgcat, ISC_MSGSET_SOCKET,
-                               ISC_MSG_TOOMANYHANDLES,
+                               ISC_MSG_TOOMANYHANDLES,
                                "iocompletionport_update: failed to open"
                                " io completion port: %s",
-                               strbuf);
+                               strbuf);
 
                /* XXXMLG temporary hack to make failures detected.
                 * This function should return errors to the caller, not
@@ -951,7 +951,7 @@ build_msghdr_send(isc_socket_t *sock, isc_socketevent_t *dev,
 
        memcpy(&msg->to_addr, &dev->address.type, dev->address.length);
        msg->to_addr_len = dev->address.length;
-       
+
        buffer = ISC_LIST_HEAD(dev->bufferlist);
        write_count = 0;
        iovcount = 0;
@@ -1534,7 +1534,7 @@ consistent(isc_socket_t *sock) {
        if (crash) {
                socket_log(__LINE__, sock, NULL, CREATION, isc_msgcat, ISC_MSGSET_SOCKET,
                           ISC_MSG_DESTROYING, "SOCKET INCONSISTENT: %s",
-                          crash_reason);
+                          crash_reason);
                sock_dump(sock);
                INSIST(crash == ISC_FALSE);
        }
@@ -2011,7 +2011,7 @@ internal_accept(isc_socket_t *sock, IoCompletionInfo *lpo, int accept_errno) {
        result = make_nonblock(adev->newsocket->fd);
        INSIST(result == ISC_R_SUCCESS);
 
-       INSIST(setsockopt(nsock->fd, SOL_SOCKET, SO_UPDATE_ACCEPT_CONTEXT, 
+       INSIST(setsockopt(nsock->fd, SOL_SOCKET, SO_UPDATE_ACCEPT_CONTEXT,
               (char *)&sock->fd, sizeof(sock->fd)) == 0);
 
        /*
@@ -2119,7 +2119,7 @@ internal_connect(isc_socket_t *sock, IoCompletionInfo *lpo, int connect_errno) {
                }
        } else {
                INSIST(setsockopt(sock->fd, SOL_SOCKET, SO_UPDATE_CONNECT_CONTEXT, NULL, 0) == 0);
-               cdev->result = ISC_R_SUCCESS;
+               cdev->result = ISC_R_SUCCESS;
                sock->connected = 1;
                socket_log(__LINE__, sock, &sock->address, IOEVENT,
                           isc_msgcat, ISC_MSGSET_SOCKET, ISC_MSG_ACCEPTEDCXN,
@@ -2341,7 +2341,7 @@ SocketIoThread(LPVOID ThreadContext) {
                                                     INFINITE);
                if (lpo == NULL) /* Received request to exit */
                        break;
-               
+
                REQUIRE(VALID_SOCKET(sock));
 
                request = lpo->request_type;
@@ -2645,7 +2645,7 @@ socket_recv(isc_socket_t *sock, isc_socketevent_t *dev, isc_task_t *task,
 
        /*
         * If there are more receivers waiting for data, queue another receive
-        * here.  If the 
+        * here.  If the
         */
        queue_receive_request(sock);
 
@@ -2756,7 +2756,7 @@ isc_socket_recv(isc_socket_t *sock, isc_region_t *region, unsigned int minimum,
 
        ret = isc_socket_recv2(sock, region, minimum, task, dev, 0);
        UNLOCK(&sock->lock);
-       return (ret);   
+       return (ret);
 }
 
 isc_result_t
@@ -3235,7 +3235,7 @@ isc_socket_accept(isc_socket_t *sock,
        lpo->adev = adev;
        lpo->request_type = SOCKET_ACCEPT;
 
-       ISCAcceptEx(sock->fd, 
+       ISCAcceptEx(sock->fd,
                    nsock->fd,                          /* Accepted Socket */
                    lpo->acceptbuffer,                  /* Buffer for initial Recv */
                    0,                                  /* Length of Buffer */
index 2ef20f7c99f16adb35350edff273f61d486e3f05..f7e5f6263c50c4072b721879c4dd0feaea813546 100644 (file)
@@ -1,8 +1,8 @@
-Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2004, 2005, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
 Copyright (C) 2001, 2003  Internet Software Consortium.
 See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
 
-$Id: readme1st.txt,v 1.12.18.6 2008/09/11 05:43:32 each Exp $
+$Id: readme1st.txt,v 1.12.18.7 2008/09/11 23:46:08 tbox Exp $
 
           Release of BIND 9.4 for Window XP/2003