mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 15:45:25 +00:00
update copyright notice
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (C) 2004, 2005, 2007, 2009 Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (C) 1999-2002 Internet Software Consortium.
|
* Copyright (C) 1999-2002 Internet Software Consortium.
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: main.h,v 1.16 2009/09/29 15:06:06 fdupont Exp $ */
|
/* $Id: main.h,v 1.17 2009/09/29 23:48:03 tbox Exp $ */
|
||||||
|
|
||||||
#ifndef NAMED_MAIN_H
|
#ifndef NAMED_MAIN_H
|
||||||
#define NAMED_MAIN_H 1
|
#define NAMED_MAIN_H 1
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (C) 2004, 2005, 2007, 2009 Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (C) 2000, 2001 Internet Software Consortium.
|
* Copyright (C) 2000, 2001 Internet Software Consortium.
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: util.h,v 1.11 2009/09/29 15:06:06 fdupont Exp $ */
|
/* $Id: util.h,v 1.12 2009/09/29 23:48:03 tbox Exp $ */
|
||||||
|
|
||||||
#ifndef RNDC_UTIL_H
|
#ifndef RNDC_UTIL_H
|
||||||
#define RNDC_UTIL_H 1
|
#define RNDC_UTIL_H 1
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Portions Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
|
* Portions Copyright (C) 2004, 2007, 2009 Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Portions Copyright (C) 2001, 2002 Internet Software Consortium.
|
* Portions Copyright (C) 2001, 2002 Internet Software Consortium.
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: AccountInfo.cpp,v 1.9 2009/09/29 04:37:08 marka Exp $ */
|
/* $Id: AccountInfo.cpp,v 1.10 2009/09/29 23:48:04 tbox Exp $ */
|
||||||
|
|
||||||
#ifndef UNICODE
|
#ifndef UNICODE
|
||||||
#define UNICODE
|
#define UNICODE
|
||||||
@@ -154,7 +154,7 @@ GetAccountPrivileges(char *name, wchar_t **PrivList, unsigned int *PrivCount,
|
|||||||
if (!GetAccountSid(NULL, AccountName, &pSid))
|
if (!GetAccountSid(NULL, AccountName, &pSid))
|
||||||
continue; /* Try the next one */
|
continue; /* Try the next one */
|
||||||
/* Get the Privileges allocated to this SID */
|
/* Get the Privileges allocated to this SID */
|
||||||
if ((Status = GetPrivilegesOnAccount(PolicyHandle, pSid,
|
if ((Status = GetPrivilegesOnAccount(PolicyHandle, pSid,
|
||||||
PrivList, PrivCount)) == STATUS_SUCCESS)
|
PrivList, PrivCount)) == STATUS_SUCCESS)
|
||||||
{
|
{
|
||||||
iRetVal=RTN_OK;
|
iRetVal=RTN_OK;
|
||||||
@@ -239,7 +239,7 @@ AddPrivilegeToAcccount(LPTSTR name, LPWSTR PrivilegeName) {
|
|||||||
if (!GetAccountSid(NULL, AccountName, &pSid))
|
if (!GetAccountSid(NULL, AccountName, &pSid))
|
||||||
return (RTN_NOACCOUNT);
|
return (RTN_NOACCOUNT);
|
||||||
|
|
||||||
err = LsaNtStatusToWinError(SetPrivilegeOnAccount(PolicyHandle,
|
err = LsaNtStatusToWinError(SetPrivilegeOnAccount(PolicyHandle,
|
||||||
pSid, PrivilegeName, TRUE));
|
pSid, PrivilegeName, TRUE));
|
||||||
|
|
||||||
LsaClose(PolicyHandle);
|
LsaClose(PolicyHandle);
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Portions Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
|
* Portions Copyright (C) 2004, 2007, 2009 Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Portions Copyright (C) 2001 Internet Software Consortium.
|
* Portions Copyright (C) 2001 Internet Software Consortium.
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: BINDInstall.cpp,v 1.8 2009/09/29 04:37:08 marka Exp $ */
|
/* $Id: BINDInstall.cpp,v 1.9 2009/09/29 23:48:04 tbox Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1999-2000 by Nortel Networks Corporation
|
* Copyright (c) 1999-2000 by Nortel Networks Corporation
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (C) 1997-2001 Internet Software Consortium.
|
* Copyright (C) 1997-2001 Internet Software Consortium.
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* $Id: assertions.h,v 1.27 2009/09/29 15:06:07 fdupont Exp $
|
* $Id: assertions.h,v 1.28 2009/09/29 23:48:04 tbox Exp $
|
||||||
*/
|
*/
|
||||||
/*! \file isc/assertions.h
|
/*! \file isc/assertions.h
|
||||||
*/
|
*/
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (C) 2004-2007, 2009 Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (C) 1998-2001 Internet Software Consortium.
|
* Copyright (C) 1998-2001 Internet Software Consortium.
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: error.h,v 1.21 2009/09/29 15:06:07 fdupont Exp $ */
|
/* $Id: error.h,v 1.22 2009/09/29 23:48:04 tbox Exp $ */
|
||||||
|
|
||||||
#ifndef ISC_ERROR_H
|
#ifndef ISC_ERROR_H
|
||||||
#define ISC_ERROR_H 1
|
#define ISC_ERROR_H 1
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (C) 2004-2007, 2009 Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (C) 2001, 2003 Internet Software Consortium.
|
* Copyright (C) 2001, 2003 Internet Software Consortium.
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: refcount.h,v 1.16 2009/09/29 15:06:07 fdupont Exp $ */
|
/* $Id: refcount.h,v 1.17 2009/09/29 23:48:04 tbox Exp $ */
|
||||||
|
|
||||||
#ifndef ISC_REFCOUNT_H
|
#ifndef ISC_REFCOUNT_H
|
||||||
#define ISC_REFCOUNT_H 1
|
#define ISC_REFCOUNT_H 1
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2004, 2005, 2007, 2008 Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (C) 2004, 2005, 2007-2009 Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (C) 2001 Internet Software Consortium.
|
* Copyright (C) 2001 Internet Software Consortium.
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: platform.h,v 1.18 2009/09/29 15:06:07 fdupont Exp $ */
|
/* $Id: platform.h,v 1.19 2009/09/29 23:48:04 tbox Exp $ */
|
||||||
|
|
||||||
#ifndef ISC_PLATFORM_H
|
#ifndef ISC_PLATFORM_H
|
||||||
#define ISC_PLATFORM_H 1
|
#define ISC_PLATFORM_H 1
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2004, 2006, 2007 Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (C) 2004, 2006, 2007, 2009 Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (C) 2001 Internet Software Consortium.
|
* Copyright (C) 2001 Internet Software Consortium.
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: ntgroups.c,v 1.11 2009/09/29 04:37:08 marka Exp $ */
|
/* $Id: ntgroups.c,v 1.12 2009/09/29 23:48:04 tbox Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The NT Groups have two groups that are not well documented and are
|
* The NT Groups have two groups that are not well documented and are
|
||||||
@@ -78,13 +78,13 @@ isc_ntsecurity_getaccountgroups(char *username, char **GroupList,
|
|||||||
* groups in which the user is indirectly a member.
|
* groups in which the user is indirectly a member.
|
||||||
*/
|
*/
|
||||||
nStatus = NetUserGetLocalGroups(NULL,
|
nStatus = NetUserGetLocalGroups(NULL,
|
||||||
user,
|
user,
|
||||||
dwLevel,
|
dwLevel,
|
||||||
dwFlags,
|
dwFlags,
|
||||||
(LPBYTE *) &pBuf,
|
(LPBYTE *) &pBuf,
|
||||||
dwPrefMaxLen,
|
dwPrefMaxLen,
|
||||||
&dwEntriesRead,
|
&dwEntriesRead,
|
||||||
&dwTotalEntries);
|
&dwTotalEntries);
|
||||||
/*
|
/*
|
||||||
* See if the call succeeds,
|
* See if the call succeeds,
|
||||||
*/
|
*/
|
||||||
@@ -103,7 +103,7 @@ isc_ntsecurity_getaccountgroups(char *username, char **GroupList,
|
|||||||
/*
|
/*
|
||||||
* Loop through the entries
|
* Loop through the entries
|
||||||
*/
|
*/
|
||||||
for (i = 0;
|
for (i = 0;
|
||||||
(i < dwEntriesRead && *totalGroups < maxgroups); i++) {
|
(i < dwEntriesRead && *totalGroups < maxgroups); i++) {
|
||||||
assert(pTmpLBuf != NULL);
|
assert(pTmpLBuf != NULL);
|
||||||
if (pTmpLBuf == NULL)
|
if (pTmpLBuf == NULL)
|
||||||
@@ -132,12 +132,12 @@ isc_ntsecurity_getaccountgroups(char *username, char **GroupList,
|
|||||||
* Call the NetUserGetGroups function, specifying level 0.
|
* Call the NetUserGetGroups function, specifying level 0.
|
||||||
*/
|
*/
|
||||||
nStatus = NetUserGetGroups(NULL,
|
nStatus = NetUserGetGroups(NULL,
|
||||||
user,
|
user,
|
||||||
dwLevel,
|
dwLevel,
|
||||||
(LPBYTE*)&pgrpBuf,
|
(LPBYTE*)&pgrpBuf,
|
||||||
dwPrefMaxLen,
|
dwPrefMaxLen,
|
||||||
&dwEntriesRead,
|
&dwEntriesRead,
|
||||||
&dwTotalEntries);
|
&dwTotalEntries);
|
||||||
/*
|
/*
|
||||||
* See if the call succeeds,
|
* See if the call succeeds,
|
||||||
*/
|
*/
|
||||||
@@ -155,7 +155,7 @@ isc_ntsecurity_getaccountgroups(char *username, char **GroupList,
|
|||||||
/*
|
/*
|
||||||
* Loop through the entries
|
* Loop through the entries
|
||||||
*/
|
*/
|
||||||
for (i = 0;
|
for (i = 0;
|
||||||
(i < dwEntriesRead && *totalGroups < maxgroups); i++) {
|
(i < dwEntriesRead && *totalGroups < maxgroups); i++) {
|
||||||
assert(pTmpBuf != NULL);
|
assert(pTmpBuf != NULL);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user