ksmbd
ksmbd copied to clipboard
ksmbd kernel server(SMB/CIFS server)
In case underlying filesystem implement llseek other than generic_file_llseek, vfs_llseek should be called instead of generic_file_llseek.
A few fixes SMB1 fixes: * ksmbd: smb1: remove unused parameter in find_next() * ksmbd: smb1: use kasprintf() instead of kzalloc+snprintf+strncat * ksmbd: smb1: Fix potential memleak in smb_nt_create_andx *...
step to produce the issue: ``` mkdir /mnt # mount tmpfs with size limit on 1MB on /mnt mount -o size=1M -t tmpfs tmpfs /mnt mkdir /mnt/sda4 mount -t ext4...
Hello, after adding a "hosts allow" statement I can not login anymore ... I'm running Debian bullseye. `[data] comment = common data share path = /dataPool/data hosts allow = '192.168.200.0/24...
Hello, I am trying to mount some ksmbd share on a macos (12.3.1) client, and encounter a very strange issue. Some directories on root of the share are invisible. I...
When configuring ksmbd (3.4.2) server with multiple shares and users. Windows will use saved credentials of first connected user to connect to other SMB shares causing connection issue for other...
Hello! thanks for this great module. So nice to not have to bundle a massive samba install! I've noticed that shares are mounted with their names as full lowercase. i.e...
NTFS USB HDD connected and mounted properly; I can see the contents of the hard disk on the mounted location. Though for the samba clients, I have the following: Windows...
Hello Namjae Jeon. How are you? :) There is an issue with SMB in ToMobile (sharing content from flip to moble device) function in flip. When try to connect secondly...
If SMB1 is enabled on Windows, I have access to all folders except for the one with many subfolders, which gives the memory error. If SMB1 is disabled, I can't...