Bugzilla Bug 267158: removed the $Name$ RCS keyword from our source files.
This keyword adds noise to the output of "ident libnss3.so | grep NSS" on our debug build, and appears to cause spurious CVS conflicts. r=nelsonb. git-svn-id: svn://10.0.0.236/trunk@168042 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
4e0691bf7d
commit
68afcb2227
@ -37,7 +37,7 @@
|
||||
/*
|
||||
* Tool for converting builtin CA certs.
|
||||
*
|
||||
* $Id: addbuiltin.c,v 1.9 2004-05-25 21:47:44 nelsonb%netscape.com Exp $
|
||||
* $Id: addbuiltin.c,v 1.10 2005-01-20 02:25:44 wtchang%redhat.com Exp $
|
||||
*/
|
||||
|
||||
#include "nssrenam.h"
|
||||
@ -206,7 +206,7 @@ printheader() {
|
||||
"# may use your version of this file under either the MPL or the\n"
|
||||
"# GPL.\n"
|
||||
"#\n"
|
||||
"CVS_ID \"@(#) $RCSfile: addbuiltin.c,v $ $Revision: 1.9 $ $Date: 2004-05-25 21:47:44 $ $Name: not supported by cvs2svn $\"\n"
|
||||
"CVS_ID \"@(#) $RCSfile: addbuiltin.c,v $ $Revision: 1.10 $ $Date: 2005-01-20 02:25:44 $\"\n"
|
||||
"\n"
|
||||
"#\n"
|
||||
"# certdata.txt\n"
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
MAKEFILE_CVS_ID = "@(#) $RCSfile: Makefile,v $ $Revision: 1.4 $ $Date: 2004-04-25 15:03:02 $ $Name: not supported by cvs2svn $"
|
||||
MAKEFILE_CVS_ID = "@(#) $RCSfile: Makefile,v $ $Revision: 1.5 $ $Date: 2005-01-20 02:25:44 $"
|
||||
|
||||
include manifest.mn
|
||||
include $(CORE_DEPTH)/coreconf/config.mk
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: asn1.c,v $ $Revision: 1.3 $ $Date: 2004-04-25 15:03:02 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: asn1.c,v $ $Revision: 1.4 $ $Date: 2005-01-20 02:25:44 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
#define ASN1_H
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char ASN1_CVS_ID[] = "@(#) $RCSfile: asn1.h,v $ $Revision: 1.2 $ $Date: 2004-04-25 15:03:02 $ $Name: not supported by cvs2svn $";
|
||||
static const char ASN1_CVS_ID[] = "@(#) $RCSfile: asn1.h,v $ $Revision: 1.3 $ $Date: 2005-01-20 02:25:44 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
#define ASN1M_H
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char ASN1M_CVS_ID[] = "@(#) $RCSfile: asn1m.h,v $ $Revision: 1.2 $ $Date: 2004-04-25 15:03:02 $ $Name: not supported by cvs2svn $";
|
||||
static const char ASN1M_CVS_ID[] = "@(#) $RCSfile: asn1m.h,v $ $Revision: 1.3 $ $Date: 2005-01-20 02:25:44 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
#define ASN1T_H
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char ASN1T_CVS_ID[] = "@(#) $RCSfile: asn1t.h,v $ $Revision: 1.3 $ $Date: 2004-04-25 15:03:02 $ $Name: not supported by cvs2svn $";
|
||||
static const char ASN1T_CVS_ID[] = "@(#) $RCSfile: asn1t.h,v $ $Revision: 1.4 $ $Date: 2005-01-20 02:25:44 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
CONFIG_CVS_ID = "@(#) $RCSfile: config.mk,v $ $Revision: 1.3 $ $Date: 2004-04-25 15:03:02 $ $Name: not supported by cvs2svn $"
|
||||
CONFIG_CVS_ID = "@(#) $RCSfile: config.mk,v $ $Revision: 1.4 $ $Date: 2005-01-20 02:25:44 $"
|
||||
|
||||
ifdef BUILD_IDG
|
||||
DEFINES += -DNSSDEBUG
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
MANIFEST_CVS_ID = "@(#) $RCSfile: manifest.mn,v $ $Revision: 1.4 $ $Date: 2004-04-25 15:03:02 $ $Name: not supported by cvs2svn $"
|
||||
MANIFEST_CVS_ID = "@(#) $RCSfile: manifest.mn,v $ $Revision: 1.5 $ $Date: 2005-01-20 02:25:44 $"
|
||||
|
||||
CORE_DEPTH = ../../..
|
||||
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
#define NSSASN1T_H
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char NSSASN1T_CVS_ID[] = "@(#) $RCSfile: nssasn1t.h,v $ $Revision: 1.2 $ $Date: 2004-04-25 15:03:02 $ $Name: not supported by cvs2svn $";
|
||||
static const char NSSASN1T_CVS_ID[] = "@(#) $RCSfile: nssasn1t.h,v $ $Revision: 1.3 $ $Date: 2005-01-20 02:25:44 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
MAKEFILE_CVS_ID = "@(#) $RCSfile: Makefile,v $ $Revision: 1.3 $ $Date: 2004-04-25 15:03:02 $ $Name: not supported by cvs2svn $"
|
||||
MAKEFILE_CVS_ID = "@(#) $RCSfile: Makefile,v $ $Revision: 1.4 $ $Date: 2005-01-20 02:25:45 $"
|
||||
|
||||
include manifest.mn
|
||||
include $(CORE_DEPTH)/coreconf/config.mk
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: arena.c,v $ $Revision: 1.7 $ $Date: 2004-04-25 15:03:02 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: arena.c,v $ $Revision: 1.8 $ $Date: 2005-01-20 02:25:45 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
#define BASE_H
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char BASE_CVS_ID[] = "@(#) $RCSfile: base.h,v $ $Revision: 1.16 $ $Date: 2004-04-25 15:03:02 $ $Name: not supported by cvs2svn $";
|
||||
static const char BASE_CVS_ID[] = "@(#) $RCSfile: base.h,v $ $Revision: 1.17 $ $Date: 2005-01-20 02:25:45 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
#define BASET_H
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char BASET_CVS_ID[] = "@(#) $RCSfile: baset.h,v $ $Revision: 1.7 $ $Date: 2004-04-25 15:03:02 $ $Name: not supported by cvs2svn $";
|
||||
static const char BASET_CVS_ID[] = "@(#) $RCSfile: baset.h,v $ $Revision: 1.8 $ $Date: 2005-01-20 02:25:45 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
CONFIG_CVS_ID = "@(#) $RCSfile: config.mk,v $ $Revision: 1.4 $ $Date: 2004-04-25 15:03:02 $ $Name: not supported by cvs2svn $"
|
||||
CONFIG_CVS_ID = "@(#) $RCSfile: config.mk,v $ $Revision: 1.5 $ $Date: 2005-01-20 02:25:45 $"
|
||||
|
||||
ifdef BUILD_IDG
|
||||
DEFINES += -DNSSDEBUG
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: error.c,v $ $Revision: 1.5 $ $Date: 2004-04-25 15:03:02 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: error.c,v $ $Revision: 1.6 $ $Date: 2005-01-20 02:25:45 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: errorval.c,v $ $Revision: 1.10 $ $Date: 2004-04-25 15:03:02 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: errorval.c,v $ $Revision: 1.11 $ $Date: 2005-01-20 02:25:45 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: hash.c,v $ $Revision: 1.8 $ $Date: 2004-04-25 15:03:02 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: hash.c,v $ $Revision: 1.9 $ $Date: 2005-01-20 02:25:45 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: hashops.c,v $ $Revision: 1.5 $ $Date: 2004-04-25 15:03:02 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: hashops.c,v $ $Revision: 1.6 $ $Date: 2005-01-20 02:25:45 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: item.c,v $ $Revision: 1.3 $ $Date: 2004-04-25 15:03:02 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: item.c,v $ $Revision: 1.4 $ $Date: 2005-01-20 02:25:45 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: libc.c,v $ $Revision: 1.2 $ $Date: 2004-04-25 15:03:02 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: libc.c,v $ $Revision: 1.3 $ $Date: 2005-01-20 02:25:45 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: list.c,v $ $Revision: 1.18 $ $Date: 2004-04-25 15:03:02 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: list.c,v $ $Revision: 1.19 $ $Date: 2005-01-20 02:25:45 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
MANIFEST_CVS_ID = "@(#) $RCSfile: manifest.mn,v $ $Revision: 1.7 $ $Date: 2004-04-25 15:03:02 $ $Name: not supported by cvs2svn $"
|
||||
MANIFEST_CVS_ID = "@(#) $RCSfile: manifest.mn,v $ $Revision: 1.8 $ $Date: 2005-01-20 02:25:45 $"
|
||||
|
||||
CORE_DEPTH = ../../..
|
||||
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
#define NSSBASE_H
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char NSSBASE_CVS_ID[] = "@(#) $RCSfile: nssbase.h,v $ $Revision: 1.2 $ $Date: 2004-04-25 15:03:02 $ $Name: not supported by cvs2svn $";
|
||||
static const char NSSBASE_CVS_ID[] = "@(#) $RCSfile: nssbase.h,v $ $Revision: 1.3 $ $Date: 2005-01-20 02:25:45 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
#define NSSBASET_H
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char NSSBASET_CVS_ID[] = "@(#) $RCSfile: nssbaset.h,v $ $Revision: 1.5 $ $Date: 2004-04-25 15:03:02 $ $Name: not supported by cvs2svn $";
|
||||
static const char NSSBASET_CVS_ID[] = "@(#) $RCSfile: nssbaset.h,v $ $Revision: 1.6 $ $Date: 2005-01-20 02:25:45 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: tracker.c,v $ $Revision: 1.5 $ $Date: 2004-04-25 15:03:02 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: tracker.c,v $ $Revision: 1.6 $ $Date: 2005-01-20 02:25:45 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: utf8.c,v $ $Revision: 1.6 $ $Date: 2004-04-25 15:03:02 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: utf8.c,v $ $Revision: 1.7 $ $Date: 2005-01-20 02:25:45 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: whatnspr.c,v $ $Revision: 1.3 $ $Date: 2004-04-25 15:03:02 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: whatnspr.c,v $ $Revision: 1.4 $ $Date: 2005-01-20 02:25:45 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
#ifndef BASE_H
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
MAKEFILE_CVS_ID = "@(#) $RCSfile: Makefile,v $ $Revision: 1.6 $ $Date: 2004-04-25 15:03:04 $ $Name: not supported by cvs2svn $"
|
||||
MAKEFILE_CVS_ID = "@(#) $RCSfile: Makefile,v $ $Revision: 1.7 $ $Date: 2005-01-20 02:25:45 $"
|
||||
|
||||
include manifest.mn
|
||||
include $(CORE_DEPTH)/coreconf/config.mk
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
MAKEFILE_CVS_ID = "@(#) $RCSfile: Makefile,v $ $Revision: 1.13 $ $Date: 2004-04-25 15:03:04 $ $Name: not supported by cvs2svn $"
|
||||
MAKEFILE_CVS_ID = "@(#) $RCSfile: Makefile,v $ $Revision: 1.14 $ $Date: 2005-01-20 02:25:46 $"
|
||||
|
||||
include manifest.mn
|
||||
include $(CORE_DEPTH)/coreconf/config.mk
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: anchor.c,v $ $Revision: 1.2 $ $Date: 2004-04-25 15:03:04 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: anchor.c,v $ $Revision: 1.3 $ $Date: 2005-01-20 02:25:46 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: bfind.c,v $ $Revision: 1.5 $ $Date: 2004-04-25 15:03:04 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: bfind.c,v $ $Revision: 1.6 $ $Date: 2005-01-20 02:25:46 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
#ifndef BUILTINS_H
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: binst.c,v $ $Revision: 1.2 $ $Date: 2004-04-25 15:03:04 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: binst.c,v $ $Revision: 1.3 $ $Date: 2005-01-20 02:25:46 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
#include "builtins.h"
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: bobject.c,v $ $Revision: 1.3 $ $Date: 2004-04-25 15:03:04 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: bobject.c,v $ $Revision: 1.4 $ $Date: 2005-01-20 02:25:46 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
#include "builtins.h"
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: bsession.c,v $ $Revision: 1.2 $ $Date: 2004-04-25 15:03:04 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: bsession.c,v $ $Revision: 1.3 $ $Date: 2005-01-20 02:25:46 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
#include "builtins.h"
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: bslot.c,v $ $Revision: 1.2 $ $Date: 2004-04-25 15:03:04 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: bslot.c,v $ $Revision: 1.3 $ $Date: 2005-01-20 02:25:46 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
#include "builtins.h"
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: btoken.c,v $ $Revision: 1.2 $ $Date: 2004-04-25 15:03:04 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: btoken.c,v $ $Revision: 1.3 $ $Date: 2005-01-20 02:25:46 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
#include "builtins.h"
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char BUILTINS_CVS_ID[] = "@(#) $RCSfile: builtins.h,v $ $Revision: 1.4 $ $Date: 2004-04-25 15:03:04 $ $Name: not supported by cvs2svn $";
|
||||
static const char BUILTINS_CVS_ID[] = "@(#) $RCSfile: builtins.h,v $ $Revision: 1.5 $ $Date: 2005-01-20 02:25:46 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
#include "nssckmdt.h"
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
* GPL.
|
||||
*/
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: certdata.c,v $ $Revision: 1.30 $ $Date: 2004-12-02 19:47:45 $ $Name: not supported by cvs2svn $""; @(#) $RCSfile: certdata.c,v $ $Revision: 1.30 $ $Date: 2004-12-02 19:47:45 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: certdata.c,v $ $Revision: 1.31 $ $Date: 2005-01-20 02:25:46 $""; @(#) $RCSfile: certdata.c,v $ $Revision: 1.31 $ $Date: 2005-01-20 02:25:46 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
#ifndef BUILTINS_H
|
||||
@ -580,7 +580,7 @@ static const NSSItem nss_builtins_items_0 [] = {
|
||||
{ (void *)&ck_false, (PRUint32)sizeof(CK_BBOOL) },
|
||||
{ (void *)"CVS ID", (PRUint32)7 },
|
||||
{ (void *)"NSS", (PRUint32)4 },
|
||||
{ (void *)"@(#) $RCSfile: certdata.c,v $ $Revision: 1.30 $ $Date: 2004-12-02 19:47:45 $ $Name: not supported by cvs2svn $""; @(#) $RCSfile: certdata.c,v $ $Revision: 1.30 $ $Date: 2004-12-02 19:47:45 $ $Name: not supported by cvs2svn $", (PRUint32)179 }
|
||||
{ (void *)"@(#) $RCSfile: certdata.c,v $ $Revision: 1.31 $ $Date: 2005-01-20 02:25:46 $""; @(#) $RCSfile: certdata.c,v $ $Revision: 1.31 $ $Date: 2005-01-20 02:25:46 $", (PRUint32)179 }
|
||||
};
|
||||
#endif /* DEBUG */
|
||||
static const NSSItem nss_builtins_items_1 [] = {
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
my $cvs_id = '@(#) $RCSfile: certdata.perl,v $ $Revision: 1.8 $ $Date: 2004-04-25 15:03:04 $ $Name: not supported by cvs2svn $';
|
||||
my $cvs_id = '@(#) $RCSfile: certdata.perl,v $ $Revision: 1.9 $ $Date: 2005-01-20 02:25:46 $';
|
||||
use strict;
|
||||
|
||||
my %constants;
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
# may use your version of this file under either the MPL or the
|
||||
# GPL.
|
||||
#
|
||||
CVS_ID "@(#) $RCSfile: certdata.txt,v $ $Revision: 1.31 $ $Date: 2004-12-02 19:47:45 $ $Name: not supported by cvs2svn $"
|
||||
CVS_ID "@(#) $RCSfile: certdata.txt,v $ $Revision: 1.32 $ $Date: 2005-01-20 02:25:46 $"
|
||||
|
||||
#
|
||||
# certdata.txt
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
CONFIG_CVS_ID = "@(#) $RCSfile: config.mk,v $ $Revision: 1.10 $ $Date: 2004-08-31 17:28:50 $ $Name: not supported by cvs2svn $"
|
||||
CONFIG_CVS_ID = "@(#) $RCSfile: config.mk,v $ $Revision: 1.11 $ $Date: 2005-01-20 02:25:46 $"
|
||||
|
||||
#
|
||||
# Override TARGETS variable so that only shared libraries
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: constants.c,v $ $Revision: 1.9 $ $Date: 2004-04-25 15:03:04 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: constants.c,v $ $Revision: 1.10 $ $Date: 2005-01-20 02:25:46 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
MANIFEST_CVS_ID = "@(#) $RCSfile: manifest.mn,v $ $Revision: 1.9 $ $Date: 2004-08-31 17:28:50 $ $Name: not supported by cvs2svn $"
|
||||
MANIFEST_CVS_ID = "@(#) $RCSfile: manifest.mn,v $ $Revision: 1.10 $ $Date: 2005-01-20 02:25:46 $"
|
||||
|
||||
CORE_DEPTH = ../../../..
|
||||
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
# This file is in part derived from a file "pkcs11f.h" made available
|
||||
# by RSA Security at ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/pkcs11f.h
|
||||
|
||||
CVS_ID "@(#) $RCSfile: ck.api,v $ $Revision: 1.1 $ $Date: 2000-03-31 19:43:09 $ $Name: not supported by cvs2svn $"
|
||||
CVS_ID "@(#) $RCSfile: ck.api,v $ $Revision: 1.2 $ $Date: 2005-01-20 02:25:45 $"
|
||||
|
||||
# Fields
|
||||
# FUNCTION introduces a Cryptoki function
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
#define CK_H
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CK_CVS_ID[] = "@(#) $RCSfile: ck.h,v $ $Revision: 1.2 $ $Date: 2004-04-25 15:03:04 $ $Name: not supported by cvs2svn $";
|
||||
static const char CK_CVS_ID[] = "@(#) $RCSfile: ck.h,v $ $Revision: 1.3 $ $Date: 2005-01-20 02:25:45 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
$cvs_id = '@(#) $RCSfile: ckapi.perl,v $ $Revision: 1.7 $ $Date: 2004-04-25 15:03:04 $ $Name: not supported by cvs2svn $';
|
||||
$cvs_id = '@(#) $RCSfile: ckapi.perl,v $ $Revision: 1.8 $ $Date: 2005-01-20 02:25:45 $';
|
||||
|
||||
$copyright = '/* THIS IS A GENERATED FILE */
|
||||
/*
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
#define CKFW_H
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CKFW_CVS_ID[] = "@(#) $RCSfile: ckfw.h,v $ $Revision: 1.6 $ $Date: 2004-11-18 23:51:37 $ $Name: not supported by cvs2svn $";
|
||||
static const char CKFW_CVS_ID[] = "@(#) $RCSfile: ckfw.h,v $ $Revision: 1.7 $ $Date: 2005-01-20 02:25:45 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
#define CKFWM_H
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CKFWM_CVS_ID[] = "@(#) $RCSfile: ckfwm.h,v $ $Revision: 1.4 $ $Date: 2004-07-29 22:51:00 $ $Name: not supported by cvs2svn $";
|
||||
static const char CKFWM_CVS_ID[] = "@(#) $RCSfile: ckfwm.h,v $ $Revision: 1.5 $ $Date: 2005-01-20 02:25:45 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
#define CKFWTM_H
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CKFWTM_CVS_ID[] = "@(#) $RCSfile: ckfwtm.h,v $ $Revision: 1.2 $ $Date: 2004-04-25 15:03:04 $ $Name: not supported by cvs2svn $";
|
||||
static const char CKFWTM_CVS_ID[] = "@(#) $RCSfile: ckfwtm.h,v $ $Revision: 1.3 $ $Date: 2005-01-20 02:25:45 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
#define CKMD_H
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CKMD_CVS_ID[] = "@(#) $RCSfile: ckmd.h,v $ $Revision: 1.2 $ $Date: 2004-04-25 15:03:04 $ $Name: not supported by cvs2svn $";
|
||||
static const char CKMD_CVS_ID[] = "@(#) $RCSfile: ckmd.h,v $ $Revision: 1.3 $ $Date: 2005-01-20 02:25:45 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
CONFIG_CVS_ID = "@(#) $RCSfile: config.mk,v $ $Revision: 1.4 $ $Date: 2004-04-25 15:03:04 $ $Name: not supported by cvs2svn $"
|
||||
CONFIG_CVS_ID = "@(#) $RCSfile: config.mk,v $ $Revision: 1.5 $ $Date: 2005-01-20 02:25:45 $"
|
||||
|
||||
ifdef BUILD_IDG
|
||||
DEFINES += -DNSSDEBUG
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
# may use your version of this file under either the MPL or the
|
||||
# GPL.
|
||||
#
|
||||
MAKEFILE_CVS_ID = "@(#) $RCSfile: Makefile,v $ $Revision: 1.1 $ $Date: 2000-05-15 20:39:53 $ $Name: not supported by cvs2svn $"
|
||||
MAKEFILE_CVS_ID = "@(#) $RCSfile: Makefile,v $ $Revision: 1.2 $ $Date: 2005-01-20 02:25:47 $"
|
||||
|
||||
include manifest.mn
|
||||
include config.mk
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
*/
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: anchor.c,v $ $Revision: 1.1 $ $Date: 2000-05-15 20:39:54 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: anchor.c,v $ $Revision: 1.2 $ $Date: 2005-01-20 02:25:47 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
*/
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CKDBM_CVS_ID[] = "@(#) $RCSfile: ckdbm.h,v $ $Revision: 1.1 $ $Date: 2000-05-15 20:39:54 $ $Name: not supported by cvs2svn $";
|
||||
static const char CKDBM_CVS_ID[] = "@(#) $RCSfile: ckdbm.h,v $ $Revision: 1.2 $ $Date: 2005-01-20 02:25:47 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
#ifndef CKDBM_H
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
# may use your version of this file under either the MPL or the
|
||||
# GPL.
|
||||
#
|
||||
CONFIG_CVS_ID = "@(#) $RCSfile: config.mk,v $ $Revision: 1.1 $ $Date: 2000-05-15 20:39:54 $ $Name: not supported by cvs2svn $"
|
||||
CONFIG_CVS_ID = "@(#) $RCSfile: config.mk,v $ $Revision: 1.2 $ $Date: 2005-01-20 02:25:47 $"
|
||||
|
||||
ifdef BUILD_IDG
|
||||
DEFINES += -DNSSDEBUG
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
*/
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: db.c,v $ $Revision: 1.4 $ $Date: 2000-05-17 18:28:13 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: db.c,v $ $Revision: 1.5 $ $Date: 2005-01-20 02:25:47 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
#include "ckdbm.h"
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
*/
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: find.c,v $ $Revision: 1.2 $ $Date: 2000-05-15 20:58:19 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: find.c,v $ $Revision: 1.3 $ $Date: 2005-01-20 02:25:47 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
#include "ckdbm.h"
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
*/
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: instance.c,v $ $Revision: 1.1 $ $Date: 2000-05-15 20:39:56 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: instance.c,v $ $Revision: 1.2 $ $Date: 2005-01-20 02:25:47 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
#include "ckdbm.h"
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
# may use your version of this file under either the MPL or the
|
||||
# GPL.
|
||||
#
|
||||
MANIFEST_CVS_ID = "@(#) $RCSfile: manifest.mn,v $ $Revision: 1.2 $ $Date: 2002-09-06 16:37:56 $ $Name: not supported by cvs2svn $"
|
||||
MANIFEST_CVS_ID = "@(#) $RCSfile: manifest.mn,v $ $Revision: 1.3 $ $Date: 2005-01-20 02:25:47 $"
|
||||
|
||||
CORE_DEPTH = ../../../..
|
||||
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
*/
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: object.c,v $ $Revision: 1.1 $ $Date: 2000-05-15 20:39:56 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: object.c,v $ $Revision: 1.2 $ $Date: 2005-01-20 02:25:47 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
#include "ckdbm.h"
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
*/
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: session.c,v $ $Revision: 1.1 $ $Date: 2000-05-15 20:39:57 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: session.c,v $ $Revision: 1.2 $ $Date: 2005-01-20 02:25:47 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
#include "ckdbm.h"
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
*/
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: slot.c,v $ $Revision: 1.1 $ $Date: 2000-05-15 20:39:57 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: slot.c,v $ $Revision: 1.2 $ $Date: 2005-01-20 02:25:47 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
#include "ckdbm.h"
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
*/
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: token.c,v $ $Revision: 1.2 $ $Date: 2000-05-17 18:28:13 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: token.c,v $ $Revision: 1.3 $ $Date: 2005-01-20 02:25:47 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
#include "ckdbm.h"
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: find.c,v $ $Revision: 1.5 $ $Date: 2004-04-25 15:03:04 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: find.c,v $ $Revision: 1.6 $ $Date: 2005-01-20 02:25:45 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: hash.c,v $ $Revision: 1.2 $ $Date: 2004-04-25 15:03:04 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: hash.c,v $ $Revision: 1.3 $ $Date: 2005-01-20 02:25:45 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: instance.c,v $ $Revision: 1.9 $ $Date: 2004-07-29 22:51:00 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: instance.c,v $ $Revision: 1.10 $ $Date: 2005-01-20 02:25:45 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
MANIFEST_CVS_ID = "@(#) $RCSfile: manifest.mn,v $ $Revision: 1.6 $ $Date: 2004-04-25 15:03:04 $ $Name: not supported by cvs2svn $"
|
||||
MANIFEST_CVS_ID = "@(#) $RCSfile: manifest.mn,v $ $Revision: 1.7 $ $Date: 2005-01-20 02:25:45 $"
|
||||
|
||||
CORE_DEPTH = ../../..
|
||||
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: mechanism.c,v $ $Revision: 1.2 $ $Date: 2004-04-25 15:03:04 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: mechanism.c,v $ $Revision: 1.3 $ $Date: 2005-01-20 02:25:45 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: mutex.c,v $ $Revision: 1.5 $ $Date: 2004-08-03 23:24:37 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: mutex.c,v $ $Revision: 1.6 $ $Date: 2005-01-20 02:25:45 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
*/
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char NSSCKAPI_CVS_ID[] = "@(#) $RCSfile: nssck.api,v $ $Revision: 1.5 $ $Date: 2003-04-17 00:07:06 $ $Name: not supported by cvs2svn $ ; @(#) $RCSfile: nssck.api,v $ $Revision: 1.5 $ $Date: 2003-04-17 00:07:06 $ $Name: not supported by cvs2svn $";
|
||||
static const char NSSCKAPI_CVS_ID[] = "@(#) $RCSfile: nssck.api,v $ $Revision: 1.6 $ $Date: 2005-01-20 02:25:45 $ ; @(#) $RCSfile: nssck.api,v $ $Revision: 1.6 $ $Date: 2005-01-20 02:25:45 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
#define NSSCKFW_H
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char NSSCKFW_CVS_ID[] = "@(#) $RCSfile: nssckfw.h,v $ $Revision: 1.3 $ $Date: 2004-04-25 15:03:04 $ $Name: not supported by cvs2svn $";
|
||||
static const char NSSCKFW_CVS_ID[] = "@(#) $RCSfile: nssckfw.h,v $ $Revision: 1.4 $ $Date: 2005-01-20 02:25:45 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
#define NSSCKFWC_H
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char NSSCKFWC_CVS_ID[] = "@(#) $RCSfile: nssckfwc.h,v $ $Revision: 1.2 $ $Date: 2004-04-25 15:03:04 $ $Name: not supported by cvs2svn $";
|
||||
static const char NSSCKFWC_CVS_ID[] = "@(#) $RCSfile: nssckfwc.h,v $ $Revision: 1.3 $ $Date: 2005-01-20 02:25:45 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
#define NSSCKFWT_H
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char NSSCKFWT_CVS_ID[] = "@(#) $RCSfile: nssckfwt.h,v $ $Revision: 1.3 $ $Date: 2004-07-29 22:51:00 $ $Name: not supported by cvs2svn $";
|
||||
static const char NSSCKFWT_CVS_ID[] = "@(#) $RCSfile: nssckfwt.h,v $ $Revision: 1.4 $ $Date: 2005-01-20 02:25:45 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
#define NSSCKMDT_H
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char NSSCKMDT_CVS_ID[] = "@(#) $RCSfile: nssckmdt.h,v $ $Revision: 1.4 $ $Date: 2004-04-25 15:03:04 $ $Name: not supported by cvs2svn $";
|
||||
static const char NSSCKMDT_CVS_ID[] = "@(#) $RCSfile: nssckmdt.h,v $ $Revision: 1.5 $ $Date: 2005-01-20 02:25:45 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: object.c,v $ $Revision: 1.10 $ $Date: 2004-04-25 15:03:04 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: object.c,v $ $Revision: 1.11 $ $Date: 2005-01-20 02:25:45 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: session.c,v $ $Revision: 1.7 $ $Date: 2004-04-25 15:03:04 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: session.c,v $ $Revision: 1.8 $ $Date: 2005-01-20 02:25:45 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: sessobj.c,v $ $Revision: 1.11 $ $Date: 2004-04-25 15:03:04 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: sessobj.c,v $ $Revision: 1.12 $ $Date: 2005-01-20 02:25:45 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: slot.c,v $ $Revision: 1.5 $ $Date: 2004-04-25 15:03:04 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: slot.c,v $ $Revision: 1.6 $ $Date: 2005-01-20 02:25:45 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: token.c,v $ $Revision: 1.9 $ $Date: 2004-04-25 15:03:04 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: token.c,v $ $Revision: 1.10 $ $Date: 2005-01-20 02:25:45 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: wrap.c,v $ $Revision: 1.11 $ $Date: 2004-07-29 22:51:00 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: wrap.c,v $ $Revision: 1.12 $ $Date: 2005-01-20 02:25:45 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
MAKEFILE_CVS_ID = "@(#) $RCSfile: Makefile,v $ $Revision: 1.5 $ $Date: 2004-04-25 15:03:06 $ $Name: not supported by cvs2svn $"
|
||||
MAKEFILE_CVS_ID = "@(#) $RCSfile: Makefile,v $ $Revision: 1.6 $ $Date: 2005-01-20 02:25:47 $"
|
||||
|
||||
include manifest.mn
|
||||
include $(CORE_DEPTH)/coreconf/config.mk
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: ckhelper.c,v $ $Revision: 1.32 $ $Date: 2004-12-24 07:13:35 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: ckhelper.c,v $ $Revision: 1.33 $ $Date: 2005-01-20 02:25:47 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
#ifndef NSSCKEPV_H
|
||||
|
||||
@ -44,7 +44,7 @@
|
||||
#define CKHELPER_H
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CKHELPER_CVS_ID[] = "@(#) $RCSfile: ckhelper.h,v $ $Revision: 1.18 $ $Date: 2004-04-25 15:03:06 $ $Name: not supported by cvs2svn $";
|
||||
static const char CKHELPER_CVS_ID[] = "@(#) $RCSfile: ckhelper.h,v $ $Revision: 1.19 $ $Date: 2005-01-20 02:25:47 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
#ifndef NSSCKT_H
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
CONFIG_CVS_ID = "@(#) $RCSfile: config.mk,v $ $Revision: 1.3 $ $Date: 2004-04-25 15:03:06 $ $Name: not supported by cvs2svn $"
|
||||
CONFIG_CVS_ID = "@(#) $RCSfile: config.mk,v $ $Revision: 1.4 $ $Date: 2005-01-20 02:25:47 $"
|
||||
|
||||
ifdef BUILD_IDG
|
||||
DEFINES += -DNSSDEBUG
|
||||
|
||||
@ -44,7 +44,7 @@
|
||||
*/
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char DEV_CVS_ID[] = "@(#) $RCSfile: dev.h,v $ $Revision: 1.35 $ $Date: 2004-05-17 20:08:37 $ $Name: not supported by cvs2svn $";
|
||||
static const char DEV_CVS_ID[] = "@(#) $RCSfile: dev.h,v $ $Revision: 1.36 $ $Date: 2005-01-20 02:25:47 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
#ifndef NSSCKT_H
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
#define DEVM_H
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char DEVM_CVS_ID[] = "@(#) $RCSfile: devm.h,v $ $Revision: 1.10 $ $Date: 2004-04-25 15:03:06 $ $Name: not supported by cvs2svn $";
|
||||
static const char DEVM_CVS_ID[] = "@(#) $RCSfile: devm.h,v $ $Revision: 1.11 $ $Date: 2005-01-20 02:25:47 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
#ifndef BASE_H
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: devmod.c,v $ $Revision: 1.6 $ $Date: 2004-04-25 15:03:06 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: devmod.c,v $ $Revision: 1.7 $ $Date: 2005-01-20 02:25:47 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
#ifndef NSSCKEPV_H
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: devslot.c,v $ $Revision: 1.19 $ $Date: 2004-04-25 15:03:06 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: devslot.c,v $ $Revision: 1.20 $ $Date: 2005-01-20 02:25:47 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
#ifndef NSSCKEPV_H
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
#define DEVT_H
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char DEVT_CVS_ID[] = "@(#) $RCSfile: devt.h,v $ $Revision: 1.21 $ $Date: 2004-05-17 20:08:37 $ $Name: not supported by cvs2svn $";
|
||||
static const char DEVT_CVS_ID[] = "@(#) $RCSfile: devt.h,v $ $Revision: 1.22 $ $Date: 2005-01-20 02:25:47 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
#define DEVTM_H
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char DEVTM_CVS_ID[] = "@(#) $RCSfile: devtm.h,v $ $Revision: 1.3 $ $Date: 2004-04-25 15:03:06 $ $Name: not supported by cvs2svn $";
|
||||
static const char DEVTM_CVS_ID[] = "@(#) $RCSfile: devtm.h,v $ $Revision: 1.4 $ $Date: 2005-01-20 02:25:47 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: devtoken.c,v $ $Revision: 1.38 $ $Date: 2004-05-17 20:08:37 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: devtoken.c,v $ $Revision: 1.39 $ $Date: 2005-01-20 02:25:47 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
#ifndef NSSCKEPV_H
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: devutil.c,v $ $Revision: 1.25 $ $Date: 2004-09-22 01:45:26 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: devutil.c,v $ $Revision: 1.26 $ $Date: 2005-01-20 02:25:47 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
#ifndef DEVM_H
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
MANIFEST_CVS_ID = "@(#) $RCSfile: manifest.mn,v $ $Revision: 1.10 $ $Date: 2004-04-25 15:03:06 $ $Name: not supported by cvs2svn $"
|
||||
MANIFEST_CVS_ID = "@(#) $RCSfile: manifest.mn,v $ $Revision: 1.11 $ $Date: 2005-01-20 02:25:47 $"
|
||||
|
||||
CORE_DEPTH = ../../..
|
||||
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
#define NSSDEV_H
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char NSSDEV_CVS_ID[] = "@(#) $RCSfile: nssdev.h,v $ $Revision: 1.2 $ $Date: 2004-04-25 15:03:06 $ $Name: not supported by cvs2svn $";
|
||||
static const char NSSDEV_CVS_ID[] = "@(#) $RCSfile: nssdev.h,v $ $Revision: 1.3 $ $Date: 2005-01-20 02:25:47 $";
|
||||
#endif /* DEBUG */
|
||||
/*
|
||||
* nssdev.h
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
#define NSSDEVT_H
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char NSSDEVT_CVS_ID[] = "@(#) $RCSfile: nssdevt.h,v $ $Revision: 1.4 $ $Date: 2004-04-25 15:03:06 $ $Name: not supported by cvs2svn $";
|
||||
static const char NSSDEVT_CVS_ID[] = "@(#) $RCSfile: nssdevt.h,v $ $Revision: 1.5 $ $Date: 2005-01-20 02:25:47 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: dev3hack.c,v $ $Revision: 1.20 $ $Date: 2004-04-25 15:03:12 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: dev3hack.c,v $ $Revision: 1.21 $ $Date: 2005-01-20 02:25:48 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
#ifndef NSS_3_4_CODE
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
#define DEVNSS3HACK_H
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char DEVNSS3HACK_CVS_ID[] = "@(#) $RCSfile: dev3hack.h,v $ $Revision: 1.8 $ $Date: 2004-04-25 15:03:12 $ $Name: not supported by cvs2svn $";
|
||||
static const char DEVNSS3HACK_CVS_ID[] = "@(#) $RCSfile: dev3hack.h,v $ $Revision: 1.9 $ $Date: 2005-01-20 02:25:48 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
#include "cert.h"
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
MAKEFILE_CVS_ID = "@(#) $RCSfile: Makefile,v $ $Revision: 1.5 $ $Date: 2004-04-25 15:03:14 $ $Name: not supported by cvs2svn $"
|
||||
MAKEFILE_CVS_ID = "@(#) $RCSfile: Makefile,v $ $Revision: 1.6 $ $Date: 2005-01-20 02:25:48 $"
|
||||
|
||||
include manifest.mn
|
||||
include $(CORE_DEPTH)/coreconf/config.mk
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: asymmkey.c,v $ $Revision: 1.5 $ $Date: 2004-04-25 15:03:14 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: asymmkey.c,v $ $Revision: 1.6 $ $Date: 2005-01-20 02:25:48 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
#ifndef NSSPKI_H
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: certdecode.c,v $ $Revision: 1.15 $ $Date: 2004-04-25 15:03:14 $ $Name: not supported by cvs2svn $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: certdecode.c,v $ $Revision: 1.16 $ $Date: 2005-01-20 02:25:48 $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
#ifndef PKIT_H
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user