Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
583
Issues
583
List
Boards
Labels
Service Desk
Milestones
Merge Requests
112
Merge Requests
112
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
a9dfb7ef
Commit
a9dfb7ef
authored
Sep 11, 2017
by
Evan Hunt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[master] update copyrights, bump release tag
parent
0a135903
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
16 additions
and
16 deletions
+16
-16
CHANGES
CHANGES
+2
-2
lib/isc/aes.c
lib/isc/aes.c
+1
-1
lib/isc/include/isc/hmacmd5.h
lib/isc/include/isc/hmacmd5.h
+1
-1
lib/isc/include/isc/hmacsha.h
lib/isc/include/isc/hmacsha.h
+1
-1
lib/isc/include/isc/md5.h
lib/isc/include/isc/md5.h
+1
-1
lib/isc/include/isc/sha1.h
lib/isc/include/isc/sha1.h
+1
-1
lib/isc/include/isc/sha2.h
lib/isc/include/isc/sha2.h
+1
-1
lib/isc/md5.c
lib/isc/md5.c
+1
-1
util/copyrights
util/copyrights
+7
-7
No files found.
CHANGES
View file @
a9dfb7ef
--- 9.12.0a1 released ---
4715. [bug] TreeMemMax was mis-identified as a second HeapMemMax
in the Json cache statistics. [RT #45980]
4714. [port] openbsd/libressl: add support for building with
--enable-openssl-hash. [RT #45982]
--- 9.12.0a1 released ---
4713. [func] Added support for the DNS Response Policy Service
(DNSRPS) API, which allows named to use an external
response policy daemon when built with
...
...
lib/isc/aes.c
View file @
a9dfb7ef
/*
* Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2014, 2016
, 2017
Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
...
...
lib/isc/include/isc/hmacmd5.h
View file @
a9dfb7ef
/*
* Copyright (C) 2000, 2001, 2004-2007, 2009, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000, 2001, 2004-2007, 2009, 2014, 2016
, 2017
Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
...
...
lib/isc/include/isc/hmacsha.h
View file @
a9dfb7ef
/*
* Copyright (C) 2005-2007, 2009, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2005-2007, 2009, 2014, 2016
, 2017
Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
...
...
lib/isc/include/isc/md5.h
View file @
a9dfb7ef
/*
* Copyright (C) 2000, 2001, 2004-2007, 2009, 2010, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000, 2001, 2004-2007, 2009, 2010, 2014, 2016
, 2017
Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
...
...
lib/isc/include/isc/sha1.h
View file @
a9dfb7ef
/*
* Copyright (C) 2000, 2001, 2004-2007, 2009, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000, 2001, 2004-2007, 2009, 2014, 2016
, 2017
Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
...
...
lib/isc/include/isc/sha2.h
View file @
a9dfb7ef
/*
* Copyright (C) 2005-2007, 2009, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2005-2007, 2009, 2014, 2016
, 2017
Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
...
...
lib/isc/md5.c
View file @
a9dfb7ef
/*
* Copyright (C) 2000, 2001, 2004, 2005, 2007, 2009, 2014-201
6
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000, 2001, 2004, 2005, 2007, 2009, 2014-201
7
Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
...
...
util/copyrights
View file @
a9dfb7ef
...
...
@@ -3858,7 +3858,7 @@
./lib/isc/.gitignore X 2014
./lib/isc/Atffile X 2011
./lib/isc/Makefile.in MAKE 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
./lib/isc/aes.c C 2014,2016
./lib/isc/aes.c C 2014,2016
,2017
./lib/isc/alpha/Makefile.in MAKE 2007,2012,2016
./lib/isc/alpha/include/Makefile.in MAKE 2007,2012,2016
./lib/isc/alpha/include/isc/Makefile.in MAKE 2007,2012,2015,2016
...
...
@@ -3919,8 +3919,8 @@
./lib/isc/include/isc/hash.h C 2003,2004,2005,2006,2007,2009,2013,2014,2015,2016
./lib/isc/include/isc/heap.h C 1997,1998,1999,2000,2001,2004,2005,2006,2007,2009,2012,2016
./lib/isc/include/isc/hex.h C 2000,2001,2004,2005,2006,2007,2008,2016
./lib/isc/include/isc/hmacmd5.h C 2000,2001,2004,2005,2006,2007,2009,2014,2016
./lib/isc/include/isc/hmacsha.h C 2005,2006,2007,2009,2014,2016
./lib/isc/include/isc/hmacmd5.h C 2000,2001,2004,2005,2006,2007,2009,2014,2016
,2017
./lib/isc/include/isc/hmacsha.h C 2005,2006,2007,2009,2014,2016
,2017
./lib/isc/include/isc/ht.h C 2016,2017
./lib/isc/include/isc/httpd.h C 2006,2007,2008,2014,2016
./lib/isc/include/isc/interfaceiter.h C 1999,2000,2001,2004,2005,2006,2007,2016
...
...
@@ -3934,7 +3934,7 @@
./lib/isc/include/isc/list.h C 1997,1998,1999,2000,2001,2002,2004,2006,2007,2011,2012,2013,2016
./lib/isc/include/isc/log.h C 1999,2000,2001,2002,2004,2005,2006,2007,2009,2014,2016,2017
./lib/isc/include/isc/magic.h C 1999,2000,2001,2004,2005,2006,2007,2016
./lib/isc/include/isc/md5.h C 2000,2001,2004,2005,2006,2007,2009,2010,2014,2016
./lib/isc/include/isc/md5.h C 2000,2001,2004,2005,2006,2007,2009,2010,2014,2016
,2017
./lib/isc/include/isc/mem.h C 1997,1998,1999,2000,2001,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2015,2016,2017
./lib/isc/include/isc/meminfo.h C 2015,2016
./lib/isc/include/isc/msgcat.h C 1999,2000,2001,2004,2005,2007,2016
...
...
@@ -3963,8 +3963,8 @@
./lib/isc/include/isc/rwlock.h C 1998,1999,2000,2001,2003,2004,2005,2006,2007,2016
./lib/isc/include/isc/safe.h C 2013,2015,2016
./lib/isc/include/isc/serial.h C 1999,2000,2001,2004,2005,2006,2007,2009,2016
./lib/isc/include/isc/sha1.h C 2000,2001,2004,2005,2006,2007,2009,2014,2016
./lib/isc/include/isc/sha2.h C 2005,2006,2007,2009,2014,2016
./lib/isc/include/isc/sha1.h C 2000,2001,2004,2005,2006,2007,2009,2014,2016
,2017
./lib/isc/include/isc/sha2.h C 2005,2006,2007,2009,2014,2016
,2017
./lib/isc/include/isc/sockaddr.h C 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2009,2012,2015,2016
./lib/isc/include/isc/socket.h C 1998,1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2016
./lib/isc/include/isc/stats.h C 2009,2012,2016
...
...
@@ -4000,7 +4000,7 @@
./lib/isc/lfsr.c C 1999,2000,2001,2002,2004,2005,2007,2016
./lib/isc/lib.c C 1999,2000,2001,2004,2005,2007,2009,2013,2014,2015,2016
./lib/isc/log.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2009,2011,2012,2013,2014,2016,2017
./lib/isc/md5.c C 2000,2001,2004,2005,2007,2009,2014,2015,2016
./lib/isc/md5.c C 2000,2001,2004,2005,2007,2009,2014,2015,2016
,2017
./lib/isc/mem.c C 1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2012,2013,2014,2015,2016,2017
./lib/isc/mips/Makefile.in MAKE 2007,2012,2016
./lib/isc/mips/include/Makefile.in MAKE 2007,2012,2016
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment