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
637
Issues
637
List
Boards
Labels
Service Desk
Milestones
Merge Requests
104
Merge Requests
104
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
141132c2
Commit
141132c2
authored
Jan 07, 2006
by
Mark Andrews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update copyright notice
parent
c718d15a
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
27 additions
and
26 deletions
+27
-26
bin/check/check-tool.c
bin/check/check-tool.c
+2
-2
bin/check/named-checkconf.c
bin/check/named-checkconf.c
+2
-2
bin/check/named-checkzone.c
bin/check/named-checkzone.c
+2
-2
bin/check/named-checkzone.docbook
bin/check/named-checkzone.docbook
+3
-2
bin/dig/dig.c
bin/dig/dig.c
+2
-2
bin/dig/dighost.c
bin/dig/dighost.c
+2
-2
bin/nsupdate/nsupdate.c
bin/nsupdate/nsupdate.c
+2
-2
bin/tests/system/masterformat/ns1/compile.sh
bin/tests/system/masterformat/ns1/compile.sh
+2
-2
bin/tests/system/masterformat/setup.sh
bin/tests/system/masterformat/setup.sh
+2
-2
lib/bind9/check.c
lib/bind9/check.c
+2
-2
lib/dns/rdata/generic/sshfp_44.c
lib/dns/rdata/generic/sshfp_44.c
+2
-2
lib/dns/rdata/generic/sshfp_44.h
lib/dns/rdata/generic/sshfp_44.h
+2
-2
lib/isc/win32/socket.c
lib/isc/win32/socket.c
+2
-2
No files found.
bin/check/check-tool.c
View file @
141132c2
/*
* Copyright (C) 2004
, 2005
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004
-2006
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000-2002 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: check-tool.c,v 1.2
3 2006/01/06 02:07:03
marka Exp $ */
/* $Id: check-tool.c,v 1.2
4 2006/01/07 00:23:35
marka Exp $ */
/*! \file */
...
...
bin/check/named-checkconf.c
View file @
141132c2
/*
* Copyright (C) 2004
, 2005
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004
-2006
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2002 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named-checkconf.c,v 1.4
0 2006/01/05 23:45:33
marka Exp $ */
/* $Id: named-checkconf.c,v 1.4
1 2006/01/07 00:23:35
marka Exp $ */
/*! \file */
...
...
bin/check/named-checkzone.c
View file @
141132c2
/*
* Copyright (C) 2004
, 2005
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004
-2006
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named-checkzone.c,v 1.4
2 2006/01/05 23:45:33
marka Exp $ */
/* $Id: named-checkzone.c,v 1.4
3 2006/01/07 00:23:35
marka Exp $ */
/*! \file */
...
...
bin/check/named-checkzone.docbook
View file @
141132c2
...
...
@@ -2,7 +2,7 @@
"http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd"
[<!ENTITY mdash "—">
]>
<!--
- Copyright (C) 2004
, 2005
Internet Systems Consortium, Inc. ("ISC")
- Copyright (C) 2004
-2006
Internet Systems Consortium, Inc. ("ISC")
- Copyright (C) 2000-2002 Internet Software Consortium.
-
- Permission to use, copy, modify, and distribute this software for any
...
...
@@ -18,7 +18,7 @@
- PERFORMANCE OF THIS SOFTWARE.
-->
<!-- $Id: named-checkzone.docbook,v 1.2
4 2006/01/05 23:45:33
marka Exp $ -->
<!-- $Id: named-checkzone.docbook,v 1.2
5 2006/01/07 00:23:35
marka Exp $ -->
<refentry
id=
"man.named-checkzone"
>
<refentryinfo>
<date>
June 13, 2000
</date>
...
...
@@ -34,6 +34,7 @@
<copyright>
<year>
2004
</year>
<year>
2005
</year>
<year>
2006
</year>
<holder>
Internet Systems Consortium, Inc. ("ISC")
</holder>
</copyright>
<copyright>
...
...
bin/dig/dig.c
View file @
141132c2
/*
* Copyright (C) 2004
, 2005
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004
-2006
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dig.c,v 1.2
09 2006/01/06 00:13:30
marka Exp $ */
/* $Id: dig.c,v 1.2
10 2006/01/07 00:23:35
marka Exp $ */
/*! \file */
...
...
bin/dig/dighost.c
View file @
141132c2
/*
* Copyright (C) 2004
, 2005
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004
-2006
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dighost.c,v 1.2
89 2006/01/06 00:54:21
marka Exp $ */
/* $Id: dighost.c,v 1.2
90 2006/01/07 00:23:35
marka Exp $ */
/*! \file
* \note
...
...
bin/nsupdate/nsupdate.c
View file @
141132c2
/*
* Copyright (C) 2004
, 2005
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004
-2006
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: nsupdate.c,v 1.14
0 2006/01/06 04:45:11
marka Exp $ */
/* $Id: nsupdate.c,v 1.14
1 2006/01/07 00:23:35
marka Exp $ */
/*! \file */
...
...
bin/tests/system/masterformat/ns1/compile.sh
View file @
141132c2
# Copyright (C) 2005 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2005
, 2006
Internet Systems Consortium, Inc. ("ISC")
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
...
...
@@ -12,6 +12,6 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: compile.sh,v 1.
3 2006/01/06 06:55:28
marka Exp $
# $Id: compile.sh,v 1.
4 2006/01/07 00:23:35
marka Exp $
../named-compilezone
-D
-F
raw
-o
example.db.raw example example.db
bin/tests/system/masterformat/setup.sh
View file @
141132c2
# Copyright (C) 2005 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2005
, 2006
Internet Systems Consortium, Inc. ("ISC")
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
...
...
@@ -12,7 +12,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: setup.sh,v 1.
3 2006/01/06 06:53:57
marka Exp $
# $Id: setup.sh,v 1.
4 2006/01/07 00:23:35
marka Exp $
ln
-s
$CHECKZONE
named-compilezone
rm
-f
ns1/example.db.raw
...
...
lib/bind9/check.c
View file @
141132c2
/*
* Copyright (C) 2004
, 2005
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004
-2006
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2001-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: check.c,v 1.6
6 2006/01/05 23:45:33
marka Exp $ */
/* $Id: check.c,v 1.6
7 2006/01/07 00:23:35
marka Exp $ */
/*! \file */
...
...
lib/dns/rdata/generic/sshfp_44.c
View file @
141132c2
/*
* Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004
, 2006
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: sshfp_44.c,v 1.
4 2006/01/06 23:16:00
marka Exp $ */
/* $Id: sshfp_44.c,v 1.
5 2006/01/07 00:23:35
marka Exp $ */
/* RFC 4255 */
...
...
lib/dns/rdata/generic/sshfp_44.h
View file @
141132c2
/*
* Copyright (C) 2004
, 2005
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004
-2006
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: sshfp_44.h,v 1.
5 2006/01/06 23:16:00
marka Exp $ */
/* $Id: sshfp_44.h,v 1.
6 2006/01/07 00:23:35
marka Exp $ */
/*!
* \brief Per RFC 4255 */
...
...
lib/isc/win32/socket.c
View file @
141132c2
/*
* Copyright (C) 2004
, 2005
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004
-2006
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: socket.c,v 1.4
2 2006/01/06 01:32:08
marka Exp $ */
/* $Id: socket.c,v 1.4
3 2006/01/07 00:23:35
marka Exp $ */
/* This code has been rewritten to take advantage of Windows Sockets
* I/O Completion Ports and Events. I/O Completion Ports is ONLY
...
...
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