Sun, 17 Dec 2023 15:33:50 +0100
fix faulty string to int conversion utilities
Probably it was expected that errno is set to EINVAL when illegal characters are encountered. But this is not standard and does not happen on every system, allowing illegal strings to be parsed as valid integers.
--- title: 'dav mkdir' --- **`dav mkdir [-pc] [-k <key>] [-L <lock>] <url>`** Creates a collection. All intermediate collections are also created as necessary. **`-p`** disable file name encryption and decryption **`-c`** enable file file name and content encryption **`-k <key>`** use the specified key for encryption. The key must be configured in the config.xml file **`-L <lock>`** use a lock token **Command alias:** mkcol