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 rename' --- **`rename [-pcO] [-L <lock>] <url> <name>`** Changes the name of a resource to *name*. In case of unencrypted resources, this will do a MOVE-Request. On encrypted resources, this command will do a PROPPATCH-Request, changing the *crypto-name* property. **`-p`** disable file name and path decryption for *url* **`-c`** enable file name and path decryption for *url* **`-O`** overwrite the destination resource **`-L <lock>`** use a lock token. See [dav lock][1] [1]: ./lock.html