Releases: couling/WebDAV-Daemon
Releases · couling/WebDAV-Daemon
V1.2
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
- @couling made their first contribution in #16
- @sbluhm made their first contribution in #14
- @xyzzy42 made their first contribution in #21
- @leoleoasd made their first contribution in #36
Full Changelog: v1.1...v1.2
Version 1.1
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
chrootto a user's home directory before serving content. This is now enabled by default for security.
Version 1.0
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.