Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
BIND
Commits
20a96edb
Commit
20a96edb
authored
Feb 20, 2014
by
Tinderbox User
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update copyright notice
parent
4fe04114
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
13 additions
and
13 deletions
+13
-13
bin/named/include/named/client.h
bin/named/include/named/client.h
+1
-1
bin/named/main.c
bin/named/main.c
+1
-1
bin/named/query.c
bin/named/query.c
+1
-1
bin/named/xfrout.c
bin/named/xfrout.c
+2
-2
bin/tests/system/cacheclean/clean.sh
bin/tests/system/cacheclean/clean.sh
+1
-1
bin/tests/system/cacheclean/ns1/named.conf
bin/tests/system/cacheclean/ns1/named.conf
+2
-2
bin/tests/system/cacheclean/ns2/named.conf
bin/tests/system/cacheclean/ns2/named.conf
+1
-1
bin/tests/system/cacheclean/tests.sh
bin/tests/system/cacheclean/tests.sh
+1
-1
bin/tests/system/rpz/tests.sh
bin/tests/system/rpz/tests.sh
+1
-1
bin/win32/BINDInstall/BINDInstallDlg.cpp
bin/win32/BINDInstall/BINDInstallDlg.cpp
+1
-1
win32utils/legacy/makedefs.pl
win32utils/legacy/makedefs.pl
+1
-1
No files found.
bin/named/include/named/client.h
View file @
20a96edb
...
...
@@ -395,6 +395,6 @@ ns_client_sourceip(dns_clientinfo_t *ci, isc_sockaddr_t **addrp);
isc_result_t
ns_client_addopt
(
ns_client_t
*
client
,
dns_message_t
*
message
,
dns_rdataset_t
**
opt
);
dns_rdataset_t
**
opt
);
#endif
/* NAMED_CLIENT_H */
bin/named/main.c
View file @
20a96edb
/*
* Copyright (C) 2004-201
3
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-201
4
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
...
...
bin/named/query.c
View file @
20a96edb
...
...
@@ -7882,7 +7882,7 @@ query_find(ns_client_t *client, dns_fetchevent_t *event, dns_rdatatype_t qtype)
dns_zone_getexpiretime
(
zone
,
&
expiretime
);
secs
=
isc_time_seconds
(
&
expiretime
);
if
(
secs
>=
client
->
now
&&
result
==
ISC_R_SUCCESS
)
{
client->attributes |= NS_CLIENTATTR_HAVEEXPIRE;
client
->
attributes
|=
NS_CLIENTATTR_HAVEEXPIRE
;
client
->
expire
=
secs
-
client
->
now
;
}
}
...
...
bin/named/xfrout.c
View file @
20a96edb
/*
* Copyright (C) 2004-201
3
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-201
4
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
...
...
@@ -1083,7 +1083,7 @@ ns_xfr_start(ns_client_t *client, dns_rdatatype_t reqtype) {
mnemonic
,
(
xfr
->
tsigkey
!=
NULL
)
?
": TSIG "
:
""
,
keyname
,
current_serial
);
dns_zone_getraw
(
zone
,
&
raw
);
mayberaw
=
(
raw
!=
NULL
)
?
raw
:
zone
;
if
((
client
->
attributes
&
NS_CLIENTATTR_WANTEXPIRE
)
!=
0
&&
...
...
bin/tests/system/cacheclean/clean.sh
View file @
20a96edb
#!/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) 2001 Internet Software Consortium.
#
# Permission to use, copy, modify, and/or distribute this software for any
...
...
bin/tests/system/cacheclean/ns1/named.conf
View file @
20a96edb
/*
*
Copyright
(
C
)
2004
,
2005
,
2007
,
2011
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
2004
,
2005
,
2007
,
2011
,
2014
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
2001
Internet
Software
Consortium
.
*
*
Permission
to
use
,
copy
,
modify
,
and
/
or
distribute
this
software
for
any
...
...
@@ -43,6 +43,6 @@ zone "flushtest.example" {
};
zone
"expire-test"
{
type
master
;
type
master
;
file
"expire-test.db"
;
};
bin/tests/system/cacheclean/ns2/named.conf
View file @
20a96edb
/*
*
Copyright
(
C
)
2004
,
2005
,
2007
,
2011
,
2013
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
2004
,
2005
,
2007
,
2011
,
2013
,
2014
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
2001
Internet
Software
Consortium
.
*
*
Permission
to
use
,
copy
,
modify
,
and
/
or
distribute
this
software
for
any
...
...
bin/tests/system/cacheclean/tests.sh
View file @
20a96edb
#!/bin/sh
#
# Copyright (C) 2004, 2007, 2011-201
3
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2007, 2011-201
4
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium.
#
# Permission to use, copy, modify, and/or distribute this software for any
...
...
bin/tests/system/rpz/tests.sh
View file @
20a96edb
# Copyright (C) 2011-201
3
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2011-201
4
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
...
...
bin/win32/BINDInstall/BINDInstallDlg.cpp
View file @
20a96edb
...
...
@@ -231,7 +231,7 @@ CBINDInstallDlg::CBINDInstallDlg(CWnd* pParent /*=NULL*/)
SHGetFolderPath
(
NULL
,
CSIDL_FLAG_CREATE
|
CSIDL_PROGRAM_FILES
,
NULL
,
SHGFP_TYPE_CURRENT
,
progfiles
);
#endif
m_defaultDir
=
progfiles
;
m_defaultDir
+=
"
\\
ISC BIND 9"
;
m_installed
=
FALSE
;
...
...
win32utils/legacy/makedefs.pl
View file @
20a96edb
#!/usr/bin/perl
#
# Copyright (C) 2004, 2007, 2009, 2012
,
201
3
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2007, 2009, 2012
-
201
4
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium.
#
# Permission to use, copy, modify, and/or distribute this software for any
...
...
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