Skip to content

Releases: couling/WebDAV-Daemon

V1.2

26 Nov 10:54
d8f48ff

Choose a tag to compare

What's Changed

  • Fix gcc 10 build #15 by @couling in #16
  • Fixed "Date" header and added "Last-Modified" header. by @sbluhm in #14
  • Allow OPTIONS request even if the user is not authenticated. by @sbluhm in #12
  • Added SPEC file for RHEL by @sbluhm in #10
  • Fix issues with file locking and get working with MacOS as a client by @xyzzy42 in #21
  • Allow using a subdirectory of the user's home dir as chroot by @xyzzy42 in #20
  • Don't replacing existing config by @sbluhm in #33
  • Fix mkcol on existing directory by @leoleoasd in #36

New Contributors

Full Changelog: v1.1...v1.2

Version 1.1

21 Dec 14:11

Choose a tag to compare

Notes:

The server will now (by default) only serve content from the logged in user's directory. If you already have mapped network drives then these will need to be reconnected as the paths will have changed. Alternatively you can enable the "old" way by removing <chroot-path>~</chroot-path> from the config file.

Fixes

  • Dependency issues with Raspbian now fixed
  • Dependency issues with Ubuntu now fixed
  • Default config file has been fixed so that the server should just work out of the box. It will however generate a warning for the default SSL certificate.

Features

  • Server can now be configured to chroot to a user's home directory before serving content. This is now enabled by default for security.

Version 1.0

08 May 16:39

Choose a tag to compare

Development on this project has been dormant for a while. This release is to publish the server as-is.

Known Issues

Locking file is limited and it is currently not possible to lock a directory
PAM sessions are of a fixed length and their length is not affected by user activity.