#!/bin/sh
#
-# Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009 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: sign.sh,v 1.5 2009/10/27 05:49:50 each Exp $
+# $Id: sign.sh,v 1.6 2009/10/27 23:47:44 tbox Exp $
SYSTEMTESTTOP=../..
. $SYSTEMTESTTOP/conf.sh
#!/bin/sh
#
-# Copyright (C) 2004, 2007, 2008 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007-2009 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2000-2002 Internet Software Consortium.
#
# Permission to use, copy, modify, and/or distribute this software for any
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
-# $Id: clean.sh,v 1.24 2009/10/27 22:25:37 marka Exp $
+# $Id: clean.sh,v 1.25 2009/10/27 23:47:44 tbox Exp $
rm -f */K* */keyset-* */dsset-* */dlvset-* */signedkey-* */*.signed */trusted.conf */tmp* */*.jnl */*.bk
rm -f ns1/root.db ns2/example.db ns3/secure.example.db
-; Copyright (C) 2004, 2007, 2008 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) 2004, 2007-2009 Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 2000-2002 Internet Software Consortium.
;
; Permission to use, copy, modify, and/or distribute this software for any
; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
; PERFORMANCE OF THIS SOFTWARE.
-; $Id: example.db.in,v 1.20 2009/10/27 22:25:37 marka Exp $
+; $Id: example.db.in,v 1.21 2009/10/27 23:47:44 tbox Exp $
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
/*
- * Copyright (C) 2004, 2006-2008 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2006-2009 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000-2002 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: named.conf,v 1.34 2009/10/27 22:25:37 marka Exp $ */
+/* $Id: named.conf,v 1.35 2009/10/27 23:47:44 tbox Exp $ */
// NS3
#!/bin/sh
#
-# Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2000-2002 Internet Software Consortium.
#
# Permission to use, copy, modify, and/or distribute this software for any
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
-# $Id: tests.sh,v 1.54 2009/10/27 22:25:37 marka Exp $
+# $Id: tests.sh,v 1.55 2009/10/27 23:47:44 tbox Exp $
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
/*
* Principal Author: Brian Wellington
- * $Id: opensslrsa_link.c,v 1.34 2009/10/27 22:25:37 marka Exp $
+ * $Id: opensslrsa_link.c,v 1.35 2009/10/27 23:47:45 tbox Exp $
*/
#ifdef OPENSSL
#include <config.h>
RSA_size(rsa), rsa);
break;
- case DST_ALG_RSASHA256:
+ case DST_ALG_RSASHA256:
case DST_ALG_RSASHA512:
{
/*
status = RSA_public_decrypt(sig->length, sig->base,
original, rsa,
RSA_PKCS1_PADDING);
- if (status <= 0)
+ if (status <= 0)
return (DST_R_VERIFYFAILURE);
- if (status != (int)(prefixlen + digestlen))
+ if (status != (int)(prefixlen + digestlen))
return (DST_R_VERIFYFAILURE);
if (memcmp(original, prefix, prefixlen))
return (DST_R_VERIFYFAILURE);
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: rbtdb.c,v 1.284 2009/10/27 04:46:58 marka Exp $ */
+/* $Id: rbtdb.c,v 1.285 2009/10/27 23:47:45 tbox Exp $ */
/*! \file */
newnsec = ISC_TRUE;
else
newnsec = ISC_FALSE;
-
+
/*
* If we're adding a delegation type, adding to the auxiliary NSEC tree,
* or the DB is a cache in an overmem state, hold an exclusive lock on
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: zone.c,v 1.522 2009/10/27 22:46:13 each Exp $ */
+/* $Id: zone.c,v 1.523 2009/10/27 23:47:45 tbox Exp $ */
/*! \file */
}
failure:
- if (sr != NULL)
+ if (sr != NULL)
dns_keytable_detach(&sr);
if (ver != NULL)
dns_db_closeversion(db, &ver, changed);