Anuskuss

Results 67 comments of Anuskuss

SMB3 actually. Back when I started with Samba I enabled `store dos attributes` because I like knowing when files were created and Linux didn't store that timestamp back then (or...

**Server:** A Debian machine hosting `ksmbd` **Client:** An Arch machine accessing the server (`mount -o username=$user,password=$pass //$server/$share /mnt`) **Windows:** A Windows 10 VM accessing the server (`net use Z: \\$server\$share...

> Does it just mean the timestamp of the local file in the share of server? Yep. I'm `stat`ing the same file once on the server (where the file is...

Seems like ksmbd (and Samba) ignores the birth time (`btime`) and just uses the oldest timestamp it knows about (`atime`, `ctime`, `mtime`). 1. Master 2. Nothing interesting. 3. ZFS Run...

> I was wondering you turn "store dos attributes" off in ksmbd.conf. Yeah it's off. If I turn it on it obviously works but I'm trying to get away from...

Sorry for the wait. Using EXT4 doesn't change the outcome. The `btime` timestamp is simply ignored by ksmbd and Samba. I've noticed however that Samba generates the *Creation time* from...

So does `allow-downgrade` though and it's the reason it's not the default - it's a deliberate choice a user has to make. And it's free DNSSEC if you trust your...

> Why aren’t you just going to ignore the presence of the flag ? I don't understand what you mean. I'm proposing the ability for systemd-resolved to *pass on* the...

> If you are not validating, you cannot set the AD bit and must not relay any AD bits. Yeah, I understand that part. I want to violate the spec...

Not that anyone asked but I ran some tests on a few DNS proxies I found that support DoT: Service|μ ms|σ ms|q/s|✓|ad|EDE --:|:-:|:-:|:-:|:-:|:-:|:-: [systemd-resolved](https://github.com/systemd/systemd)|148|339|631|99.80%|| [coredns](https://github.com/coredns/coredns)|150|324|565|99.46%|x|x [routedns](https://github.com/folbricht/routedns)|150|360|619|99.77%|x|x [dns-over-tls-forwarder](https://github.com/mikispag/dns-over-tls-forwarder)|152|362|604|99.73%|x| [dnsdist](https://github.com/PowerDNS/pdns)|156|365|598|99.79%|x|x [dnsproxy](https://github.com/AdguardTeam/dnsproxy)|163|364|576|99.79%|x| [stubby](https://github.com/getdnsapi/stubby)|165|353|568|99.79%|x|...