Add option trust_server_cert

This commit is contained in:
wbaumann
2012-02-01 18:19:25 +00:00
parent f62e22ba6b
commit c35e92e076
14 changed files with 1336 additions and 1144 deletions

View File

@ -1,4 +1,4 @@
.TH @CONFIGFILE@ 5 2011\-04\-03 @PACKAGE_STRING@
.TH @CONFIGFILE@ 5 2012\-02\-01 @PACKAGE_STRING@
.SH NAME
@ -143,32 +143,46 @@ must be appended, seperated by a colon. Examples: \fIfoo.bar:1704\fP or
\fBOnly allowed in the system wide configuration file.\fR
.TP
.B servercert
.B trust_ca_cert
Name of a certificate file in PEM format. The name of the file may be
given as absolute path or as file name only. In the latter case the
directories \fI~/.@PACKAGE@/@CERTS_DIR@\fP and
\fI@SYS_CONF_DIR@/@CERTS_DIR@\fP will be searched.
.br
This option is intended for self-signed server certificates. Self-signed
means issuer and subject are the same. Common name (CN) must be the
domain name of the server.
This option is useful when the certificate presented by the server
cannot be verified using the system's data base of trusted certificate
authorities (CA). The certificate file must contain the self-signed
certificate of the top level CA in the chain of trust. It may be a
self-signed server certificate (but see also \fBtrust_server_cert\fR).
.br
In case the server certificate is not self-singed, this file must contain
the certificate of the certificate authority (CA) that signed the server
certificate, not the the server certificate itself. If an hirarchy of
CA's is involved (the CA that signed the server certificate is not the
root CA), the file must contain all the certificates from the chain of
CAs involved, beginning with the CA that signed the server certificate,
up to the self-signed certificate of the root CA. (The option name
\fBservercert\fR is a misnomer in this case. Sorry.) You can create the
file by concatenating all the CA-certificates involved.
\fBNote:\fR Even if the server's certificate is trusted that does not mean
it is accepted. Additionally the certificate's date must be valid and
either the CommonName or the SubjectAltName must match the host name
of the server.
.TP
.B servercert
Same as \fBtrust_ca_cert\fR but badly named.
.br
\fBNote:\fR Even if the certificate is trusted, that does not mean it
is accepted. There is the additional constraint, that the certificate
presented by the server must belong to the server. The CN in the
server certificate must be the domain name of the server. There is
currently no way to automatically accept certificates that don't
belong to the server.
\fBDeprecated\fR
.TP
.B trust_server_cert
Name of a certificate file in PEM format. The name of the file may be
given as absolute path or as file name only. In the latter case the
directories \fI~/.@PACKAGE@/@CERTS_DIR@\fP and
\fI@SYS_CONF_DIR@/@CERTS_DIR@\fP will be searched.
.br
Usefull when the server's certificate can't be verified or is even invalid,
but \fByou know\fR that you can trust this certificate.
When the server presents a certificate that is exactly equal to this one
and when the server is able to authenticate against the public key contained
in this certificate the connection will be established.
.br
This is the preferred option for self signed server certificates.
.br
No other ways to verify the certificate will be tried and the certificate
will not be checked for validity.
.TP
.B clientcert

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2012-01-08 17:59+0100\n"
"POT-Creation-Date: 2012-02-01 18:51+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -23,9 +23,9 @@ msgid "@CONFIGFILE@"
msgstr ""
#. type: TH
#: davfs2.conf.5:1 mount.davfs.8:1
#: davfs2.conf.5:1
#, no-wrap
msgid "2011-04-03"
msgid "2012-02-01"
msgstr ""
#. type: TH
@ -293,8 +293,8 @@ msgid ""
msgstr ""
#. type: Plain text
#: davfs2.conf.5:133 davfs2.conf.5:198 davfs2.conf.5:205 davfs2.conf.5:283
#: davfs2.conf.5:424
#: davfs2.conf.5:133 davfs2.conf.5:212 davfs2.conf.5:219 davfs2.conf.5:297
#: davfs2.conf.5:438
msgid "Default: 1"
msgstr ""
@ -315,11 +315,11 @@ msgstr ""
#. type: TP
#: davfs2.conf.5:145
#, no-wrap
msgid "B<servercert>"
msgid "B<trust_ca_cert>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:151
#: davfs2.conf.5:151 davfs2.conf.5:175
msgid ""
"Name of a certificate file in PEM format. The name of the file may be given "
"as absolute path or as file name only. In the latter case the directories "
@ -328,45 +328,75 @@ msgid ""
msgstr ""
#. type: Plain text
#: davfs2.conf.5:155
#: davfs2.conf.5:157
msgid ""
"This option is intended for self-signed server certificates. Self-signed "
"means issuer and subject are the same. Common name (CN) must be the domain "
"name of the server."
"This option is useful when the certificate presented by the server cannot be "
"verified using the system's data base of trusted certificate authorities "
"(CA). The certificate file must contain the self-signed certificate of the "
"top level CA in the chain of trust. It may be a self-signed server "
"certificate (but see also B<trust_server_cert>)."
msgstr ""
#. type: Plain text
#: davfs2.conf.5:165
#: davfs2.conf.5:162
msgid ""
"In case the server certificate is not self-singed, this file must contain "
"the certificate of the certificate authority (CA) that signed the server "
"certificate, not the the server certificate itself. If an hirarchy of CA's "
"is involved (the CA that signed the server certificate is not the root CA), "
"the file must contain all the certificates from the chain of CAs involved, "
"beginning with the CA that signed the server certificate, up to the self-"
"signed certificate of the root CA. (The option name B<servercert> is a "
"misnomer in this case. Sorry.) You can create the file by concatenating all "
"the CA-certificates involved."
msgstr ""
#. type: Plain text
#: davfs2.conf.5:172
msgid ""
"B<Note:> Even if the certificate is trusted, that does not mean it is "
"accepted. There is the additional constraint, that the certificate presented "
"by the server must belong to the server. The CN in the server certificate "
"must be the domain name of the server. There is currently no way to "
"automatically accept certificates that don't belong to the server."
"B<Note:> Even if the server's certificate is trusted that does not mean it "
"is accepted. Additionally the certificate's date must be valid and either "
"the CommonName or the SubjectAltName must match the host name of the server."
msgstr ""
#. type: TP
#: davfs2.conf.5:173
#: davfs2.conf.5:163
#, no-wrap
msgid "B<servercert>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:166
msgid "Same as B<trust_ca_cert> but badly named."
msgstr ""
#. type: Plain text
#: davfs2.conf.5:168
msgid "B<Deprecated>"
msgstr ""
#. type: TP
#: davfs2.conf.5:169
#, no-wrap
msgid "B<trust_server_cert>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:181
msgid ""
"Usefull when the server's certificate can't be verified or is even invalid, "
"but B<you know> that you can trust this certificate. When the server "
"presents a certificate that is exactly equal to this one and when the server "
"is able to authenticate against the public key contained in this certificate "
"the connection will be established."
msgstr ""
#. type: Plain text
#: davfs2.conf.5:183
msgid "This is the preferred option for self signed server certificates."
msgstr ""
#. type: Plain text
#: davfs2.conf.5:186
msgid ""
"No other ways to verify the certificate will be tried and the certificate "
"will not be checked for validity."
msgstr ""
#. type: TP
#: davfs2.conf.5:187
#, no-wrap
msgid "B<clientcert>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:180
#: davfs2.conf.5:194
msgid ""
"Name of a certificate in PKCS#12 format that will be used to authenticate "
"with the server. The name of the file may be given as absolute path or as "
@ -376,13 +406,13 @@ msgid ""
msgstr ""
#. type: TP
#: davfs2.conf.5:181 davfs2.conf.5:495
#: davfs2.conf.5:195 davfs2.conf.5:509
#, no-wrap
msgid "B<secrets>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:186
#: davfs2.conf.5:200
msgid ""
"Name of a file that holds the credentials for servers and the proxy, and "
"passwords to decrypt the client certificate. The name must be an absolute "
@ -390,25 +420,25 @@ msgid ""
msgstr ""
#. type: Plain text
#: davfs2.conf.5:188
#: davfs2.conf.5:202
msgid "Default: ~/.@PACKAGE@/@SECRETSFILE@"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:191
#: davfs2.conf.5:205
msgid ""
"B<Only allowed in the user configuration file.> The system wide secrets file "
"is allways I<@SYS_CONF_DIR@/@SECRETSFILE@>."
msgstr ""
#. type: TP
#: davfs2.conf.5:192
#: davfs2.conf.5:206
#, no-wrap
msgid "B<ask_auth>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:196
#: davfs2.conf.5:210
msgid ""
"Ask the user interactively for credentials and passwords if not found in the "
"secretsfile. Ask the user if a servercert cannot be verified. 0 = no, 1 = "
@ -416,26 +446,26 @@ msgid ""
msgstr ""
#. type: TP
#: davfs2.conf.5:199
#: davfs2.conf.5:213
#, no-wrap
msgid "B<use_locks>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:203
#: davfs2.conf.5:217
msgid ""
"Whether to lock files on the server when they are opened for writing. 0 = "
"no, 1 = yes."
msgstr ""
#. type: TP
#: davfs2.conf.5:206
#: davfs2.conf.5:220
#, no-wrap
msgid "B<lock_owner>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:211
#: davfs2.conf.5:225
msgid ""
"A string send to the server to identify the owner of a lock. If a WebDAV "
"resource is used at the same time by different clients using the same "
@ -443,36 +473,36 @@ msgid ""
msgstr ""
#. type: Plain text
#: davfs2.conf.5:213
#: davfs2.conf.5:227
msgid "Default: the username from the credentials"
msgstr ""
#. type: TP
#: davfs2.conf.5:214
#: davfs2.conf.5:228
#, no-wrap
msgid "B<lock_timeout>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:218
#: davfs2.conf.5:232
msgid ""
"How long in seconds locks should be valid, before the server removes them. "
"The server may ignore this and set its own timeout value."
msgstr ""
#. type: Plain text
#: davfs2.conf.5:220
#: davfs2.conf.5:234
msgid "Default: 1800"
msgstr ""
#. type: TP
#: davfs2.conf.5:221
#: davfs2.conf.5:235
#, no-wrap
msgid "B<lock_refresh>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:226
#: davfs2.conf.5:240
msgid ""
"That many seconds before the lock times out, B<@PROGRAM_NAME@> will try to "
"refresh the lock. The value should be substantially greater than "
@ -480,18 +510,18 @@ msgid ""
msgstr ""
#. type: Plain text
#: davfs2.conf.5:228 davfs2.conf.5:414
#: davfs2.conf.5:242 davfs2.conf.5:428
msgid "Default: 60"
msgstr ""
#. type: TP
#: davfs2.conf.5:229
#: davfs2.conf.5:243
#, no-wrap
msgid "B<use_expect100>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:235
#: davfs2.conf.5:249
msgid ""
"To avoid uploading big files that will be refused by the server, "
"B<@PROGRAM_NAME@> uses the header I<expect: 100-continue> to get the o.k. "
@ -500,19 +530,19 @@ msgid ""
msgstr ""
#. type: Plain text
#: davfs2.conf.5:237 davfs2.conf.5:245 davfs2.conf.5:263 davfs2.conf.5:273
#: davfs2.conf.5:290 davfs2.conf.5:444
#: davfs2.conf.5:251 davfs2.conf.5:259 davfs2.conf.5:277 davfs2.conf.5:287
#: davfs2.conf.5:304 davfs2.conf.5:458
msgid "Default: 0"
msgstr ""
#. type: TP
#: davfs2.conf.5:238
#: davfs2.conf.5:252
#, no-wrap
msgid "B<if_match_bug>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:243
#: davfs2.conf.5:257
msgid ""
"Some servers do not handle If-Match and If-None-Match-headers correctly. "
"This otion tells B<@PROGRAM_NAME@> to use HEAD instead of thes headers. 0 = "
@ -520,13 +550,13 @@ msgid ""
msgstr ""
#. type: TP
#: davfs2.conf.5:246
#: davfs2.conf.5:260
#, no-wrap
msgid "B<drop_weak_etags>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:255
#: davfs2.conf.5:269
msgid ""
"Popular servers send a weak etag whenever they are not able to calculate a "
"strong one. This weak etag will never be valid, but after one second it is "
@ -538,7 +568,7 @@ msgid ""
msgstr ""
#. type: Plain text
#: davfs2.conf.5:259
#: davfs2.conf.5:273
msgid ""
"You should turn this on, when you can't use locks and there is the danger of "
"concurrent access to the same resource. In this case the etag is not used at "
@ -546,18 +576,18 @@ msgid ""
msgstr ""
#. type: Plain text
#: davfs2.conf.5:261
#: davfs2.conf.5:275
msgid "0 = no, 1 = yes."
msgstr ""
#. type: TP
#: davfs2.conf.5:264
#: davfs2.conf.5:278
#, no-wrap
msgid "B<allow_cookie>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:271
#: davfs2.conf.5:285
msgid ""
"Some servers will only work when they are allowed to set a cookie and this "
"cookie is returned in subsequent requests. This option adds very simple "
@ -566,13 +596,13 @@ msgid ""
msgstr ""
#. type: TP
#: davfs2.conf.5:274
#: davfs2.conf.5:288
#, no-wrap
msgid "B<precheck>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:281
#: davfs2.conf.5:295
msgid ""
"If option B<if_match_bug> is set: use HEAD-requests to check for existence "
"or modification of a file to avoid unintended overwriting what somebody else "
@ -581,26 +611,26 @@ msgid ""
msgstr ""
#. type: TP
#: davfs2.conf.5:284
#: davfs2.conf.5:298
#, no-wrap
msgid "B<ignore_dav_header>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:288
#: davfs2.conf.5:302
msgid ""
"Some servers send wrong information about their capabilities in the DAV-"
"header. In this case the header should be ignored."
msgstr ""
#. type: TP
#: davfs2.conf.5:291
#: davfs2.conf.5:305
#, no-wrap
msgid "B<server_charset>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:297
#: davfs2.conf.5:311
msgid ""
"When extracting file names from the path component of the URL, "
"B<@PROGRAM_NAME@> will assume they are encoded using this character set and "
@ -609,7 +639,7 @@ msgid ""
msgstr ""
#. type: Plain text
#: davfs2.conf.5:305
#: davfs2.conf.5:319
msgid ""
"There is no means in HTTP to know the character encoding of the path "
"component. There may be even different encodings within the same path, as "
@ -621,18 +651,18 @@ msgid ""
msgstr ""
#. type: Plain text
#: davfs2.conf.5:307
#: davfs2.conf.5:321
msgid "Default: no character set conversion"
msgstr ""
#. type: TP
#: davfs2.conf.5:308
#: davfs2.conf.5:322
#, no-wrap
msgid "B<connect_timeout>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:314
#: davfs2.conf.5:328
msgid ""
"When creating a TCP connection to the server B<@PROGRAM_NAME@> will wait "
"that many seconds for an answer before assuming an error. If a value of '0' "
@ -641,43 +671,43 @@ msgid ""
msgstr ""
#. type: Plain text
#: davfs2.conf.5:317
#: davfs2.conf.5:331
msgid ""
"This parameter only takes effect if the version of neon in use (neon version "
"E<gt> 0.26) and the OS support non-blocking I/O."
msgstr ""
#. type: Plain text
#: davfs2.conf.5:319 davfs2.conf.5:434
#: davfs2.conf.5:333 davfs2.conf.5:448
msgid "Default: 10"
msgstr ""
#. type: TP
#: davfs2.conf.5:320
#: davfs2.conf.5:334
#, no-wrap
msgid "B<read_timeout>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:324
#: davfs2.conf.5:338
msgid ""
"How long in seconds B<@PROGRAM_NAME@> will wait for an answer from the "
"server before assuming an error."
msgstr ""
#. type: Plain text
#: davfs2.conf.5:326 davfs2.conf.5:334
#: davfs2.conf.5:340 davfs2.conf.5:348
msgid "Default: 30"
msgstr ""
#. type: TP
#: davfs2.conf.5:327
#: davfs2.conf.5:341
#, no-wrap
msgid "B<retry>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:332
#: davfs2.conf.5:346
msgid ""
"When B<@PROGRAM_NAME@> can not reach the server it will try again after "
"B<retry> seconds. For subsequent retries the interval will be increased up "
@ -685,36 +715,36 @@ msgid ""
msgstr ""
#. type: TP
#: davfs2.conf.5:335
#: davfs2.conf.5:349
#, no-wrap
msgid "B<max_retry>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:338
#: davfs2.conf.5:352
msgid "Maximum value of the retry interval."
msgstr ""
#. type: Plain text
#: davfs2.conf.5:340
#: davfs2.conf.5:354
msgid "Default: 300"
msgstr ""
#. type: TP
#: davfs2.conf.5:341
#: davfs2.conf.5:355
#, no-wrap
msgid "B<max_upload_attempts>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:345
#: davfs2.conf.5:359
msgid ""
"When uploading a changed file fails temporarily B<@PROGRAM_NAME@> will retry "
"with increasing intervals, but not more often than this."
msgstr ""
#. type: Plain text
#: davfs2.conf.5:350
#: davfs2.conf.5:364
msgid ""
"With a bad connection this will cause additional traffic. To reduce traffic "
"caused by unsuccessful attempts option B<use_expect100> can be set. But "
@ -722,18 +752,18 @@ msgid ""
msgstr ""
#. type: Plain text
#: davfs2.conf.5:352
#: davfs2.conf.5:366
msgid "Default: 15"
msgstr ""
#. type: TP
#: davfs2.conf.5:353
#: davfs2.conf.5:367
#, no-wrap
msgid "B<add_header>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:359
#: davfs2.conf.5:373
msgid ""
"Your server might expect special headers to do what you want. Different from "
"other options, this one takes two values: the name of the header and its "
@ -742,17 +772,17 @@ msgid ""
msgstr ""
#. type: Plain text
#: davfs2.conf.5:361
#: davfs2.conf.5:375
msgid "add_header Translate F"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:363
#: davfs2.conf.5:377
msgid "B<@PROGRAM_NAME@> will add header \"Translate: F\" on all requests."
msgstr ""
#. type: Plain text
#: davfs2.conf.5:367
#: davfs2.conf.5:381
msgid ""
"This option is cumulative. You can enter more than one add_header option and "
"all of them will be added. Also add_header options from @SYS_CONF_DIR@/"
@ -760,19 +790,19 @@ msgid ""
msgstr ""
#. type: SH
#: davfs2.conf.5:369
#: davfs2.conf.5:383
#, no-wrap
msgid "Cache Related Options"
msgstr ""
#. type: TP
#: davfs2.conf.5:371
#: davfs2.conf.5:385
#, no-wrap
msgid "B<backup_dir>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:376
#: davfs2.conf.5:390
msgid ""
"Each mounted @PACKAGE@ file system has a directory to store backups of files "
"that could not be stored back to the server. This sets the name of this "
@ -780,25 +810,25 @@ msgid ""
msgstr ""
#. type: Plain text
#: davfs2.conf.5:378
#: davfs2.conf.5:392
msgid "Default: lost+found"
msgstr ""
#. type: TP
#: davfs2.conf.5:379
#: davfs2.conf.5:393
#, no-wrap
msgid "B<cache_dir>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:383
#: davfs2.conf.5:397
msgid ""
"The directory where B<@PROGRAM_NAME@> will store cached files. For every "
"mount point a subdirectory will be created."
msgstr ""
#. type: Plain text
#: davfs2.conf.5:387
#: davfs2.conf.5:401
msgid ""
"In the systemwide configuration file this will set the system wide cache, "
"used by root. In a users configuration file it will set the cache used by "
@ -806,18 +836,18 @@ msgid ""
msgstr ""
#. type: Plain text
#: davfs2.conf.5:389
#: davfs2.conf.5:403
msgid "Defaults: @SYS_CACHE_DIR@ and ~/.@PACKAGE@/cache"
msgstr ""
#. type: TP
#: davfs2.conf.5:390
#: davfs2.conf.5:404
#, no-wrap
msgid "B<cache_size>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:395
#: davfs2.conf.5:409
msgid ""
"The amount of disk space in MiByte that may be used. B<@PROGRAM_NAME@> will "
"always take enough space to cache open files, ignoring this value if "
@ -825,18 +855,18 @@ msgid ""
msgstr ""
#. type: Plain text
#: davfs2.conf.5:397
#: davfs2.conf.5:411
msgid "Default: 50"
msgstr ""
#. type: TP
#: davfs2.conf.5:398
#: davfs2.conf.5:412
#, no-wrap
msgid "B<table_size>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:404
#: davfs2.conf.5:418
msgid ""
"B<@PROGRAM_NAME@> maintains a hash table with an entry for each known file "
"or directory. This gives the number of entries in this table. For large file "
@ -845,18 +875,18 @@ msgid ""
msgstr ""
#. type: Plain text
#: davfs2.conf.5:406
#: davfs2.conf.5:420
msgid "Default: 1024"
msgstr ""
#. type: TP
#: davfs2.conf.5:407
#: davfs2.conf.5:421
#, no-wrap
msgid "B<dir_refresh>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:412
#: davfs2.conf.5:426
msgid ""
"After B<@PROGRAM_NAME@> has got information about files in a directory it "
"considers it valid for this time in seconds. Note: This does not affect "
@ -864,13 +894,13 @@ msgid ""
msgstr ""
#. type: TP
#: davfs2.conf.5:415
#: davfs2.conf.5:429
#, no-wrap
msgid "B<file_refresh>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:422
#: davfs2.conf.5:436
msgid ""
"When a file or directory is opened by an application, B<@PROGRAM_NAME@> will "
"first check the server for a newer version. But some applications do open "
@ -880,13 +910,13 @@ msgid ""
msgstr ""
#. type: TP
#: davfs2.conf.5:425
#: davfs2.conf.5:439
#, no-wrap
msgid "B<delay_upload>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:432
#: davfs2.conf.5:446
msgid ""
"When a file that has been changed is closed, B<@PROGRAM_NAME@> will wait "
"that many seconds before it will upload it to the server. This will avoid "
@ -896,13 +926,13 @@ msgid ""
msgstr ""
#. type: TP
#: davfs2.conf.5:435
#: davfs2.conf.5:449
#, no-wrap
msgid "B<gui_optimize>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:442
#: davfs2.conf.5:456
msgid ""
"When a file is opened, B<@PROGRAM_NAME@> will have to check the server "
"whether there is a newer version. Graphical User Interfaces tend to open "
@ -912,19 +942,19 @@ msgid ""
msgstr ""
#. type: SH
#: davfs2.conf.5:446
#: davfs2.conf.5:460
#, no-wrap
msgid "Debugging Options"
msgstr ""
#. type: TP
#: davfs2.conf.5:448
#: davfs2.conf.5:462
#, no-wrap
msgid "B<debug>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:456
#: davfs2.conf.5:470
msgid ""
"Send debug messages to the syslog daemon. The value tells what kind of "
"information shall be logged. The messages are send with facility LOG_DAEMON "
@ -935,7 +965,7 @@ msgid ""
msgstr ""
#. type: Plain text
#: davfs2.conf.5:460
#: davfs2.conf.5:474
msgid ""
"Unlike other options, this option is cumulative. If there are several debug "
"entries with different values, all of them will be applied. Also debug "
@ -944,171 +974,171 @@ msgid ""
msgstr ""
#. type: Plain text
#: davfs2.conf.5:463
#: davfs2.conf.5:477
msgid ""
"B<Note:> Debug messages let the log-files grow quickly. Never use this "
"option in normal operation of mount.davfs."
msgstr ""
#. type: Plain text
#: davfs2.conf.5:465
#: davfs2.conf.5:479
msgid "Default: no debugging messages"
msgstr ""
#. type: TP
#: davfs2.conf.5:466
#: davfs2.conf.5:480
#, no-wrap
msgid "B<Recognized values:>"
msgstr ""
#. type: TP
#: davfs2.conf.5:468
#: davfs2.conf.5:482
#, no-wrap
msgid "B<config>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:471
#: davfs2.conf.5:485
msgid "Command line and configuration options."
msgstr ""
#. type: TP
#: davfs2.conf.5:471
#: davfs2.conf.5:485
#, no-wrap
msgid "B<kernel>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:474
#: davfs2.conf.5:488
msgid "Upcalls from the kernel file system."
msgstr ""
#. type: TP
#: davfs2.conf.5:474
#: davfs2.conf.5:488
#, no-wrap
msgid "B<cache>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:477
#: davfs2.conf.5:491
msgid "Cache operations like adding and removing nodes."
msgstr ""
#. type: TP
#: davfs2.conf.5:477
#: davfs2.conf.5:491
#, no-wrap
msgid "B<http>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:480
#: davfs2.conf.5:494
msgid "HTTP headers."
msgstr ""
#. type: TP
#: davfs2.conf.5:480
#: davfs2.conf.5:494
#, no-wrap
msgid "B<xml>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:483
#: davfs2.conf.5:497
msgid "Parsing of the XML-body of WebDAV-requests."
msgstr ""
#. type: TP
#: davfs2.conf.5:483
#: davfs2.conf.5:497
#, no-wrap
msgid "B<httpauth>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:486
#: davfs2.conf.5:500
msgid "Negotiation of authentication."
msgstr ""
#. type: TP
#: davfs2.conf.5:486
#: davfs2.conf.5:500
#, no-wrap
msgid "B<locks>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:489
#: davfs2.conf.5:503
msgid "Information about locks."
msgstr ""
#. type: TP
#: davfs2.conf.5:489
#: davfs2.conf.5:503
#, no-wrap
msgid "B<ssl>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:492
#: davfs2.conf.5:506
msgid "TLS/SSL related stuff like certificates."
msgstr ""
#. type: TP
#: davfs2.conf.5:492
#: davfs2.conf.5:506
#, no-wrap
msgid "B<httpbody>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:495
#: davfs2.conf.5:509
msgid "Complete body of HTTP-responses."
msgstr ""
#. type: Plain text
#: davfs2.conf.5:498
#: davfs2.conf.5:512
msgid ""
"Also print confidential information, which is usually omitted or obscured."
msgstr ""
#. type: TP
#: davfs2.conf.5:498
#: davfs2.conf.5:512
#, no-wrap
msgid "B<most>"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:501
#: davfs2.conf.5:515
msgid "Includes config, kernel, cache and http."
msgstr ""
#. type: SH
#: davfs2.conf.5:504 mount.davfs.8:533 umount.davfs.8:79
#: davfs2.conf.5:518 mount.davfs.8:533 umount.davfs.8:79
#, no-wrap
msgid "AUTHORS"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:508
#: davfs2.conf.5:522
msgid ""
"This man page was written by by Werner Baumann E<lt>werner."
"baumann@onlinehome.deE<gt>."
msgstr ""
#. type: SH
#: davfs2.conf.5:510 mount.davfs.8:550 umount.davfs.8:84
#: davfs2.conf.5:524 mount.davfs.8:550 umount.davfs.8:84
#, no-wrap
msgid "DAVFS2 HOME"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:513 mount.davfs.8:553 umount.davfs.8:87
#: davfs2.conf.5:527 mount.davfs.8:553 umount.davfs.8:87
msgid "@PACKAGE_BUGREPORT@"
msgstr ""
#. type: SH
#: davfs2.conf.5:515 mount.davfs.8:555 umount.davfs.8:89
#: davfs2.conf.5:529 mount.davfs.8:555 umount.davfs.8:89
#, no-wrap
msgid "SEE ALSO"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:521
#: davfs2.conf.5:535
msgid ""
"B<@PROGRAM_NAME@>(8), B<u@PROGRAM_NAME@>(8), B<mount>(8), B<umount>(8), "
"B<fstab>(5)"

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: davfs2 1.4.0\n"
"POT-Creation-Date: 2011-04-03 10:20+0300\n"
"POT-Creation-Date: 2012-02-01 18:14+0100\n"
"PO-Revision-Date: 2011-04-03 10:20+0300\n"
"Last-Translator: Werner Baumann <werner.baumann@onlinehome.de>\n"
"Language-Team: \n"
@ -15,13 +15,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
# type: TH
#. type: TH
#: davfs2.conf.5:1 mount.davfs.8:1
#, no-wrap
msgid "2011-04-03"
msgstr "2011-04-03"
# type: TH
#. type: TH
#: davfs2.conf.5:1 mount.davfs.8:1 umount.davfs.8:1
@ -45,27 +38,27 @@ msgstr "BESCHREIBUNG"
# type: SH
#. type: SH
#: davfs2.conf.5:504 mount.davfs.8:533 umount.davfs.8:79
#: davfs2.conf.5:503 mount.davfs.8:533 umount.davfs.8:79
#, no-wrap
msgid "AUTHORS"
msgstr "AUTOREN"
# type: SH
#. type: SH
#: davfs2.conf.5:510 mount.davfs.8:550 umount.davfs.8:84
#: davfs2.conf.5:509 mount.davfs.8:550 umount.davfs.8:84
#, no-wrap
msgid "DAVFS2 HOME"
msgstr "DAVFS2 HOME"
# type: TH
#. type: Plain text
#: davfs2.conf.5:513 mount.davfs.8:553 umount.davfs.8:87
#: davfs2.conf.5:512 mount.davfs.8:553 umount.davfs.8:87
msgid "@PACKAGE_BUGREPORT@"
msgstr "@PACKAGE_BUGREPORT@"
# type: SH
#. type: SH
#: davfs2.conf.5:515 mount.davfs.8:555 umount.davfs.8:89
#: davfs2.conf.5:514 mount.davfs.8:555 umount.davfs.8:89
#, no-wrap
msgid "SEE ALSO"
msgstr "SIEHE AUCH"
@ -77,6 +70,13 @@ msgstr "SIEHE AUCH"
msgid "@PROGRAM_NAME@"
msgstr "@PROGRAM_NAME@"
# type: TH
#. type: TH
#: mount.davfs.8:1
#, no-wrap
msgid "2011-04-03"
msgstr "2011-04-03"
# type: Plain text
#. type: Plain text
#: mount.davfs.8:6

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2011-04-03 10:20+0300\n"
"POT-Creation-Date: 2012-02-01 18:14+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -16,12 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#. type: TH
#: davfs2.conf.5:1 mount.davfs.8:1
#, no-wrap
msgid "2011-04-03"
msgstr ""
#. type: TH
#: davfs2.conf.5:1 mount.davfs.8:1 umount.davfs.8:1
#, no-wrap
@ -41,24 +35,24 @@ msgid "DESCRIPTION"
msgstr ""
#. type: SH
#: davfs2.conf.5:504 mount.davfs.8:533 umount.davfs.8:79
#: davfs2.conf.5:503 mount.davfs.8:533 umount.davfs.8:79
#, no-wrap
msgid "AUTHORS"
msgstr ""
#. type: SH
#: davfs2.conf.5:510 mount.davfs.8:550 umount.davfs.8:84
#: davfs2.conf.5:509 mount.davfs.8:550 umount.davfs.8:84
#, no-wrap
msgid "DAVFS2 HOME"
msgstr ""
#. type: Plain text
#: davfs2.conf.5:513 mount.davfs.8:553 umount.davfs.8:87
#: davfs2.conf.5:512 mount.davfs.8:553 umount.davfs.8:87
msgid "@PACKAGE_BUGREPORT@"
msgstr ""
#. type: SH
#: davfs2.conf.5:515 mount.davfs.8:555 umount.davfs.8:89
#: davfs2.conf.5:514 mount.davfs.8:555 umount.davfs.8:89
#, no-wrap
msgid "SEE ALSO"
msgstr ""
@ -69,6 +63,12 @@ msgstr ""
msgid "@PROGRAM_NAME@"
msgstr ""
#. type: TH
#: mount.davfs.8:1
#, no-wrap
msgid "2011-04-03"
msgstr ""
#. type: Plain text
#: mount.davfs.8:6
msgid "@PROGRAM_NAME@ - Mount a WebDAV resource in a directory"