ns-cert-ext -> ns_cert_exts to make directory name consistent with filenames

svn path=/trunk/; revision=30478
This commit is contained in:
Kovarththanan Rajaratnam 2009-10-10 14:20:33 +00:00
parent 3d94638c3d
commit b57e27ef8e
12 changed files with 44 additions and 44 deletions

View File

@ -62,7 +62,7 @@ SUBDIRS = \
mpeg-audio \
mpeg-pes \
nbap \
ns-cert-exts\
ns_cert_exts\
ocsp \
p7 \
pcap \

View File

@ -51,7 +51,7 @@ ber: \
ldap \
logotypecertextn \
mms \
ns-cert-exts \
ns_cert_exts \
ocsp \
p7 \
pkcs1 \
@ -226,7 +226,7 @@ clean:
cd nbap
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
cd ns-cert-exts
cd ns_cert_exts
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
cd ocsp
@ -550,8 +550,8 @@ nbap::
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
cd ..
ns-cert-exts::
cd ns-cert-exts
ns_cert_exts::
cd ns_cert_exts
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
cd ..

View File

@ -1,28 +0,0 @@
# NS-CERT-EXT.cnf
# NetScape Certificate Extensions conformation file
# $Id$
#.MODULE_IMPORT
#.EXPORTS
#.REGISTER
CertType B "2.16.840.1.113730.1.1" "ns-cert-exts.cert_type"
BaseUrl B "2.16.840.1.113730.1.2" "ns-cert-exts.base_url"
RevocationUrl B "2.16.840.1.113730.1.3" "ns-cert-exts.revocation-url"
CaRevocationUrl B "2.16.840.1.113730.1.4" "ns-cert-exts.ca-revocation-url"
CertRenewalUrl B "2.16.840.1.113730.1.7" "ns-cert-exts.cert-renewal-url"
CaPolicyUrl B "2.16.840.1.113730.1.8" "ns-cert-exts.ca-policy-url"
SslServerName B "2.16.840.1.113730.1.12" "ns-cert-exts.ssl-server-name"
Comment B "2.16.840.1.113730.1.13" "ns-cert-exts.comment"
#.NO_EMIT
#.TYPE_RENAME
#.FIELD_RENAME
#.END

View File

@ -0,0 +1,28 @@
# NS-CERT-EXT.cnf
# NetScape Certificate Extensions conformation file
# $Id$
#.MODULE_IMPORT
#.EXPORTS
#.REGISTER
CertType B "2.16.840.1.113730.1.1" "ns_cert_exts.cert_type"
BaseUrl B "2.16.840.1.113730.1.2" "ns_cert_exts.base_url"
RevocationUrl B "2.16.840.1.113730.1.3" "ns_cert_exts.revocation-url"
CaRevocationUrl B "2.16.840.1.113730.1.4" "ns_cert_exts.ca-revocation-url"
CertRenewalUrl B "2.16.840.1.113730.1.7" "ns_cert_exts.cert-renewal-url"
CaPolicyUrl B "2.16.840.1.113730.1.8" "ns_cert_exts.ca-policy-url"
SslServerName B "2.16.840.1.113730.1.12" "ns_cert_exts.ssl-server-name"
Comment B "2.16.840.1.113730.1.13" "ns_cert_exts.comment"
#.NO_EMIT
#.TYPE_RENAME
#.FIELD_RENAME
#.END

View File

@ -1,4 +1,4 @@
/* packet-ns-cert-exts.h
/* packet-ns_cert_exts.h
* Routines for NetScape Certificate Extensions packet dissection
* Ronnie Sahlberg 2004
*
@ -26,7 +26,7 @@
#ifndef PACKET_NS_CERT_EXTS_H
#define PACKET_NS_CERT_EXTS_H
#include "packet-ns-cert-exts-exp.h"
#include "packet-ns_cert_exts-exp.h"
#endif /* PACKET_NS_CERT_EXTS_H */

View File

@ -1677,7 +1677,7 @@ AC_OUTPUT(
asn1/mpeg-audio/Makefile
asn1/mpeg-pes/Makefile
asn1/nbap/Makefile
asn1/ns-cert-exts/Makefile
asn1/ns_cert_exts/Makefile
asn1/ocsp/Makefile
asn1/p7/Makefile
asn1/pcap/Makefile

View File

@ -305,14 +305,14 @@ void proto_reg_handoff_ns_cert_exts(void) {
/*--- Included file: packet-ns_cert_exts-dis-tab.c ---*/
#line 1 "packet-ns_cert_exts-dis-tab.c"
register_ber_oid_dissector("2.16.840.1.113730.1.1", dissect_CertType_PDU, proto_ns_cert_exts, "ns-cert-exts.cert_type");
register_ber_oid_dissector("2.16.840.1.113730.1.2", dissect_BaseUrl_PDU, proto_ns_cert_exts, "ns-cert-exts.base_url");
register_ber_oid_dissector("2.16.840.1.113730.1.3", dissect_RevocationUrl_PDU, proto_ns_cert_exts, "ns-cert-exts.revocation-url");
register_ber_oid_dissector("2.16.840.1.113730.1.4", dissect_CaRevocationUrl_PDU, proto_ns_cert_exts, "ns-cert-exts.ca-revocation-url");
register_ber_oid_dissector("2.16.840.1.113730.1.7", dissect_CertRenewalUrl_PDU, proto_ns_cert_exts, "ns-cert-exts.cert-renewal-url");
register_ber_oid_dissector("2.16.840.1.113730.1.8", dissect_CaPolicyUrl_PDU, proto_ns_cert_exts, "ns-cert-exts.ca-policy-url");
register_ber_oid_dissector("2.16.840.1.113730.1.12", dissect_SslServerName_PDU, proto_ns_cert_exts, "ns-cert-exts.ssl-server-name");
register_ber_oid_dissector("2.16.840.1.113730.1.13", dissect_Comment_PDU, proto_ns_cert_exts, "ns-cert-exts.comment");
register_ber_oid_dissector("2.16.840.1.113730.1.1", dissect_CertType_PDU, proto_ns_cert_exts, "ns_cert_exts.cert_type");
register_ber_oid_dissector("2.16.840.1.113730.1.2", dissect_BaseUrl_PDU, proto_ns_cert_exts, "ns_cert_exts.base_url");
register_ber_oid_dissector("2.16.840.1.113730.1.3", dissect_RevocationUrl_PDU, proto_ns_cert_exts, "ns_cert_exts.revocation-url");
register_ber_oid_dissector("2.16.840.1.113730.1.4", dissect_CaRevocationUrl_PDU, proto_ns_cert_exts, "ns_cert_exts.ca-revocation-url");
register_ber_oid_dissector("2.16.840.1.113730.1.7", dissect_CertRenewalUrl_PDU, proto_ns_cert_exts, "ns_cert_exts.cert-renewal-url");
register_ber_oid_dissector("2.16.840.1.113730.1.8", dissect_CaPolicyUrl_PDU, proto_ns_cert_exts, "ns_cert_exts.ca-policy-url");
register_ber_oid_dissector("2.16.840.1.113730.1.12", dissect_SslServerName_PDU, proto_ns_cert_exts, "ns_cert_exts.ssl-server-name");
register_ber_oid_dissector("2.16.840.1.113730.1.13", dissect_Comment_PDU, proto_ns_cert_exts, "ns_cert_exts.comment");
/*--- End of included file: packet-ns_cert_exts-dis-tab.c ---*/