Remove deprecated option servercert

This commit is contained in:
wbaumann 2014-04-06 16:24:20 +00:00
parent cf5bb1eec6
commit 6558307e8f
8 changed files with 404 additions and 455 deletions

View File

@ -1,6 +1,10 @@
ChangeLog for davfs2
--------------------

2014-04-06 Werner Baumann (werner.baumann@onlinehome.de)
* mount_davfs.c:
Remove deprecated option servercert.

2014-04-05 Werner Baumann (werner.baumann@onlinehome.de)
* umount_davfs.c:
Allways try 'umount -i'.

View File

@ -1,5 +1,5 @@
# davfs2 configuration file 2012-02-05
# version 10
# davfs2 configuration file 2014-04-06
# version 12
# ------------------------------------

# Copyright (C) 2006, 2007, 2008, 2009 Werner Baumann
@ -30,7 +30,6 @@
# use_proxy 1 # system wide config file only
# proxy # system wide config file only
# trust_ca_cert
# servercert # deprecated: use trust_ca_cert
# trust_server_cert
# clientcert
# secrets ~/.davfs2/secrets # user config file only

View File

@ -147,18 +147,13 @@ 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).
With this option the system's CA data base is ignored.
.br
\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
\fBDeprecated\fR

.TP
.B trust_server_cert
Name of a certificate file in PEM format. The name of the file may be

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2014-03-15 17:24+0100\n"
"POT-Creation-Date: 2014-04-06 18:16+0300\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"
@ -275,8 +275,8 @@ msgid ""
msgstr ""

#. type: Plain text
#: davfs2.conf.5:126 davfs2.conf.5:205 davfs2.conf.5:212 davfs2.conf.5:290
#: davfs2.conf.5:304 davfs2.conf.5:438
#: davfs2.conf.5:126 davfs2.conf.5:200 davfs2.conf.5:207 davfs2.conf.5:285
#: davfs2.conf.5:299 davfs2.conf.5:433
msgid "Default: 1"
msgstr ""

@ -301,7 +301,7 @@ msgid "B<trust_ca_cert>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:144 davfs2.conf.5:168
#: davfs2.conf.5:144 davfs2.conf.5:163
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 "
@ -310,17 +310,18 @@ msgid ""
msgstr ""

#. type: Plain text
#: davfs2.conf.5:150
#: davfs2.conf.5:151
msgid ""
"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>)."
"certificate (but see also B<trust_server_cert>). With this option the "
"system's CA data base is ignored."
msgstr ""

#. type: Plain text
#: davfs2.conf.5:155
#: davfs2.conf.5:156
msgid ""
"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 "
@ -328,29 +329,13 @@ msgid ""
msgstr ""

#. type: TP
#: davfs2.conf.5:156
#, no-wrap
msgid "B<servercert>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:159
msgid "Same as B<trust_ca_cert> but badly named."
msgstr ""

#. type: Plain text
#: davfs2.conf.5:161
msgid "B<Deprecated>"
msgstr ""

#. type: TP
#: davfs2.conf.5:162
#: davfs2.conf.5:157
#, no-wrap
msgid "B<trust_server_cert>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:174
#: davfs2.conf.5:169
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 "
@ -360,25 +345,25 @@ msgid ""
msgstr ""

#. type: Plain text
#: davfs2.conf.5:176
#: davfs2.conf.5:171
msgid "This is the preferred option for self signed server certificates."
msgstr ""

#. type: Plain text
#: davfs2.conf.5:179
#: davfs2.conf.5:174
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:180
#: davfs2.conf.5:175
#, no-wrap
msgid "B<clientcert>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:187
#: davfs2.conf.5:182
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 "
@ -388,13 +373,13 @@ msgid ""
msgstr ""

#. type: TP
#: davfs2.conf.5:188 davfs2.conf.5:509
#: davfs2.conf.5:183 davfs2.conf.5:504
#, no-wrap
msgid "B<secrets>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:193
#: davfs2.conf.5:188
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 "
@ -402,25 +387,25 @@ msgid ""
msgstr ""

#. type: Plain text
#: davfs2.conf.5:195
#: davfs2.conf.5:190
msgid "Default: ~/.@PACKAGE@/@SECRETSFILE@"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:198
#: davfs2.conf.5:193
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:199
#: davfs2.conf.5:194
#, no-wrap
msgid "B<ask_auth>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:203
#: davfs2.conf.5:198
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 = "
@ -428,26 +413,26 @@ msgid ""
msgstr ""

#. type: TP
#: davfs2.conf.5:206
#: davfs2.conf.5:201
#, no-wrap
msgid "B<use_locks>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:210
#: davfs2.conf.5:205
msgid ""
"Whether to lock files on the server when they are opened for writing. 0 = "
"no, 1 = yes."
msgstr ""

#. type: TP
#: davfs2.conf.5:213
#: davfs2.conf.5:208
#, no-wrap
msgid "B<lock_owner>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:218
#: davfs2.conf.5:213
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 "
@ -455,36 +440,36 @@ msgid ""
msgstr ""

#. type: Plain text
#: davfs2.conf.5:220
#: davfs2.conf.5:215
msgid "Default: the username from the credentials"
msgstr ""

#. type: TP
#: davfs2.conf.5:221
#: davfs2.conf.5:216
#, no-wrap
msgid "B<lock_timeout>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:225
#: davfs2.conf.5:220
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:227
#: davfs2.conf.5:222
msgid "Default: 1800"
msgstr ""

#. type: TP
#: davfs2.conf.5:228
#: davfs2.conf.5:223
#, no-wrap
msgid "B<lock_refresh>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:233
#: davfs2.conf.5:228
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 "
@ -492,18 +477,18 @@ msgid ""
msgstr ""

#. type: Plain text
#: davfs2.conf.5:235 davfs2.conf.5:428
#: davfs2.conf.5:230 davfs2.conf.5:423
msgid "Default: 60"
msgstr ""

#. type: TP
#: davfs2.conf.5:236
#: davfs2.conf.5:231
#, no-wrap
msgid "B<use_expect100>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:242
#: davfs2.conf.5:237
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. "
@ -512,19 +497,19 @@ msgid ""
msgstr ""

#. type: Plain text
#: davfs2.conf.5:244 davfs2.conf.5:252 davfs2.conf.5:270 davfs2.conf.5:280
#: davfs2.conf.5:297 davfs2.conf.5:458
#: davfs2.conf.5:239 davfs2.conf.5:247 davfs2.conf.5:265 davfs2.conf.5:275
#: davfs2.conf.5:292 davfs2.conf.5:453
msgid "Default: 0"
msgstr ""

#. type: TP
#: davfs2.conf.5:245
#: davfs2.conf.5:240
#, no-wrap
msgid "B<if_match_bug>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:250
#: davfs2.conf.5:245
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 = "
@ -532,13 +517,13 @@ msgid ""
msgstr ""

#. type: TP
#: davfs2.conf.5:253
#: davfs2.conf.5:248
#, no-wrap
msgid "B<drop_weak_etags>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:262
#: davfs2.conf.5:257
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 "
@ -550,7 +535,7 @@ msgid ""
msgstr ""

#. type: Plain text
#: davfs2.conf.5:266
#: davfs2.conf.5:261
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 "
@ -558,18 +543,18 @@ msgid ""
msgstr ""

#. type: Plain text
#: davfs2.conf.5:268
#: davfs2.conf.5:263
msgid "0 = no, 1 = yes."
msgstr ""

#. type: TP
#: davfs2.conf.5:271
#: davfs2.conf.5:266
#, no-wrap
msgid "B<allow_cookie>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:278
#: davfs2.conf.5:273
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 "
@ -578,13 +563,13 @@ msgid ""
msgstr ""

#. type: TP
#: davfs2.conf.5:281
#: davfs2.conf.5:276
#, no-wrap
msgid "B<precheck>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:288
#: davfs2.conf.5:283
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 "
@ -593,39 +578,39 @@ msgid ""
msgstr ""

#. type: TP
#: davfs2.conf.5:291
#: davfs2.conf.5:286
#, no-wrap
msgid "B<ignore_dav_header>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:295
#: davfs2.conf.5:290
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:298
#: davfs2.conf.5:293
#, no-wrap
msgid "B<use_compression>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:302
#: davfs2.conf.5:297
msgid ""
"Use gzip-compression for downloading files, if supported by the server. "
"Uploads will still be uncompressed."
msgstr ""

#. type: TP
#: davfs2.conf.5:305
#: davfs2.conf.5:300
#, no-wrap
msgid "B<server_charset>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:311
#: davfs2.conf.5:306
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 "
@ -634,7 +619,7 @@ msgid ""
msgstr ""

#. type: Plain text
#: davfs2.conf.5:319
#: davfs2.conf.5:314
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 "
@ -646,18 +631,18 @@ msgid ""
msgstr ""

#. type: Plain text
#: davfs2.conf.5:321
#: davfs2.conf.5:316
msgid "Default: no character set conversion"
msgstr ""

#. type: TP
#: davfs2.conf.5:322
#: davfs2.conf.5:317
#, no-wrap
msgid "B<connect_timeout>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:328
#: davfs2.conf.5:323
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' "
@ -666,43 +651,43 @@ msgid ""
msgstr ""

#. type: Plain text
#: davfs2.conf.5:331
#: davfs2.conf.5:326
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:333 davfs2.conf.5:448
#: davfs2.conf.5:328 davfs2.conf.5:443
msgid "Default: 10"
msgstr ""

#. type: TP
#: davfs2.conf.5:334
#: davfs2.conf.5:329
#, no-wrap
msgid "B<read_timeout>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:338
#: davfs2.conf.5:333
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:340 davfs2.conf.5:348
#: davfs2.conf.5:335 davfs2.conf.5:343
msgid "Default: 30"
msgstr ""

#. type: TP
#: davfs2.conf.5:341
#: davfs2.conf.5:336
#, no-wrap
msgid "B<retry>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:346
#: davfs2.conf.5:341
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 "
@ -710,36 +695,36 @@ msgid ""
msgstr ""

#. type: TP
#: davfs2.conf.5:349
#: davfs2.conf.5:344
#, no-wrap
msgid "B<max_retry>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:352
#: davfs2.conf.5:347
msgid "Maximum value of the retry interval."
msgstr ""

#. type: Plain text
#: davfs2.conf.5:354
#: davfs2.conf.5:349
msgid "Default: 300"
msgstr ""

#. type: TP
#: davfs2.conf.5:355
#: davfs2.conf.5:350
#, no-wrap
msgid "B<max_upload_attempts>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:359
#: davfs2.conf.5:354
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:364
#: davfs2.conf.5:359
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 "
@ -747,18 +732,18 @@ msgid ""
msgstr ""

#. type: Plain text
#: davfs2.conf.5:366
#: davfs2.conf.5:361
msgid "Default: 15"
msgstr ""

#. type: TP
#: davfs2.conf.5:367
#: davfs2.conf.5:362
#, no-wrap
msgid "B<add_header>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:373
#: davfs2.conf.5:368
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 "
@ -767,17 +752,17 @@ msgid ""
msgstr ""

#. type: Plain text
#: davfs2.conf.5:375
#: davfs2.conf.5:370
msgid "add_header Translate F"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:377
#: davfs2.conf.5:372
msgid "B<@PROGRAM_NAME@> will add header \"Translate: F\" on all requests."
msgstr ""

#. type: Plain text
#: davfs2.conf.5:381
#: davfs2.conf.5:376
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@/"
@ -785,19 +770,19 @@ msgid ""
msgstr ""

#. type: SH
#: davfs2.conf.5:383
#: davfs2.conf.5:378
#, no-wrap
msgid "Cache Related Options"
msgstr ""

#. type: TP
#: davfs2.conf.5:385
#: davfs2.conf.5:380
#, no-wrap
msgid "B<backup_dir>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:390
#: davfs2.conf.5:385
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 "
@ -805,25 +790,25 @@ msgid ""
msgstr ""

#. type: Plain text
#: davfs2.conf.5:392
#: davfs2.conf.5:387
msgid "Default: lost+found"
msgstr ""

#. type: TP
#: davfs2.conf.5:393
#: davfs2.conf.5:388
#, no-wrap
msgid "B<cache_dir>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:397
#: davfs2.conf.5:392
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:401
#: davfs2.conf.5:396
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 "
@ -831,18 +816,18 @@ msgid ""
msgstr ""

#. type: Plain text
#: davfs2.conf.5:403
#: davfs2.conf.5:398
msgid "Defaults: @SYS_CACHE_DIR@ and ~/.@PACKAGE@/cache"
msgstr ""

#. type: TP
#: davfs2.conf.5:404
#: davfs2.conf.5:399
#, no-wrap
msgid "B<cache_size>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:409
#: davfs2.conf.5:404
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 "
@ -850,18 +835,18 @@ msgid ""
msgstr ""

#. type: Plain text
#: davfs2.conf.5:411
#: davfs2.conf.5:406
msgid "Default: 50"
msgstr ""

#. type: TP
#: davfs2.conf.5:412
#: davfs2.conf.5:407
#, no-wrap
msgid "B<table_size>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:418
#: davfs2.conf.5:413
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 "
@ -870,18 +855,18 @@ msgid ""
msgstr ""

#. type: Plain text
#: davfs2.conf.5:420
#: davfs2.conf.5:415
msgid "Default: 1024"
msgstr ""

#. type: TP
#: davfs2.conf.5:421
#: davfs2.conf.5:416
#, no-wrap
msgid "B<dir_refresh>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:426
#: davfs2.conf.5:421
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 "
@ -889,13 +874,13 @@ msgid ""
msgstr ""

#. type: TP
#: davfs2.conf.5:429
#: davfs2.conf.5:424
#, no-wrap
msgid "B<file_refresh>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:436
#: davfs2.conf.5:431
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 "
@ -905,13 +890,13 @@ msgid ""
msgstr ""

#. type: TP
#: davfs2.conf.5:439
#: davfs2.conf.5:434
#, no-wrap
msgid "B<delay_upload>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:446
#: davfs2.conf.5:441
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 "
@ -921,13 +906,13 @@ msgid ""
msgstr ""

#. type: TP
#: davfs2.conf.5:449
#: davfs2.conf.5:444
#, no-wrap
msgid "B<gui_optimize>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:456
#: davfs2.conf.5:451
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 "
@ -937,19 +922,19 @@ msgid ""
msgstr ""

#. type: SH
#: davfs2.conf.5:460
#: davfs2.conf.5:455
#, no-wrap
msgid "Debugging Options"
msgstr ""

#. type: TP
#: davfs2.conf.5:462
#: davfs2.conf.5:457
#, no-wrap
msgid "B<debug>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:470
#: davfs2.conf.5:465
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 "
@ -960,7 +945,7 @@ msgid ""
msgstr ""

#. type: Plain text
#: davfs2.conf.5:474
#: davfs2.conf.5:469
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 "
@ -969,171 +954,171 @@ msgid ""
msgstr ""

#. type: Plain text
#: davfs2.conf.5:477
#: davfs2.conf.5:472
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:479
#: davfs2.conf.5:474
msgid "Default: no debugging messages"
msgstr ""

#. type: TP
#: davfs2.conf.5:480
#: davfs2.conf.5:475
#, no-wrap
msgid "B<Recognized values:>"
msgstr ""

#. type: TP
#: davfs2.conf.5:482
#: davfs2.conf.5:477
#, no-wrap
msgid "B<config>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:485
#: davfs2.conf.5:480
msgid "Command line and configuration options."
msgstr ""

#. type: TP
#: davfs2.conf.5:485
#: davfs2.conf.5:480
#, no-wrap
msgid "B<kernel>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:488
#: davfs2.conf.5:483
msgid "Upcalls from the kernel file system."
msgstr ""

#. type: TP
#: davfs2.conf.5:488
#: davfs2.conf.5:483
#, no-wrap
msgid "B<cache>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:491
#: davfs2.conf.5:486
msgid "Cache operations like adding and removing nodes."
msgstr ""

#. type: TP
#: davfs2.conf.5:491
#: davfs2.conf.5:486
#, no-wrap
msgid "B<http>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:494
#: davfs2.conf.5:489
msgid "HTTP headers."
msgstr ""

#. type: TP
#: davfs2.conf.5:494
#: davfs2.conf.5:489
#, no-wrap
msgid "B<xml>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:497
#: davfs2.conf.5:492
msgid "Parsing of the XML-body of WebDAV-requests."
msgstr ""

#. type: TP
#: davfs2.conf.5:497
#: davfs2.conf.5:492
#, no-wrap
msgid "B<httpauth>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:500
#: davfs2.conf.5:495
msgid "Negotiation of authentication."
msgstr ""

#. type: TP
#: davfs2.conf.5:500
#: davfs2.conf.5:495
#, no-wrap
msgid "B<locks>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:503
#: davfs2.conf.5:498
msgid "Information about locks."
msgstr ""

#. type: TP
#: davfs2.conf.5:503
#: davfs2.conf.5:498
#, no-wrap
msgid "B<ssl>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:506
#: davfs2.conf.5:501
msgid "TLS/SSL related stuff like certificates."
msgstr ""

#. type: TP
#: davfs2.conf.5:506
#: davfs2.conf.5:501
#, no-wrap
msgid "B<httpbody>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:509
#: davfs2.conf.5:504
msgid "Complete body of HTTP-responses."
msgstr ""

#. type: Plain text
#: davfs2.conf.5:512
#: davfs2.conf.5:507
msgid ""
"Also print confidential information, which is usually omitted or obscured."
msgstr ""

#. type: TP
#: davfs2.conf.5:512
#: davfs2.conf.5:507
#, no-wrap
msgid "B<most>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:515
#: davfs2.conf.5:510
msgid "Includes config, kernel, cache and http."
msgstr ""

#. type: SH
#: davfs2.conf.5:518 mount.davfs.8:537 umount.davfs.8:79
#: davfs2.conf.5:513 mount.davfs.8:536 umount.davfs.8:79
#, no-wrap
msgid "AUTHORS"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:522
#: davfs2.conf.5:517
msgid ""
"This man page was written by by Werner Baumann E<lt>werner."
"baumann@onlinehome.deE<gt>."
msgstr ""

#. type: SH
#: davfs2.conf.5:524 mount.davfs.8:554 umount.davfs.8:84
#: davfs2.conf.5:519 mount.davfs.8:553 umount.davfs.8:84
#, no-wrap
msgid "DAVFS2 HOME"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:527 mount.davfs.8:557 umount.davfs.8:87
#: davfs2.conf.5:522 mount.davfs.8:556 umount.davfs.8:87
msgid "@PACKAGE_BUGREPORT@"
msgstr ""

#. type: SH
#: davfs2.conf.5:529 mount.davfs.8:559 umount.davfs.8:89
#: davfs2.conf.5:524 mount.davfs.8:558 umount.davfs.8:89
#, no-wrap
msgid "SEE ALSO"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:535
#: davfs2.conf.5:530
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

File diff suppressed because it is too large Load Diff

View File

@ -2125,8 +2125,7 @@ read_config(dav_args *args, const char * filename, int system)
args->dav_group = xstrdup(parmv[1]);
} else if (strcmp(parmv[0], "buf_size") == 0) {
args->buf_size = arg_to_int(parmv[1], 10, parmv[0]);
} else if (strcmp(parmv[0], "trust_ca_cert") == 0
|| strcmp(parmv[0], "servercert") == 0) {
} else if (strcmp(parmv[0], "trust_ca_cert") == 0) {
if (args->trust_ca_cert)
free(args->trust_ca_cert);
args->trust_ca_cert = xstrdup(parmv[1]);

View File

@ -384,10 +384,10 @@ dav_init_webdav(dav_args *args)
if (args->server_cert) {
server_cert = args->server_cert;
args->server_cert = NULL;
} else if (args->ca_cert) {
ne_ssl_trust_cert(session, args->ca_cert);
} else {
ne_ssl_trust_default_ca(session);
if (args->ca_cert)
ne_ssl_trust_cert(session, args->ca_cert);
}

if (args->client_cert)