mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-28 13:08:06 +00:00
update copyright notice
This commit is contained in:
parent
22bed5c0fa
commit
be484acb22
@ -5038,9 +5038,9 @@ contains_trusted_key(dns_name_t *name, dns_rdataset_t *rdataset,
|
|||||||
"DNSKEY RRset: %d\n",
|
"DNSKEY RRset: %d\n",
|
||||||
dst_key_id(dnsseckey));
|
dst_key_id(dnsseckey));
|
||||||
result = sigchase_verify_sig_key(name, rdataset,
|
result = sigchase_verify_sig_key(name, rdataset,
|
||||||
dnsseckey,
|
dnsseckey,
|
||||||
sigrdataset,
|
sigrdataset,
|
||||||
mctx);
|
mctx);
|
||||||
if (result == ISC_R_SUCCESS)
|
if (result == ISC_R_SUCCESS)
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
; Copyright (C) 2006, 2008 Internet Systems Consortium, Inc. ("ISC")
|
; Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
|
||||||
;
|
;
|
||||||
; Permission to use, copy, modify, and/or distribute this software for any
|
; Permission to use, copy, modify, and/or distribute this software for any
|
||||||
; purpose with or without fee is hereby granted, provided that the above
|
; purpose with or without fee is hereby granted, provided that the above
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (C) 2004, 2007, 2014 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
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (C) 2004, 2007, 2014 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
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2004, 2007, 2011 Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (C) 2004, 2007, 2011, 2014 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
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Copyright (C) 2004, 2007, 2011, 2012 Internet Systems Consortium, Inc. ("ISC")
|
# Copyright (C) 2004, 2007, 2011, 2012, 2014 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
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Copyright (C) 2004, 2007, 2011-2013 Internet Systems Consortium, Inc. ("ISC")
|
# Copyright (C) 2004, 2007, 2011-2014 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
|
||||||
|
@ -3126,7 +3126,7 @@ dns_dispatch_addresponse2(dns_dispatch_t *disp, isc_sockaddr_t *dest,
|
|||||||
return (dns_dispatch_addresponse3(disp, 0, dest, task, action, arg,
|
return (dns_dispatch_addresponse3(disp, 0, dest, task, action, arg,
|
||||||
idp, resp, sockmgr));
|
idp, resp, sockmgr));
|
||||||
}
|
}
|
||||||
|
|
||||||
isc_result_t
|
isc_result_t
|
||||||
dns_dispatch_addresponse3(dns_dispatch_t *disp, unsigned int options,
|
dns_dispatch_addresponse3(dns_dispatch_t *disp, unsigned int options,
|
||||||
isc_sockaddr_t *dest, isc_task_t *task,
|
isc_sockaddr_t *dest, isc_task_t *task,
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2004-2007, 2009, 2010, 2013 Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (C) 2004-2007, 2009, 2010, 2013, 2014 Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (C) 2000-2002 Internet Software Consortium.
|
* Copyright (C) 2000-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
|
||||||
|
@ -14999,7 +14999,7 @@ sendtomaster(dns_forward_t *forward) {
|
|||||||
forward->msgbuf,
|
forward->msgbuf,
|
||||||
&src, &forward->addr, dscp,
|
&src, &forward->addr, dscp,
|
||||||
forward->options, 15 /* XXX */,
|
forward->options, 15 /* XXX */,
|
||||||
0, 0, forward->zone->task,
|
0, 0, forward->zone->task,
|
||||||
forward_callback, forward,
|
forward_callback, forward,
|
||||||
&forward->request);
|
&forward->request);
|
||||||
if (result == ISC_R_SUCCESS) {
|
if (result == ISC_R_SUCCESS) {
|
||||||
@ -15150,7 +15150,7 @@ dns_zone_forwardupdate(dns_zone_t *zone, dns_message_t *msg,
|
|||||||
* If we have a SIG(0) signed message we need to preserve the
|
* If we have a SIG(0) signed message we need to preserve the
|
||||||
* query id as that is included in the SIG(0) computation.
|
* query id as that is included in the SIG(0) computation.
|
||||||
*/
|
*/
|
||||||
if (msg->sig0 != NULL)
|
if (msg->sig0 != NULL)
|
||||||
forward->options |= DNS_REQUESTOPT_FIXEDID;
|
forward->options |= DNS_REQUESTOPT_FIXEDID;
|
||||||
|
|
||||||
mr = dns_message_getrawmessage(msg);
|
mr = dns_message_getrawmessage(msg);
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2004-2007, 2011-2013 Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (C) 2004-2007, 2011-2014 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user