rclone/cmd/serve
Nick Craig-Wood 30ef1ddb23
Some checks failed
Docker beta build / Build image job (push) Has been cancelled
serve nfs: fix missing inode numbers which was messing up ls -laR
In 6ba3e24853

    serve nfs: fix incorrect user id and group id exported to NFS #7973

We updated the stat function to output uid and gid. However this set
the inode numbers of everything to -1. This causes a problem with
doing `ls -laR` giving "not listing already-listed directory" as it
uses inode numbers to see if it has listed a directory or not.

This patch reads the inode number from the vfs.Node and sets it in the
Stat output.
2025-01-09 18:55:18 +00:00
..
dlna dlna: fix loggingResponseWriter disregarding log level 2024-10-08 15:27:05 +01:00
docker serve docker: fix incorrect GID assignment 2025-01-05 21:42:58 +01:00
ftp serve ftp: fix failed startup due to config changes 2024-07-22 14:54:32 +01:00
http accounting: fix global error acounting 2024-09-30 17:20:42 +01:00
nfs serve nfs: fix missing inode numbers which was messing up ls -laR 2025-01-09 18:55:18 +00:00
proxy build: update logging statements to make json log work - fixes #6038 2024-09-06 17:04:18 +01:00
restic tree-wide: replace /bin/bash with /usr/bin/env bash 2024-06-11 12:47:47 +01:00
s3 serve s3: fix Last-Modified timestamp 2024-12-30 14:16:53 +00:00
servetest serve s3: implement --auth-proxy 2024-07-17 15:14:08 +01:00
sftp sftp: fix nil check when using auth proxy 2024-12-13 12:36:15 +00:00
webdav accounting: fix global error acounting 2024-09-30 17:20:42 +01:00
serve.go serve s3: let rclone act as an S3 compatible server 2023-11-16 16:59:55 +00:00