Add option min_propset

This commit is contained in:
wbaumann 2014-06-09 18:38:46 +00:00
parent f4ac4f739a
commit 53ee4afb75
10 changed files with 419 additions and 297 deletions

View File

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


2014-06-09 Werner Baumann (werner.baumann@onlinehome.de)
* defaults.h, mount_davfs.h, mount_davfs.c webdav.c:
Add option min_propset.

2014-06-08 Werner Baumann (werner.baumann@onlinehome.de) 2014-06-08 Werner Baumann (werner.baumann@onlinehome.de)
* cache.c, add_node, update_directory: * cache.c, add_node, update_directory:
Fix file times if LastModified is missing. Fix file times if LastModified is missing.

View File

@ -45,6 +45,7 @@
# precheck 1 # precheck 1
# ignore_dav_header 0 # ignore_dav_header 0
# use_compression 1 # use_compression 1
# min_propset 0
# server_charset # server_charset
# connect_timeout 10 # seconds # connect_timeout 10 # seconds
# read_timeout 30 # seconds # read_timeout 30 # seconds

View File

@ -1,4 +1,4 @@
.TH @CONFIGFILE@ 5 2014\-04\-18 @PACKAGE_STRING@ .TH @CONFIGFILE@ 5 2014\-06\-09 @PACKAGE_STRING@




.SH NAME .SH NAME
@ -297,6 +297,18 @@ Uploads will still be uncompressed.
.br .br
Default: 1 Default: 1


.TP
.B min_propset
Some servers are reported to significantly slow down when the Etag and
Last-Modified properties are requested. This option will reduce the set of
WebDAV-properties requested from the server to the minimal set. Don't use it if
your file system is used for reading and writing. Without Etag or Last-Modified
davfs2 will not be able to check for changes on the server which may result
in unnecessary downloads and lost updates. This option will also effectively
disable caching of files because files in the cache can't be reused.
.br
Default: 0

.TP .TP
.B server_charset .B server_charset
When extracting file names from the path component of the URL, When extracting file names from the path component of the URL,

View File

@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2014-04-20 19:27+0300\n" "POT-Creation-Date: 2014-06-09 20:29+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -25,7 +25,7 @@ msgstr ""
#. type: TH #. type: TH
#: davfs2.conf.5:1 #: davfs2.conf.5:1
#, no-wrap #, no-wrap
msgid "2014-04-18" msgid "2014-06-09"
msgstr "" msgstr ""


#. type: TH #. type: TH
@ -276,7 +276,7 @@ msgstr ""


#. type: Plain text #. type: Plain text
#: davfs2.conf.5:126 davfs2.conf.5:200 davfs2.conf.5:207 davfs2.conf.5:285 #: davfs2.conf.5:126 davfs2.conf.5:200 davfs2.conf.5:207 davfs2.conf.5:285
#: davfs2.conf.5:299 davfs2.conf.5:433 #: davfs2.conf.5:299 davfs2.conf.5:445
msgid "Default: 1" msgid "Default: 1"
msgstr "" msgstr ""


@ -373,7 +373,7 @@ msgid ""
msgstr "" msgstr ""


#. type: TP #. type: TP
#: davfs2.conf.5:183 davfs2.conf.5:520 #: davfs2.conf.5:183 davfs2.conf.5:532
#, no-wrap #, no-wrap
msgid "B<secrets>" msgid "B<secrets>"
msgstr "" msgstr ""
@ -477,7 +477,7 @@ msgid ""
msgstr "" msgstr ""


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


@ -498,7 +498,7 @@ msgstr ""


#. type: Plain text #. type: Plain text
#: davfs2.conf.5:239 davfs2.conf.5:247 davfs2.conf.5:265 davfs2.conf.5:275 #: davfs2.conf.5:239 davfs2.conf.5:247 davfs2.conf.5:265 davfs2.conf.5:275
#: davfs2.conf.5:292 davfs2.conf.5:453 davfs2.conf.5:469 #: davfs2.conf.5:292 davfs2.conf.5:311 davfs2.conf.5:465 davfs2.conf.5:481
msgid "Default: 0" msgid "Default: 0"
msgstr "" msgstr ""


@ -607,11 +607,30 @@ msgstr ""
#. type: TP #. type: TP
#: davfs2.conf.5:300 #: davfs2.conf.5:300
#, no-wrap #, no-wrap
msgid "B<min_propset>"
msgstr ""

#. type: Plain text
#: davfs2.conf.5:309
msgid ""
"Some servers are reported to significantly slow down when the Etag and Last-"
"Modified properties are requested. This option will reduce the set of WebDAV-"
"properties requested from the server to the minimal set. Don't use it if "
"your file system is used for reading and writing. Without Etag or Last-"
"Modified davfs2 will not be able to check for changes on the server which "
"may result in unnecessary downloads and lost updates. This option will also "
"effectively disable caching of files because files in the cache can't be "
"reused."
msgstr ""

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


#. type: Plain text #. type: Plain text
#: davfs2.conf.5:306 #: davfs2.conf.5:318
msgid "" msgid ""
"When extracting file names from the path component of the URL, " "When extracting file names from the path component of the URL, "
"B<@PROGRAM_NAME@> will assume they are encoded using this character set and " "B<@PROGRAM_NAME@> will assume they are encoded using this character set and "
@ -620,7 +639,7 @@ msgid ""
msgstr "" msgstr ""


#. type: Plain text #. type: Plain text
#: davfs2.conf.5:314 #: davfs2.conf.5:326
msgid "" msgid ""
"There is no means in HTTP to know the character encoding of the path " "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 " "component. There may be even different encodings within the same path, as "
@ -632,18 +651,18 @@ msgid ""
msgstr "" msgstr ""


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


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


#. type: Plain text #. type: Plain text
#: davfs2.conf.5:323 #: davfs2.conf.5:335
msgid "" msgid ""
"When creating a TCP connection to the server B<@PROGRAM_NAME@> will wait " "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' " "that many seconds for an answer before assuming an error. If a value of '0' "
@ -652,43 +671,43 @@ msgid ""
msgstr "" msgstr ""


#. type: Plain text #. type: Plain text
#: davfs2.conf.5:326 #: davfs2.conf.5:338
msgid "" msgid ""
"This parameter only takes effect if the version of neon in use (neon version " "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." "E<gt> 0.26) and the OS support non-blocking I/O."
msgstr "" msgstr ""


#. type: Plain text #. type: Plain text
#: davfs2.conf.5:328 davfs2.conf.5:443 #: davfs2.conf.5:340 davfs2.conf.5:455
msgid "Default: 10" msgid "Default: 10"
msgstr "" msgstr ""


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


#. type: Plain text #. type: Plain text
#: davfs2.conf.5:333 #: davfs2.conf.5:345
msgid "" msgid ""
"How long in seconds B<@PROGRAM_NAME@> will wait for an answer from the " "How long in seconds B<@PROGRAM_NAME@> will wait for an answer from the "
"server before assuming an error." "server before assuming an error."
msgstr "" msgstr ""


#. type: Plain text #. type: Plain text
#: davfs2.conf.5:335 davfs2.conf.5:343 #: davfs2.conf.5:347 davfs2.conf.5:355
msgid "Default: 30" msgid "Default: 30"
msgstr "" msgstr ""


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


#. type: Plain text #. type: Plain text
#: davfs2.conf.5:341 #: davfs2.conf.5:353
msgid "" msgid ""
"When B<@PROGRAM_NAME@> can not reach the server it will try again after " "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 " "B<retry> seconds. For subsequent retries the interval will be increased up "
@ -696,36 +715,36 @@ msgid ""
msgstr "" msgstr ""


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


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


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


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


#. type: Plain text #. type: Plain text
#: davfs2.conf.5:354 #: davfs2.conf.5:366
msgid "" msgid ""
"When uploading a changed file fails temporarily B<@PROGRAM_NAME@> will retry " "When uploading a changed file fails temporarily B<@PROGRAM_NAME@> will retry "
"with increasing intervals, but not more often than this." "with increasing intervals, but not more often than this."
msgstr "" msgstr ""


#. type: Plain text #. type: Plain text
#: davfs2.conf.5:359 #: davfs2.conf.5:371
msgid "" msgid ""
"With a bad connection this will cause additional traffic. To reduce traffic " "With a bad connection this will cause additional traffic. To reduce traffic "
"caused by unsuccessful attempts option B<use_expect100> can be set. But " "caused by unsuccessful attempts option B<use_expect100> can be set. But "
@ -733,18 +752,18 @@ msgid ""
msgstr "" msgstr ""


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


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


#. type: Plain text #. type: Plain text
#: davfs2.conf.5:368 #: davfs2.conf.5:380
msgid "" msgid ""
"Your server might expect special headers to do what you want. Different from " "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 " "other options, this one takes two values: the name of the header and its "
@ -753,17 +772,17 @@ msgid ""
msgstr "" msgstr ""


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


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


#. type: Plain text #. type: Plain text
#: davfs2.conf.5:376 #: davfs2.conf.5:388
msgid "" msgid ""
"This option is cumulative. You can enter more than one add_header option and " "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@/" "all of them will be added. Also add_header options from @SYS_CONF_DIR@/"
@ -771,19 +790,19 @@ msgid ""
msgstr "" msgstr ""


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


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


#. type: Plain text #. type: Plain text
#: davfs2.conf.5:385 #: davfs2.conf.5:397
msgid "" msgid ""
"Each mounted @PACKAGE@ file system has a directory to store backups of files " "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 " "that could not be stored back to the server. This sets the name of this "
@ -791,25 +810,25 @@ msgid ""
msgstr "" msgstr ""


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


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


#. type: Plain text #. type: Plain text
#: davfs2.conf.5:392 #: davfs2.conf.5:404
msgid "" msgid ""
"The directory where B<@PROGRAM_NAME@> will store cached files. For every " "The directory where B<@PROGRAM_NAME@> will store cached files. For every "
"mount point a subdirectory will be created." "mount point a subdirectory will be created."
msgstr "" msgstr ""


#. type: Plain text #. type: Plain text
#: davfs2.conf.5:396 #: davfs2.conf.5:408
msgid "" msgid ""
"In the systemwide configuration file this will set the system wide cache, " "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 " "used by root. In a users configuration file it will set the cache used by "
@ -817,18 +836,18 @@ msgid ""
msgstr "" msgstr ""


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


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


#. type: Plain text #. type: Plain text
#: davfs2.conf.5:404 #: davfs2.conf.5:416
msgid "" msgid ""
"The amount of disk space in MiByte that may be used. B<@PROGRAM_NAME@> will " "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 " "always take enough space to cache open files, ignoring this value if "
@ -836,18 +855,18 @@ msgid ""
msgstr "" msgstr ""


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


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


#. type: Plain text #. type: Plain text
#: davfs2.conf.5:413 #: davfs2.conf.5:425
msgid "" msgid ""
"B<@PROGRAM_NAME@> maintains a hash table with an entry for each known file " "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 " "or directory. This gives the number of entries in this table. For large file "
@ -856,18 +875,18 @@ msgid ""
msgstr "" msgstr ""


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


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


#. type: Plain text #. type: Plain text
#: davfs2.conf.5:421 #: davfs2.conf.5:433
msgid "" msgid ""
"After B<@PROGRAM_NAME@> has got information about files in a directory it " "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 " "considers it valid for this time in seconds. Note: This does not affect "
@ -875,13 +894,13 @@ msgid ""
msgstr "" msgstr ""


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


#. type: Plain text #. type: Plain text
#: davfs2.conf.5:431 #: davfs2.conf.5:443
msgid "" msgid ""
"When a file or directory is opened by an application, B<@PROGRAM_NAME@> will " "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 " "first check the server for a newer version. But some applications do open "
@ -891,13 +910,13 @@ msgid ""
msgstr "" msgstr ""


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


#. type: Plain text #. type: Plain text
#: davfs2.conf.5:441 #: davfs2.conf.5:453
msgid "" msgid ""
"When a file that has been changed is closed, B<@PROGRAM_NAME@> will wait " "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 " "that many seconds before it will upload it to the server. This will avoid "
@ -907,13 +926,13 @@ msgid ""
msgstr "" msgstr ""


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


#. type: Plain text #. type: Plain text
#: davfs2.conf.5:451 #: davfs2.conf.5:463
msgid "" msgid ""
"When a file is opened, B<@PROGRAM_NAME@> will have to check the server " "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 " "whether there is a newer version. Graphical User Interfaces tend to open "
@ -923,13 +942,13 @@ msgid ""
msgstr "" msgstr ""


#. type: TP #. type: TP
#: davfs2.conf.5:454 #: davfs2.conf.5:466
#, no-wrap #, no-wrap
msgid "B<minimize_mem>" msgid "B<minimize_mem>"
msgstr "" msgstr ""


#. type: Plain text #. type: Plain text
#: davfs2.conf.5:462 #: davfs2.conf.5:474
msgid "" msgid ""
"davfs2 holds information about files and directories in the working memory. " "davfs2 holds information about files and directories in the working memory. "
"It will stay there as long as the file system is mounted and the file is not " "It will stay there as long as the file system is mounted and the file is not "
@ -939,7 +958,7 @@ msgid ""
msgstr "" msgstr ""


#. type: Plain text #. type: Plain text
#: davfs2.conf.5:467 #: davfs2.conf.5:479
msgid "" msgid ""
"B<Warning:> Most file attributes are only maintained locally because there " "B<Warning:> Most file attributes are only maintained locally because there "
"is no corresponding WebDAV property. So if users change attributes (owner, " "is no corresponding WebDAV property. So if users change attributes (owner, "
@ -948,19 +967,19 @@ msgid ""
msgstr "" msgstr ""


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


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


#. type: Plain text #. type: Plain text
#: davfs2.conf.5:481 #: davfs2.conf.5:493
msgid "" msgid ""
"Send debug messages to the syslog daemon. The value tells what kind of " "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 " "information shall be logged. The messages are send with facility LOG_DAEMON "
@ -971,7 +990,7 @@ msgid ""
msgstr "" msgstr ""


#. type: Plain text #. type: Plain text
#: davfs2.conf.5:485 #: davfs2.conf.5:497
msgid "" msgid ""
"Unlike other options, this option is cumulative. If there are several debug " "Unlike other options, this option is cumulative. If there are several debug "
"entries with different values, all of them will be applied. Also debug " "entries with different values, all of them will be applied. Also debug "
@ -980,171 +999,171 @@ msgid ""
msgstr "" msgstr ""


#. type: Plain text #. type: Plain text
#: davfs2.conf.5:488 #: davfs2.conf.5:500
msgid "" msgid ""
"B<Note:> Debug messages let the log-files grow quickly. Never use this " "B<Note:> Debug messages let the log-files grow quickly. Never use this "
"option in normal operation of mount.davfs." "option in normal operation of mount.davfs."
msgstr "" msgstr ""


#. type: Plain text #. type: Plain text
#: davfs2.conf.5:490 #: davfs2.conf.5:502
msgid "Default: no debugging messages" msgid "Default: no debugging messages"
msgstr "" msgstr ""


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


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


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


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


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


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


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


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


#. type: Plain text #. type: Plain text
#: davfs2.conf.5:505 #: davfs2.conf.5:517
msgid "HTTP headers." msgid "HTTP headers."
msgstr "" msgstr ""


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


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


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


#. type: Plain text #. type: Plain text
#: davfs2.conf.5:511 #: davfs2.conf.5:523
msgid "Negotiation of authentication." msgid "Negotiation of authentication."
msgstr "" msgstr ""


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


#. type: Plain text #. type: Plain text
#: davfs2.conf.5:514 #: davfs2.conf.5:526
msgid "Information about locks." msgid "Information about locks."
msgstr "" msgstr ""


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


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


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


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


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


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


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


#. type: SH #. type: SH
#: davfs2.conf.5:529 mount.davfs.8:547 umount.davfs.8:79 #: davfs2.conf.5:541 mount.davfs.8:547 umount.davfs.8:79
#, no-wrap #, no-wrap
msgid "AUTHORS" msgid "AUTHORS"
msgstr "" msgstr ""


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


#. type: SH #. type: SH
#: davfs2.conf.5:535 mount.davfs.8:564 umount.davfs.8:84 #: davfs2.conf.5:547 mount.davfs.8:564 umount.davfs.8:84
#, no-wrap #, no-wrap
msgid "DAVFS2 HOME" msgid "DAVFS2 HOME"
msgstr "" msgstr ""


#. type: Plain text #. type: Plain text
#: davfs2.conf.5:538 mount.davfs.8:567 umount.davfs.8:87 #: davfs2.conf.5:550 mount.davfs.8:567 umount.davfs.8:87
msgid "@PACKAGE_BUGREPORT@" msgid "@PACKAGE_BUGREPORT@"
msgstr "" msgstr ""


#. type: SH #. type: SH
#: davfs2.conf.5:540 mount.davfs.8:569 umount.davfs.8:89 #: davfs2.conf.5:552 mount.davfs.8:569 umount.davfs.8:89
#, no-wrap #, no-wrap
msgid "SEE ALSO" msgid "SEE ALSO"
msgstr "" msgstr ""


#. type: Plain text #. type: Plain text
#: davfs2.conf.5:546 #: davfs2.conf.5:558
msgid "" msgid ""
"B<@PROGRAM_NAME@>(8), B<u@PROGRAM_NAME@>(8), B<mount>(8), B<umount>(8), " "B<@PROGRAM_NAME@>(8), B<u@PROGRAM_NAME@>(8), B<mount>(8), B<umount>(8), "
"B<fstab>(5)" "B<fstab>(5)"

View File

@ -6,8 +6,8 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: davfs2 1.5.0\n" "Project-Id-Version: davfs2 1.5.0\n"
"POT-Creation-Date: 2014-04-20 19:27+0300\n" "POT-Creation-Date: 2014-06-09 20:27+0300\n"
"PO-Revision-Date: 2014-04-20 19:30+0200\n" "PO-Revision-Date: 2014-06-09 20:28+0200\n"
"Last-Translator: Werner Baumann <werner.baumann@onlinehome.de>\n" "Last-Translator: Werner Baumann <werner.baumann@onlinehome.de>\n"
"Language-Team: \n" "Language-Team: \n"
"Language: \n" "Language: \n"
@ -25,8 +25,8 @@ msgstr "@CONFIGFILE@"
#. type: TH #. type: TH
#: davfs2.conf.5:1 #: davfs2.conf.5:1
#, no-wrap #, no-wrap
msgid "2014-04-18" msgid "2014-06-09"
msgstr "2014-04-18" msgstr "2014-06-09"


# type: TH # type: TH
#. type: TH #. type: TH
@ -365,7 +365,7 @@ msgstr ""
# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:126 davfs2.conf.5:200 davfs2.conf.5:207 davfs2.conf.5:285 #: davfs2.conf.5:126 davfs2.conf.5:200 davfs2.conf.5:207 davfs2.conf.5:285
#: davfs2.conf.5:299 davfs2.conf.5:433 #: davfs2.conf.5:299 davfs2.conf.5:445
msgid "Default: 1" msgid "Default: 1"
msgstr "Voreingestellt: 1" msgstr "Voreingestellt: 1"


@ -499,7 +499,7 @@ msgstr ""


# type: TP # type: TP
#. type: TP #. type: TP
#: davfs2.conf.5:183 davfs2.conf.5:520 #: davfs2.conf.5:183 davfs2.conf.5:532
#, no-wrap #, no-wrap
msgid "B<secrets>" msgid "B<secrets>"
msgstr "B<secrets>" msgstr "B<secrets>"
@ -638,7 +638,7 @@ msgstr ""


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


@ -666,7 +666,7 @@ msgstr ""
# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:239 davfs2.conf.5:247 davfs2.conf.5:265 davfs2.conf.5:275 #: davfs2.conf.5:239 davfs2.conf.5:247 davfs2.conf.5:265 davfs2.conf.5:275
#: davfs2.conf.5:292 davfs2.conf.5:453 davfs2.conf.5:469 #: davfs2.conf.5:292 davfs2.conf.5:311 davfs2.conf.5:465 davfs2.conf.5:481
msgid "Default: 0" msgid "Default: 0"
msgstr "Voreingestellt: 0" msgstr "Voreingestellt: 0"


@ -818,12 +818,40 @@ msgstr ""
#. type: TP #. type: TP
#: davfs2.conf.5:300 #: davfs2.conf.5:300
#, no-wrap #, no-wrap
msgid "B<min_propset>"
msgstr "B<min_propset>"

#. type: Plain text
#: davfs2.conf.5:309
msgid ""
"Some servers are reported to significantly slow down when the Etag and Last-"
"Modified properties are requested. This option will reduce the set of WebDAV-"
"properties requested from the server to the minimal set. Don't use it if "
"your file system is used for reading and writing. Without Etag or Last-"
"Modified davfs2 will not be able to check for changes on the server which "
"may result in unnecessary downloads and lost updates. This option will also "
"effectively disable caching of files because files in the cache can't be "
"reused."
msgstr ""
"Von manchen Servern wird berichtet, dass sie erheblich langsamer werden, "
"wenn Etag und Last-Modified abgefragt werden. Diese Option reduziert die vom "
"Server abgefragten WebDAV-Properties auf das Minimum. Wenn das Dateisystem "
"für Schreib- und Lesezugriffe verwendet wird, darf dies Option nicht gesetzt "
"werden. Ohne Etag oder Last-Modified kann davfs2 Änderungen auf dem Server "
"nicht erkennen, was zu überflüssigen Downloads und zum Verlust von "
"Änderungen führen kann. Der Datei-Cache wird dadurch auch nutzlos, da "
"Dateien im Cache nicht wieder verwendet werden können."

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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:306 #: davfs2.conf.5:318
msgid "" msgid ""
"When extracting file names from the path component of the URL, " "When extracting file names from the path component of the URL, "
"B<@PROGRAM_NAME@> will assume they are encoded using this character set and " "B<@PROGRAM_NAME@> will assume they are encoded using this character set and "
@ -838,7 +866,7 @@ msgstr ""


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:314 #: davfs2.conf.5:326
msgid "" msgid ""
"There is no means in HTTP to know the character encoding of the path " "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 " "component. There may be even different encodings within the same path, as "
@ -861,20 +889,20 @@ msgstr ""


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:316 #: davfs2.conf.5:328
msgid "Default: no character set conversion" msgid "Default: no character set conversion"
msgstr "Voreingestellt: die Kodierung wird nicht umgewandelt" msgstr "Voreingestellt: die Kodierung wird nicht umgewandelt"


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:323 #: davfs2.conf.5:335
msgid "" msgid ""
"When creating a TCP connection to the server B<@PROGRAM_NAME@> will wait " "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' " "that many seconds for an answer before assuming an error. If a value of '0' "
@ -887,7 +915,7 @@ msgstr ""


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:326 #: davfs2.conf.5:338
msgid "" msgid ""
"This parameter only takes effect if the version of neon in use (neon version " "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." "E<gt> 0.26) and the OS support non-blocking I/O."
@ -898,20 +926,20 @@ msgstr ""


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:328 davfs2.conf.5:443 #: davfs2.conf.5:340 davfs2.conf.5:455
msgid "Default: 10" msgid "Default: 10"
msgstr "Voreingestellt: 10" msgstr "Voreingestellt: 10"


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:333 #: davfs2.conf.5:345
msgid "" msgid ""
"How long in seconds B<@PROGRAM_NAME@> will wait for an answer from the " "How long in seconds B<@PROGRAM_NAME@> will wait for an answer from the "
"server before assuming an error." "server before assuming an error."
@ -921,20 +949,20 @@ msgstr ""


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:335 davfs2.conf.5:343 #: davfs2.conf.5:347 davfs2.conf.5:355
msgid "Default: 30" msgid "Default: 30"
msgstr "Voreingestellt: 30" msgstr "Voreingestellt: 30"


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:341 #: davfs2.conf.5:353
msgid "" msgid ""
"When B<@PROGRAM_NAME@> can not reach the server it will try again after " "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 " "B<retry> seconds. For subsequent retries the interval will be increased up "
@ -946,33 +974,33 @@ msgstr ""


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:347 #: davfs2.conf.5:359
msgid "Maximum value of the retry interval." msgid "Maximum value of the retry interval."
msgstr "Maximales retry-Intervall." msgstr "Maximales retry-Intervall."


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


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:354 #: davfs2.conf.5:366
msgid "" msgid ""
"When uploading a changed file fails temporarily B<@PROGRAM_NAME@> will retry " "When uploading a changed file fails temporarily B<@PROGRAM_NAME@> will retry "
"with increasing intervals, but not more often than this." "with increasing intervals, but not more often than this."
@ -983,7 +1011,7 @@ msgstr ""


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:359 #: davfs2.conf.5:371
msgid "" msgid ""
"With a bad connection this will cause additional traffic. To reduce traffic " "With a bad connection this will cause additional traffic. To reduce traffic "
"caused by unsuccessful attempts option B<use_expect100> can be set. But " "caused by unsuccessful attempts option B<use_expect100> can be set. But "
@ -996,20 +1024,20 @@ msgstr ""


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


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:368 #: davfs2.conf.5:380
msgid "" msgid ""
"Your server might expect special headers to do what you want. Different from " "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 " "other options, this one takes two values: the name of the header and its "
@ -1024,13 +1052,13 @@ msgstr ""


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:372 #: davfs2.conf.5:384
msgid "B<@PROGRAM_NAME@> will add header \"Translate: F\" on all requests." msgid "B<@PROGRAM_NAME@> will add header \"Translate: F\" on all requests."
msgstr "" msgstr ""
"B<@PROGRAM_NAME@> sendet nun den Header \"Translate: F\" bei allen Anfragen " "B<@PROGRAM_NAME@> sendet nun den Header \"Translate: F\" bei allen Anfragen "
@ -1038,7 +1066,7 @@ msgstr ""


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:376 #: davfs2.conf.5:388
msgid "" msgid ""
"This option is cumulative. You can enter more than one add_header option and " "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@/" "all of them will be added. Also add_header options from @SYS_CONF_DIR@/"
@ -1050,21 +1078,21 @@ msgstr ""


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


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:385 #: davfs2.conf.5:397
msgid "" msgid ""
"Each mounted @PACKAGE@ file system has a directory to store backups of files " "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 " "that could not be stored back to the server. This sets the name of this "
@ -1076,20 +1104,20 @@ msgstr ""


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


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:392 #: davfs2.conf.5:404
msgid "" msgid ""
"The directory where B<@PROGRAM_NAME@> will store cached files. For every " "The directory where B<@PROGRAM_NAME@> will store cached files. For every "
"mount point a subdirectory will be created." "mount point a subdirectory will be created."
@ -1099,7 +1127,7 @@ msgstr ""


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:396 #: davfs2.conf.5:408
msgid "" msgid ""
"In the systemwide configuration file this will set the system wide cache, " "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 " "used by root. In a users configuration file it will set the cache used by "
@ -1111,20 +1139,20 @@ msgstr ""


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


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:404 #: davfs2.conf.5:416
msgid "" msgid ""
"The amount of disk space in MiByte that may be used. B<@PROGRAM_NAME@> will " "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 " "always take enough space to cache open files, ignoring this value if "
@ -1136,20 +1164,20 @@ msgstr ""


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


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:413 #: davfs2.conf.5:425
msgid "" msgid ""
"B<@PROGRAM_NAME@> maintains a hash table with an entry for each known file " "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 " "or directory. This gives the number of entries in this table. For large file "
@ -1163,20 +1191,20 @@ msgstr ""


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


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:421 #: davfs2.conf.5:433
msgid "" msgid ""
"After B<@PROGRAM_NAME@> has got information about files in a directory it " "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 " "considers it valid for this time in seconds. Note: This does not affect "
@ -1188,14 +1216,14 @@ msgstr ""


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:431 #: davfs2.conf.5:443
msgid "" msgid ""
"When a file or directory is opened by an application, B<@PROGRAM_NAME@> will " "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 " "first check the server for a newer version. But some applications do open "
@ -1211,14 +1239,14 @@ msgstr ""


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:441 #: davfs2.conf.5:453
msgid "" msgid ""
"When a file that has been changed is closed, B<@PROGRAM_NAME@> will wait " "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 " "that many seconds before it will upload it to the server. This will avoid "
@ -1234,14 +1262,14 @@ msgstr ""


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:451 #: davfs2.conf.5:463
msgid "" msgid ""
"When a file is opened, B<@PROGRAM_NAME@> will have to check the server " "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 " "whether there is a newer version. Graphical User Interfaces tend to open "
@ -1258,13 +1286,13 @@ msgstr ""


# type: TP # type: TP
#. type: TP #. type: TP
#: davfs2.conf.5:454 #: davfs2.conf.5:466
#, no-wrap #, no-wrap
msgid "B<minimize_mem>" msgid "B<minimize_mem>"
msgstr "B<minimize_mem>" msgstr "B<minimize_mem>"


#. type: Plain text #. type: Plain text
#: davfs2.conf.5:462 #: davfs2.conf.5:474
msgid "" msgid ""
"davfs2 holds information about files and directories in the working memory. " "davfs2 holds information about files and directories in the working memory. "
"It will stay there as long as the file system is mounted and the file is not " "It will stay there as long as the file system is mounted and the file is not "
@ -1280,7 +1308,7 @@ msgstr ""
"einige Zeit nicht benutzt wurden. 0 = nein, 1 = ja." "einige Zeit nicht benutzt wurden. 0 = nein, 1 = ja."


#. type: Plain text #. type: Plain text
#: davfs2.conf.5:467 #: davfs2.conf.5:479
msgid "" msgid ""
"B<Warning:> Most file attributes are only maintained locally because there " "B<Warning:> Most file attributes are only maintained locally because there "
"is no corresponding WebDAV property. So if users change attributes (owner, " "is no corresponding WebDAV property. So if users change attributes (owner, "
@ -1294,21 +1322,21 @@ msgstr ""


# type: SH # type: SH
#. type: SH #. type: SH
#: davfs2.conf.5:471 #: davfs2.conf.5:483
#, no-wrap #, no-wrap
msgid "Debugging Options" msgid "Debugging Options"
msgstr "Debugging Optionen" msgstr "Debugging Optionen"


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:481 #: davfs2.conf.5:493
msgid "" msgid ""
"Send debug messages to the syslog daemon. The value tells what kind of " "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 " "information shall be logged. The messages are send with facility LOG_DAEMON "
@ -1326,7 +1354,7 @@ msgstr ""


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:485 #: davfs2.conf.5:497
msgid "" msgid ""
"Unlike other options, this option is cumulative. If there are several debug " "Unlike other options, this option is cumulative. If there are several debug "
"entries with different values, all of them will be applied. Also debug " "entries with different values, all of them will be applied. Also debug "
@ -1340,7 +1368,7 @@ msgstr ""


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:488 #: davfs2.conf.5:500
msgid "" msgid ""
"B<Note:> Debug messages let the log-files grow quickly. Never use this " "B<Note:> Debug messages let the log-files grow quickly. Never use this "
"option in normal operation of mount.davfs." "option in normal operation of mount.davfs."
@ -1350,53 +1378,53 @@ msgstr ""


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:490 #: davfs2.conf.5:502
msgid "Default: no debugging messages" msgid "Default: no debugging messages"
msgstr "Voreinstellung: keine Debug-Meldungen." msgstr "Voreinstellung: keine Debug-Meldungen."


# type: Plain text # type: Plain text
#. type: TP #. type: TP
#: davfs2.conf.5:491 #: davfs2.conf.5:503
#, no-wrap #, no-wrap
msgid "B<Recognized values:>" msgid "B<Recognized values:>"
msgstr "B<Mögliche Werte>" msgstr "B<Mögliche Werte>"


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:496 #: davfs2.conf.5:508
msgid "Command line and configuration options." msgid "Command line and configuration options."
msgstr "Kommando-Zeile und Kofigurationsoptionen." msgstr "Kommando-Zeile und Kofigurationsoptionen."


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:499 #: davfs2.conf.5:511
msgid "Upcalls from the kernel file system." msgid "Upcalls from the kernel file system."
msgstr "Anfragen vom Kernel-Dateisystem." msgstr "Anfragen vom Kernel-Dateisystem."


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:502 #: davfs2.conf.5:514
msgid "Cache operations like adding and removing nodes." msgid "Cache operations like adding and removing nodes."
msgstr "" msgstr ""
"Cache-Operationen wie das Erzeugen und Löschen von Dateien und " "Cache-Operationen wie das Erzeugen und Löschen von Dateien und "
@ -1404,85 +1432,85 @@ msgstr ""


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:505 #: davfs2.conf.5:517
msgid "HTTP headers." msgid "HTTP headers."
msgstr "HTTP-Header." msgstr "HTTP-Header."


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:508 #: davfs2.conf.5:520
msgid "Parsing of the XML-body of WebDAV-requests." msgid "Parsing of the XML-body of WebDAV-requests."
msgstr "Analysieren von XML-Daten in WebDAV-Anfragen." msgstr "Analysieren von XML-Daten in WebDAV-Anfragen."


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:511 #: davfs2.conf.5:523
msgid "Negotiation of authentication." msgid "Negotiation of authentication."
msgstr "Aushandeln der Authentifizierung." msgstr "Aushandeln der Authentifizierung."


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:514 #: davfs2.conf.5:526
msgid "Information about locks." msgid "Information about locks."
msgstr "Informationen über Sperren." msgstr "Informationen über Sperren."


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:517 #: davfs2.conf.5:529
msgid "TLS/SSL related stuff like certificates." msgid "TLS/SSL related stuff like certificates."
msgstr "TLS/SSL-Informatinen, z.B. Zertifikate." msgstr "TLS/SSL-Informatinen, z.B. Zertifikate."


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:520 #: davfs2.conf.5:532
msgid "Complete body of HTTP-responses." msgid "Complete body of HTTP-responses."
msgstr "Der komplette Datenteil von HTTP-Antworten." msgstr "Der komplette Datenteil von HTTP-Antworten."


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:523 #: davfs2.conf.5:535
msgid "" msgid ""
"Also print confidential information, which is usually omitted or obscured." "Also print confidential information, which is usually omitted or obscured."
msgstr "" msgstr ""
@ -1490,27 +1518,27 @@ msgstr ""


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:526 #: davfs2.conf.5:538
msgid "Includes config, kernel, cache and http." msgid "Includes config, kernel, cache and http."
msgstr "Beinhaltet config, kernel, cache und http." msgstr "Beinhaltet config, kernel, cache und http."


# type: SH # type: SH
#. type: SH #. type: SH
#: davfs2.conf.5:529 mount.davfs.8:547 umount.davfs.8:79 #: davfs2.conf.5:541 mount.davfs.8:547 umount.davfs.8:79
#, no-wrap #, no-wrap
msgid "AUTHORS" msgid "AUTHORS"
msgstr "AUTOREN" msgstr "AUTOREN"


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:533 #: davfs2.conf.5:545
msgid "" msgid ""
"This man page was written by by Werner Baumann E<lt>werner." "This man page was written by by Werner Baumann E<lt>werner."
"baumann@onlinehome.deE<gt>." "baumann@onlinehome.deE<gt>."
@ -1520,27 +1548,27 @@ msgstr ""


# type: SH # type: SH
#. type: SH #. type: SH
#: davfs2.conf.5:535 mount.davfs.8:564 umount.davfs.8:84 #: davfs2.conf.5:547 mount.davfs.8:564 umount.davfs.8:84
#, no-wrap #, no-wrap
msgid "DAVFS2 HOME" msgid "DAVFS2 HOME"
msgstr "DAVFS2 HOME" msgstr "DAVFS2 HOME"


# type: TH # type: TH
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:538 mount.davfs.8:567 umount.davfs.8:87 #: davfs2.conf.5:550 mount.davfs.8:567 umount.davfs.8:87
msgid "@PACKAGE_BUGREPORT@" msgid "@PACKAGE_BUGREPORT@"
msgstr "@PACKAGE_BUGREPORT@" msgstr "@PACKAGE_BUGREPORT@"


# type: SH # type: SH
#. type: SH #. type: SH
#: davfs2.conf.5:540 mount.davfs.8:569 umount.davfs.8:89 #: davfs2.conf.5:552 mount.davfs.8:569 umount.davfs.8:89
#, no-wrap #, no-wrap
msgid "SEE ALSO" msgid "SEE ALSO"
msgstr "SIEHE AUCH" msgstr "SIEHE AUCH"


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:546 #: davfs2.conf.5:558
msgid "" msgid ""
"B<@PROGRAM_NAME@>(8), B<u@PROGRAM_NAME@>(8), B<mount>(8), B<umount>(8), " "B<@PROGRAM_NAME@>(8), B<u@PROGRAM_NAME@>(8), B<mount>(8), B<umount>(8), "
"B<fstab>(5)" "B<fstab>(5)"

View File

@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: davfs2.conf.5\n" "Project-Id-Version: davfs2.conf.5\n"
"POT-Creation-Date: 2014-04-20 19:27+0300\n" "POT-Creation-Date: 2014-06-09 20:29+0300\n"
"PO-Revision-Date: 2007-04-26 01:24-0300\n" "PO-Revision-Date: 2007-04-26 01:24-0300\n"
"Last-Translator: Luciano Bello <luciano@linux.org.ar>\n" "Last-Translator: Luciano Bello <luciano@linux.org.ar>\n"
"Language-Team: Español <es@li.org>\n" "Language-Team: Español <es@li.org>\n"
@ -29,7 +29,7 @@ msgstr "@CONFIGFILE@"
#: davfs2.conf.5:1 #: davfs2.conf.5:1
#, fuzzy, no-wrap #, fuzzy, no-wrap
#| msgid "2011-04-03" #| msgid "2011-04-03"
msgid "2014-04-18" msgid "2014-06-09"
msgstr "2011-04-03" msgstr "2011-04-03"


# type: TH # type: TH
@ -368,7 +368,7 @@ msgstr ""
# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:126 davfs2.conf.5:200 davfs2.conf.5:207 davfs2.conf.5:285 #: davfs2.conf.5:126 davfs2.conf.5:200 davfs2.conf.5:207 davfs2.conf.5:285
#: davfs2.conf.5:299 davfs2.conf.5:433 #: davfs2.conf.5:299 davfs2.conf.5:445
msgid "Default: 1" msgid "Default: 1"
msgstr "Predeterminado: 1" msgstr "Predeterminado: 1"


@ -487,7 +487,7 @@ msgstr ""


# type: TP # type: TP
#. type: TP #. type: TP
#: davfs2.conf.5:183 davfs2.conf.5:520 #: davfs2.conf.5:183 davfs2.conf.5:532
#, no-wrap #, no-wrap
msgid "B<secrets>" msgid "B<secrets>"
msgstr "B<secrets>" msgstr "B<secrets>"
@ -628,7 +628,7 @@ msgstr ""


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


@ -656,7 +656,7 @@ msgstr ""
# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:239 davfs2.conf.5:247 davfs2.conf.5:265 davfs2.conf.5:275 #: davfs2.conf.5:239 davfs2.conf.5:247 davfs2.conf.5:265 davfs2.conf.5:275
#: davfs2.conf.5:292 davfs2.conf.5:453 davfs2.conf.5:469 #: davfs2.conf.5:292 davfs2.conf.5:311 davfs2.conf.5:465 davfs2.conf.5:481
msgid "Default: 0" msgid "Default: 0"
msgstr "Predeterminado: 0" msgstr "Predeterminado: 0"


@ -779,13 +779,34 @@ msgstr ""
# type: TP # type: TP
#. type: TP #. type: TP
#: davfs2.conf.5:300 #: davfs2.conf.5:300
#, fuzzy, no-wrap
#| msgid "B<proxy>"
msgid "B<min_propset>"
msgstr "B<proxy>"

#. type: Plain text
#: davfs2.conf.5:309
msgid ""
"Some servers are reported to significantly slow down when the Etag and Last-"
"Modified properties are requested. This option will reduce the set of WebDAV-"
"properties requested from the server to the minimal set. Don't use it if "
"your file system is used for reading and writing. Without Etag or Last-"
"Modified davfs2 will not be able to check for changes on the server which "
"may result in unnecessary downloads and lost updates. This option will also "
"effectively disable caching of files because files in the cache can't be "
"reused."
msgstr ""

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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:306 #: davfs2.conf.5:318
msgid "" msgid ""
"When extracting file names from the path component of the URL, " "When extracting file names from the path component of the URL, "
"B<@PROGRAM_NAME@> will assume they are encoded using this character set and " "B<@PROGRAM_NAME@> will assume they are encoded using this character set and "
@ -800,7 +821,7 @@ msgstr ""


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:314 #: davfs2.conf.5:326
msgid "" msgid ""
"There is no means in HTTP to know the character encoding of the path " "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 " "component. There may be even different encodings within the same path, as "
@ -821,20 +842,20 @@ msgstr ""


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:316 #: davfs2.conf.5:328
msgid "Default: no character set conversion" msgid "Default: no character set conversion"
msgstr "Predeterminado: no convertir el mapa de caracteres" msgstr "Predeterminado: no convertir el mapa de caracteres"


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:323 #: davfs2.conf.5:335
msgid "" msgid ""
"When creating a TCP connection to the server B<@PROGRAM_NAME@> will wait " "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' " "that many seconds for an answer before assuming an error. If a value of '0' "
@ -844,7 +865,7 @@ msgstr ""


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:326 #: davfs2.conf.5:338
msgid "" msgid ""
"This parameter only takes effect if the version of neon in use (neon version " "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." "E<gt> 0.26) and the OS support non-blocking I/O."
@ -852,20 +873,20 @@ msgstr ""


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:328 davfs2.conf.5:443 #: davfs2.conf.5:340 davfs2.conf.5:455
msgid "Default: 10" msgid "Default: 10"
msgstr "Predeterminado: 10" msgstr "Predeterminado: 10"


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:333 #: davfs2.conf.5:345
msgid "" msgid ""
"How long in seconds B<@PROGRAM_NAME@> will wait for an answer from the " "How long in seconds B<@PROGRAM_NAME@> will wait for an answer from the "
"server before assuming an error." "server before assuming an error."
@ -875,20 +896,20 @@ msgstr ""


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:335 davfs2.conf.5:343 #: davfs2.conf.5:347 davfs2.conf.5:355
msgid "Default: 30" msgid "Default: 30"
msgstr "Predeterminado: 30" msgstr "Predeterminado: 30"


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:341 #: davfs2.conf.5:353
msgid "" msgid ""
"When B<@PROGRAM_NAME@> can not reach the server it will try again after " "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 " "B<retry> seconds. For subsequent retries the interval will be increased up "
@ -900,33 +921,33 @@ msgstr ""


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:347 #: davfs2.conf.5:359
msgid "Maximum value of the retry interval." msgid "Maximum value of the retry interval."
msgstr "Máximo valor para el intervalo de reintento." msgstr "Máximo valor para el intervalo de reintento."


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


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:354 #: davfs2.conf.5:366
msgid "" msgid ""
"When uploading a changed file fails temporarily B<@PROGRAM_NAME@> will retry " "When uploading a changed file fails temporarily B<@PROGRAM_NAME@> will retry "
"with increasing intervals, but not more often than this." "with increasing intervals, but not more often than this."
@ -934,7 +955,7 @@ msgstr ""


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:359 #: davfs2.conf.5:371
msgid "" msgid ""
"With a bad connection this will cause additional traffic. To reduce traffic " "With a bad connection this will cause additional traffic. To reduce traffic "
"caused by unsuccessful attempts option B<use_expect100> can be set. But " "caused by unsuccessful attempts option B<use_expect100> can be set. But "
@ -943,21 +964,21 @@ msgstr ""


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:361 #: davfs2.conf.5:373
#, fuzzy #, fuzzy
msgid "Default: 15" msgid "Default: 15"
msgstr "Predeterminado: 1" msgstr "Predeterminado: 1"


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:368 #: davfs2.conf.5:380
msgid "" msgid ""
"Your server might expect special headers to do what you want. Different from " "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 " "other options, this one takes two values: the name of the header and its "
@ -967,19 +988,19 @@ msgstr ""


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


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:376 #: davfs2.conf.5:388
msgid "" msgid ""
"This option is cumulative. You can enter more than one add_header option and " "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@/" "all of them will be added. Also add_header options from @SYS_CONF_DIR@/"
@ -988,21 +1009,21 @@ msgstr ""


# type: SH # type: SH
#. type: SH #. type: SH
#: davfs2.conf.5:378 #: davfs2.conf.5:390
#, no-wrap #, no-wrap
msgid "Cache Related Options" msgid "Cache Related Options"
msgstr "Opciones Relacionadas al Caché " msgstr "Opciones Relacionadas al Caché "


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:385 #: davfs2.conf.5:397
msgid "" msgid ""
"Each mounted @PACKAGE@ file system has a directory to store backups of files " "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 " "that could not be stored back to the server. This sets the name of this "
@ -1015,20 +1036,20 @@ msgstr ""


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


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:392 #: davfs2.conf.5:404
msgid "" msgid ""
"The directory where B<@PROGRAM_NAME@> will store cached files. For every " "The directory where B<@PROGRAM_NAME@> will store cached files. For every "
"mount point a subdirectory will be created." "mount point a subdirectory will be created."
@ -1038,7 +1059,7 @@ msgstr ""


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:396 #: davfs2.conf.5:408
msgid "" msgid ""
"In the systemwide configuration file this will set the system wide cache, " "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 " "used by root. In a users configuration file it will set the cache used by "
@ -1050,20 +1071,20 @@ msgstr ""


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


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:404 #: davfs2.conf.5:416
msgid "" msgid ""
"The amount of disk space in MiByte that may be used. B<@PROGRAM_NAME@> will " "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 " "always take enough space to cache open files, ignoring this value if "
@ -1075,20 +1096,20 @@ msgstr ""


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


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:413 #: davfs2.conf.5:425
msgid "" msgid ""
"B<@PROGRAM_NAME@> maintains a hash table with an entry for each known file " "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 " "or directory. This gives the number of entries in this table. For large file "
@ -1103,20 +1124,20 @@ msgstr ""


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


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:421 #: davfs2.conf.5:433
#, fuzzy #, fuzzy
msgid "" msgid ""
"After B<@PROGRAM_NAME@> has got information about files in a directory it " "After B<@PROGRAM_NAME@> has got information about files in a directory it "
@ -1130,14 +1151,14 @@ msgstr ""


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:431 #: davfs2.conf.5:443
msgid "" msgid ""
"When a file or directory is opened by an application, B<@PROGRAM_NAME@> will " "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 " "first check the server for a newer version. But some applications do open "
@ -1154,14 +1175,14 @@ msgstr ""


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:441 #: davfs2.conf.5:453
msgid "" msgid ""
"When a file that has been changed is closed, B<@PROGRAM_NAME@> will wait " "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 " "that many seconds before it will upload it to the server. This will avoid "
@ -1172,14 +1193,14 @@ msgstr ""


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:451 #: davfs2.conf.5:463
msgid "" msgid ""
"When a file is opened, B<@PROGRAM_NAME@> will have to check the server " "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 " "whether there is a newer version. Graphical User Interfaces tend to open "
@ -1196,14 +1217,14 @@ msgstr ""


# type: TP # type: TP
#. type: TP #. type: TP
#: davfs2.conf.5:454 #: davfs2.conf.5:466
#, fuzzy, no-wrap #, fuzzy, no-wrap
#| msgid "B<gui_optimize>" #| msgid "B<gui_optimize>"
msgid "B<minimize_mem>" msgid "B<minimize_mem>"
msgstr "B<gui_optimize>" msgstr "B<gui_optimize>"


#. type: Plain text #. type: Plain text
#: davfs2.conf.5:462 #: davfs2.conf.5:474
msgid "" msgid ""
"davfs2 holds information about files and directories in the working memory. " "davfs2 holds information about files and directories in the working memory. "
"It will stay there as long as the file system is mounted and the file is not " "It will stay there as long as the file system is mounted and the file is not "
@ -1213,7 +1234,7 @@ msgid ""
msgstr "" msgstr ""


#. type: Plain text #. type: Plain text
#: davfs2.conf.5:467 #: davfs2.conf.5:479
msgid "" msgid ""
"B<Warning:> Most file attributes are only maintained locally because there " "B<Warning:> Most file attributes are only maintained locally because there "
"is no corresponding WebDAV property. So if users change attributes (owner, " "is no corresponding WebDAV property. So if users change attributes (owner, "
@ -1223,21 +1244,21 @@ msgstr ""


# type: SH # type: SH
#. type: SH #. type: SH
#: davfs2.conf.5:471 #: davfs2.conf.5:483
#, fuzzy, no-wrap #, fuzzy, no-wrap
msgid "Debugging Options" msgid "Debugging Options"
msgstr "Opciones Generales" msgstr "Opciones Generales"


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:481 #: davfs2.conf.5:493
msgid "" msgid ""
"Send debug messages to the syslog daemon. The value tells what kind of " "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 " "information shall be logged. The messages are send with facility LOG_DAEMON "
@ -1249,7 +1270,7 @@ msgstr ""


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:485 #: davfs2.conf.5:497
msgid "" msgid ""
"Unlike other options, this option is cumulative. If there are several debug " "Unlike other options, this option is cumulative. If there are several debug "
"entries with different values, all of them will be applied. Also debug " "entries with different values, all of them will be applied. Also debug "
@ -1259,7 +1280,7 @@ msgstr ""


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:488 #: davfs2.conf.5:500
msgid "" msgid ""
"B<Note:> Debug messages let the log-files grow quickly. Never use this " "B<Note:> Debug messages let the log-files grow quickly. Never use this "
"option in normal operation of mount.davfs." "option in normal operation of mount.davfs."
@ -1267,165 +1288,165 @@ msgstr ""


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:490 #: davfs2.conf.5:502
msgid "Default: no debugging messages" msgid "Default: no debugging messages"
msgstr "" msgstr ""


# type: Plain text # type: Plain text
#. type: TP #. type: TP
#: davfs2.conf.5:491 #: davfs2.conf.5:503
#, no-wrap #, no-wrap
msgid "B<Recognized values:>" msgid "B<Recognized values:>"
msgstr "" msgstr ""


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:496 #: davfs2.conf.5:508
#, fuzzy #, fuzzy
msgid "Command line and configuration options." msgid "Command line and configuration options."
msgstr "B<Sólo permitido en el archivo general de configuración del sistema.>" msgstr "B<Sólo permitido en el archivo general de configuración del sistema.>"


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


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


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


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


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:505 #: davfs2.conf.5:517
msgid "HTTP headers." msgid "HTTP headers."
msgstr "" msgstr ""


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


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


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:511 #: davfs2.conf.5:523
msgid "Negotiation of authentication." msgid "Negotiation of authentication."
msgstr "" msgstr ""


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


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:514 #: davfs2.conf.5:526
msgid "Information about locks." msgid "Information about locks."
msgstr "" msgstr ""


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


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


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


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


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


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


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


# type: SH # type: SH
#. type: SH #. type: SH
#: davfs2.conf.5:529 mount.davfs.8:547 umount.davfs.8:79 #: davfs2.conf.5:541 mount.davfs.8:547 umount.davfs.8:79
#, no-wrap #, no-wrap
msgid "AUTHORS" msgid "AUTHORS"
msgstr "AUTORES" msgstr "AUTORES"


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:533 #: davfs2.conf.5:545
msgid "" msgid ""
"This man page was written by by Werner Baumann E<lt>werner." "This man page was written by by Werner Baumann E<lt>werner."
"baumann@onlinehome.deE<gt>." "baumann@onlinehome.deE<gt>."
@ -1435,27 +1456,27 @@ msgstr ""


# type: SH # type: SH
#. type: SH #. type: SH
#: davfs2.conf.5:535 mount.davfs.8:564 umount.davfs.8:84 #: davfs2.conf.5:547 mount.davfs.8:564 umount.davfs.8:84
#, no-wrap #, no-wrap
msgid "DAVFS2 HOME" msgid "DAVFS2 HOME"
msgstr "DAVFS2 HOME" msgstr "DAVFS2 HOME"


# type: TH # type: TH
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:538 mount.davfs.8:567 umount.davfs.8:87 #: davfs2.conf.5:550 mount.davfs.8:567 umount.davfs.8:87
msgid "@PACKAGE_BUGREPORT@" msgid "@PACKAGE_BUGREPORT@"
msgstr "@PACKAGE_BUGREPORT@" msgstr "@PACKAGE_BUGREPORT@"


# type: SH # type: SH
#. type: SH #. type: SH
#: davfs2.conf.5:540 mount.davfs.8:569 umount.davfs.8:89 #: davfs2.conf.5:552 mount.davfs.8:569 umount.davfs.8:89
#, no-wrap #, no-wrap
msgid "SEE ALSO" msgid "SEE ALSO"
msgstr "VER TAMBIÉN" msgstr "VER TAMBIÉN"


# type: Plain text # type: Plain text
#. type: Plain text #. type: Plain text
#: davfs2.conf.5:546 #: davfs2.conf.5:558
msgid "" msgid ""
"B<@PROGRAM_NAME@>(8), B<u@PROGRAM_NAME@>(8), B<mount>(8), B<umount>(8), " "B<@PROGRAM_NAME@>(8), B<u@PROGRAM_NAME@>(8), B<mount>(8), B<umount>(8), "
"B<fstab>(5)" "B<fstab>(5)"

View File

@ -202,6 +202,12 @@
/* Use "Content-Encoding: gzip" for GET requests. */ /* Use "Content-Encoding: gzip" for GET requests. */
#define DAV_USE_COMPRESSION 1 #define DAV_USE_COMPRESSION 1


/* Only request a minimal set or properties (getcontentlength and
resourcetype). For read-only filesystems to speed up PROPFIND
requests.
May be overridden by system config file and user config file. */
#define DAV_MIN_PROPSET 0

/* Timeout in seconds used when libneon supports non blocking io /* Timeout in seconds used when libneon supports non blocking io
A value of zero means use the TCP default A value of zero means use the TCP default
May be overriden by system config file and user config file. */ May be overriden by system config file and user config file. */

View File

@ -1717,6 +1717,7 @@ new_args(void)
args->precheck = DAV_PRECHECK; args->precheck = DAV_PRECHECK;
args->ignore_dav_header = DAV_IGNORE_DAV_HEADER; args->ignore_dav_header = DAV_IGNORE_DAV_HEADER;
args->use_compression = DAV_USE_COMPRESSION; args->use_compression = DAV_USE_COMPRESSION;
args->min_propset = DAV_MIN_PROPSET;
args->connect_timeout = DAV_CONNECT_TIMEOUT; args->connect_timeout = DAV_CONNECT_TIMEOUT;
args->read_timeout = DAV_READ_TIMEOUT; args->read_timeout = DAV_READ_TIMEOUT;
args->retry = DAV_RETRY; args->retry = DAV_RETRY;
@ -2206,6 +2207,8 @@ read_config(dav_args *args, const char * filename, int system)
args->ignore_dav_header = arg_to_int(parmv[1], 10, parmv[0]); args->ignore_dav_header = arg_to_int(parmv[1], 10, parmv[0]);
} else if (strcmp(parmv[0], "use_compression") == 0) { } else if (strcmp(parmv[0], "use_compression") == 0) {
args->use_compression = arg_to_int(parmv[1], 10, parmv[0]); args->use_compression = arg_to_int(parmv[1], 10, parmv[0]);
} else if (strcmp(parmv[0], "min_propset") == 0) {
args->min_propset = arg_to_int(parmv[1], 10, parmv[0]);
} else if (strcmp(parmv[0], "connect_timeout") == 0) { } else if (strcmp(parmv[0], "connect_timeout") == 0) {
args->connect_timeout = arg_to_int(parmv[1], 10, parmv[0]); args->connect_timeout = arg_to_int(parmv[1], 10, parmv[0]);
} else if (strcmp(parmv[0], "read_timeout") == 0) { } else if (strcmp(parmv[0], "read_timeout") == 0) {

View File

@ -93,6 +93,7 @@ typedef struct {
int precheck; /* User config file, system config file */ int precheck; /* User config file, system config file */
int ignore_dav_header; /* User config file, system config file */ int ignore_dav_header; /* User config file, system config file */
int use_compression; /* User config file, system config file */ int use_compression; /* User config file, system config file */
int min_propset; /* User config file, system config file */
time_t connect_timeout; /* User config file, system config file */ time_t connect_timeout; /* User config file, system config file */
time_t read_timeout; /* User config file, system config file */ time_t read_timeout; /* User config file, system config file */
time_t retry; /* User config file, system config file */ time_t retry; /* User config file, system config file */

View File

@ -114,27 +114,38 @@ typedef struct {
/* Properties to be retrieved from the server. This constants /* Properties to be retrieved from the server. This constants
are used by dav_get_collection(). */ are used by dav_get_collection(). */
enum { enum {
ETAG = 0, TYPE = 0,
LENGTH, LENGTH,
MODIFIED, ETAG,
TYPE, MODIFIED
END
}; };


static const ne_propname prop_names[] = { static const ne_propname full_prop_names[] = {
[ETAG] = {"DAV:", "getetag"},
[LENGTH] = {"DAV:", "getcontentlength"},
[MODIFIED] = {"DAV:", "getlastmodified"},
[TYPE] = {"DAV:", "resourcetype"}, [TYPE] = {"DAV:", "resourcetype"},
[END] = {NULL, NULL} [LENGTH] = {"DAV:", "getcontentlength"},
[ETAG] = {"DAV:", "getetag"},
[MODIFIED] = {"DAV:", "getlastmodified"},
{NULL, NULL}
}; };


static const ne_propname anonymous_prop_names[] = { static const ne_propname full_anonymous_prop_names[] = {
[ETAG] = {NULL, "getetag"},
[LENGTH] = {NULL, "getcontentlength"},
[MODIFIED] = {NULL, "getlastmodified"},
[TYPE] = {NULL, "resourcetype"}, [TYPE] = {NULL, "resourcetype"},
[END] = {NULL, NULL} [LENGTH] = {NULL, "getcontentlength"},
[ETAG] = {NULL, "getetag"},
[MODIFIED] = {NULL, "getlastmodified"},
{NULL, NULL}
};

static const ne_propname min_prop_names[] = {
[TYPE] = {"DAV:", "resourcetype"},
[LENGTH] = {"DAV:", "getcontentlength"},
{NULL, NULL}
};

static const ne_propname min_anonymous_prop_names[] = {
[TYPE] = {NULL, "resourcetype"},
[LENGTH] = {NULL, "getcontentlength"},
{NULL, NULL}
}; };


/* Properties to be retrieved from the server. This constants /* Properties to be retrieved from the server. This constants
@ -199,6 +210,11 @@ static int ignore_dav_header;
/* Use "Content-Encoding: gzip" for GET requests. */ /* Use "Content-Encoding: gzip" for GET requests. */
static int use_compression; static int use_compression;


/* Only request a minimal set of properties. */
static int min_propset;
static const ne_propname *prop_names;
static const ne_propname *anonymous_prop_names;

/* Will be set to 1 when dav_init_connection() succeeded. */ /* Will be set to 1 when dav_init_connection() succeeded. */
static int initialized; static int initialized;


@ -431,6 +447,14 @@ dav_init_webdav(dav_args *args)
precheck = args->precheck; precheck = args->precheck;
ignore_dav_header = args->ignore_dav_header; ignore_dav_header = args->ignore_dav_header;
use_compression = args->use_compression & ne_has_support(NE_FEATURE_ZLIB); use_compression = args->use_compression & ne_has_support(NE_FEATURE_ZLIB);
min_propset = args->min_propset;
if (min_propset) {
prop_names = min_prop_names;
anonymous_prop_names = min_anonymous_prop_names;
} else {
prop_names = full_prop_names;
anonymous_prop_names = full_anonymous_prop_names;
}
} }




@ -1713,10 +1737,6 @@ prop_result(void *userdata, const ne_uri *uri, const ne_prop_result_set *set)
#endif #endif
} }


data = ne_propset_value(set, &prop_names[ETAG]);
if (!data)
data = ne_propset_value(set, &anonymous_prop_names[ETAG]);
result->etag = normalize_etag(data);


data = ne_propset_value(set, &prop_names[LENGTH]); data = ne_propset_value(set, &prop_names[LENGTH]);
if (!data) if (!data)
@ -1728,15 +1748,22 @@ prop_result(void *userdata, const ne_uri *uri, const ne_prop_result_set *set)
result->size = strtol(data, NULL, 10); result->size = strtol(data, NULL, 10);
#endif /* _FILE_OFFSET_BITS != 64 */ #endif /* _FILE_OFFSET_BITS != 64 */


data = ne_propset_value(set, &prop_names[MODIFIED]); if (!min_propset) {
if (!data) data = ne_propset_value(set, &prop_names[ETAG]);
data = ne_propset_value(set, &anonymous_prop_names[MODIFIED]); if (!data)
if (data) { data = ne_propset_value(set, &anonymous_prop_names[ETAG]);
result->mtime = ne_httpdate_parse(data); result->etag = normalize_etag(data);
if (result->mtime == (time_t) -1)
result->mtime = ne_iso8601_parse(data); data = ne_propset_value(set, &prop_names[MODIFIED]);
if (result->mtime == (time_t) -1) if (!data)
result->mtime = 0; data = ne_propset_value(set, &anonymous_prop_names[MODIFIED]);
if (data) {
result->mtime = ne_httpdate_parse(data);
if (result->mtime == (time_t) -1)
result->mtime = ne_iso8601_parse(data);
if (result->mtime == (time_t) -1)
result->mtime = 0;
}
} }


result->next = ctx->results; result->next = ctx->results;