~yolanda.robla/ubuntu/saucy/squid3/fix-squid3-startstop

« back to all changes in this revision

Viewing changes to errors/zh-tw/error-details.txt

  • Committer: Package Import Robot
  • Author(s): Stefan Bader
  • Date: 2012-06-22 14:18:00 UTC
  • mfrom: (21.2.12 sid)
  • Revision ID: package-import@ubuntu.com-20120622141800-c0e3p4wjxekxp1qh
Tags: 3.1.20-1ubuntu1
* Merge from Debian testing (LP: #1016560).  Remaining changes:
  + debian/control:
    - Update maintainer.
    - Suggests apparmor (>= 2.3)
    - Depends on ssl-cert ((>= 1.0-11ubuntu1)
    - Add transitional dummy packages
  + debian/squid3.upstart
    - Move ulimit command to script section so that it applies
      to the started squid daemon. Thanks to Timur Irmatov (LP: 986159)
    - Work around squid not handling SIGHUP by adding respawn to
      upstart job. (LP: 978356)
  + debian/NEWS.Debian: Rename NEWS.debian, add note regarding squid3
    transition in 12.04 (LP: 924739) 
  + debian/rules
    - Re-enable all hardening options lost in the squid->squid3
      transition (LP: 986314)
  + squid3.resolvconf, debian/squid3.postinst, debian/squid3.postrm,
    debian/squid3.preinst, debian/squid3.prerm:
    - Convert init script to upstart
  + debian/patches/99-ubuntu-ssl-cert-snakeoil:
    - Use snakeoil certificates.
  + debian/logrotate
    - Use sar-reports rather than sarg-maint. (LP: 26616)
  + debian/patches/90-cf.data.ubuntu.dpatch:
    - Add an example refresh pattern for debs.
      (foundations-lucid-local-report spec)
  + Add disabled by default AppArmor profile (LP: 497790)
    - debian/squid3.upstart: load profile in pre-start stanza
    - add debian/usr.sbin.squid3 profile
    - debian/rules:
      + install debian/usr.sbin.squid3, etc/apparmor.d/force-complain and
        etc/apparmor.d/disable into $(INSTALLDIR)
      + use dh_apparmor
    - debian/squid3.install: install etc/apparmor.d/disable, force-complain
      and usr.sbin.squid3
    - debian/squid3.preinst: disable profile on clean install or upgrades
      from earlier than when we shipped the profile

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
name: SQUID_ERR_SSL_HANDSHAKE
 
2
detail: "%ssl_error_descr: %ssl_lib_error"
 
3
descr: "Handshake with SSL server failed"
 
4
 
 
5
name: SQUID_X509_V_ERR_DOMAIN_MISMATCH
 
6
detail: "%ssl_error_descr: %ssl_subject"
 
7
descr: "Certificate does not match domainname"
 
8
 
 
9
name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT
 
10
detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name"
 
11
descr: "Unable to get issuer certificate"
 
12
 
 
13
name: X509_V_ERR_UNABLE_TO_GET_CRL
 
14
detail: "%ssl_error_descr: %ssl_subject"
 
15
descr: "Unable to get certificate CRL"
 
16
 
 
17
name: X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE
 
18
detail: "%ssl_error_descr: %ssl_subject"
 
19
descr: "Unable to decrypt certificate's signature"
 
20
 
 
21
name: X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE
 
22
detail: "%ssl_error_descr: %ssl_subject"
 
23
descr: "Unable to decrypt CRL's signature"
 
24
 
 
25
name: X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY
 
26
detail: "Unable to decode issuer (CA) public key: %ssl_ca_name"
 
27
descr: "Unable to decode issuer public key"
 
28
 
 
29
name: X509_V_ERR_CERT_SIGNATURE_FAILURE
 
30
detail: "%ssl_error_descr: %ssl_subject"
 
31
descr: "Certificate signature failure"
 
32
 
 
33
name: X509_V_ERR_CRL_SIGNATURE_FAILURE
 
34
detail: "%ssl_error_descr: %ssl_subject"
 
35
descr: "CRL signature failure"
 
36
 
 
37
name: X509_V_ERR_CERT_NOT_YET_VALID
 
38
detail: "SSL Certficate is not valid before: %ssl_notbefore"
 
39
descr: "Certificate is not yet valid"
 
40
 
 
41
name: X509_V_ERR_CERT_HAS_EXPIRED
 
42
detail: "SSL Certificate expired on: %ssl_notafter"
 
43
descr: "Certificate has expired"
 
44
 
 
45
name: X509_V_ERR_CRL_NOT_YET_VALID
 
46
detail: "%ssl_error_descr: %ssl_subject"
 
47
descr: "CRL is not yet valid"
 
48
 
 
49
name: X509_V_ERR_CRL_HAS_EXPIRED
 
50
detail: "%ssl_error_descr: %ssl_subject"
 
51
descr: "CRL has expired"
 
52
 
 
53
name: X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD
 
54
detail: "SSL Certificate has invalid start date (the 'not before' field): %ssl_subject"
 
55
descr: "Format error in certificate's notBefore field"
 
56
 
 
57
name: X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD
 
58
detail: "SSL Certificate has invalid expiration date (the 'not after' field): %ssl_subject"
 
59
descr: "Format error in certificate's notAfter field"
 
60
 
 
61
name: X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD
 
62
detail: "%ssl_error_descr: %ssl_subject"
 
63
descr: "Format error in CRL's lastUpdate field"
 
64
 
 
65
name: X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD
 
66
detail: "%ssl_error_descr: %ssl_subject"
 
67
descr: "Format error in CRL's nextUpdate field"
 
68
 
 
69
name: X509_V_ERR_OUT_OF_MEM
 
70
detail: "%ssl_error_descr"
 
71
descr: "Out of memory"
 
72
 
 
73
name: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT
 
74
detail: "Self-signed SSL Certificate: %ssl_subject"
 
75
descr: "Self signed certificate"
 
76
 
 
77
name: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN
 
78
detail: "Self-signed SSL Certificate in chain: %ssl_subject"
 
79
descr: "Self signed certificate in certificate chain"
 
80
 
 
81
name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY
 
82
detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name"
 
83
descr: "Unable to get local issuer certificate"
 
84
 
 
85
name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE
 
86
detail: "%ssl_error_descr: %ssl_subject"
 
87
descr: "Unable to verify the first certificate"
 
88
 
 
89
name: X509_V_ERR_CERT_CHAIN_TOO_LONG
 
90
detail: "%ssl_error_descr: %ssl_subject"
 
91
descr: "Certificate chain too long"
 
92
 
 
93
name: X509_V_ERR_CERT_REVOKED
 
94
detail: "%ssl_error_descr: %ssl_subject"
 
95
descr: "Certificate revoked"
 
96
 
 
97
name: X509_V_ERR_INVALID_CA
 
98
detail: "%ssl_error_descr: %ssl_ca_name"
 
99
descr: "Invalid CA certificate"
 
100
 
 
101
name: X509_V_ERR_PATH_LENGTH_EXCEEDED
 
102
detail: "%ssl_error_descr: %ssl_subject"
 
103
descr: "Path length constraint exceeded"
 
104
 
 
105
name: X509_V_ERR_INVALID_PURPOSE
 
106
detail: "%ssl_error_descr: %ssl_subject"
 
107
descr: "Unsupported certificate purpose"
 
108
 
 
109
name: X509_V_ERR_CERT_UNTRUSTED
 
110
detail: "%ssl_error_descr: %ssl_subject"
 
111
descr: "Certificate not trusted"
 
112
 
 
113
name: X509_V_ERR_CERT_REJECTED
 
114
detail: "%ssl_error_descr: %ssl_subject"
 
115
descr: "Certificate rejected"
 
116
 
 
117
name: X509_V_ERR_SUBJECT_ISSUER_MISMATCH
 
118
detail: "%ssl_error_descr: %ssl_ca_name"
 
119
descr: "Subject issuer mismatch"
 
120
 
 
121
name: X509_V_ERR_AKID_SKID_MISMATCH
 
122
detail: "%ssl_error_descr: %ssl_subject"
 
123
descr: "Authority and subject key identifier mismatch"
 
124
 
 
125
name: X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH
 
126
detail: "%ssl_error_descr: %ssl_ca_name"
 
127
descr: "Authority and issuer serial number mismatch"
 
128
 
 
129
name: X509_V_ERR_KEYUSAGE_NO_CERTSIGN
 
130
detail: "%ssl_error_descr: %ssl_subject"
 
131
descr: "Key usage does not include certificate signing"
 
132
 
 
133
name: X509_V_ERR_APPLICATION_VERIFICATION
 
134
detail: "%ssl_error_descr: %ssl_subject"
 
135
descr: "Application verification failure"