#!/bin/sh
#
-# Copyright (C) 2005, 2007, 2011 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2005, 2007, 2011, 2012 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
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
-# $Id: clean.sh,v 1.10.20.1 2012/02/13 23:51:50 marka Exp $
+# $Id: clean.sh,v 1.10.20.2 2012/02/14 23:46:48 tbox Exp $
rm -f named-compilezone
rm -f ns1/example.db.raw*
-# Copyright (C) 2005-2007, 2011 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2005-2007, 2011, 2012 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
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
-# $Id: compile.sh,v 1.9.20.1 2012/02/13 23:51:51 marka Exp $
+# $Id: compile.sh,v 1.9.20.2 2012/02/14 23:46:48 tbox Exp $
../named-compilezone -D -F raw -o example.db.raw example \
example.db > /dev/null 2>&1
-; Copyright (C) 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) 2012 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
; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
; PERFORMANCE OF THIS SOFTWARE.
-; $Id: large.db.in,v 1.2.2.2 2012/02/13 23:51:51 marka Exp $
+; $Id: large.db.in,v 1.2.2.3 2012/02/14 23:46:49 tbox Exp $
$TTL 1D
/*
- * Copyright (C) 2005, 2007, 2011 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2005, 2007, 2011, 2012 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
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: named.conf,v 1.7.36.1 2012/02/13 23:51:51 marka Exp $ */
+/* $Id: named.conf,v 1.7.36.2 2012/02/14 23:46:49 tbox Exp $ */
// NS1
/*
- * Copyright (C) 2005, 2007, 2011 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2005, 2007, 2011, 2012 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
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: named.conf,v 1.6.98.1 2012/02/13 23:51:51 marka Exp $ */
+/* $Id: named.conf,v 1.6.98.2 2012/02/14 23:46:49 tbox Exp $ */
// NS2
-# Copyright (C) 2005-2007, 2011 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2005-2007, 2011, 2012 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
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
-# $Id: setup.sh,v 1.9.36.1 2012/02/13 23:51:50 marka Exp $
+# $Id: setup.sh,v 1.9.36.2 2012/02/14 23:46:48 tbox Exp $
rm -f named-compilezone
ln -s $CHECKZONE named-compilezone
/*
- * Copyright (C) 2004-2009, 2011 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009, 2011, 2012 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: master.c,v 1.181.36.1 2012/02/13 23:51:51 marka Exp $ */
+/* $Id: master.c,v 1.181.36.2 2012/02/14 23:46:49 tbox Exp $ */
/*! \file */
/*
- * Copyright (C) 2004-2011 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2012 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: resolver.c,v 1.446.38.1 2012/02/14 00:24:56 marka Exp $ */
+/* $Id: resolver.c,v 1.446.38.2 2012/02/14 23:46:49 tbox Exp $ */
/*! \file */
log_ns_ttl(fctx, "noanswer_response");
if (ns_rdataset != NULL && dns_name_equal(&fctx->domain, ns_name) &&
- !dns_name_equal(ns_name, dns_rootname))
+ !dns_name_equal(ns_name, dns_rootname))
trim_ns_ttl(fctx, ns_name, ns_rdataset);
/*
log_ns_ttl(fctx, "answer_response");
if (ns_rdataset != NULL && dns_name_equal(&fctx->domain, ns_name) &&
- !dns_name_equal(ns_name, dns_rootname))
+ !dns_name_equal(ns_name, dns_rootname))
trim_ns_ttl(fctx, ns_name, ns_rdataset);
return (result);