Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
a687db7c
Commit
a687db7c
authored
Apr 02, 2008
by
Automatic Updater
Browse files
update copyright notice
parent
d145b64c
Changes
8
Hide whitespace changes
Inline
Side-by-side
bin/named/convertxsl.pl
View file @
a687db7c
#!/usr/bin/env perl
#
# Copyright (C) 2006
,
200
7
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2006
-
200
8
Internet Systems Consortium, Inc. ("ISC")
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
...
...
@@ -14,12 +14,12 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: convertxsl.pl,v 1.1
0
2008/04/02
0
3:
35:13 marka
Exp $
# $Id: convertxsl.pl,v 1.1
1
2008/04/02
2
3:
46:57 tbox
Exp $
use
strict
;
use
warnings
;
my
$rev
=
'
$Id: convertxsl.pl,v 1.1
0
2008/04/02
0
3:
35:13 marka
Exp $
';
my
$rev
=
'
$Id: convertxsl.pl,v 1.1
1
2008/04/02
2
3:
46:57 tbox
Exp $
';
$rev
=~
s/\$//g
;
$rev
=~
s/,v//g
;
$rev
=~
s/Id: //
;
...
...
bin/tests/system/lwresd/ns1/example1.db
View file @
a687db7c
; Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 2004, 2007
, 2008
Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 2000-2003 Internet Software Consortium.
;
; Permission to use, copy, modify, and/or distribute this software for any
...
...
@@ -13,7 +13,7 @@
; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
; PERFORMANCE OF THIS SOFTWARE.
; $Id: example1.db,v 1.1
8
2008/04/02
02:37:42 marka
Exp $
; $Id: example1.db,v 1.1
9
2008/04/02
23:46:57 tbox
Exp $
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
...
...
bin/tests/system/lwresd/ns1/named.conf
View file @
a687db7c
/*
*
Copyright
(
C
)
2004
,
2006
,
200
7
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
2004
,
2006
-
200
8
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
2000
,
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
:
named
.
conf
,
v
1
.
2
0
2008
/
04
/
02
02
:
37
:
42
marka
Exp
$ */
/* $
Id
:
named
.
conf
,
v
1
.
2
1
2008
/
04
/
02
23
:
46
:
57
tbox
Exp
$ */
controls
{ /*
empty
*/ };
...
...
config.h.win32
View file @
a687db7c
/*
* Copyright (C) 2004, 2006
,
200
7
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2006
-
200
8
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-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: config.h.win32,v 1.1
7
2008/04/02
02:56:23 marka
Exp $ */
/* $Id: config.h.win32,v 1.1
8
2008/04/02
23:46:57 tbox
Exp $ */
/*
* win32 configuration file
...
...
@@ -144,7 +144,7 @@
/* open() under unix allows setting of read/write permissions
* at the owner, group and other levels. These don't exist in NT
* We'll just map them all to the NT equivalent
* We'll just map them all to the NT equivalent
*/
#define S_IRUSR _S_IREAD /* Owner read permission */
...
...
@@ -194,7 +194,7 @@ typedef long off_t;
*/
#include <versions.h>
/* We actually are using the CryptAPI and not a device */
/* We actually are using the CryptAPI and not a device */
#define PATH_RANDOMDEV "CryptAPI"
#include <stddef.h>
...
...
lib/dns/openssl_link.c
View file @
a687db7c
...
...
@@ -31,7 +31,7 @@
/*
* Principal Author: Brian Wellington
* $Id: openssl_link.c,v 1.1
8
2008/04/0
1
23:4
7:10
tbox Exp $
* $Id: openssl_link.c,v 1.1
9
2008/04/0
2
23:4
6:57
tbox Exp $
*/
#ifdef OPENSSL
...
...
@@ -81,7 +81,7 @@ static ENGINE *he;
#ifdef USE_PKCS11
static
isc_result_t
dst__openssl_load_engine
(
const
char
*
name
,
const
char
*
engine_id
,
const
char
**
pre_cmds
,
int
pre_num
,
const
char
**
pre_cmds
,
int
pre_num
,
const
char
**
post_cmds
,
int
post_num
);
#endif
...
...
@@ -388,7 +388,7 @@ dst__openssl_setdefault(const char *name) {
*/
static
isc_result_t
dst__openssl_load_engine
(
const
char
*
name
,
const
char
*
engine_id
,
const
char
**
pre_cmds
,
int
pre_num
,
const
char
**
pre_cmds
,
int
pre_num
,
const
char
**
post_cmds
,
int
post_num
)
{
ENGINE
*
e
;
...
...
lib/isc/win32/include/isc/platform.h
View file @
a687db7c
/*
* Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2005, 2007
, 2008
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 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: platform.h,v 1.1
5
2008/04/02
02:56:23 marka
Exp $ */
/* $Id: platform.h,v 1.1
6
2008/04/02
23:46:58 tbox
Exp $ */
#ifndef ISC_PLATFORM_H
#define ISC_PLATFORM_H 1
...
...
@@ -71,19 +71,19 @@
#ifdef LIBISC_EXPORTS
#define LIBISC_EXTERNAL_DATA __declspec(dllexport)
#else
#define LIBISC_EXTERNAL_DATA __declspec(dllimport)
#define LIBISC_EXTERNAL_DATA __declspec(dllimport)
#endif
#ifdef LIBISCCFG_EXPORTS
#define LIBISCCFG_EXTERNAL_DATA __declspec(dllexport)
#else
#define LIBISCCFG_EXTERNAL_DATA __declspec(dllimport)
#define LIBISCCFG_EXTERNAL_DATA __declspec(dllimport)
#endif
#ifdef LIBISCCC_EXPORTS
#define LIBISCCC_EXTERNAL_DATA __declspec(dllexport)
#else
#define LIBISCCC_EXTERNAL_DATA __declspec(dllimport)
#define LIBISCCC_EXTERNAL_DATA __declspec(dllimport)
#endif
#ifdef LIBDNS_EXPORTS
...
...
lib/isc/win32/interfaceiter.c
View file @
a687db7c
/*
* Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2007
, 2008
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-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: interfaceiter.c,v 1.1
1
2008/04/02
02:56:23 marka
Exp $ */
/* $Id: interfaceiter.c,v 1.1
2
2008/04/02
23:46:57 tbox
Exp $ */
/*
* Note that this code will need to be revisited to support IPv6 Interfaces.
...
...
@@ -106,7 +106,7 @@ get_addr(unsigned int family, isc_netaddr_t *dst, struct sockaddr *src) {
isc_result_t
isc_interfaceiter_create
(
isc_mem_t
*
mctx
,
isc_interfaceiter_t
**
iterp
)
{
char
strbuf
[
ISC_STRERRORSIZE
];
char
strbuf
[
ISC_STRERRORSIZE
];
isc_interfaceiter_t
*
iter
;
isc_result_t
result
;
int
error
;
...
...
@@ -390,7 +390,7 @@ internal_current6(isc_interfaceiter_t *iter) {
sprintf
(
iter
->
current
.
name
,
"TCP/IPv6 Interface %d"
,
iter
->
pos6
+
1
);
for
(
i
=
0
;
i
<
16
;
i
++
)
for
(
i
=
0
;
i
<
16
;
i
++
)
iter
->
current
.
netmask
.
type
.
in6
.
s6_addr
[
i
]
=
0xff
;
iter
->
current
.
netmask
.
family
=
AF_INET6
;
return
(
ISC_R_SUCCESS
);
...
...
@@ -414,7 +414,7 @@ internal_next(isc_interfaceiter_t *iter) {
* Microsoft's implementation is peculiar for returning
* the list in reverse order
*/
if
(
iter
->
numIF
==
0
)
iter
->
pos4
=
(
INTERFACE_INFO
*
)(
iter
->
buf4
+
(
iter
->
v4IF
));
...
...
lib/isc/win32/net.c
View file @
a687db7c
/*
* Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2005, 2007
, 2008
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: net.c,v 1.1
5
2008/04/02
02:56:23 marka
Exp $ */
/* $Id: net.c,v 1.1
6
2008/04/02
23:46:57 tbox
Exp $ */
#include <config.h>
...
...
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