Ronnie Sahlberg
Ronnie Sahlberg
We currently drop any ACEs we do not understand. We should probably keep these as-is as blobs so that we will be able to fetch/mutate-some-aces/store without loss of ACEs.
It would be really nice to have SMB2 support in the filemanager so that you can access files directly from a Windows/Samba/Azure fileshare directly over the network. You can find...
I rip my PS3 disks into ISO on my custom firmware PS3. I wrote a small tool using pycdlib to extract the DISC-ID number from the ISO (stored in the...
Parsing an iso created usign the tool 'makeps3iso' fails with the exception : Traceback (most recent call last): File "/data/sahlberg/pop-fe/./ps3discid.py", line 23, in iso.open(path) File "/home/sahlberg/.local/lib/python3.10/site-packages/pycdlib/pycdlib.py", line 4123, in open...
We can add a test to verify that the portals eturned are not completely invalid. At least check for v4/6 loopback addresses and v6 link local addresses.
If libnfs makes a call that will modify the mtime of the directory, then use the wcc field and see if it is possible to just update the localm directory...
Dir caching currently keeps up to 1024 directories in a LRU cache. Make this configurable. Preferably via both new API calls as well as &option=value arguments in the nfs url.