#!/bin/sh
#
-# Copyright (C) 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2005, 2007, 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.5.476.1 2012/02/14 00:14:27 marka Exp $
+# $Id: clean.sh,v 1.5.476.2 2012/02/14 23:46:05 tbox Exp $
rm -f named-compilezone
rm -f ns1/example.db.raw
-# Copyright (C) 2005-2007 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2005-2007, 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.6.558.1 2012/02/14 00:14:27 marka Exp $
+# $Id: compile.sh,v 1.6.558.2 2012/02/14 23:46:06 tbox Exp $
../named-compilezone -D -F raw -o example.db.raw example example.db
../named-compilezone -D -F raw -o large.db.raw large large.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.6.2 2012/02/14 00:14:28 marka Exp $
+; $Id: large.db.in,v 1.2.6.3 2012/02/14 23:46:06 tbox Exp $
$TTL 1D
/*
- * Copyright (C) 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2005, 2007, 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.4.558.1 2012/02/14 00:14:28 marka Exp $ */
+/* $Id: named.conf,v 1.4.558.2 2012/02/14 23:46:06 tbox Exp $ */
// NS1
/*
- * Copyright (C) 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2005, 2007, 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.4.558.1 2012/02/14 00:14:28 marka Exp $ */
+/* $Id: named.conf,v 1.4.558.2 2012/02/14 23:46:06 tbox Exp $ */
// NS2
#!/bin/sh
#
-# Copyright (C) 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2005, 2007, 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: tests.sh,v 1.4.558.1 2012/02/14 00:14:27 marka Exp $
+# $Id: tests.sh,v 1.4.558.2 2012/02/14 23:46:06 tbox Exp $
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
-# $Id: tests.sh,v 1.4.558.1 2012/02/14 00:14:27 marka Exp $
+# $Id: tests.sh,v 1.4.558.2 2012/02/14 23:46:06 tbox Exp $
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
/*
- * 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.178.104.3 2012/02/14 00:14:28 marka Exp $ */
+/* $Id: master.c,v 1.178.104.4 2012/02/14 23:46:06 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.413.14.27 2012/02/14 00:26:41 marka Exp $ */
+/* $Id: resolver.c,v 1.413.14.28 2012/02/14 23:46:06 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);